html,
.body {
	margin: 0;
	padding: 0;
}

.container {
	width: 100%;
	min-height: 500px;
}

.content {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding-top: 36px;
	box-sizing: border-box;
}

.content-head {
	width: 100%;
	display: inline-block;
	padding-bottom: 25px;
	border-bottom: 1px solid rgb(217, 217, 217);
}

.content-head a:hover {
	cursor: pointer;
	color: #0364bf;
	transform: .5s;
}

.content-head-left {
	font-size: 20px;
	color: #333;
	float: left;
}
@media screen and (max-width: 1440px){
	.content-head-left {
		font-size: 18px;
	}
}

.content-head-right {
	font-size: 16px;
	color: #999;
	line-height: 26px;
	float: right;
}
@media screen and (max-width: 1440px){
	.content-head-right {
		font-size: 14px;
	}
}

.content-box {
	width: 100%;
	padding-top: 30px;
	margin-bottom: 40px;
	box-sizing: border-box;
	word-break: break-all;
}

.content-title {
	font-size: 22px;
	color: #ff1010;
	text-align: center;
}
@media screen and (max-width: 1440px){
	.content-title {
		font-size: 17px;
	}
}

.content-time {
	font-size: 16px;
	color: #5b5f6d;
	text-align: center;
	margin: 10px 0;
}
@media screen and (max-width: 1440px){
	.content-time {
		font-size: 14px;
	}
}

.content-box-text {
	width: 100%;
	padding-top: 20px;
}

.content-box-text > p {
	font-size: 18px;
	color: #333;
	line-height: 40px;
}
@media screen and (max-width: 1440px){
	.content-box-text > p {
		font-size: 15px;
	}
}

.content-box-text > p > strong {
	display: inline;
}