body {
	background-color: #FFFFFF;
}
.wrap {
	width: 100%;
}
.main {
	width: 100%;
	height: auto;
	background-color: #eee;
	/*margin-bottom: 60px;*/
}

/*header{
	width: 100%;
	height: 80px;
     position: fixed;
     top: 0;
     left: 0;	
     background-color: #fff;
	}*/
.banner {
	width: 100%;
	height: auto;
	margin-top: 80px;
}
.banner img {
	width: 100%;
}
.center {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	padding-bottom: 60px;
	/*align-items: center;*/
}


.center .left {
	width: 840px;
	height: auto;
	background-color: #FFFFFF;
	margin-top: 60px;
	padding: 60px;
}

.center .left .big_title {
	font-family: 'PingFangSC-Medium';
	font-size: 32px;
	color: #323232;
}

.center .left .date {
	font-family: 'PingFangSC-Regular';
	font-size: 14px;
	color: #999999;
	margin-top: 17px;
	margin-bottom: 20px;
}

.center .left .dec {
	font-family: 'PingFangSC-Regular';
	font-size: 16px;
	color: #323232;
	line-height: 32px;
	margin-top: 30px;
}

.center .left .pic {
	width: 640px;
	height: 470px;
	margin: 20px 0 0 0;
}

.center .left .pic img {
	width: 640px;
	height: 470px;
}

.center .right {
	width: 340px;
	height: auto;
	margin-top: 60px;
}

.center .right .item {
	width: 340px;
	height: 150px;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
}

.center .right .item .title {
	font-family: 'PingFangSC-Regular';
	font-size: 18px;
	color: #323232;
	margin-bottom: 10px;
}
.center .right .item .title a{
	font-family: 'PingFangSC-Regular';
	font-size: 18px;
	color: #323232;
	text-decoration:none;
}
.center .right .item .title a:hover{
	font-family: 'PingFangSC-Regular';
	font-size: 18px;
	color: #ff0000;
	text-decoration:none;
}
.center .right .item .pre_tip {
	font-family: 'PingFangSC-Medium';
	font-size: 18px;
	color: #323232;
	margin-bottom: 11px;
}

.center .right .item .date {
	font-family: 'PingFangSC-Regular';
	font-size: 14px;
	color: #999999;
}

.center .right .item .share {
	margin-top: 16px;
	margin-bottom: 14px;
	width: 100%;
	height: 30px;
}

.center .right .item .share img {
	float: left;
	margin-right: 20px;
	width: 30px;
	height: 30px;
}

.center .right .item .btn {
	width: 300px;
	height: 40px;
	background: #C6010D;
	border: 1px solid #C6010D;
	line-height: 40px;
	font-family: 'PingFangSC-Regular';
	font-size: 18px;
	color: #F6F6F8;
	letter-spacing: 0;
	text-align: center;
}
.center .right .item .btn a{
	text-decoration:none;
	color: #F6F6F8;
}
.center .right .item .btn a:hover{
	text-decoration:none;
	color: #F6F6F8;
}