body {
	background-color: #FFFFFF;
}

.wrap {
	width: 100%;
}

.banner {
	width: 100%;
	height: auto;
	margin-top: 80px;
}

.banner img {
	width: 100%;
}

.center {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}

.center .top_title {
	padding: 60px 0;
	font-family: 'PingFangSC-Regular';
	font-size: 30px;
	color: #323232;
	letter-spacing: 0;
	text-align: center;
}

.center .one_list {
	width: 100%;
	height: 420px;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	align-items: center;
	margin-bottom: 48px;
}

.center .one_list .item:nth-child(1) {
	width: 583px;
	height: 380px;
}

.center .one_list .item:nth-child(2) {
	width: 551px;
	height: auto;
}

.center .one_list .item:nth-child(2) .title {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: 'PingFangSC-Medium';
	font-size: 24px;
	color: #323232;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.center .one_list .item:nth-child(2) .dec {
	font-family: 'PingFangSC-Regular';
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	margin-top: 20px;
	width: 100%;
	height: 100px;
	position: relative;
	overflow: hidden;
}

/*.center .one_list .item:nth-child(2) .dec::after {
	content: "...";
	position: absolute;
	bottom: 0;
	right: 0;
	padding-left: 40px;
	background: -webkit-linear-gradient(left, transparent, #fff 55%);
	background: -o-linear-gradient(right, transparent, #fff 55%);
	background: -moz-linear-gradient(right, transparent, #fff 55%);
	background: linear-gradient(to right, transparent, #fff 55%);
}*/

.center .one_list .item:nth-child(1) img {
	    width: 583px;
    height: 380px;
}

.center .one_list .date {
	font-family: 'PingFangSC-Regular';
	font-size: 14px;
	color: #999999;
	margin-top: 30px;
}
/*2019.3.27*/
.center .one_list .title a {
 color: #323232;
 text-decoration:none;
}
.center .one_list .title a:hover {
 color: #FF0000;
 text-decoration:none;
}
/**/
.center .news_list {
	width: 1200px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	align-items: center;
	flex-flow: wrap;
}

.center .news_list .item {
	width: 380px;
	height: 440px;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	margin-bottom: 30px;
	padding: 20px;
}

.center .news_list .item img {
	width: 340px;
	height: 210px;
}

.center .news_list .item .title {
	width: 340px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: 'PingFangSC-Regular';
	font-size: 18px;
	color: #323232;
	line-height: 24px;
	margin-top: 23px;
}

.center .news_list .item .dec {
	font-family: 'PingFangSC-Regular';
	font-size: 14px;
	height: 100px;
	color: #666666;
	line-height: 25px;
	margin-top: 30px;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}

/*.center .news_list .item .dec::after {
	content: "...";
	position: absolute;
	bottom: 0;
	right: 0;
	padding-left: 40px;
	background: -webkit-linear-gradient(left, transparent, #fff 55%);
	background: -o-linear-gradient(right, transparent, #fff 55%);
	background: -moz-linear-gradient(right, transparent, #fff 55%);
	background: linear-gradient(to right, transparent, #fff 55%);
}*/

.center .news_list .item .date {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #999999;
	letter-spacing: 0;
	margin-top: 10px;
}

.pages {
	width: 100%;
	height: 28px;
	margin-bottom: 60px;
	margin-top: 30px;
}

.pages .list {
	width: auto;
	height: 28px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	align-items: center;
}

.pages .list .item {
	width: 28px;
	height: 28px;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	font-family: "HelveticaNeue";
	font-size: 14px;
	color: #323232;
	text-align: center;
	line-height: 28px;
}

.pages .list .item.active {
	color: #fff;
	background: #E10000;
	border: none;
}

.pages .list .item.more {
	border: none;
	background: none;
	color: #ccc;
	letter-spacing: 3px;
}

.nav .list ul li:nth-child(5) a {
	color: #C6010D;
}