/*概览页私有 20150710*/
.bd{ width: 1000px; margin: 0 auto; position: relative;}
.bd .main{ width:645px;}
.bd .sidebar{ width:315px;}
.bd h3{ font-family: "microsoft yahei"; font-size: 28px; font-weight: normal; line-height: 40px;}
.bd h4{ padding-bottom: 10px; font-family: "microsoft yahei"; font-size: 28px; font-weight: normal; line-height: 40px; background:  0 20px repeat-x;}
.bd h4 .t{ padding-right: 12px; background: #ffffff;}
.bd h4 .change{ margin: 11px 0; font-size: 12px; line-height: 17px; color: #d93024; background: #ffffff;}
.bd h4 .change i{ width: 17px; height: 17px; display: block; text-indent: -100px; overflow: hidden; margin: 0 5px; background:  0 2px no-repeat;}

.jstvcolumnleftcnt{ margin:0 0 0 1px;}
.jstvlist{padding-top:10px;_width:100%; font-family: "microsoft yahei";}
.jstvlist li{line-height:20px;font-size:13px;color:#4b594a;position:relative;padding-bottom:11px;}
.jstvlist li a:link,.jstvlist li a:visited{color:#4b594a;}
.jstvlist li span{display:inline-block;font-size:15px;font-weight:normal;/*margin-left:6px;*/line-height:24px;width:514px;overflow:hidden;/*white-space:nowrap;*/vertical-align:middle; padding-bottom:2px;}
.jstvlist li span a:link,.jstvlist li span a:visited{color:#333;}
.jstvlist li span a:hover{color:#d92e24;}
.jstvlist li em{position:absolute;top:1px;right:0;font-style:normal;color:#999;}
.listse{margin-bottom:18px;height:28px;}


.pagination{ height: 30px; padding: 40px 0; text-align: center;}
.pagination span{ width: 28px; height: 28px; margin: 0 5px; display: inline-block; font-size: 12px; line-height: 27px; text-align: center; color: #d93024; border:1px solid #dfdede; border-radius: 2px;}
.pagination span.prev, .pagination span.next{ width:58px;}
.pagination span.current a{color:#fff;}
.pagination span.current a:hover{color: #fff;}
.pagination span.current{ font-weight: bold; color:#fff;background:#d93024; border-color: #d93024;}
.pagination span:hover{ border-color: #d93024;}

.share-box{padding:30px 0 50px  87px; border-top: 1px solid #d6d6d6; position: relative; font-family: "microsoft yahei";}
.share-box .title{position: absolute;display: inline-block;padding:0 9px;background: #fff;left: 50%;top: -10px;margin-left: -33px; font-family: simsun; color: #848484;font-size: 14px;}
.share-box li{float: left;margin-right:30px;width: 70px;text-align: center;}
.share-box li a{display: block;width: 70px;height: 70px;background:  0 -170px;}
.share-box li span{font-size: 14px; line-height: 30px; color: #848484;}
.share-box li.weibo-share a{background-position: 0 -170px;}
.share-box li.friend-share a{background-position: -100px -170px;}
.share-box li.weixin-share a{background-position: -200px -170px;}
.share-box li.qzone-share a{background-position: -300px -170px;}
.share-box li.like-share a{background-position: -400px -170px;}
.share-box li.weibo-share a:hover{background-position: 0 -260px;}
.share-box li.friend-share a:hover{background-position: -100px -260px;}
.share-box li.weixin-share a:hover{background-position: -200px -260px;}
.share-box li.qzone-share a:hover{background-position: -300px -260px;}
.share-box li.like-share a:hover{background-position: -400px -260px;}
.share-box li.haslike a{background-position: -400px -260px;}



.sidebar .con{ padding-bottom: 20px;}
.pic-list{ margin-left: -15px; overflow: hidden;}
.pic-list li{ width: 150px; height: 155px; overflow: hidden; margin-left: 15px; margin-bottom: 15px; font-size: 12px; line-height: 24px;}
.pic-list li img{ width: 150px; height: 100px;}

.link-list li{ height: 40px; overflow: hidden; font-size: 14px; line-height: 40px;}
.link-list li i{ width: 21px; height: 21px; display: inline-block; margin-right: 9px; line-height: 21px; text-align: center; color: #ffffff; border-radius: 50%; background: #c1c1c1;}
.link-list li.n01 i{ background: #d93024;}
.link-list li.n02 i{ background: #f5682c;}
.link-list li.n03 i{ background: #f5682c;}


/*main 新闻列表小图*/
.related .mix-list li .img img{
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	-moz-transition: -moz-transform 0.3s ease 0s;
	-o-transition: -o-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
}
.related .mix-list li .img img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/*sidebar 图片列表小图*/
.pic-list li img{
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	-moz-transition: -moz-transform 0.3s ease 0s;
	-o-transition: -o-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
}
.pic-list li img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/*分享box里各个图标*/
.share-box li a:hover{
	-webkit-animation: zoominout 0.3s 1;
	-moz-animation: zoominout 0.3s 1;
	-o-animation: zoominout 0.3s 1;
	animation: zoominout 0.3s 1;
}
