body{
	background-color: #efefef;
}
.content{
	position: relative;
	background-image: url(../img/margin_back.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.content-head{
	position: relative;
	width: 1337px;
	height: 220px;
	margin: 0 auto 80px auto;
}
.content-body{
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-items:center;
	width: 1337px;
	margin: 0 auto 80px auto;
}
.content-left{
	width: 938px;
	min-height: 1300px;
	background: #fefefe;
	padding: 50px;
	box-sizing: border-box;
}
.content-right{
	width: 384px;
	min-height: 1300px;
}
.content-left-ul{
	margin-top: 20px;
}
.content-left-ul>li{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items:center;
	padding: 25px 0;
	box-sizing: border-box;
	border-bottom: 2px solid #C9CACA;
	text-align:left
}
.content-left-ul>li>.icon{
	width: 133px;
	height: 133px;
	margin-right: 34px;
}
.content-left-li-title{
	font-size: 27px;
	font-family: SourceHanSansSC;
	font-weight: bold;
	color: #383735;
	margin-bottom: 20px;
}
.content-left-li-text{
	font-size: 20px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #9FA0A0;
	line-height: 30px;
}

.content-right-top{
	padding: 50px 30px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.content-right-top-img{
	width: 100%;
	margin: 20px 0;
}
.content-right-top-text{
	font-size: 20px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #9FA0A0;
	line-height: 30px;
	text-align:left
}
.content-right-bottom{
	padding: 50px 30px 116px 30px;
	background-color: #FFFFFF;
	box-sizing: border-box;
}
.content-right-bottom-ul{
	margin-top: 37px;
}
.content-right-bottom-ul>li{
	padding-bottom: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #C9CACA;
	margin-bottom: 20px;
	text-align:left
}
.content-right-bottom-ul>li>h6{
	font-size: 27px;
	font-family: SourceHanSansSC;
	font-weight: bold;
	color: #3E3A39;
	line-height: 30px;
	margin-bottom: 17px;
}
.content-right-bottom-ul>li>h6 a{
	color: #3E3A39;
}

.content-right-bottom-ul>li>p{
	font-size: 20px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #9FA0A0;
	line-height: 30px;
}

.title-details-right{
	font-size: 28px;
	font-family: SourceHanSansSC;
	font-weight: bold;
	color: #383735;
}
.title-details-left{
	font-size: 16px;
	font-family: SourceHanSansSC;
	font-weight: 300;
	color: #9FA0A0;
}
.message-details{
	margin:20px 0;
	font-size: 22px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #737373;
	line-height: 37px;
	letter-spacing:2px;
	text-align:left
}
.details-img{
	width: 100%;
	margin: 28px 0 40px 0;
}