.content {
	.bar {
		max-width: 1200px;
		padding: 80px 0;
	}

}

.content_biao h1 {
	color: #000000;
	font-size: 60px;
	font-weight: 600;
	line-height: 1.4em;
	padding-bottom: 30px;
}

.content_shijian {
	display: flex;
	padding: 15px 0px 15px 0px;
	border-style: dotted;
	border-width: 1px 0px 1px 0px;
	border-color: #afafaf;
	align-items: center;
}

.content_shijian img {
	width: 25px;
	margin-right: 15px;
}

.content_shijian span {
	font-size: 13px;
	color: #54595f;
}

.content_neirong img {
	width: 100% !important;
	margin: 20px 0;
}

.content_neirong p {
	line-height: 32px;
}

.fanye {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.fanye_zuo {
	display: flex;
	align-items: center;
}

.fanye_zuo img {
	width: 30px;
	height: 30px;
}

.fanye_zuo a {
	color: #aaa;
	font-size: 21px;
	font-weight: 600;

}

@media screen and (max-width: 768px) {
	.content_biao h1 {
		font-size: 20px;
	}

	.content {
		.bar {

			padding: 30px 5%;
		}
	}

	.fanye_zuo a {
		font-size: 12px;
	}
}