/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
.news_tag {
	padding:50px 0;
	max-width:1145px; 
	height:30px;
	margin:0 auto;
}
.news_tag li {
	float: left;
	width: 174px;
	margin-right: 46px;
	font-size: 18px;
	text-align: center;
}
.news_tag a {
	display: block;
	color: #fff;
	background: #40444b;
	height: 40px;
	line-height: 40px;
	transition: all 1s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.news_tag li.hover a, .news_tag a:hover {
	background: #d3433e;
	color:#fff
}
.page_news .list {
	max-width:1145px;
	margin:0 auto
}
.page_news .list .img {
	width:471px;
	float:right;
	margin-left:50px
}

.page_news .list .img {
	overflow:hidden;
	position:relative
}
.page_news .list .img img {
	transition:all 1s;
-webkit-transition:all 1s;
-moz-transition:all 1s;
-ms-transition:all 1s;
-o-transition:all 1s;
}



.page_news .list .img:hover {
	background:#000
}
.page_news .list .img:hover img {
	opacity:.5;
	transform:scale(1.1) rotate(3deg);
	-o-transform:scale(1.1) rotate(3deg);
	-webkit-transform:scale(1.1) rotate(3deg);
	-moz-transform:scale(1.1) rotate(3deg);
	-ms-transform:scale(1.1) rotate(3deg)
}




.page_news .list .text {
	border-top:2px solid #000;
	padding-top:30px;
	overflow:hidden
}
.page_news .list li {
	margin-bottom:40px
}
.page_news .list li:after {
	content:'';
	display:block;
	clear:both
}
.page_news h3 {
	font-size:16px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom:10px
}
.page_news .list a:hover {
	color:#be9a78
}
.page_news .time {
	line-height:20px;
	margin-bottom:10px;
	padding-left:25px;
	background:url(img/icon6.png) no-repeat left center;
	color:#a8a8a8
}
.page_news p {
	line-height:27px;
	height:81px;
	overflow:hidden;
	color:#737373;
	margin:30px 0
}
.page_news .btn a {
	background:0 0;
	border:2px solid #000; 
	text-align:center;
	color:#000; 
	display:block;
	line-height:34px;
	width:120px;
	margin-left:0
}
.page_news .btn a:hover {
	background:#333;
	color:#fff
}

/*分页相关*/
.pagelist ul{text-align:center;margin:20px 0;}
.pagelist li{display:inline-block;margin:0 2px;}
.pagelist li a{color:#666;display:inline-block;border:1px solid #ddd;padding:6px 15px;}
.pagelist li a:hover{border-color:#1184DA;background:#1184DA;color:#fff;}
.pagelist li.active a{border-color:#1184DA;background:#1184DA;color:#fff;}