﻿
/* CSS Document */
/*fenye*/
li.c {
    background-color: #f00;
    width: 22px;
}

/*.............二级导航开始..........*/
.daohang{width:1080px;height:60px;margin:0 auto;margin-top:45px;text-align: center;}
.daohang1{width:720px;height:60px;margin:0 auto;margin-top:45px;}
.banner{margin-top:82px}
/*..................新闻页开始.................*/
.news{width:1100px;height:auto;margin:0 auto;margin-top:46px;}
.news_l{width:210px;height:auto;float:left;}
.news_l span{display:block;width:210px;height:54px;background:url(../image/news_03.gif);text-align:center;line-height:40px;font-size:20px;color:#ffffff;letter-spacing:3px;font-family:"微软雅黑";}
.news_l .cenav{width:200px;height:auto;float:left;border:1px solid #969696;position:relative;margin-top:-15px;border-top:none;}
.news_l .cenav li{width:100%;line-height:40px;text-align:center;border-bottom:1px solid #969696;}
.news_l .cenav .curre a{color:#fc5615;}

/*.............top............*/
.top1{width:200px;height:auto;border:1px solid #969696;position:relative;margin-top:-15px;border-top:none;}
.top1 li{width:90%;height:auto;line-height:30px;margin:0 auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.top1 li a:hover{color:#fc5615;}

/*...............er................*/
.er{width:200px;height:auto;border:1px solid #969696;text-align:center;}
.er img{margin-top:10px;}
.er p{line-height:30px;font-weight:bold;color:#fd5d1e;}

/*.......................右边内容开始.........................*/
.news dl{width:845px;height:auto;float:right; margin-top: 30px}
.news dl dd{width:100%;height:158px;border-bottom:2px dotted #444444;overflow:hidden;margin-bottom:28px;}
.news dl dd img{float:left;}
.news dl dd .essay{width:585px;height:auto;float:right;}
.news dl dd .essay .essay_t{width:100%;font-family:'微软雅黑';}
.news dl dd .essay .essay_t a{font-size:16px;color:#000000;float:left;}
.news dl dd .essay .essay_t a:hover{font-size:16px;color:#fc5615;float:left;}
.news dl dd .essay .essay_t b{float:right;font-weight:normal;}
.news dl dd .essay div{line-height:24px;color:#565656;clear:both;padding-top:10px;font-size: 13px;font-family: "宋体";}
.news dl dd .essay ul{width:100%;}
.news dl dd .essay ul li{float:left;}
.news dl dd .essay .essay_b{clear:both;display:block;width:100%;line-height:35px;color:#fc5615;}
.news dl dd .essay .essay_b a{color:#fc5615;float:left;} 
.news dl dd .essay .essay_b b{float:right;font-weight:normal;}

/*.................分页开始....................*/


/*...................详情页开始....................*/
.details{width:845px;float:right;}
.details_d{width:100%;height:80px;border:1px solid #feccb8;text-align:center;}
.details_d p{font-size:20px;font-family:'微软雅黑';line-height:50px;}
.details_d b{font-weight:normal;margin-right:30px;color:#565656;}
.details_n{width:100%;height:auto;height:45px;margin-top:25px;border-bottom:1px solid #969696;}
.details_n .prev{float:left;}
.details_n .next{float:right;}
.details_n span{float:right;margin-top:10px;margin-right:5px;}
.word{width:100%;margin-top:10px;line-height:24px;font-size:14px;font-family:Microsoft Yahei,Arial, Helvetica, sans-serif, sans-serifArial, Helvetica;color:#565656;}
.word .img{width:100%;text-align:center;}
.shangxia{width:100%;height:auto;margin: 20px 0;
    overflow: hidden;}
.shangxia a{display:block;width:385px;height:44px;border:2px dotted #969696;line-height:44px;overflow: hidden;}
.shangxia a img{float:left;margin-top:8px;animation:xzimg 5s linear infinite ;}
.shangxia .pre{float:left;border-color:#fc5615;color:#fc5615;}
.shangxia .nex{float:right;}
@keyframes xzimg{
	from{transform: rotate(0deg);}
	to{transform: rotate(360deg);}
}