﻿@charset "utf-8";

/*css for pel,ver 1.0copyright by dongyi network technology co.,ltd design center所有网站通用模块，可根据自身网站修改
*/


/* 通用信息列表 */

.infolist {
    text-align: left;
}

.infolist li {
    padding-left: 15px;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    background: url(/uploads/image/i42515/icons.png) -2px -381px no-repeat;
}

.infolist li a {}

.infolist li .date {
    font-size: 14px;
    margin-left: 15px;
    float: right;
    color: #999;
}

.infolist li .node {
    color: #009933;
    margin-right: 5px;
}


/* 通用带图片的信息列表_普通式 */

.piclist li {
    text-align: center;
}

.piclist li .pic img {
    width: 95px;
    height: 125px;
    padding: 4px;
    border: 1px solid #ddd;
    background: #fff;
}

.piclist li .pic a:hover img {
    border-color: #aaa;
}

.piclist li .title {
    padding-top: 5px;
}


/* 通用带图片的信息列表_普通式 - 横排浮动 */

.piclistfl {
    margin-right: -2%;
    overflow: hidden;
    zoom: 1;
}

.piclistfl li {
    width: 23%;
    margin-right: 2%;
    text-align: center;
    float: left;
    *display: inline;
    overflow: hidden;
}

.piclistfl li .pic {
    overflow: hidden
}

.piclistfl li .pic img {
    width: 100%;
    transition: 200ms;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    -moz-transition: 200ms;
    height: auto;
}

.piclistfl li .title {
    font-size: 14px;
    padding-top: 8px;
    max-height: 56px;
}

.piclistfl li:hover .pic img {
    transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
}


/* 内容带图片的信息列表_普通式 - 左图片右文字 */

.txtpiclist li {
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.txtpiclist li .pic {
    width: 96px;
    float: left;
}

.txtpiclist li .pic img {
    width: 90px;
    height: 90px;
    padding: 2px;
    border: 1px solid #ddd;
    background: #fff;
}

.txtpiclist li .pic a:hover img {
    border-color: #aaa;
}

.txtpiclist li .con {
    width: 230px;
    float: left;
    padding-left: 8px;
}

.txtpiclist li .title {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #009933;
    font-weight: bold;
}

.txtpiclist li .title a {
    color: #009933;
}

.txtpiclist li .intro {
    color: #666;
    line-height: 20px;
}

.txtpiclist li .intro .more {
    color: #009933;
    font-size: 12px;
}


/* 内容带图片的信息列表_普通式 - 上图片下文字 */

.txtpiclistb li .pic img {
    width: 190px;
    height: 120;
    padding: 4px;
    border: 1px solid #ddd;
    background: #fff;
}

.txtpiclistb li .pic a:hover img {
    border-color: #aaa;
}

.txtpiclistb li .title {
    height: 28px;
    line-height: 28px;
    font-weight: bold;
}

.txtpiclistb li .title a {
    color: #009933;
}

.txtpiclistb li .intro {
    color: #666;
}

.txtpiclistb li .intro .more {
    color: #009933;
}


/* 头条图文信息列表_普通式 */

.topiclist .t {
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.topiclist .t .title {
    font-size: 17px;
    padding: 0 0 5px 0;
}

.topiclist .t .tit {
    color: #1258ad;
}

.topiclist .t .tit:hover {
    color: #009933
}

.topiclist .t .intro {
    font-size: 12px;
    color: #666;
    text-align: left;
    line-height: 1.8;
}

.topiclist .t .intro .more {
    color: #009933;
}

.topiclist .n {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px 0 0;
}

.topiclist .n .tit {
    padding-left: 18px;
    background: url(/uploads/image/i42515/icons.png) 5px -90px no-repeat;
}

.topiclist .n .date {
    float: right;
    color: #999;
    margin-left: 10px;
}


/* 有图片时追加的类 class="topiclist topichaspic" */

.topichaspic .t {
    position: relative;
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px dashed #ccc;
}

.topichaspic .pic {
    width: 160px;
    margin-right: 20px;
    float: left;
}

.topichaspic .pic img {
    width: 100%;
    /* height: 120px; */
}

.topichaspic .pic a:hover img {
    border-color: #aaa;
}

.topichaspic .con {
    overflow: hidden;
    zoom: 1;
}


/* 焦点图切换-广告 */

.slidebox {
    height: 100px;
    overflow: hidden;
    position: relative;
}

.slidebox .hd {
    position: absolute;
    z-index: 1;
    right: 5px;
    bottom: 5px;
}

.slidebox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slidebox .hd ul li {
    font-size: 12px;
    float: left;
    margin-right: 2px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #000;
    cursor: pointer;
    color: #fff;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.slidebox .hd ul li.on {
    background: #009933;
    filter: alpha(opacity=100);
    opacity: 1;
}

.slidebox .bd {
    position: relative;
    z-index: 0;
}

.slidebox .bd .con {
    display: none;
}


/* 焦点图切换-新闻内容 */

.focusbox {
    margin-bottom: 15px;
    /* width: 100%; */
    overflow: hidden;
    position: relative;
}

.focusbox .hd {
    position: absolute;
    z-index: 1;
    right: 4px;
    bottom: 14px;
}

.focusbox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.focusbox .hd ul li {
    float: left;
    margin-right: 5px;
    width: 9px;
    height: 9px;
    line-height: 9px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    color: #fff;
}

.focusbox .hd ul li.on {
    background: #009933;
    color: #fff;
}

.focusbox .hd ul li span {
    display: none;
}

.focusbox .bd {
    position: relative;
    overflow: hidden;
}

.focusbox .bd li {
    position: relative;
}

.focusbox .bd .pic {
    position: relative;
    z-index: 0;
    line-height: 0;
}

.focusbox .bd .pic img {
    width: 100%;
    height: 260px;
    border: 0;
}

.focusbox .bd .con {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
    height: 36px;
    line-height: 36px;
    text-align: left;
}

.focusbox .bd .con .title {
    position: absolute;
    width: 76%;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    overflow: hidden;
}

.focusbox .bd .con .title a {
    color: #fff;
    padding-left: 10px;
    text-decoration: none;
}

.focusbox .bd .con .titlebg {
    position: absolute;
    width: 100%;
    z-index: 0;
    bottom: 0;
    left: 0;
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    height: 36px;
}


/* url_方块样式分页 */

.page {
    font-size: 0;
    text-align: left;
    padding: 25px 0;
    clear: both;
    overflow: hidden;
}

.page a,
.page span {
    font-size: 12px;
    float: left;
    *display: inline;
    zoom: 1;
    border: 1px solid #e1e1e1;
    padding: 0px 12px;
    margin: 0 3px 5px 0;
    line-height: 26px;
    height: 26px;
}

.page a:hover,
.page span:hover {
    border: 1px solid #009933;
    text-decoration: none;
    color: #009933;
}

.page .current {
    background: #009933;
    border: 1px solid #009933;
    color: #fff !important;
    font-weight: bold;
}

.page select,
.page input {
    margin: 0 4px;
    background: #fff;
    border: 0 solid #e1e1e1;
    vertical-align: middle;
}

.page input {
    text-align: center;
    padding: 0 4px;
    outline: none;
}


/*-- 网站地图 --*/

.sitemap {
    padding: 15px 10px;
    overflow: hidden;
    zoom: 1;
}

.sitemap .li1 {
    margin-bottom: 20px;
}

.sitemap .h1 {
    height: 40px;
    line-height: 40px;
    border: 1px dotted #ccc;
    background: #fff;
    background: #f6f6f6;
}

.sitemap .h1 .a1 {
    font: normal 16px/40px "microsoft yahei";
    _font-weight: bold;
    color: #009933;
    padding-left: 15px;
}

.sitemap .ul1 {
    padding: 10px 20px;
    zoom: 1;
}

.sitemap .li2 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-right: 50px;
    vertical-align: top;
    padding-bottom: 5px;
}

.sitemap .a2 {
    color: #666;
}

.sitemap .ul2 {
    padding: 0 0 20px 0;
}

.sitemap .li3 {
    line-height: 18px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.sitemap .a3 {
    color: #999;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ddd;
}

.sitemap .last3 .a3 {
    border-right: 0;
}

.sitemap #liid41 .li2 {
    display: block;
}