body{
	background: #fff;
	font-family: "微软雅黑";
}
.top img{
	width: 100%;
}
.main-llgz{
	width: 1200px;
	margin: 0 auto;
}
.main-llgz .row{
	width: 1200px;
	padding: 30px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 30px;
	margin-top: 20px;
}
.lista{
	display: flex;
	justify-content: space-between;
}
.listb ul{
	display: flex;
	justify-content: space-between;    flex-wrap: wrap;
}
.listb ul li{
	width: 49%;
	height: 70px;
	border: solid 1px #cee9ff;
	background: #eff7ff;
        float: left;
        padding: 20px 0;
        margin-bottom: 20px;
}
}
.tit img{
	margin-top: 20px;
	margin-bottom: 20px;
}
.lista p{
	width:1198px;
	height:117px;
	background: #f5faff;
	border: solid 1px #cee9ff;
	padding: 25px 20px 15px;
	box-sizing: border-box;
	text-indent: 2em;
	font-size: 18px;
	line-height: 30px;
	
}
.zlcx{
	background: #f5faff;
	border: solid 1px #cee9ff;
	padding: 20px;
	box-sizing: border-box;margin-top: 20px;
}

.tit{
	text-align: center;
}
.lista .left ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 128px;
	background: #fafee6;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 20px;
	position: relative;
}
.lista .left ul li img{
	position: absolute;
	top: 0;
	left: 10px;
}
.lista .left ul li .word{
	margin-left: 20px;
}
.lista .left ul li h3{
	font-size: 18px;
	font-weight: 400;
	color: #1c1c1c;
}
.lista .left ul li p{
	font-size:16px;
	color: #1c1c1c;
	opacity: 0.6;
	margin-top: 10px;
}
.lista .right ul li{
	background: url(../img/icon.png) left center no-repeat;
	text-indent: 20px;
	width: 555px;
	font-size: 18px;
	border-bottom: dashed 1px #f1f1f1;
	line-height: 50px;
}
.listb{
	display: flex;
	justify-content: space-between;margin-top: 20px;
}
.listb ul li{
	

}
.listb ul li img{
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    float: left;
}
.listb ul li h1{
	font-size: 22px;
}
.listb ul li p a{
	font-size: 18px;
        color: #333;
        text-decoration: none;
}
.sin{
	width: 346px;
	margin-top: 20px;
}
.listTit{
	width: 100%;
	border-bottom: solid 1px #e7e9e4;
	position: relative;

}
.listTit h1{
	line-height: 40px;
	width: fit-content;
	font-size: 24px;
	color: #15a97a;
	border-bottom: solid 4px #15a97a;
}
.listTit a{
	position: absolute;
	right: 0;
	top: 0;
	color: #b2b2b2;
	font-size: 16px;
}
.lista .right ul li a{
	text-decoration: none;
	color: #1c1c1c;
}
.lista .right ul li span{
	color: #1c1c1c;
	opacity: 0.6;
	float: right;
}
.list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list ul li{
	background: url(../img/icon.png) left center no-repeat;
	text-indent: 20px;
	font-size: 18px;
	border-bottom: dashed 1px #f1f1f1;
	line-height: 50px;
        width: 48%;
        float: left;
}
.list ul li a{
	text-decoration: none;
	color: #1c1c1c;
}
.list ul li span{
	color: #1c1c1c;
	opacity: 0.6;
	float: right;
}
.pic ul{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.link ul{
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
	margin-bottom: 30px;
}
 .more{
	text-align: center;
	font-size: 18px;
	margin: 20px 0 10px;
}
 .more a{
	color: #f42901;
	text-decoration: none;
}