*{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style-type: none;
}
.b1{
	width: 100%;
	height: auto;
	background: #ffffff;
}
.main-c{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.lishi-title{
	width: 100%;
	height: 74px;
	position: relative;
	text-indent: 32px;
	font-size: 46px;
	margin: 24px auto;
	font-weight: bold;
}
.lishi-title img{
	width: 9px;
	height: 41px;
	position: absolute;
	top: 14px;
	left: 0px;
}
.lishi-title span{
	color: #193584;
}
.cyli-ul{
	width: 100%;
	height: auto;
}
.cyli-li{
	width: 100%;
	display: flex;
	justify-content: space-around;
	height: auto;
	margin: 22px auto;
}
.cyli-img{
	width: 129px;
	height: 165px;
}
.cyli-img img{
	width: 129px;
	height: 165px;
	display: block;
}
.cyli-r{
	width: 1016px;
}
.cy-h2{
	width: 100%;
	font-size: 22px;
	color: #333333;
	margin-top: 32px;
}
.cy-p{
	font-size: 16px;
	color: #333333;
	text-indent: 32px;
	line-height: 28px;
	margin-top: 22px;
}