﻿/*新闻开始================================*/
.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 #e6e6e6;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;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis;}

.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;text-align:center;padding:20px 0}
.news_detail .datetime{font-family:arial;font-size:16px;line-height:30px;text-align:center;}
.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%}



.newslist .item .pic a img{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

 .newslist .item .pic a:hover img{
 	-webkit-transform: scale(1.05);
 	-ms-transform: scale(1.05);
 	-o-transform: scale(1.05);
 	transform: scale(1.05);
 }

 .newslist .item .desc .title a:hover{
 	font-weight: bold
 }