body{
	background:url(/hmzt/resource/hmyjhx/img/bg.png) no-repeat top center #fff;
        background-size:100%;
}
.panel{
	width: 1200px;
	margin: 0 auto;
}
.top{
	height: 400px;
}
.main{
	width: 1205px;
	margin: 0 auto;
}
.main .dy{
	height: 289px;
	width: 1200px;
	position: relative;
	background: url(/hmzt/resource/hmyjhx/img/dyBg.png);
}
.main .dy img{
	position: absolute;
	top: 68px;
	left: 15px;
}
.main .dy p{
	margin-left: 100px;
	text-indent: 2em;
	font-size: 17px;
	line-height: 44px;
	margin-right: 20px;
	padding-top: 25px;
}
.row .tit{
	text-align: center;
	margin: 20px 0;
}
.row .item{
	/*display: flex;*/
	justify-content: space-between;
}
.row .item p{
	font-size: 18px;
	text-indent: 2em;
	line-height: 40px;
	margin-left: 20px;
}
.row .item p span{
	color: red;
}
.listItem{
	padding: 20px 20px 20px 80px;
	box-sizing: border-box;
	position: relative;
}
.listItem h1{
	font-size: 20px;
}
.listItem p{
	font-size: 16px !important;
	text-indent:initial !important;
	margin-left: initial !important;
}
.listItem p a{
	text-decoration: none;
	color: #f7c07e;
	float: right;
}
.listItem img{
	position: absolute;
	left: 25px;
    top: 30px;
}
.row .pic{
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
}
.row .list{
	background: #f2f9ff;
	padding: 20px;
	box-sizing: border-box;
	width: 602px;
}
.row .list ul {
	margin-top: 20px;
}
.more{
	text-align: center;
	margin-top: 10px;
}
.more a{
	color: #0877ff;
	font-size: 17px;

}
.row .list ul li{
	font-size: 17px;
	background: url(/hmzt/resource/hmyjhx/img/icon.png) no-repeat left center;
	text-indent: 20px;
	line-height: 40px;
}
.row .list ul li a{
	color: #141414;
}
.row .list ul li span{
	opacity: .3;
	float: right;
}
.item .listItem{
	width: 586px;
	
	background: #f2f9ff;
	border: solid 1px #b0d4ff;
	border-radius: 5px;
}
.row .tit h1{
	margin-top: 10px;
	font-size: 30px;
}
.row .listCon{
	background: #e7f5fb;
	padding: 10px 20px;
	border-radius: 20px;
	margin-top: 30px;
	box-sizing: border-box;

}
.row .listCon ul li{
	background: url(/hmzt/resource/hmyjhx/img/icon.png) no-repeat left center;
	text-indent: 15px;
	font-size: 18px;
	line-height: 40px;
}
.row .listCon ul li a{
	text-decoration: none;
	color: #333;

}
.row .listCon ul li span{
	opacity: .8;
	color: #333;
	float: right;
}
.row .listCon .more{
	text-align: center;
	font-size: 18px;
	margin: 10px 0;
}
.row .listCon .more a{
	color: #11a1db;
	text-decoration: none;

}
.row .spCon{
	display: flex;
}
.row .spCon .spDiv{
	margin-top: 30px;
	margin-right: 45px;
}
table {
    border-collapse: collapse;
}

table, td, th {
    border: 1px solid #d7d9d8;
	height: 45px;
	text-align: center;
	font-size: 15px;
	padding: 0 20px;
	box-sizing: border-box;
}
table,th{
	font-weight: bold;
	color: #1c1c1c;
	background: #f3f9ff;
} 
table, td{
	font-weight: 400;
	background: #fff;
}