/*新闻开始================================*/
.faqlist{}
.faqlist .item{position:relative;padding:0px 0 28px;border-bottom:1px dotted #ccc;margin-bottom:25px;}
.faqlist .item:after{content:"020";display:block;height:0;clear:both;visibility:hidden;}
.faqlist .item .title{display:block;width:100%;line-height:30px;color:#555;font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0;}
.faqlist .item .info{line-height:22px;margin-top:13px;}
.faqlist .item:hover .pic{border-color:#00a0ea}
.faqlist .item:hover h3 a{color:#016aaf}

.newslist{}
.newslist .item{position:relative;padding:0px 0 20px;margin-bottom:20px;border-bottom:1px dotted #ddd;}
.newslist .item:after{content:"020";display:block;height:0;clear:both;visibility:hidden;}
.newslist .item .pic{width:250px;height:160px;float:left;background:#fff;border:1px solid #dbdbdb;overflow:hidden;padding:3px;}
.newslist .item .pic a{display:block;width:100%;height:100%;}
.newslist .item .pic img{width:100%;height:100%;vertical-align:middle;}
.newslist .item .desc{text-align:left;margin-left:290px;position:relative;color:#777;}
.newslist .item .desc .datetime{font-family:arial;color:#b9b9b9;padding:5px 0 15px;margin:0;}
.newslist .item .desc .title{display:block;width:100%;line-height:30px;color:#555;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0;}
.newslist .item .desc .info{font-size:14px;line-height:30px;text-align:justify;height:90px;overflow:hidden;}

.newslist .item:hover .pic{border-color:#bbb}
.newslist .item:hover h3 a{color:#0c4da1}
/* 新闻详细页 */
.news_detail{}
.news_detail .tt{ font-size:18px;color:#222;font-weight:normal;line-height:34px;}
.news_detail .datetime{font-family:arial;font-size:16px;line-height:30px;}
.news_detail .wshare{float:left;margin:2px 30px 0 0;}
.news_detail .info{line-height:20px;color:#939393;margin:10px 0 20px;border-top:1px dotted #ddd;padding:10px 0}
.news_detail .nr{ word-wrap: break-word; word-break: normal; padding:0 0px 10px; }
.news_detail .nr a{color:#18b6ea}
.news_detail .pic{ text-align:center; border-bottom:1px dotted #ccc; padding:10px 0; margin-bottom:15px;}
.news_detail .pic img{ border:2px solid #B47738}
.news_detail img{max-width:100%}

