html,
.body
 {
  width: 100%;
  height: 100%;
}

.container {
	width: 100%;
	min-height: 1000px;
}

.content-img {
	width: 100%;
	height: 300px;
	overflow: hidden;
}
@media screen and (max-width: 1440px) {
	.content-img {
	  height: 230px;
	}
}

.content-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.content-parent {
	width: 1200px;
	margin: 0 auto;
	padding: 36px 43px;
	position: relative;
}
@media screen and (max-width: 1440px) {
	.content-parent {
		padding: 18px 43px;
	}
}

/* 左边内容块 */
.content-left {
	width: 240px;
	top: -40px;
	position: absolute;
	float: left;
}
@media screen and (max-width: 1440px){
	.content-left {
		width: 180px;
	}
}

.left-title {
	height: 86px;
	background: #0168b7;
	color: #fff;
	text-align: center;
	line-height: 86px;
}
@media screen and (max-width: 1440px){
	.left-title {
		height: 76px;
		line-height: 76px;
	}
}

.left-title h2 {
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 5px;
}
@media screen and (max-width: 1440px){
	.left-title h2 {
		font-size: 22px;
	}
}

.left-list {
	border-left: 15px solid #0168b7;
	line-height: 2;
}
@media screen and (max-width: 1440px){
	.left-list {
		border-left: 10px solid #0168b7;
	}
}

.list-text {
	font-size: 18px;
	color: #363636;
  border-bottom: 1px solid #d9d9d9;
  padding: 14px 30px;
}
@media screen and (max-width: 1440px){
	.list-text {
		font-size: 16px;
		padding: 10px 20px;
	}
}
.list-text a:hover {
	cursor: pointer;
	color: #0168b7;
}

/* 右边内容块 */
.content-right{
	width: 920px;
	float: right;
}
@media screen and (max-width: 1440px){
	.content-right {
		width: 980px;
	}
}

.box-right-head {
	width: 100%;
	display: inline-block;
	padding-bottom: 25px;
	border-bottom: 1px solid rgb(217, 217, 217);
}

.box-right-head a:hover {
	cursor: pointer;
	color: #0364bf;
	transform: .5s;
}

.box-right-l {
	font-size: 20px;
	color: #333;
	float: left;
}
@media screen and (max-width: 1440px){
	.box-right-l {
		font-size: 18px;
	}
}

.box-right-r {
	font-size: 16px;
	color: #999;
	line-height: 26px;
	float: right;
}
@media screen and (max-width: 1440px){
	.box-right-r {
		font-size: 14px;
	}
}

.box-right-text {
	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;
}