a{color: #333;}
a:hover{color: #c9994d;}
.menu{
    background: #c9994d;
    width: 100%;
    min-width: 1200px;
    z-index: 9;
}
.menu-lis{
    z-index: 9;
}
.menu-lis li{
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    z-index: 9;
}
.menu-lis li.crt{
    background: #9f642c;
}
.menu-lis li:hover{
    background: #9f642c;
}
.menu-lis li a{
     color: #fff;
    letter-spacing: 1px;
    padding: 0 44px;
    display: block;
}



.bread-nav{
    height:13px;
    line-height:13px;
}
.bread-nav span{
    color: #999;
    font-size: 13px;
}
.bread-nav a{
    display:inline-block;
    color: #333;
    font-size: 13px;
}
.bread-nav a:hover{
    color: #c9994d;
}


.list li{
    width: 840px;
    margin-top:30px;
    border-bottom: 1px dotted #eee;
    padding-bottom: 30px;
}
.list li.border{
    padding: 16px 25px 25px 25px;
    border: 1px dashed #e4e4e4;
    width: 788px;
}
.list li.border p{
    height: auto;
}
.list li span{
    width: 215px;
    height: 136px;
    margin: 0 23px 0 0;
}
.list li span a img{
    width: 100%;
    height: 136px;
    position: relative;
    z-index:99;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition:  all 0.2s ease;
}
.list li span a:hover img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.list li h3{
    font-size: 24px;
    font-weight: bold;
    height: 24px;
    line-height: 21px;
    margin: 8px 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list li h3 a{
    color: #333;
}
.list li h3 a:hover{
    color: #c9994d;
}
    .list li p {
        height: 60px;
        overflow: hidden;
        margin: 10px 0 0 0;
        line-height: 30px;
        font-size: 14px;
        color: #757575;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
.list li p a{
    color: #333;
}
.list li p a:hover{
    text-decoration: underline;
}
.mn{
    width: 840px;
}
.mn-date{
    background: url(../images/t.jpg) no-repeat left center;
    padding: 0 0 0 24px;
}
.mn-category,.mn-date{
    color: #ccc;
    font-size: 14px;
}
.mn-category a{
    border: 1px solid #f0f0f0;
    color: #bbb;
    font-size: 12px;
    padding: 0 8px;
    background: #fafafa;
    margin-left: 10px;
}
.mn-category a:hover{
    border: 1px solid #deba82;
    color: #deba82;
    font-size: 12px;
    padding: 0 8px;
    background: #fdfcfb;
    margin-left: 10px;
}
.mn-lis-tit{
    margin: 10px 0 0 0;
}

/*page*/
.tcdPageCode{
    text-align: center;
    color: #ccc;
    margin: 20px 0 0 0;
}
.tcdPageCode a{
    display: inline-block;
    color: #999999;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    border-radius: 4px;
    vertical-align: middle;
}
.tcdPageCode a:hover{
    text-decoration: none;
    background-color: #c9994d;
    color: #FFFFFF;}
.tcdPageCode span.current{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    background-color: #c9994d;
    margin: 0 10px;
    color: #fff;
    border-radius: 4px;
    vertical-align: middle;
}
.tcdPageCode span.disabled{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #bfbfbf;
    border-radius: 4px;
    vertical-align: middle;
}
.main-content{
    margin-top: 20px;
}
.mnc{
    width: 320px;
    overflow: hidden;
}
.mnc-recom{
    background: #fafafa;
    overflow: hidden;
    padding: 25px 0 25px 25px;
}
.mnc-recom h3{
    color: #c9994d;
    font-size: 17px;
}
.mnc-recom ul{
    padding-top: 10px;
}
.mnc-recom li{
    width: 125px;
    float: left;
    margin-right: 20px;
    padding-top: 10px;
}
.mnc-recom p{
    text-align: center;
    color: #666;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mnc-recom p a{
    color: #666;
}
.mnc-recom p a:hover{
    color: #c9994d;
}

/*修改*/
.mnc-recom-nav{
    float:right;
    padding-right: 27px;
}
.mnc-recom-nav span{
    width:8px;
    height:8px;
    border-radius: 8px;
    background:#dcdcdc;
    display:inline-block;
    cursor:pointer;
}
.mnc-recom-nav span.active{
    background:#c9994d;
}
.mnc-recom-lists{
    width:295px;
    height:240px;
    overflow:hidden;
    position: relative;
}
.mnc-recom-content{
    width:5000px;
    position: absolute;
    left:0;
}
.mnc-recom-content ul{
    width:295px;
    float:left;
}

.hot-read,.week-list{
    width: 274px;
    padding: 20px 23px 20px 21px;
    border: 1px solid #eeeeed;
}
.hot-read-tit{
    border-bottom: 1px solid #eeeeed;
}
.hot-read-tit span{
    color: #c9994d;
    display: inline-block;
    font-size: 17px;
    padding: 0 0 12px 0;
    border-bottom: 2px solid #c9994d;
    margin-bottom: -1px;
    letter-spacing: 1px;
}
.hot-read-tit a{
    font-size: 12px;
    color: #999;
}
.hot-read-tit a:hover{
    font-size: 12px;
    color: #333;
}
.hot-read-word{
    width: 135px;
    height: 90px;
}

.hot-read-word h3{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hot-read-word h3 a{
    color: #666;
    font-size: 15px;

}
.hot-read-word h3 a:hover{
    color: #c9994d;
    font-size: 15px;
}
    .hot-read-word p {
        font-size: 14px;
        line-height: 22px;
        color: #999;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .hot-read-word p a {
        color: #c9994d;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
.hot-read-word p a:hover{
    text-decoration: underline;
}

.hot-read-lis li{
    width: 100%;
    background: url(../images/i.jpg) no-repeat left center;
    padding: 0 0 0 15px;
    white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    line-height: 36px;
}
.hot-read-lis li a{
    color: #333;
    font-size: 14px;
    max-width: 230px;
    overflow: hidden;
}
.hot-read-lis li:hover,.hot-read-lis li a:hover{
    color: #c9994d;
}
.label li{
    background: #f8f8f8;
    color: #666;
    float: left;
    margin: 10px 10px 0 0;

}

.label-warp{
    height: 235px;
    overflow:hidden;
}
.label li a{
    background: #f8f8f8;
    color: #666;
    display: block;
    padding: 0 10px;
    line-height: 35px;
    width: auto;
    max-width: 173px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.label li a:hover{
    background: #f5f1e9;
    color: #666;
}

.page h2 {
    color: #333;
    font-size: 33px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 35px;
}
.page h1 {
    color: #333;
    font-size: 33px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 35px;
}
.origin{
    background: url(../images/new.png) no-repeat left center;
    padding: 0 0 0 24px;
    margin: 0 0 0 28px;
    color: #999;
    font-size: 14px;
}
.page .mn-category a{
    border: 1px solid #ddd;
    color: #999;
    font-size: 12px;
    padding: 0 8px;
    background: #fafafa;
    margin-left: 10px;
}
.page .mn-category a:hover{
    border: 1px solid #deba82;
    color: #deba82;
    font-size: 12px;
    padding: 0 8px;
    background: #fdfcfb;
    margin-left: 10px;
}
.page .mn-date{
    background: url(../images/t.png) no-repeat left center;
    padding: 0 0 0 24px;
}
.page .mn-category,.page .mn-date{
    color: #999;
    font-size: 14px;
}
.source{
    background: #fafafa;
    padding: 30px 40px;
    height: 70px;
    margin-top: 40px;
}
.source_l{
    background: url(../images/ad-13.png) no-repeat left top;
    width: 33px;
    height: 27px;
    float: left;
}
.source_r{
    background: url(../images/ad-14.png) no-repeat left bottom;
    width: 33px;
    height: 70px;
    float: right;
}
.source_m{
    float: left;
    width: 650px;
    font-size: 16px;
    color: #999;
    line-height: 33px;
    padding: 0 20px;
}
.content{
    border-bottom: 1px solid #eeeeed;
    padding-bottom: 20px;
    margin-top: 30px;
}

.content h3 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;
}

.content p {
    color: #666;
    font-size: 16px;
    line-height: 33px;
    margin: 0 0 25px 0;
    text-indent: 0px;
}
    .content p img {
        max-width: 750px;
        display: block;
    }
.read-next{
    width: 100%;
    height: 322px;
    background: #fafafa;
    margin: 60px 0 -60px 0;
}
.read-next p{
    color: #999;
    font-size: 14px;
    line-height: 24px;
    width: 840px;
}
.read-next h2 a{
    color: #333;
    font-size: 36px;
    font-weight: bold;
}
.read-next h2 a:hover{
    color: #c9994d;
}
.read-next h4{
    color: #333;
    font-size: 18px;
}
.return-index{
     width: 155px;
    height: 37px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    display: inline-block;
    color: #777;
    text-align: center;
    line-height: 37px;
    font-size: 14px;
    background: #fff;
}
.return-index:hover{
    background: #c9994d;
    color: #fff;
    border: 1px solid #c9994d;
}




.banner{
    position: relative;
    width: 840px;
    height: 360px;
    overflow: hidden;
    text-align: center;
}
.banner li {
    list-style: none;
}
.banner ul li {
    float: left;
    position: relative;
    height: 360px;
    overflow: hidden;
}
.control-fl,.control-fr{
    width: 42px;
    height: 95px;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    top: 114px;
    z-index: 99;
}

.control-fl:hover,.control-fr:hover{
    width: 42px;
    height: 95px;
    overflow: hidden;
    background: rgba(0,0,0,.5);
}
.control-fl{
    left: 0;
}
.control-fr{
    right: 0;
}
.banner li span{
    width: 815px;
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    padding: 0 0 0 25px;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../images/banner-bg.png") repeat-x;
    _background:#000;
    text-align: left;
}
.banner li span a{
    color: #fff;
}
.banner li span a:hover{
    text-decoration: underline;
}
.banner-fr{
    width: 346px;
    height: 382px;
    overflow: hidden;
}
.banner-fr span{
    width: 135px;
    height: 100px;
    overflow: hidden;
    margin: 8px 0 0 8px;
}
.banner-fr ul{
    height: 382px;
}
.banner-fr ul li{
    height: 116px;
    background: #fafafa;
    margin: 0 0 14px 0;
    border: 1px solid #eeeeed;
}
.banner-fr h3{
    margin: 17px 0 0 0;
}
.banner-fr h3 a{
    color: #333;
    font-size: 15px;
}
.banner-fr h3 a:hover{
    color: #279a3b;
}
.banner-lis-content{
    width: 170px;
    overflow: hidden;
    margin: 0 0 0 17px;
}
.banner-lis-content p{
    color: #666;
    font-size: 12px;
    line-height: 26px;
    overflow: hidden;
    margin: 10px 0 0 0;
}

#b04 { width: 840px;
    position: relative;}
#b04 .dots {
    position: absolute;  right: 30px; bottom: 20px;}
#b04 .dots li
{
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 4px;
    text-indent: -999em;

    float: left;

    cursor: pointer;
    opacity: 1;
    background: #FFF;
}
#b04 .dots li.active
{
    background: #c9994d;
    opacity: 1;
}
#b04 .arrow { position: absolute; top: 200px;}
.ch{
    position: relative;
    z-index: 9999;
}
.main{
    position: relative;
    z-index: 9;
}
.new-wrap{
    width: 270px;
    background: #fafafa;
    height: 420px;
    float: right;
    padding: 30px 25px;
}
.new-wrap h2{
    color: #c9994d;
    font-size: 20px;
    letter-spacing: 1px;
}
.img-wrap{
    width: 270px;
    height: 180px;
    position: relative;
}
.img-title{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 35px;
    background: url("../images/img-title-bg.png") repeat-x;
    _background:#000000;  /* ie 6*/
    width:100%;
    color: #fff;
    line-height: 35px;
    text-align: center;
    letter-spacing: 1px;    overflow: hidden;
   
    white-space: nowrap;
    text-overflow: ellipsis;
}
.img-title a{
    color: #fff;
}
.img-title a:hover{
    text-decoration: underline;
}
.news_list li{
    width: 100%;
    font-size: 14px;
    line-height: 36px;
    background: url(../images/i.jpg) no-repeat left center;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding-left:15px;
}
.news_list li a:hover{
    color: #c9994d;
}
.news_list li a{
    color: #333;
}

.tit{
    height: 60px;
}
.tit-guide{
    background: url(../images/ad-1.jpg) no-repeat;
    width: 53px;
    height: 60px;
    color: #c9994d;
    font-size: 25px;
    padding: 18px 20px 20px 25px;
    line-height: 30px;
    float: left;
}
.guide-p {
    float: left;
    width: 722px;
    padding: 10px 0 0 20px;
    color: #999999;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.mn{
    width: 840px;
}
.mnc{
    width: 320px;
    overflow: hidden;
}
.hot-read,.week-list{
    width: 274px;
    padding: 20px 23px 20px 21px;
    border: 1px solid #eeeeed;
}
.hot-read-tit{
    border-bottom: 1px solid #eeeeed;
}
.hot-read-tit span{
    color: #c9994d;
    display: inline-block;
    font-size: 17px;
    padding: 0 0 12px 0;
    border-bottom: 2px solid #c9994d;
    margin-bottom: -1px;
    letter-spacing: 1px;
}
.hot-read-tit a{
    font-size: 12px;
    color: #999;
}
.hot-read-tit a:hover{
    font-size: 12px;
    color: #333;
}
.hot-read-word{
    width: 135px;
    height: 90px;
}

.hot-read-word h3{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hot-read-word h3 a{
    color: #666;
    font-size: 15px;

}
.hot-read-word h3 a:hover{
    color: #c9994d;
    font-size: 15px;
}
.hot-read-word p{
    font-size: 14px;
    line-height: 22px;
    color: #999;
}
.hot-read-word p a{
    color: #c9994d;
}
.hot-read-word p a:hover{
    text-decoration: underline;
}

.hot-read-lis li{
    width: 100%;
    background: url(../images/i.jpg) no-repeat left center;
    padding: 0 0 0 15px;
    white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    line-height: 36px;
}
.hot-read-lis li a{
    color: #333;
    font-size: 14px;
    max-width: 230px;
    overflow: hidden;
}
.hot-read-lis li:hover,.hot-read-lis li a:hover{
    color: #c9994d;
}
.mnc-point-img{
    float: left;
    width: 390px;
    height: 245px;
    position: relative;
}
.point-news{
    width: 425px;
    float: right;
}
.hot-news h3{
    font-size: 17px;
    letter-spacing: 1px;
}
    .hot-news h3 a {
        color: #333;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
.hot-news h3 a:hover{
    color: #c9994d;
}
.hot-news p {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
    
.hot-news p a:hover{
    text-decoration: underline;
}
.hot-news-list li{
    width: 100%;
    background: url(../images/i.jpg) no-repeat left center;
    padding: 0 0 0 15px;
    white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    line-height: 33px;
}
.hot-news-list li a{
    color: #333;
}
.hot-news-list li:hover,.hot-news-list li a:hover{
    color: #c9994d;
}
.point-list{
    float: left;
}
.w390{
    width: 390px;
}
.w410{
    width: 410px;
}
.point-list-img{
    width: 130px;
    height: 80px;
    float: left;
}
.po-list{
    float: left;
    padding-left: 15px;
    width: 245px;
}
.po-list li{
    width: 100%;
    white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    line-height: 28px;
    color: #666;
}
.po-list li a{
    color: #666;
}
.po-list li:hover,.po-list li a:hover{
    color: #c9994d;
}
.mn-nav{
    background: #fafafa;
    height: 45px;
}
.mn-nav ul li{
    float: left;
    width: 120px;
    line-height: 41px;
    font-size: 18px;
    color: #666;
    text-align: center;
    border-top:2px solid #fafafa;
    margin-top:2px;
}
.mn-nav ul li a{
    color: #666;
    display: block;
}

.mn-nav ul li.active a{
    border-top:2px solid #c9994d;
    color:#c9994d;
    font-weight: bold;
    background: #fff;
    cursor: pointer;
}
.mn-nav ul li.first{
    border-left:1px solid #fff;
}
.mn-nav ul li.first.active{
    border-left:1px solid #eee;
}
.guide_h2{
    font-size: 26px;
    line-height: 26px;
    color: #c9994d;

}
.guide_h2 a{
    color: #666;
    padding-left: 20px;
    font-size: 12px;
    letter-spacing: 1px;
}
.guide_h2 a:hover{
    text-decoration: underline;
}
.brand-wrap{
    width: 100%;
    height: 281px;
    overflow: hidden;
    border: 1px solid #eee;
    position:relative;
    float:left;
}
.brand-nav{
    float: left;
    width: 160px;
    border-right: 1px solid #eee;
}
.brand-nav ul li{
    height: 70px;
    width: 160px;
    text-align: center;
    font-size: 15px;
    line-height: 70px;
    border-bottom: 1px solid #eee;
}
.brand-nav ul li em{
    background: url(../images/ico.png) no-repeat 0 0;
    width: 6px;
    height: 10px;
    display: inline-block;
    margin-left: 15px;
}
.brand-nav ul li.active{
    background:#c9994d;
    cursor:pointer;
}
.brand-nav ul li.active a{
    color:#fff;
    cursor:pointer;
}
.brand-nav ul li.active em{
    background: url(../images/ico.png) no-repeat -14px 0;
    margin-left: 15px;
}
.brand-img{
    position:absolute;
    right:-3px;
    top:0;
    padding-left: 10px;
    width: 1035px;
    height: 283px;
    overflow: hidden;
}
.brand-img ul{
    width: 732px;
    height: 283px;
    float:left;
}
.brand-img ul li{
    border-bottom: 1px dashed #efefef;
    border-right: 1px dashed #efefef;
    width: 121px;
    height: 93px;
    float: left;
}
.brand-img ul li a{
    width: 121px;
    height: 93px;
    position:relative;
    display: block;
}
.brand-img ul li a .mask,.brand-img ul li a .mask-detail{
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;left:0;
}
.brand-img ul li a .mask{
    background: url("../images/bg-png.png") repeat;
    _background: #000;
}
.brand-img ul li a .mask-detail{
    color:#ffda9d;
    text-align: center;
}
.brand-img ul li a .mask-detail p{
    padding-top:30px;
    font-size:14px;
}

.brand-img ul li a .mask-detail span{
    display: inline-block;
    width:15px;
    height:15px;
    margin-top:3px;
    background: url(../images/in.png) no-repeat left center;
}
.brand-img ul li.active .mask-detail,.brand-img ul li.active .mask{
    display:block;
}
.brand-img ul li .mask-detail,.brand-img ul li .mask{
    display:none;
}

.brand-hot1{
    height: 90px;
    position: relative;
}
.brand-hot{
    background: #fafafa;
    width: 240px;
    height: 223px;
    float: left;
    padding: 30px;
}
.brand-logo-bg{
    position: absolute;
    width: 90px;
    height: 90px;
    z-index: 99;
    left: 0;
    top:0;
}
.brand-logo{
    z-index: 88;
    width: 90px;
    height: 90px;
}
.brand-name{
    float: left;
    width: 120px;
    padding:16px 10px;
}
.brand-name h3{
    font-size: 17px;
    letter-spacing: 1px;
}

.website a{
    background: url("../images/w.png") no-repeat 8px center;
    border: 1px dashed #c9994d;
    height: 26px;
    line-height: 26px;
    color: #c9994d;
    padding-left: 25px;
    margin-top: 10px;
    display: block;
}

.website a:hover{
    border: 1px solid #c9994d;
    color: #c9994d;
}
.news-wrap{
    float: left;
    width: 700px;
}
.news-main{
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    height: 310px;
    margin-top: 21px;
    padding-top: 25px;
    width: 100%;
}
.news-m-img{
    width: 300px;
    height: 210px;
}
.news-m-title{
    background: #f5f5f5;
    padding: 10px 20px;
    width: 260px;
    _width: 245px;
}
.news-m-title ul li{
    line-height: 27px;
    width: 100%;
    white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    background: url(../images/i.jpg) no-repeat left center;
    padding: 0 0 0 15px;
}
.news-m-title ul li a{
    color: #666;
}
.news-m-title ul li a:hover{
    color: #c9994d;
}
.list-news{
    width: 340px;
    float: left;
    padding-left: 25px;
}
.zx_item{
    padding-bottom: 25px;
}
.item{
    width:185px;
    color: #999;
    font-size: 12px;
    padding-left: 15px;
    float: left;
    padding-top: 5px;
}
.item h4{
    font-size: 14px;
    color: #333;
    width: 100%;
    white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
    .item p {
        padding-top: 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
.ency-wrap{
    float: left;
    width: 475px;
}
.pr75{
    padding-right: 45px;
}
.ency-main{
    margin-top:16px;
    _margin-top:20px;
    padding-top: 25px;
    padding-left: 25px;
    width: 100%;
    height: 300px;
    border-top: 1px solid #eee;
}
.ency-img{
    width: 161px;
    height: 121px;
    float: left;
}
.ency-hot{
    float: left;
    padding-left: 20px;
    width: 294px;
}
.ency-hot h4{
    font-size: 17px;
    color: #333;
    width: 100%;
    white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    padding-top: 10px;
}
    .ency-hot p {
        font-size: 13px;
        color: #999;
        padding-top: 10px;
        line-height: 24px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
.ency-list ul li{
    width: 100%;
    white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    background: url(../images/i.jpg) no-repeat left center;
    padding: 0 0 0 15px;
    line-height: 33px;
}
.picture{
    border-top: 1px solid #eee;
    margin-top: 25px;
    padding-top: 30px;
    width: 1200px;
    overflow: hidden;
}

.picture ul{
    width: 1300px;
}
.picture ul li.li_01{
    width: 590px;
    height:285px;
}
.picture ul li img{
    display:block;
    width:100%;
}
.picture img.hover{
    filter:alpha(opacity=75);-moz-opacity:0.75;-khtml-opacity: 0.75;opacity:0.75;
}
.picture ul li .title {
    background:  url(../images/pic_bg.png) repeat-x scroll 0 -20px;
    bottom: 0;
    color: #fff;
    display: block;
    font-family: "微软雅黑";
    font-size: 16px;
    height: 18px;
    left: 0;
    overflow: hidden;
    padding: 100px 0 20px;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    z-index: 10;
    text-indent: 20px;
}
.encyclopedia_nav{padding-left: 15px;}

.encyclopedia_nav a{
     color:#666;
    font-size: 16px;
    padding-left: 0px;
}
.encyclopedia_nav span.active a{
    color:#c9994d;
    cursor: pointer;
}
.encyclopedia_nav em {
    margin:0 10px;
}

.fixed-left{
    position:fixed;
    top:200px;
    left:50px;
    width:90px;
    z-index:999999;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop) + 200);
}
.fixed-left ul li{
    display:inline-block;
    width:90px;height:90px;border-radius: 90px;background:#e8e8e8;
    margin-bottom:30px;text-align:center;color:#848484;
    border:10px solid #fff;
}
.fixed-left ul li img{
    padding-top:15px;
}

.fixed-left ul li img.un-hover{
    display:inline-block;
}
.fixed-left ul li img.hover{
    display:none;
}

.fixed-left ul li.active,.fixed-left ul li.current{
    border:10px solid #f9f5ef;
    background:#c9994d;
    color:#fff;
}

.fixed-left ul li.active img.un-hover,.fixed-left ul li.current img.un-hover{
    display: none;
}
.fixed-left ul li.active img.hover,.fixed-left ul li.current img.hover{
    display:inline-block;
}

.fixed-left ul li img.hover{
    -webkit-backface-visibility:visible;
    -webkit-transform-origin:center center;
    -webkit-animation:rotateY 3s 0s infinite ease normal none ;
    -moz-backface-visibility:visible;
    -moz-transform-origin:center center;
    -moz-animation:rotateY 3s 0s infinite ease normal none ;
    -ms-backface-visibility:visible;
    -ms-transform-origin:center center;
    -ms-animation:rotateY 3s 0s infinite ease normal none ;
    backface-visibility:visible;
    transform-origin:center center;
    animation:rotateY 3s 0s infinite ease normal none ;
}

@-webkit-keyframes rotateY{
    0%{
        -webkit-transform:rotateY(0deg);
    } 50%{
          -webkit-transform:rotateY(180deg);
      } 100%{
            -webkit-transform:rotateY(360deg);
        }
}@-moz-keyframes rotateY{
     0%{
         -moz-transform:rotateY(0deg);
     } 50%{
           -moz-transform:rotateY(180deg);
       } 100%{
             -moz-transform:rotateY(360deg);
         }
 }@-ms-keyframes rotateY{
      0%{
          -ms-transform:rotateY(0deg);
      } 50%{
            -ms-transform:rotateY(180deg);
        } 100%{
              -ms-transform:rotateY(360deg);
          }
  }@keyframes rotateY{
       0%{
           transform:rotateY(0deg);
       } 50%{
             transform:rotateY(180deg);
         } 100%{
               transform:rotateY(360deg);
           }
   }
.enter1 {
    width: 108px;
    height: 100px;
    right: -125px;
    background: url(../images/enter1.png) no-repeat;
    display: none;
    padding-top: 8px;
    padding-left: 16px;
    top: 0px;
    position: absolute;
}
/*热度*/
.lc-read em {
    font-size: 14px;
    font-weight: bold;
    color: #FB7211;
}


.lc-read {
    padding: 0 0 0 24px;
    color: #999;
    background: url(../images/hot.png) left center no-repeat;
    margin-left: 28px;
}

.ency-list {width: 455px;}
.time{float: right; color: #999;}
/*联盟广告*/
.cp {
    width: 318px;
    margin-bottom: 30px;
    height: 272px;
    overflow: hidden;
    border: 1px solid #999;
}


div#BAIDU_SSP__wrapper_u2825236_0 {
    margin: -4px 0 0 -8px;
}
.common-img-wrap {
    position: relative;
}

    .common-img-wrap:hover img {
        transform: scale(1.1);
    }

.news-bottom-img-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.65);
    opacity: 0;
    z-index: 50;
    transition: 0.3s;
}

    .news-bottom-img-mask p {
        position: absolute;
        width: calc(100% - 40px);
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        font-size: 16px;
        color: #FFFFFF;
        line-height: 25px;
        text-align: center;
        max-height: 50px;
        overflow: hidden;
    }

.common-img-mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 25;
    background-color: rgba(0, 0, 0, .04);
}

.common-img-wrap img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    transition: 0.3s;
}

.news-bottom-row-item-left {
    position: relative;
    float: left;
    display: block;
    /* width: 194px;*/
    /*height: 148px;*/

    overflow: hidden;
}

.common-img-wrap:hover .common-img-mask {
    background-color: rgba(0, 0, 0, .2);
}

.news-bottom-img-mask:hover {
    opacity: 1;
}
.picture ul li {
    float: left;
    width: 285px;
    margin: 0 20px 20px 0;
    height:285px;
    position: relative;
}