body {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	position: relative;
	color: #0a50ab;
	font-size: 18px;
	font-size: .18rem;
	background-size: 100% auto;
	background-color: #f6f6f6;
}

.w1200 {
	width: 1200px;
	width: 12rem;
	margin: auto;
	padding-bottom: 50px;
}

.mt38 {
	margin: 38px auto 0 auto;
}

/*----------------------*/
.dtop {
	width: 100%;
	height: 100px;
	height: 1rem;
	background-color: #fff;
	box-shadow: 0 3px 40px rgb(0 0 0 / 2%);
}

.mainwidth {
	width: 1300px;
	width: 13rem;
	margin: 0 auto;
	position: relative;
}

.dtop .logo {
	float: left;
	font-size: 40px;
	font-size: 0.4rem;
	font-weight: 500;
	color: #0a50ab;
	padding-top: 25px;
	padding-top: 0.25rem;
}

.dtop .logo img {
	float: left;
	margin: 0 10px 0 0;
	margin: 0 0.1rem 0 0;
}

.nav {
	float: left;
	margin-left: 100px;
}

.nav li {
	float: left;
	margin: 11px 54px 0 53px;
}

.nav li a {
	line-height: 85px;
	font-size: 26px;
	font-size: 0.26rem;
	color: #333;
}

.nav li a:hover {
	color: #0a50ab;
	border-bottom: 4px solid #0a50ab;
}

.nav li .cur {
	color: #0a50ab;
	border-bottom: 4px solid #0a50ab;
}

.magt {
	float: right;
}

.magt li {
	float: left;
	margin: 32px 15px 0 15px;
}

.magt li a {
	width: 34px;
	height: 33px;
	display: block;
}

.magt li:nth-child(1) a {
	background: url(../images/ico_sc_g.png) no-repeat top;
}

.magt li:nth-child(2) a {
	background: url(../images/ico_htgl_g.png) no-repeat top;
}

.magt li:nth-child(3) a {
	background: url(../images/ico_grzx_g.png) no-repeat top;
}

.magt li:nth-child(1) a:hover {
	background: url(../images/ico_sc_b.png) no-repeat top;
}

.magt li:nth-child(2) a:hover {
	background: url(../images/ico_htgl_b.png) no-repeat top;
}

.magt li:nth-child(3) a:hover {
	background: url(../images/ico_grzx_b.png) no-repeat top;
}

/*--------------------*/
.plocation {
	height: 100px;
	line-height: 100px;
	font-size: 16px;
}

.plocation span,
.plocation a {
	color: #8896a8;
}

.plocation .cur {
	color: #333;
}

/*--------------------*/
.dcon {
	margin: 0 auto 0 auto;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 3px 8px rgb(0 0 0 / 7%);
	background-color: #FFF;
}

.dtit {
	width: 100%;
	margin: 40px auto 60px auto;
}

.dtit p {
	font-size: 26px;
	font-weight: 500;
	color: #000;
	text-align: center;
}

.jbxx {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.jbxx .tit {
	float: left;
	color: #000;
}

.jbxx .tit i {
	width: 3px;
	height: 20px;
	display: block;
	float: left;
	border-radius: 2px;
	background-color: #0a50ab;
	margin: 10px 10px 0 0;
}

/*---------------------*/
.seach {
	height: 40px;
	float: right;
}

.select1 {
	width: 130px;
	height: 39px;
	float: left;
	border-radius: 6px;
	background-color: #cfe9ff;
	font-size: 16px;
	padding: 0 0 0 12px;
}

.text {
	width: 320px;
	height: 38px;
	float: left;
	border-radius: 6px;
	border: 1px solid #a6b7cd;
	font-size: 16px;
	position: relative;
	background-color: #fff;
}

.text input {
	width: 230px;
	height: 38px;
	float: left;
	border-radius: 6px 0 0 6px;
	font-size: 16px;
	color: #acbcd1;
	border: 0;
	padding: 0 10px;
	margin: 0;
	text-indent: 10px;
}

.text .btn {
	width: 50px;
	width: .5rem;
	height: 38px;
	height: .38rem;
	display: block;
	border-radius: 0 6px 6px 0;
	position: absolute;
	right: 10px;
	top: 0;
	background: url(../images/suso.png) no-repeat center #fff;
	cursor: pointer;
}

.dsc {
	width: 98px;
	height: 38px;
	border: 1px solid #0a50ab;
	border-radius: 6px;
	background-color: #fff;
	font-size: 16px;
	color: #0a50ab;
	float: left;
	text-align: center;
	margin-left: 20px;
	cursor: pointer;
}

.dsc img {
	float: left;
	margin: 2px 0 0 8px;
}

.dxz {
	width: 98px;
	height: 38px;
	border: 1px solid #0a50ab;
	border-radius: 6px;
	background-color: #fff;
	font-size: 16px;
	color: #0a50ab;
	float: left;
	text-align: center;
	margin-left: 20px;
	cursor: pointer;
}

button:hover {
	background-color: #cfe9ff;
	border: none;
	box-shadow: 0 3px 11px rgb(0 0 0 / 10%);
}

.jbxxbox {
	width: 100%;
	height: auto;
	border: 1px solid #a6b7cd;
	border-radius: 6px;
	margin-top: 20px;
	background-color: #FFF;
	overflow: hidden;
}

.jbxxbox dl {
	width: 50%;
	height: 62px;
	float: left;
	border-bottom: 1px solid #d0dcec;
}

.jbxxbox dl:nth-last-child(1) {
	border-bottom: none;
}

.jbxxbox dl:nth-last-child(2) {
	/* border: none; */
}

.jbxxbox dl p {
	display: block;
	height: 62px;
	line-height: 62px;
	font-size: 16px;
	color: #000;
}

.jbxxbox dl .lf {
	width: 30%;
	float: left;
	background-color: #f3f9ff;
	text-align: center;
}

.jbxxbox dl .rt {
	width: 70%;
	float: left;
	text-indent: 30px;
	overflow: hidden;
}

.jbxxbox dl:nth-child(1) .lf {
	border-radius: 6px 0 0 0;
}

.jbxxbox dl:nth-child(7) .lf {
	border-radius: 0 0 0 6px;
}

.anli {
	width: 100%;
	line-height: 20px;
	overflow: hidden;
}

.anli .tit {
	color: #000;
}

.anli .tit i {
	width: 3px;
	height: 20px;
	display: block;
	float: left;
	border-radius: 2px;
	background-color: #0a50ab;
	margin: 0 10px 0 0;
}

.anli .con {
	margin: 20px 0 0 0;
}

.anli .con p,
.anli .con h1,
.anli .con h2,
.anli .con h3,
.anli .con h4 {
	text-indent: 2em;
	font-size: 16px;
	color: #000;
	line-height: 26px;
	margin: 15px 0;
	font-weight: normal;
}

.anli .con p * {
	text-indent: 0;
}

.anli .con2 a {
	width: 100%;
	margin: 20px 0 0 0;
	font-size: 16px;
	color: #157fed;
	line-height: 22px;
}

.anli .list {
	margin: 30px auto 0 auto;
}

.anli .list li {
	float: left;
	margin-right: 20px;
}

.anli .list li:nth-last-child(1) {
	margin-right: 0;
}

.anli .list li img {
	width: 386px;
	height: 217px;
	border-radius: 10px;
}


























.zxzc {
	width: 810px;
	height: 595px;
	border-radius: 8px;
	box-shadow: 0 3px 11px rgb(0 0 0 / 10%);
	float: left;
	margin: 67px 0 0 0;
}

.zxzc .tit {
	width: 100%;
	height: 66px;
	line-height: 60px;
	border-bottom: 1px solid #d6e1f1;
	font-size: 25px;
}

.zxzc .tit i {
	width: 5px;
	height: 25px;
	display: block;
	float: left;
	border-radius: 3px;
	background-color: #0a50ab;
	margin: 20px 10px 0 25px;
}

.zxzc .tit a {
	float: right;
	font-size: 20px;
	margin: 0 15px 0 0;
	color: #5d7da6;
}

.zxzc ul {
	margin: 10px 0 0 0;
}

.zxzc ul li {
	padding-left: 35px;
	height: 56px;
	line-height: 56px;
	position: relative;
}

.zxzc ul li::before {
	content: "";
	height: 6px;
	width: 6px;
	position: absolute;
	background: #0a50ab;
	border-radius: 50%;
	left: 20px;
	top: 45%;
}

.zxzc ul li a {
	width: 55%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zxzc ul li p {
	width: 22%;
	float: left;
	margin-left: 4%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #5d7da6;
}

.zxzc ul li span {
	width: 16%;
	float: right;
	color: #5d7da6;
}

/*-----------------------*/
.gjzcdh {
	width: 460px;
	height: 300px;
	border-radius: 12px;
	background: url(../images/z844.png) no-repeat top;
	box-shadow: 0 3px 11px rgb(0 0 0 / 10%);
	float: right;
	margin: 67px 0 0 0;
}

.gjzcdh .tit {
	width: 100%;
	height: 66px;
	line-height: 60px;
	border-bottom: 1px solid #62a1f6;
	font-size: 25px;
	color: #fff;
}

.gjzcdh .tit i {
	width: 5px;
	height: 25px;
	display: block;
	float: left;
	border-radius: 3px;
	background-color: #fff;
	margin: 20px 10px 0 25px;
}

.gjzcdh .tit a {
	float: right;
	font-size: 20px;
	margin: 0 15px 0 0;
	color: #fff;
}

.gjzcdh ul {
	margin: 20px 0 0 18px;
}

.gjzcdh ul li {
	float: left;
	margin: 10px 3px;
}

.gjzcdh ul li a {
	width: 100px;
	height: 70px;
	display: block;
	text-align: center;
}

.gjzcdh ul li a img {
	width: 28px;
	margin: 10px auto 10px auto;
}

.gjzcdh ul li a p {
	color: #fff;
}

/*-----------------------*/
.dfzcdh {
	width: 460px;
	height: 265px;
	border-radius: 12px;
	background: url(../images/z845.png) no-repeat top;
	box-shadow: 0 3px 11px rgb(0 0 0 / 10%);
	float: right;
	margin: 30px 0 0 0;
}

.dfzcdh .tit {
	width: 100%;
	height: 66px;
	line-height: 60px;
	border-bottom: 1px solid #62a1f6;
	font-size: 25px;
	color: #fff;
}

.dfzcdh .tit i {
	width: 5px;
	height: 25px;
	display: block;
	float: left;
	border-radius: 3px;
	background-color: #fff;
	margin: 20px 10px 0 25px;
}

.dfzcdh .tit a {
	float: right;
	font-size: 20px;
	margin: 0 15px 0 0;
	color: #fff;
}

.dfzcdh ul {
	margin: 10px 0 0 30px;
}

.dfzcdh ul li {
	width: 18%;
	float: left;
	margin: 10px 0 10px 18px;
}

.dfzcdh ul li a {
	color: #fff;
}

/*---------------------*/
.zbdl {
	margin: 65px auto 0 auto;
}

.zbdl li {
	width: 309px;
	height: 594px;
	float: left;
	background: url(../images/z846.png) no-repeat;
	margin: 0 21px 0 0;
	color: #fff;
	box-shadow: 0 3px 11px rgb(0 0 0 / 10%);
}

.zbdl li:last-child {
	margin-right: 0;
}

.zbdl li .tit {
	width: 100%;
	text-align: center;
	font-size: 22px;
	margin: 50px auto 0 auto;
	position: relative;
	font-weight: 600;
}

.zbdl li .tit::before {
	width: 54px;
	height: 4px;
	content: "";
	position: absolute;
	background-image: url(../images/z489l.png);
	left: 15%;
	top: 50%;
}

.zbdl li .tit::after {
	width: 52px;
	height: 4px;
	content: "";
	position: absolute;
	background-image: url(../images/z489r.png);
	right: 15%;
	top: 50%;
}

.zbdl li>a {
	width: 100%;
	display: block;
	color: #fff;
	font-size: 16px;
	position: relative;
	text-indent: 36px;
	margin-top: 30px;
	font-weight: 600;
}

.zbdl li>a::before {
	width: 6px;
	height: 6px;
	content: "";
	position: absolute;
	background-color: #FFF;
	left: 7%;
	top: 35%;
	border-radius: 50%;
}

.zbdl li .more {
	width: 140px;
	height: 50px;
	display: block;
	margin: 30px auto 0 auto;
	border-radius: 15px;
	background-color: #FFF;
	color: #2789ee;
	text-align: center;
	line-height: 50px;
}

.zbdl li:hover {
	color: #2789ee;
	background: url(../images/z847.png) no-repeat;
}

.zbdl li:hover .tit::before {
	width: 54px;
	height: 4px;
	content: "";
	position: absolute;
	background-image: url(../images/z488l.png);
	left: 15%;
	top: 50%;
}

.zbdl li:hover .tit::after {
	width: 52px;
	height: 4px;
	content: "";
	position: absolute;
	background-image: url(../images/z488r.png);
	right: 15%;
	top: 50%;
}

.zbdl li:hover>a {
	color: #2789ee;
}

.zbdl li:hover .more {
	background-color: #2789ee;
	color: #fff;
}

.zbdl li:hover>a::before {
	width: 6px;
	height: 6px;
	content: "";
	position: absolute;
	background-color: #2789ee;
	left: 7%;
	top: 35%;
	border-radius: 50%;
}

/*-------------------------*/
.aldl dl {
	width: 592px;
	height: 370px;
	float: left;
	margin: 0 45px 32px 0;
}

.aldl dl:nth-child(odd) {
	margin-left: 25px;
}

.aldl dl .tit {
	width: 100%;
	height: 67px;
}

.aldl dl .tit span {
	height: 67px;
	line-height: 63px;
	display: block;
	float: left;
	background-color: #2789ee;
	padding: 0 20px;
	font-size: 22px;
	color: #fff;
	border-radius: 12px 12px 40px 0;
}

.aldl dl .tit a {
	float: right;
	margin: 20px 0 0 0;
}

.aldl dl ul {
	margin: 10px auto 0 auto;
}

.aldl dl ul li {
	height: 56px;
	position: relative;
}

.aldl dl ul li::before {
	width: 6px;
	height: 6px;
	content: "";
	position: absolute;
	background-color: #044ba8;
	left: 3%;
	top: 45%;
	border-radius: 50%;
}

.aldl dl ul li a {
	display: block;
	float: left;
	font-size: 18px;
	text-indent: 36px;
	height: 56px;
	line-height: 56px;
}

.aldl dl ul li span {
	float: right;
	font-size: 18px;
	line-height: 56px;
}



/*---------------------*/
.bottom {
	width: 100%;
	height: 150px;
	margin: 100px auto 0 auto;
	background: url(../images/z848.png) no-repeat center;
}

.induc {
	padding-top: 40px;
}

.induc p {
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 35px;
}

/*---------------------*/
.no_indent {
	text-indent: 0 !important;
}

.issuing {
	text-align: right;
}

/* 政策导览 */

.dep {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.dep li {
	position: relative;
	width: 25%;
	line-height: 36px;;
}

.dep li::before {
	position: absolute;
	left: 8px;
	top: 16px;
	content: '';
	width: 4px;
	height: 4px;
	background-color: #333;
	border-radius: 50%;
}

.dep li a {
	margin-left: 20px;
	font-size: 18px;
	color: #333;
}

.dep li a:hover {
	color: #0a50ab;
	text-decoration: underline;
}