/*优点*/
/*$$
{"color":[{"val":"#535353","title":"正文中文颜色"},{"val":"#b80000","title":"标题颜色"}],"background":[{"val":"#f5f5f5","title":"整体底色"},{"val":"#b4b4b4","title":"after底色"},{"val":"#a4a4a4","title":"横线底色"}],"border":[]}
$$*/
#merit_155 {
	width: 100%;
	background: #f5f5f5;
}

#merit_155 .meritBody {
	width: 1200px;
	margin: 0 auto;
}

#merit_155 .meritBody ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 80px;
}

#merit_155 .meritBody ul li {
	position: relative;
}

#merit_155 .meritBody ul li:after {
	content: "";
	width: 1px;
	height: 97px;
	background: #b4b4b4;
	position: absolute;
	top: 50%;
	margin-top: -48.5px;
	right: -100%;
}

#merit_155 .meritBody ul li:last-child:after {
	display: none;
}

#merit_155 .meritTit {
	font-family: "SourceHanSansCN-Bold";
	font-size: 28px;
	line-height: 61px;
	color: #b80000;
}

#merit_155 .meritLine {
	width: 39px;
	height: 3px;
	background: #a4a4a4;
	margin-top: 10px;
}

#merit_155 .meritChar {
	font-family: "SourceHanSansSC-Light";
	font-size: 18px;
	line-height: 36px;
	color: #535353;
	margin-top: 10px;
}

@media screen and (max-width:1200px) {
	#merit_155 .meritBody{
		width: 100%;
	}
	#merit_155 .meritBody ul li:after{
		right: -65px;
	}
}
/* ipad */
@media screen and (max-width:992px){
	#merit_155 .meritBody{
		width: 100%;
	}
	#merit_155 .meritBody ul{
		padding: 25px 40px;
	}
	#merit_155 .meritBody ul li:after{
		right: -25%;
	}
}
/* 手机 */
@media screen and (max-width: 767px) {
	#merit_155 .meritBody{
		width: 100%;
	}	#merit_155 .meritTit{
		font-size: 20px;
		line-height: 40px;
	}
	#merit_155 .meritLine{
		margin-top: 0;
	}
	
	#merit_155 .meritChar{
		font-size: 16px;
		line-height: 28px;
		margin-top: 5px;
	}
	#merit_155 .meritBody ul{
		padding: 10px;
		display: block;
		overflow: hidden;
	}
	#merit_155 .meritBody ul li{
		float: left;
		width: 40%;
		margin-left: 10%;
	}
	#merit_155 .meritBody ul li:nth-child(2n):after{
		display: none;
	}
	#merit_155 .meritBody ul li:after{
		right: 10%;
	}
}