/* 最新动态css样式 by buwangyun */

/*---------------------------- 内容样式start ----------------------------*/
.clearfix{
	clear:both;
}
.content{
	position: relative;
	/* background:url(../image/header_img.jpg) no-repeat; */

}
.bg{
	background: url(../image/news.png) no-repeat center;
	background-size: cover;
	background-color:#F6F6F6;
	background-position: center center;
	height:420px;
	width:100%;
	position: relative;
	display: flex;
	justify-content: center;
}

.content .news{

	min-height:700px;
	width:1200px;
	margin:0 auto;
	background-color: #ffffff;
	border-radius: 8px;
	padding-bottom:20px;
}
.news_title{
	position: absolute;
	top:305px;
	font-size: 32px;
	width:1200px;
	margin: 0 auto;
	border-bottom: 1px #E5E5E5 solid;
	background-color: #ffffff;
	height:115px;
	text-align: center;
	line-height: 115px;
	color:#000000;

	font-weight:bold;
	border-radius: 10px 10px 0px 0px;
}
.news .news_list{
	width:100%;
	overflow: hidden;
}
.news .news_list li{
	width:100%;
	overflow: hidden;
	height:80px;


}
.news .news_list li a{
	width:100%;
	cursor: pointer;
	display:block;
	font-size: 18px;
	height:80px;
	overflow: hidden;
	line-height: 80px;
	color:#1D1F20;
	border-bottom: 1px solid #f6f6f6;
}
.news .news_list li a:hover{
	background-color: #f3f3f3;
}
.news .news_list li a div.left{
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width:750px;
	margin-left:20px;
}
.news .news_list li a div.right{
	float: right;
	position: relative;
	padding-right:25px;
	margin-right:20px;
}
.news .news_list li a div.right span{
	color:#b2b2b2;
}
.news .news_list li a div.right img{
	width: 15px;
	height:20px;
	position: absolute;
	top:30px;
	right:0;

}
/*---------------------------- 内容样式end ----------------------------*/
/*---------------------------- 分页样式start ----------------------------*/
.container {
	background: #fdfdfd;
	padding: 1rem;
	margin: 3rem auto;
	border-radius: 0.2rem;
	counter-reset: pagination;
	text-align: center;
}
.container:after {
	clear: both;
	content: "";
	display: table;
}
.container ul {
	width: 100%;
}

.large {
	width: 45rem;
}

.large li a {
	display: none;
}
.large li:first-child a {
	display: inline-block;
}
.large li:first-child a:after {
	content: "<";
}
.large li:nth-child(2) a {
	display: inline-block;
}
.large li:nth-child(3) a {
	display: inline-block;
}
.large li:nth-child(4) a {
	display: inline-block;
}
.large li:nth-child(5) a {
	display: inline-block;
}
.large li:nth-child(6) a {
	display: inline-block;
}
.large li:nth-child(7) a {
	display: inline-block;
}
.large li:nth-child(8) a {
	display: inline-block;
}
.large li:last-child a {
	display: inline-block;
}
.large li:last-child a:after {
	content: ">";
}
.large li:nth-last-child(2) a {
	display: inline-block;
}
.large li:nth-last-child(3) {
	display: inline-block;
}
.large li:nth-last-child(3):after {
	padding: 0 1rem;
	content: "...";
}
/*---------------------------- 分页样式end ----------------------------*/

.news_content{
	padding:20px 80px;
	font-size: 16px;
}
.newsDetail-text{
	text-align: center;
	padding-top:10px;
	font-size:18px;
	color: #b5b5b5;
	padding-bottom: 30px;
	display: flex;
	justify-content: center;
}

/* 分页 */
.pagination {display: inline-block;padding-left: 0;margin-top: 80px;border-radius: 4px;}
.pagination > li {display: inline;}
.pagination > li > a, .pagination > li > span {position: relative;float: left;padding: 10px 15px;margin-left: -1px;line-height: 1.42857143;color: #222222;text-decoration: none;background-color: #fff;border: 1px solid #EEEEEE;}
.pagination > li:first-child > a,.pagination > li:first-child > span {margin-left: 0;border-top-left-radius: 4px;border-bottom-left-radius: 4px;}
.pagination > li:last-child > a, .pagination > li:last-child > span {border-top-right-radius: 4px;border-bottom-right-radius: 4px;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {z-index: 2;color:#04a07b;background-color: #F9F9F9;border-color: #EEEEEE;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {z-index: 3;color: #FFFFFF;cursor: default;background-color: #04a07b;border-color: #04a07b;}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {color: #CCCCCC;cursor: not-allowed;background-color: #fff;border-color: #EEEEEE;}

