body {
	background: #333333;
}

.img_1 {
	margin-top: 40px;
	height: auto;
	float: left;
	margin-left: 60px;
}

.title_p {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 46px;
	margin-top: 40px;
}

.cont_div {
	width: 1220px;
	height: auto;
	margin-left: 60px;
	float: left;
}

.cont_div_font {
	font-size: 20px;
	background: #262626;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 254, 254, 1);
	line-height: 21px;
	padding: 20px;
}

.left_body {
	width: 200px;
	height: 119px;
	background: #262626;
	float: left;
}

.left_body1 {
	width: 200px;
	height: 156px;
	background: #262626;
	float: left;
}

.right_body {
	width: 1020px;
	height: 119px;
	background: #404040;
	float: left;
	border-bottom: 1px solid #000000;
}

.right_body1 {
	width: 1015px;
	height: 156px;
	background: #404040;
	float: left;
	border-bottom: 1px solid #000000;
}

.con_div {
	padding-top: 40px;
	width: 1145px;
	height: 530px;
	margin-left: -14px;
}

.rumen {
	font-size: 30px;
	font-family: PingFang;
	font-weight: 600;
	color: rgba(255, 255, 255, 1);

	line-height: 58px;
	text-align: center;
	margin-top: 20px;
}

.date {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: rgba(255, 255, 255, 1);
	text-align: center;
}

.details {
	width: 975px;
	margin-left: 24px;
	margin-top: 24px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: rgba(255, 255, 255, 1);
	line-height: 21px;
	letter-spacing: 2px;
}
a{
	transition:transform 0.25s ease;
}
ul li a:hover {
	transform: scale(1.1, 1.1);
}
