html {
	font-size: 16px;
}

input[type=submit],
input[type=reset],
input[type=button],
input[type=text],
input[type=search] {
	-webkit-appearance: none;
}

select {
	-webkit-appearance: none;
	color: #AAAAAA;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
	padding: 0;
	font-family: "microsoft yahei", "simhei", "simsun";
	color: #525253;
	font-size: 16px;
	margin: 0;
	outline: 0;
}

input:focus,
textarea:focus {
	outline: none;
}

textarea {
	resize: none;
}

del,
ins,
u,
s,
a,
a:hover {
	text-decoration: none;
}

li {
	list-style: none;
}

body {
	width: 100%;
	min-width: 1200px;
	background: #fff;
}

.gb_main {
	width: 100%;
	position: relative;
	background: url(bg1_gb_znd_20240808.png) top center no-repeat;
	background-size: 100%;
	margin-bottom: 44px;
}

.w_1200 {
	width: 1200px;
	margin: 0 auto;
}

.gb_logo {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 63px;
}

.gb_logo img {
	width: 68%;
}

.gb_index_search_box {
	width: 100%;
	box-sizing: border-box;
	height: 190px;
	background: linear-gradient(283deg, #FAFDFF 0%, #E9F5FD 100%);
	border-radius: 6px;
	padding-top: 27px;
	padding-left: 37px;
	padding-right: 37px;
	margin-top: 50px;
	margin-bottom: 24px;

}

.gb_index_search_top {
	width: 100%;
	color: #016BB6;
	font-size: 24px;
	position: relative;
}

.gb_index_search_top:before {
	content: "";
	display: block;
	width: 1px;
	height: 23px;
	background: #B1BEC8;
	position: absolute;
	top: 5px;
	left: 9.8%;
}

.gb_index_search_top span {
	margin-right: 30px;
}

#gjssBtn {
	cursor: pointer;
}

.gb_index_search_bottom {
	width: 100%;
	margin-top: 39px;
	overflow: hidden;

}

.gb_index_search_bottom span {
	float: left;
	color: #4C4D4D;
	font-size: 20px;
	line-height: 44px;
	margin-right: 23px;
	display: inline-block;
	overflow: hidden;
}

.gb_index_search_bottom span input {
	float: left;
	width: 17px;
	height: 17px;
	background: #016BB6;
	margin-right: 16px;
	margin-top: 15px;
}

.gb_index_search_bottom span b {
	float: left;
	font-weight: normal;
}

#gb_index_Input {
	float: left;
	width: 731px;
	height: 44px;
	background: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #E7E7E7;
	box-sizing: border-box;
	line-height: 44px;
	padding: 0 16px;
	color: #ACACAC;
}

.js_btn {
	display: block;
	float: right;
	width: 155px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: #016BB6;
	border-radius: 6px;
}

.gbml_list {
	width: 100%;
	overflow: hidden;
	margin-top: 24px;
	border-top: 1px solid rgba(0,57,132,0.48);
	min-height: 600px;
}

.gbml_list_left {
	float: left;
	width: 755px;
	margin-top: 30px;

}

.gbml_list_left_top {
	width: 100%;
}

.gbml_list_left_top_tab {
	width: 100%
}

.gbml_list_left_top_tab span {
	display: inline-block;
	font-size: 28px;
	color: #525252;
	margin-right: 27px;
	cursor: pointer;
	padding-bottom: 13px;
	position: relative;
}

.gbml_list_left_top_tab span:before {
	content: "";
	display: none;
	width: 100%;
	height: 4px;
	background: #016BB6;
	position: absolute;
	bottom: 0px;
	left: 0px
}

.gbml_list_left_top_tab span b {
	color: #AC0000;
	font-weight: normal;
}

.gbml_list_left_top_tab span:hover {
	color: #016BB6;
	font-weight: bold;

}

.gbml_list_left_top_tab span:hover:before {
	display: block;
}

.gbml_list_left_top_tab span:hover b {

	font-weight: bold;
}

.gbml_list_left_top_tab span.active {
	color: #016BB6;
	font-weight: bold;

}

.gbml_list_left_top_tab span.active:before {
	display: block;
}

.gbml_list_left_top_tab span.active b {
	font-weight: bold;
}

.gb_index_time_box {
	width: 100%;
	margin-top: 22px;
	height: 67px;
	background: url(bg2_gb_znd_20240808.png) no-repeat;
	background-size: 100%;
	box-sizing: border-box;
	padding: 0 19px 0 14px;
	line-height: 67px;
	margin-bottom: 28px;
	position: relative;
}

.years {
	float: left;
	font-weight: bold;
	font-size: 26px;
	color: #016BB6;
	position: relative;
}

.years:after {
	content: "";
	display: block;
	width: 2px;
	height: 26px;
	background: #016BB6;
	position: absolute;
	right: -19%;
	top: 32%;
}

.gb_span {
	float: left;
	margin-left: 30px;
	color: #494949;
	vertical-align: top;
}

.select_box_1 {
	float: right;
	margin-top: 16px;
	width: 160px;
	height: 38px;
	box-sizing: border-box;
	padding: 3px;
	background: #FFFFFF;
	border-radius: 8px;
	cursor: pointer;
}

.select_main {
	width: 100%;
	padding-left: 11px;
	box-sizing: border-box;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #222223;
	background: url(icon1_gb_znd_20240808.png) #FFFFFF 130px center no-repeat;
	background-size: 13px;
	border-radius: 6px;
	border: 1px solid #016BB6;
}

.time_slect_main {
	width: 232px;
	height: auto;
	background: #FFFFFF;
	box-shadow: 0px 0px 17px 0px rgba(1, 107, 182, 0.4);
	border-radius: 3px;
	border: 1px solid #016BB6;
	position: absolute;
	top: 70px;
	right: 18px;
	z-index: 999;
	box-sizing: border-box;
	padding: 20px 37px;
	display: none;
}

.time_slect_main ul {
	width: 100%;
	overflow: hidden;
}

.time_slect_main ul li {
	float: left;
	width: 49%;
	height: 38px;
	line-height: 38px;
	background: #fff;
	border-radius: 3px;
	margin-bottom: 10px;
	color: #3E3E3E;
	text-align: center;
	cursor: pointer;
	margin-right: 1%;
}

.time_slect_main ul li:hover {
	background: #016BB6;
	color: #fff;
}

.time_slect_main ul li.active {
	background: #016BB6;
	color: #fff;
}

.gbml_list_left_top_tab_main {
	width: 100%;

}

.ml_box {
	width: 100%;
	overflow: hidden;
}

.ul_1 {
	width: 103%;
	overflow: hidden;
}

.ul_1 li {
	float: left;
	box-sizing: border-box;
	width: 171px;
	text-align: center;
	height: 90px;
	line-height: 88px;
	border: 1px solid #016BB6;
	border-radius: 6px;
	font-weight: bold;
	font-size: 20px;
	color: #016BB6;
	cursor: pointer;
	margin-right: 23px;
	margin-bottom: 23px;
	position: relative;
}
.ul_1 li a{
	display: block;
}

.ul_1 li:before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	background: #51DB55;
	border-radius: 7px;
	position: absolute;
	top: 5px;
	right: 5px;
	display: none;
}

.ul_1 li:hover {
	background: linear-gradient(312deg, #FFFFFF 0%, #E8F5FF 100%);
}

.ul_1 li:hover:before {
	display: block;
}

.ul_1 li.active {
	background: linear-gradient(312deg, #FFFFFF 0%, #E8F5FF 100%);
}

.ul_1 li.active:before {
	display: block;
}

.ul_2 {
	width: 103%;
	overflow: hidden;
}

.ul_2 li {
	float: left;
	box-sizing: border-box;
	width: 171px;
	text-align: center;
	height: 90px;
	line-height: 88px;
	border: 1px solid #016BB6;
	border-radius: 6px;
	font-size: 18px;
	color: #494949;
	cursor: pointer;
	margin-right: 23px;
	margin-bottom: 23px;
	position: relative;
	background: url(icon2_gb_znd_20240808.png) left center no-repeat;
	background-size: 41px;
}

.ul_2 li span {
	display: block;
	margin-left: 37px;
}
.ul_2 li span a{
	display: block;
}
.ul_2 li:hover span{
	color: #016BB6;
}
.gbml_list_box {
	width: 100%;
	margin-top: 48px;
}

.mulu_title {
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #2B2B2B;
	background: url(bg3_gb_znd_20240808.png) top center no-repeat;
	background-size: 234px;
	text-align: center;
	position: relative;
}

.mulu_title:before {
	content: "";
	display: block;
	width: 325px;
	height: 1px;
	background: #016BB6;
	position: absolute;
	left: 0px;
	top: 17px
}

.mulu_title:after {
	content: "";
	display: block;
	width: 325px;
	height: 1px;
	background: #016BB6;
	position: absolute;
	right: 0px;
	top: 17px
}

.gbml_list_box ul {
	width: 100%;
	margin-bottom: 30px;
}

.gbml_list_box ul li {
	width: 100%;
	border-bottom: 1px dashed #979797;
	overflow: hidden;
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
}

.gbml_list_box ul li .title_top:hover {
	color: #003984;
}
.gbml_list_box ul li a{
	display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis;
}


.gbml_list_box ul li .more_1{
	top: 27%;
}
.left_title {
	float: left;
	width: 93%;
}

.title_top {
	width: 100%;
	color: #016BB6;
	font-size: 20px;
	line-height: 28px;
}

.title_bottom {
	width: 100%;
	margin-top: 14px;
}

.title_bottom span {
	color: #8F9092;
	font-size: 16px;
	margin-right: 33px;
}

.pdf_ewm_box {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.pdf_ewm_box:before {
	content: "";
	display: block;
	width: 1px;
	height: 170px;
	background: rgba(0, 57, 132, 0.48);
	position: absolute;
	top: 2px;
	left: 50%;
}

.pdf_box {
	display: inline-block;
}

.pdf_box_top {
	width: 152px;
	margin: 0 auto;
	text-align: center;
}

.pdf_box_top img {
	width: 101px;
}

.pdf_box p {
	width: 152px;
	height: 35px;
	background: #F7FCFF;
	border-radius: 18px;
	margin-top: 21px;
}

.pdf_box p a {
	display: block;
	width: 152px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.pdf_box p a:hover {
	color: #016BB6;
}

.ewm_box {
	display: inline-block;
}

.ewm_box_top {
	width: 125px;
	height: 125px;
}

.ewm_box_top img {
	width: 125px;
	height: 125px;
}

.ewmimg {
    height: 210px;
    position: relative;
    margin-left: 59px;
}

.ewm_box p {
	width: auto;
	padding: 0 30px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #F7FCFF;
	border-radius: 18px;
	margin-top: 21px;
}

.gbml_list_right {
	float: right;
	width: 390px;
	border-left: 1px solid #016BB6;
	margin-top: 30px;
}

.gbml_list_right_top {
	width: 341px;
	height: 456px;
	background: url(bg4_gb_znd_20240808.png) no-repeat;
	background-size: 341px;
	margin: 0 auto;
	position: relative;
}

.w_390 {
	width: 390px;
	margin: 0 auto;
}

.p_1 {
	width: 100%;
	text-align: center;
	color: #CD5717;
	font-size: 28px;
	/* font-family: "宋体"; */
	font-weight: bold;
	position: absolute;
	bottom: 27%;
	left: 0;
}

.p_2 {
	width: 160px;
	text-align: center;
	color: #3E3E3E;
	font-size: 12px;
	position: absolute;
	bottom: 24%;
	left: 29%;
	letter-spacing: 2px;
}

.w_294 {
	width: 310px;
	padding: 0 8px;
	margin: 0 auto;
	font-size: 24px;
	color: #3E3E3E;
	line-height: 37px;
	text-align: justify;
	margin-top: -30px;
	padding-bottom: 32px;
	border-bottom: 1px solid rgba(0,57,132,0.48);
	position: relative;
	z-index: 888;
	text-indent: 28px;
}

.lsgb {
	width: 310px;
	height: 76px;
	margin: 0 auto;
	margin-top: 30px;
	background: url(bg5_gb_znd_20240808.png) no-repeat;
	background-size: 310px;
	color: #fff;
	padding: 11px 13px;
}

.lsgb_title {
	font-size: 24px;
	line-height: 31px;
	color: #fff;
	font-style: normal;
}

.lsgb_tile {
	color: #fff;
	margin-top: 4px;
	font-size: 14px;
	letter-spacing: 1px;
	text-indent: -9px;
}

.pz_slides_3 {
	width: 310px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	margin-top: 15px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(0,57,132,0.48);
}

.pz_slides_3 ._btn {
	overflow: hidden;
	position: absolute;
	bottom: 17px;
	z-index: 9;
	
}

.pz_slides_3 ._btn ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	
}

.pz_slides_3 ._btn ul li {
	float: left;
	width: 8px!important;
	height: 8px;
	margin: 0 3px;
	cursor: pointer;
	background: #C3E2F9;
	border-radius: 2px;
}
.pz_slides_3 ._btn ul li{
	display: block;
	width: 100%;
}
.pz_slides_3 ._btn ul li.on {
	BACKGROUND-POSITION: 0px;
	background: #016BB6;
}

.pz_slides_3 ._pic {
	position: relative;
	height: 100%;
	z-index: 0;
}

.pz_slides_3 ._pic li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
	
}

.lsgb_li_box{
	width: 100%;
	height: 87px;
	background: #F4FBFF;
	border-radius: 6px;
	border: 1px solid #016BB6;
	margin-bottom: 16px;
}
.lsgb_li_box a{
	width: 100%;
	display: block;
}
.years_2{
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #016BB6;
	text-align: center;
	margin-top: 13px;
}
.lsgb_li_box p{
	width: 100%;
	color: #016BB6;
	text-align: center;
	margin-top: 8px;
	font-size: 16px;
}
.btn_main {
	width: 100%;
	overflow: hidden;
	height: 23px;
	
	

}
.pz_slides_3 .next {
	float: right;
	display: inline-block;
	width: 45px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	background: #016BB6;
	border-radius: 6px;
}
.pz_slides_3 .prev img,.next img{
	width: 8px;
	vertical-align: initial;
}

.pz_slides_3 .prev {
	float: left;
	display: inline-block;
	width: 45px;
	height: 23px;
	line-height: 23px;
	background: #016BB6;
	border-radius: 6px;
	text-align: center;
}
.gjgb_box{
	width: 310px;
	margin: 0 auto;
	margin-top: 26px;
	border-bottom: 1px solid rgba(0,57,132,0.48);
}
.gjgb_box div{
	width: 100%;
	margin-bottom: 16px;
	height: 72px;
	line-height: 72px;
	color: #003984;
	font-size: 20px;
	text-align: center;
	background: linear-gradient( 270deg, #F0F9FF 0%, #DDF1FF 100%);
	border-radius: 6px;
}
.gjgb_box div a{
	width: 100%;
	display: block;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	position: relative;
}
.gjgb_box div a:hover{
	font-weight: bold;
}
.gygb{
	width: 310px;
	margin: 0 auto;
	margin-top: 25px;
}
.gygb_title{
	width: 100%;
	font-size: 24px;
	color: #2B2B2B;
}
.gygb_main{
	width: 100%;
	margin-top: 27px;
	overflow: hidden;
}
.gygb_left{
	float:left;
	width: 109px;
	height: 124px;
	
}
.gygb_left img{
	width: 109px;
}
.gygb_right{
	float:left;
	margin-left: 40px;
}
.gygb_right ul{
	width: 100%;
}
.gygb_right ul li{
	width: 100%;
	margin-bottom: 24px;
	background: url(icon8_gb_znd_20240808.png) left center no-repeat;
	background-size: 10px;
	padding-left: 20px;
}
.gygb_right ul li a{
	font-size: 18px;
	line-height: 24px;
	color: #016BB6;
	letter-spacing: 2px;
}
.gygb_right ul li a:hover{
	color: #003984;
}
.returntop{
	width: 70px;
	height: auto;
	background: #016BB6;
	border-radius: 3px;
	padding-top: 15px;
	padding-bottom: 5px;
	text-emphasis: none;
	position: fixed;
	z-index: 999;
	/* top: 700px !important; */
	bottom: 50px;
}
.returntop:hover{
	background:#003984 ;
}
.returntop a {
    display: block;
    width: 70px;
    cursor: pointer;
    position: relative;
}
.fhdb {
    width: 37px;
    height: 41px;
    background: url(icon9_gb_znd_20240808.png) no-repeat;
	background-size: 37px;
   margin: 0 auto;
}
.returntop a p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
	margin-top: 5px;
}
.yearsBox{
	float:left;
}


.dqwz_gb{
	width: 100%;
	margin-top: 60px;
	height: 69px;
	line-height: 69px;
	background: linear-gradient( 283deg, #FAFDFF 0%, #E9F5FD 100%);
	border-radius: 6px;
	padding: 0 30px;
	color: #646464;
	font-size: 18px;
}
.dqwz_gb_wap{
	width: 100%;
	margin-top: 34px;
	height: 49px;
	line-height: 49px;
	background: linear-gradient( 283deg, #FAFDFF 0%, #E9F5FD 100%);
	padding: 0 30px;
	color: #016BB6;
	font-size: 16px;
}
.dqwz_gb_wap a{
	display: inline-block;
	background: url(icon17_gb_znd_20240808.png) left 18px no-repeat;
	padding-left: 15px;
}

.dqwz_tit{
	font-size: 18px;
	color: #016BB6;
	
}
.dqwz_gb span{
	margin: 0 8px;
}
.dqwz_gb a{
	font-size: 18px;
	color: #646464;
}
.dqwz_gb a:hover{
	color: #016BB6;
}
.wrap .footer .bottom_links{
	 border-top: 3px solid var(--main-color);
}
.qtsz_main{
	width: 100%;
	margin-top: 76px;
	overflow: hidden;
}
.qtsz_main ul{
	width: 834px;
	margin: 0 auto;
	overflow: hidden;
}
.qtsz_main ul li{
	float:left;
	width: 236px;
	height: 40px;
	line-height: 40px;
	background: #f4f2f0;
	border-radius: 3px;
	text-align: center;
	margin-right: 42px;
	margin-bottom: 32px;
}
.qtsz_main ul li a{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	
}
.qtsz_main ul li a:hover{
	color: #016BB6;
}
.qtszgb_content{
	width: 100%;
	background: #fff;
}
.gjss_main{
	width: 100%;
	margin-top: 70px;
	padding-bottom: 30px;
}
.ggss_title{
	width: 100%;
	padding-left: 40px;
	font-size: 24px;
	color: #016BB6;
	border-bottom: 1px solid rgba(0,57,132,0.48);
	padding-bottom: 20px;
}
.ggss_box{
	width: 100%;
	margin-top: 50px;
}
.ggss_input_box{
	width: 100%;
	margin-bottom: 35px;
}
.ggss_input_box label{
	width: 88px;
	font-size: 20px;
	color: #4C4D4D;
	line-height: 39px;
	margin-right: 17px;
	display: inline-block;
}
.ggss_input_box input{
	height: 39px;
	line-height: 39px;
	background: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #E0E0E0;
	padding-left: 16px;
	color: #ACACAC;
}
.totalInput{
	width: 380px;
}
.qi{
	display: inline-block;
	width: 39px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	font-size: 20px;
	color: #016BB6;
	margin-left: 7px;
	background: #EBF4FA;
	border-radius: 3px;
	margin-right: 24px;
}
.zhi{
	color: #4C4D4D;
	font-size: 20px;
	line-height: 39px;
	display: inline-block;
	margin-right: 21px;
}

.error_ts{
	display: none;
	width: 100%;
	margin-top: 8px;
	color: #f00;
}
.top_input_box{
	margin-bottom: 24px;
}

.ggss_input_box select{
	height: 39px;
	line-height: 39px;
	background: url(icon12_gb_znd_20240808.png) #fff 94% center no-repeat;
	border-radius: 6px;
	border: 1px solid #E0E0E0;
	padding-left: 16px;
	font-size: 16px;
}
.select_1{
	width: 128px;
	margin-right: 15px;
}
.m_r_15{
	
	margin-right: 15px;
}
.lsgb_btn{
	color: #016BB6;
}
.select_2{
	width: 190px;
}

.time_box{
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.time_box div {
    float: left;
}
.form-control {
    width: 379px;
    height: 39px;
	line-height: 39px;
    background: url(icon13_gb_znd_20240808.png) 96% center #FFFFFF no-repeat!important;
    border-radius: 6px;
    border: 1px solid #E7E7E7;
	
}
.text-center {
	float:left;
    margin: 0 10px !important;
    color: #016BB6;
    font-size: 16px;
    line-height: 39px;
}

.date_selector .month_nav {
    width: 40% !important;
}
.date_selector .year_nav {
    width: 38% !important;
    margin-right: 57px !important;
}
.date_selector{
	width: 240px!important;
}
.input_80{
	width: 80%;
}
.searchBtn_box{
	width: 100%;
	margin-top: 65px;
	text-align: center;
	
}
.searchBtn_box a{
	display: inline-block;
	width: 155px;
	line-height: 64px;
	text-align: center;
	height: 64px;
	font-size: 20px;
	font-weight: bold;
	background: #016BB6;
	border-radius: 6px;
	color: #fff;
	margin: 0 13px;
}
.chongzhi{
	background: #DDF1FF!important;
	color: #3F6580!important;
	font-weight: normal!important;
}

.neirong_top_box{
	width: 100%;
	height: 66px;
	line-height: 66px;
	background: #F9FAFC;
	margin-top: 23px;
	overflow: hidden;
	border-bottom: 1px solid #016BB6;
}
.font_div{
	float:right;
}
.font_div span {
    display: inline-block;
    line-height: 32px;
    font-size: 14px;
    color: #2B2B2B;
}
.font_div a {
    display: inline-block;
    width: 64px;
    height: 32px;
    line-height: 32px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid rgba(1, 107, 182, 0.38);
    text-align: center;
    font-size: 14px;
    margin-right: 8px;
}
.font_div a:hover {
	border: 1px solid #016BB6;
    color: #016BB6;
}
.font_div a.active {
	border: 1px solid #016BB6;
    color: #016BB6;
}
.dy_div {
    float: right;
    margin-left: 80px;
    position: relative;
	margin-right: 60px;
}
.dy_div:before {
    display: block;
    content: "";
    width: 1px;
    height: 19px;
    background: #CADAE6;
    position: absolute;
    top: 24px;
    left: -53%;
}
.dy_div:after {
    display: block;
    content: "";
    width: 1px;
    height: 19px;
    background: #CADAE6;
    position: absolute;
    top: 24px;
    right: -53%;
}
.dy_btn {
    display: inline-block;
    background: url(icon14_gb_znd_20240808.png) no-repeat;
	background-size: 40px;
    font-size: 14px;
    height: 39px;
    padding-left: 52px;
    line-height: 39px;
    margin-top: 13px;
}
.dy_btn:hover{
	color: #016BB6;
}
.upload_div{
	float:right;
	background: url(bg6_gb_znd_20240808.png) no-repeat;
	width: 312px;
	height: 66px;
	margin-left: 12px;
}
.upload_div a{
	display: inline-block;
	font-size: 14px;
	height: 39px;
	padding-left: 52px;
	line-height: 39px;
	margin-top: 13px;
}
.upload_div a:hover{
	color: #016BB6;
}
.pdf_btn{
	background: url(icon15_gb_znd_20240808.png) no-repeat;
	
	margin-left: 23px;
}
	
.word_btn{
	background: url(icon16_gb_znd_20240808.png) no-repeat;
	margin-left: 50px;
}
.neirong_main{
	width: 100%;
	padding: 88px 80px;
	position: relative;
	z-index: 999;
	box-shadow:
	    /* 左侧阴影 */  
	    -5px 0 5px rgba(204,204,204,0.1),  
	    /* 右侧阴影 */  
	    5px 0 5px rgba(204,204,204,0.1),  
	    /* 下方阴影 */  
	    0 5px 5px rgba(204,204,204,0.1);  
}
.neirong_title{
    font-size: 35px;
    color: #394351;
    font-weight: bold;
    text-align: center;
    line-height: 46px;
}
.neirong_mid{
	width: 100%;
	margin-top: 60px;
	text-align: center;
	color: #989da4;
	font-size: 18px;
}
.time_2{
	margin-right: 10px;
}
.neirong_content{
	width: 100%;
	font-size: 18px;
	line-height:34px;
	margin-top: 54px;
	overflow: hidden;
	
}

.office {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	z-index: 888;
}
.office img {
    width: 100% !important;
    height: auto !important;
}
.article_text_content img {
    max-width: 100%;
    height: auto;
}

.pc{
	display: block;
}
.wap{
	display: none;
}
.shaixuan_list_main{
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,57,132,0.48);
}
.sx_search_box{
	width: 100%;
	padding: 0 0px 0 84px;
	height: 190px;
	background: linear-gradient( 283deg, #FAFDFF 0%, #E9F5FD 100%);
	border-radius: 6px;
	margin-top: 50px;
	padding-top: 47px;
	
}
.sx_search_box_top{
	width: 100%;
	overflow: hidden;
	
}
#sxSearch{
	float:left;
	width: 672px;
	height: 44px;
	padding-left: 16px;
	line-height: 44px;
	background: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #E7E7E7;
	font-size: 20px;
	color: #7A7A7A;
	margin-right: 27px;
}
.sx_btn{
	display: inline-block;
	width: 112px;
	height: 44px;
	line-height:44px;
	text-align: center;
	font-weight: bold;
	background: #E2E2E2;
	border-radius: 6px;
	font-size: 20px;
	color: #5A5A5A;
	margin-right: 15px;
}
#jiansuoBtn{
	background: #016BB6;
	color: #fff;
}
.gjss_btn{
	color: #016BB6;
	font-size: 20px;
	margin-left: 10px;
}
.gjss_btn:hover{
	color: #0562a5;
}
.sx_search_box_bottom{
	width: 100%;
	margin-top: 38px;
	height: 30px;
	position: relative;
}
.xgjg{
	float:left;
	font-size: 20px;
	color: #6A6661;
}
.xgjg span{
	padding: 0 8px;
	color: #BE2121;
}
.radio_box_2{
	float:right;
	position: relative;
}
.radio_box_2:after{
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	background:rgba(1,107,182,0.36);
	position: absolute;
	right:-7px;
	top:0;
}


.radio_box_2 span {
	float: left;
	color: #4C4D4D;
	font-size: 20px;
	line-height: 30px;
	margin-right: 23px;
	display: inline-block;
	overflow: hidden;
}

.radio_box_2 span input {
	float: left;
	width: 17px;
	height: 17px;
	background: #016BB6;
	margin-right: 10px;
	margin-top: 7px;
}

.radio_box_2 span b {
	float: left;
	font-weight: normal;
}
.time_check{
	cursor: pointer;
	float:right;
	margin-left: 40px;
	line-height: 30px;
	font-size: 20px;
	color: #4C4D4D;
}
.time_check img{
	margin-left: 20px;
}
.time_check:hover{
	color: #016BB6;
}
.sx_search_box_bottom_right{
	float:right;
	margin-right: 128px;
	position: relative;
}
.time_tc_box{
	width: 232px;
	height: auto;
	background: #FFFFFF;
	box-shadow: 0px 0px 17px 0px rgba(1, 107, 182, 0.4);
	border-radius: 3px;
	border: 1px solid #016BB6;
	position: absolute;
	top: 36px;
	right:0px;
	z-index: 999;
	box-sizing: border-box;
	padding: 12px 15px;
	display: none;
}
.time_tc_box.active{
	display: block!important;
}
.time_tc_box ul{
	width: 100%;
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 10px;
}
.time_tc_box ul li{
	width: 100%;
	text-align: center;
	line-height: 30px;
}
.time_tc_box ul li a{
	width: 100%;
	display: block;
}
.time_tc_box ul li:hover{
	background: #E9F5FD ;
}
.time_tc_box ul li:hover a{
	color: #016BB6;
}
.zdy_time{
	width: 100%;
	margin-top: 10px;
}
.zdy_title{
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 10px;
}
.zdy_time_box{
	width: 100%;
	padding-left: 10px;
	margin-bottom: 16px;
}
.zdy_time_box input{
	width: 145px;
	padding-left: 16px;
	margin-left: 10px;
	height: 34px;
	line-height: 34px;
}

.time_btn_box{
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
.time_btn_box a{
	display: block;
	    width: 56px;
	    height: 32px;
	    background: #025293;
	    border-radius: 3px;
	    font-size: 14px;
	    font-weight: 400;
	    color: #ffffff;
	    line-height: 32px;
	    text-align: center;
	    margin: 2px auto 17px;
	    cursor: pointer;
}
.shaixuan_btn_box{
	width: 100%;
	margin-top: 18px;
	height: auto;
	background: #FFFFFF;
	box-shadow: 0px 0px 9px 0px rgba(1,107,182,0.22);
	padding-top: 16px;
	padding-left: 13px;
	padding-bottom: 20px;
	padding-right: 30px;
	margin-bottom: 28px;
}
.check_item_box{
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
.sx_title{
	float:left;
	width: 134px;
	text-align: center;
	height: 49px;
	line-height: 49px;
	background: #FEF4E5;
	border-radius: 3px;
	font-size: 18px;
	color: #6A6A6A;
	margin-right: 30px;
}

.sx_right_box label{
	float:left;
	display: block;
	margin-right: 34px;
}

.sx_right_box{
	float:right;
	width:85%;
	line-height: 49px;
}
.sx_right_box a{
	float:left;
	display: inline-block;
	font-size: 18px;
	color: #494949;
	
}
.sx_right_box .year_box{
	float:left;
	width: 94%;
	height: 40px;
	overflow: hidden;
	display: inline-block;
}
.sx_right_box .qihao_box{
	float:left;
	width: 94%;
	height: 40px;
	overflow: hidden;
	display: inline-block;
}


#yearAll{
	float:left;
	margin-right: 34px;
	cursor: pointer;
}
#qiAll{
	float:left;
	margin-right: 34px;
	cursor: pointer;
}
.zk{
	margin-right: 0;
}
.sx_right_box a:hover{
	color: #016BB6;
}
.sx_right_box a.active{
	color: #016BB6;
}

.again_search_box{
	width: 100%;
	height: 70px;
	background: linear-gradient( 270deg, #FBFBFB 0%, #F6F6F6 100%);
	border-top: 1px solid #7B9AC2;
	border-bottom: 1px solid #7B9AC2;
	padding-top: 12px;
	padding-left: 18px;
}
.again_input{
	width: 383px;
	height: 44px;
	line-height: 44px;
	color: #ACACAC;
	font-size: 16px;
	background: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #D1D1D1;
	padding-left: 16px;
}
.againBtn{
	margin-left: 16px;
	display: inline-block;
	width: 134px;
	height: 44px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	background: #F0AB5A;
	border-radius: 6px;
	font-weight: bold;
}
.qi_list{
	width: 100%;
}
.qi_title{
	width: 96%;
	
}
.qi_list ul{
	width: 100%;
}
.qi_list li{
	width: 100%;
	border-bottom: 1px dashed #979797;
	padding:26px 0;
	position: relative;
}
.qi_title a{
	width: 100%;
	display: inline-block;
	font-size: 20px;
	color: #016BB6;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.qi_title a:hover{
	color: #075c99;
}
.qi_zhaiyao{
	width: 87%;
	margin-top: 17px;
	line-height: 32px;
	font-size: 18px;
	color: #525252;
	display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2;
	  overflow: hidden;
	  text-overflow: ellipsis;

}
.qi_bottom{
	width: 100%;
	font-size: 16px;
	color: #8F9092;
	margin-top: 23px;
}
.qi_bottom span{
	margin-right: 10px;
}
.page{
	width: 100%;
	text-align: center;
	padding: 30px 0;
}
.more_1{
	position: absolute;
	right:0;
	top:42%;
}
.more_1 a{
	display:inline-block;	
}
.more_1 a img{
	width: 26px;
}
.wap_shaixuan_btn_box{
	display: none;
}

.welcome p{
	color: #fff;
}
.userName p{
	color: #fff;
}
.account__govService ul li a{
	color: #fff;
}
.wrap .footer .bottom_links ul li{
	font-size: 18px;
}

.sx_right_box a.active{
	color: #016BB6;
}
.page a{
	height: 35px;
	line-height: 35px;
	border-radius: 8px;
	background: rgba(1,107,182,0.14);
	color: #016BB6;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	padding:0 13px;
	margin: 0 8px;
	cursor: pointer;
}
.page a.current{
	background: #016BB6;
	color: #fff;
}
.page a:hover{
	background: #016BB6;
	color: #fff;
}
.highlight{
	color: #f00;
}


.year_box.active label{
	border: 1px solid #ccc;
	border-radius: 3px;
	line-height: 31px;
	padding-left: 10px;
	padding-right: 5px;
	margin-top: 5px;
}
.year_box.active #yearAll{
	display: none;
}
.span_text{
	float:left;
}
.gb_btn{
	float:left;
	display: inline-block;
	width: 24px;
	height: 23px;
	background: url(icon20_gb_znd_20240808.png) no-repeat;
	background-size: 24px;
	margin-top: 4px;
	margin-left: 5px;
	cursor: pointer;
	display: none;
}
.year_box.active .gb_btn{
	display: block;
}
.year_box.active .span_text{
	color: #016BB6;
}

.year_box.yearsActive label{
	display: none;
}
.year_box.yearsActive #yearAll{
	display: block;
	border: 1px solid #ccc;
	border-radius: 3px;
	line-height: 31px;
	padding-left: 10px;
	padding-right: 5px;
	margin-top: 5px;
}

.qihao_box.active #qiAll{
	display: none;
}
.qihao_box.active .gb_btn{
	display: block;
}
.qihao_box.active .span_text{
	color: #016BB6;
}
.qihao_box.active label{
	border: 1px solid #ccc;
	border-radius: 3px;
	line-height: 31px;
	padding-left: 10px;
	padding-right: 5px;
	margin-top: 5px;
}
#yearAll h6{
	float:left;
	font-weight: initial;
	font-size: 18px;
}
.yearsActive h6{
	color: #016BB6;
}
.yearsActive .gb_btn{
	display: block;
}

#qiAll h6{
	float:left;
	font-weight: initial;
	font-size: 18px;
}
.qiActive h6{
	color: #016BB6;
}
.qiActive .gb_btn{
	display: block;
}
.qihao_box.qiActive #qiAll{
	display: block;
	border: 1px solid #ccc;
	border-radius: 3px;
	line-height: 31px;
	padding-left: 10px;
	padding-right: 5px;
	margin-top: 5px;
}
.qihao_box.qiActive label{
	display: none;
}
.msg{
	width: 100%;
	padding: 20px 0;
	text-align: center;
	font-size: 20px;
}


.xdsoft_timepicker{
	display: none!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current{
	background: #016BB6!important;
	color: #fff!important;
}
.xdsoft_current div{
	color: #fff!important;
}

.bottom_ewm_box{
	width: 310px;
	margin: 0 auto;
	border-top: 1px solid rgba(0, 57, 132, 0.48);
	margin-top: 20px;
	text-align: center;
}
.gbzl_ewm{
	width: 150px;
	height: 150px;
	margin: 0 auto;
	margin-top: 20px;
}
.gbzl_ewm img{
	width: 100%;
}

.dlgb_txt{
	text-align: center;
	display: inline-block;
    width: auto;
    padding: 0 30px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #F7FCFF;
    border-radius: 18px;
    margin-top: 16px;
}


@media screen and (max-width: 1024px) {

	.responsive .wrap .header,
	.responsive .wrap .footer,
	.responsive .wrap .aside__btn,
	.responsive .wrap .navbar,
	.responsive .wrap .account,
	.responsive .wrap .full_line {
		display: none !important;
	}

	.responsive .wrap .main.detail {
		width: 100%;
		margin-bottom: 0;
	}

	.responsive .wrap .main.detail .section {
		max-width: 90%;
	}

	.responsive .wrap .main.detail .section p,
	.responsive .wrap .main.detail .section div,
	.responsive .wrap .main.detail .section span {
		line-height: 0.615rem;
	}

	.responsive .wrap .main.detail .section .related__doc {
		font-size: 0.3rem;
	}

	.responsive .wrap .main.detail .section .related__doc .related__doc__insideTable tbody td:nth-of-type(1) {
		width: 60%;
	}

	.responsive .wrap .main.detail .section .related__doc .related__doc__insideTable tbody td:nth-of-type(2) {
		width: 40%;
	}

	.responsive .wrap .main.detail .section .article_tit_big {
		margin-top: 0;
	}

	.responsive .wrap .main.detail .section .article_tit_big h1 {
		font-size: 0.46rem;
		line-height: normal;
	}

	.responsive .wrap .main.detail .section .article_tit_big h2 {
		font-size: 0.369rem;
	}

	.responsive .wrap .main.detail .section .other_adtion_info {
		margin-top: 0;
		padding-top: 0;
	}

	.responsive .wrap .main.detail .section .other_adtion_info .docreltime,
	.responsive .wrap .main.detail .section .other_adtion_info .soucre {
		width: 100%;
		display: block;
	}

	.responsive .wrap .main.detail .section .article_text_content {
		padding: 0;
		margin-top: 0.3rem;
	}

	.responsive .wrap .main.detail .section .jc-hx-0115 {
		display: none;
	}

	.responsive .wrap .mobile_Collect {
		display: block !important;
	}

	.responsive.pc_older .wrap {
		max-width: 80%;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.responsive.pc_older .wrap .header .header__top .header__top__right .nav .site_nav dl dd a {
		font-size: 0.2rem !important;
	}

	.responsive.pc_older .wrap .header .header__top .header__top__right .nav .site_nav dl dt {
		font-size: 0.24rem !important;
	}

	.responsive.pc_older .wrap .header .header__top .header__top__right .nav .site_nav h3 {
		font-size: 0.28rem !important;
	}

	.responsive.pc_older .wrap .header .header__search .input_Search_1 {
		font-size: 0.28rem;
		height: 70px;
	}

	.responsive.pc_older .wrap .footer .site_Info .footer_db>div#_ideConac img {
		width: 100%;
	}

	.responsive.pc_older .wrap .footer .site_Info .footer_db>div.accessibilitySign img {
		width: 65%;
	}

	.responsive.pc_older .wrap .main.detail .article_text_content p {
		font-size: 0.24rem;
	}

	.responsive.mobile_older .header .header__top .header__top__right .nav .site_nav dl dd a {
		font-size: 0.2rem !important;
	}

	.responsive.mobile_older .header .header__top .header__top__right .nav .site_nav dl dt {
		font-size: 0.24rem !important;
	}

	.responsive.mobile_older .header .header__top .header__top__right .nav .site_nav h3 {
		font-size: 0.28rem !important;
	}

	.responsive.mobile_older .header .header__search .input_Search_1 {
		font-size: 0.28rem;
		height: 70px;
	}

	.responsive.mobile_older .main.detail .article_text_content p {
		font-size: 0.34rem !important;
	}

	.responsive #header_shadow,
	.responsive #footer_shadow {
		display: block;
	}

	.responsive .wrap .main {
		width: 100%;
	}
}

@media screen and (max-width:1024px) {
	body{
		min-width: 100%;
	}
	.gb_main{
		background-size: 160%;
	}
	.w_1200{
		width: 100%;
	}
	.gb_logo{
		padding-top: 50px;
	}
	.gbml_list_left{
		float:none;
		width: 100%;
		margin-top: 14px;
	}
	.gbml_list_right{
		float:none;
		width: 100%;
		border: none;
	}
	.gb_logo img{
		width: 80%;
	}
	.gb_index_search_top{
		display: none;
	}
	.gb_index_search_box{
		height: auto;
		padding: 0 10px;
		margin-top: 50px;
		padding-bottom: 30px;
		margin-bottom: -10px;
		
	}
	.radio_box{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		text-align: center;
		padding-top: 13px;
	}
	.gb_index_search_bottom{
		text-align: center;
	}
	.gb_index_search_bottom span{
		float:none;
		display: inline-block;
	}
	#gb_index_Input{
		width: 100%;
		margin-top: 10px;
	}
	.js_btn{
		float:none;
		display: inline-block;
		margin-top: 20px;
		width: auto;
		padding: 0 45px;
	}
	.gbml_list_left_top_tab{
		padding-left: 15px;
	}
	.gbml_list_left_top_tab span{
		font-size: 20px;
	}
	.gb_index_time_box{
		height: auto;
		padding:15px;
	}
	.years{
		display:block;
		float:none;
		font-size: 0.4rem;
	}
	.gb_index_time_box{
		display: flex;
		justify-content: space-between;
		align-items: center;
		line-height: initial;
		background-size: 100% 110%;
	}
	.years:after{
		display: none;
	}
	.gb_span{
		display:block;
		float: none;
		margin-left: 0;
		font-size: 14px;
	}
	.yearsBox{
		float:none;
	}
	.select_box_1{
		margin-top: 0;
		float:none;
	}
	.select_box_1{
		width: 16%;
		
	}
	.select_main{
		background-position: 131px;
	}
	.ul_1{
		width: 100%;
		padding: 0 15px;
		display: flex;
		justify-content:space-between;
		flex-wrap: wrap;
	}
	.ul_1 li{
		float:none;
		width: 30%;
		margin-right: 0;
	}
	.ul_2{
		width: 100%;
		padding: 0 15px;
		display: flex;
		justify-content:space-between;
		flex-wrap: wrap;
	}
	.ul_2 li{
		float:none;
		width: 30%;
		margin-right: 0;
		background-position: 20px;
	}
	.mulu_title:before{
		display: none;
	}
	.mulu_title:after{
		display: none;
	}
	.gbml_list_box{
		margin-top:20px
	}
	.gbml_list_box ul{
		padding-left: 16px;
	}
	.gbml_list_box ul li{
		background-position: 99%;
	}
	.ewm_box{
		display: none;
	}
	.pdf_ewm_box:before{
		display: none;
	}
	.pdf_box{
		margin-right: 0;
	}	
	.pdf_box_top img {
	    width: 50%;
	}
	.pdf_ewm_box{
		padding-bottom: 28px;
		border-bottom: 1px solid rgba(0,57,132,0.48);
	}
	.gbml_list_right_top{
		width: 100%;
		height: 310px;
		background-position: center;
		background-size: 60%;
	}
	.p_2{
		width: 174px;
		font-size: 0.1rem;
	}
	.w_390{
		width: 100%;
	}
	.w_294{
		width: 100%;
		padding: 0 30px;
		padding-bottom: 30px;
		text-indent:26px;
	}
	.gbml_list_right_top{
		background-size: 22%;
	}
	.p_2{
		width: 100%;
		left:0.8%;
	}
	.lsgb{
		width: 100%;
		height: auto;
		background:url(icon11_gb_znd_20240808.jpg) bottom center #016bb5 no-repeat;
		background-size: 18px;
		position: relative;
		padding: 11px 30px;
	}
	.lsgb:before {
	    content: "";
	    display: block;
	    width: 80px;
	    height: 80px;
	    background: url(icon10_gb_znd_20240808.jpg) no-repeat;
	    background-size: 100%;
	    position: absolute;
	    top: 6px;
	    right: 38px;
	}
	.pz_slides_3{
		width: 100%;
		padding: 0 15px;
		padding-bottom: 30px;
	}
	.pz_slides_3 ._btn{
		bottom: 34px;
	}
	.gjgb_box{
		width: 100%;
		padding: 0 15px;
	}
	.gygb{
		width: 100%;
		padding: 0 15px;
	}
	.returntop{
		padding-top:23px;
		padding-bottom:23px;
		right:10px!important;
	}
	.returntop a p{
		display: none;
		
	}
	.qtsz_main{
		margin-top: 30px;
		padding: 0 30px;
	}
	.qtsz_main ul{
		width: 100%;
		
	}
	.qtsz_main ul li{
		width: 27%;
		
	}
	.pc{
		display: none;
	}
	.wap{
		display: block;
	}
	.neirong_top_box{
		display: none;
	}
	.neirong_main{
		padding: 30px 15px;
	}
	.neirong_title{
		font-size: 30px;
		line-height: 44px;
	}
	.neirong_mid{
		margin-top: 20px;
		font-size: 18px;
	}
	.neirong_content{
		margin-top: 30px;
		font-size: 18px;
	}
	.returntop {
		width: 56px;
		padding-top: 13px;
		padding-bottom: 13px;
	}
	.fhdb{
		width: 49px;
	}
	.sx_search_box{
		padding: 25px 15px;
		height: auto;
	}
	#sxSearch{
		width: 100%;
	}
	#czBtn{
		display: none;
	}
	.gjss_btn{
		display: none;
	}
	.sx_search_box_top{
		display: flex;
		justify-content: space-between;
	}
	.xgjg{
		display: none;
	}
	.time_check{
		display: none;
	}
	.sx_search_box_bottom_right{
		float:none;
		margin-right: 0;
		text-align: center;
	}
	.radio_box_2:after{
		display: none;
	}
	.radio_box_2{
		float:none;
	}
	.radio_box_2 span{
		float:none;
	}
	.shaixuan_btn_box{
		display: none;
	}
	.again_search_box{
		padding: 16px 15px 14px 15px;
		height: auto;
		display: flex;
		justify-content: space-between
	}
	.again_input{
		width: 100%;
	}
	.qi_list ul{
		padding-left:15px;
	}
	.qi_list li{
		width: 100%;
		padding: 18px 0;
	}
	.qi_title a{
		overflow: initial;
		white-space: normal;
		text-overflow: initial;
	}
	.qi_zhaiyao{
		-webkit-line-clamp: 4;
	}
	.qi_title a{
		width: 89%;
	}
	.qi_zhaiyao{
		width: 96%;
	}
	.more_1{
		top:8%;
	}
	.wap_shaixuan_btn_box{
		width: 100%;
		display: flex;
		justify-content:space-around;
		padding: 20px 15px;
	}
	.wap_shaixuan_btn_box input{
		cursor: pointer;
		width: 27%;
		padding-left: 16px	;
		display: inline-block;
		height: 39px;
		line-height: 39px;
		color: #6A6661;
		font-size: 16px;
		background: url(icon19_gb_znd_20240808.png) #FEF4E5 90% center no-repeat; 
		border-radius: 6px;
	}
	.gbml_list_box ul li a {
	    display: -webkit-box;
	    -webkit-box-orient: initial;
	    -webkit-line-clamp: initial;
	    overflow: auto;
	    text-overflow: initial;
	}
	.dqwz_gb{
		height: auto;
		line-height: 27px;
		padding: 15px 30px;
		margin-top: 50px;
	}
	.totalPages,.totalSize{
		display: none;
	}
	#firstPage,#lastPage{
		display: none;
	}
	.page a{
		display: none;
	}
	#prePage,#nextPage{
		display: inline-block!important;
	}
	.page{
		font-size: 0;
	}
	.bottom_ewm_box{
		display: none;
	}
	.fgw_indexpc{
		display: none;
	}
}

@media screen and (max-width:860px){
	.gbml_list_left_top_tab span{
		font-size: 20px;
	}
	.select_box_1{
		width: 21%;
	}
	.select_main{
		background-position: 96%;
	}
	.gbml_list_right_top {
	    background-size: 25%;
		height: 280px;
		margin-top: -20px;
	}
	.p_2{
		bottom: 26%;
	}
	.p_1{
		bottom:30%;
	}
	.qtsz_main ul li {
	    width: 26%;
	}
}
@media screen and (max-width:670px){
	.gbml_list_left_top_tab{
		display: flex;
		justify-content: space-between;
			
	}
	.gbml_list_left_top_tab span{
		width: 50%;
		font-size: 0.5rem;
	}
	.select_box_1{
		width: 26%;
	}
	.p_1 {
	    bottom: 32%;
	}
	.p_2 {
	    bottom: 29%;
	}
}
@media screen and (max-width:568px){
	.p_1 {
	    bottom: 35%;
	}
	.p_2 {
	    bottom: 32%;
	}
}

@media screen and (max-width:520px){
	.select_box_1 {
	    width: 39%;
	}
	.ul_1 li{
		width:48%;
		height: 70px;
		line-height: 70px;
		font-size: 0.4rem;
	}
	.ul_2 li{
		width:48%;
		height: 70px;
		line-height: 70px;
		background-position:10px
	}
	.ul_2 li span{
		font-size: 0.3rem;
	}
	.title_top{
		font-size: 0.3rem;
		line-height: 24px;
	}
	.title_bottom span{
		font-size: 15px;
	}
	.left_title {
	    width: 91%;
	}
	.w_390{
		width: 100%;
	}
	.p_1{
	    bottom: 25%;	
	    font-size: 0.5rem;	
	}
	.p_2{
		width: 100%;
		font-size: 0.2rem;
		left: 1%;
		bottom: 22%;
	}
	.w_294{
		width: 100%;
		padding: 0 50px;
		margin-top: 0;
		font-size: 0.4rem;
		padding-bottom: 20px;
		text-indent: 0.5rem;
	}
	.lsgb{
		width: 100%;
		height: auto;
		background:url(icon11_gb_znd_20240808.jpg) bottom center #016bb5 no-repeat;
		background-size: 18px;
		position: relative;
		padding: 11px 30px;
	}
	.lsgb:before{
		content: "";
		display: block;
		width: 80px;
		height:80px;
		background: url(icon10_gb_znd_20240808.jpg) no-repeat;
		background-size: 100%;
		position: absolute;
		top: 6px;
		right: 38px;
	}
	
	.gbml_list_right_top{
		height: 310px;
		margin-top: 0;
		background-size: 57%;
	}
	.pz_slides_3{
		width: 100%;
		padding: 0 15px;
	}
	.years_2{
	    font-size: 0.5rem;	
	}
	.lsgb_li_box p{
		margin-top: 4px;
	}
	.pz_slides_3{
		padding-bottom: 30px;
	}
	.pz_slides_3 .prev{
		margin-left: 14px;
	}
	.pz_slides_3 .next{
		margin-right: 14px;
	}
	.pz_slides_3 ._btn{
		bottom: 36px;
	}
	.gjgb_box{
		width: 100%;
		padding: 0 15px;
		padding-bottom: 10px;
	}
	.gygb{
		width: 100%;
		padding: 0 15px;
	    margin-top: 16px;	
	}
	.gygb_right ul li a{
		font-size: 0.35rem;
	}
	.gygb_left{
		margin-left: 10px;
	}
	.qtsz_main ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.qtsz_main ul li{
		margin-right: 0;
		width: 45%;
	}
	.neirong_title{
		font-size: 0.5rem;
		line-height: 44px;
	}
	.neirong_mid{
	
		font-size: 0.28rem;
	}
	.neirong_content{
		
		font-size: 0.3rem;
	}
	.qi_title a{
		font-size: 0.35rem;
		line-height: 28px;
	}
	.qi_zhaiyao {
	    font-size: 0.27rem;
		line-height: 26px;
	}
	.qi_bottom {
	    font-size: 0.25rem;
	}
	.wap_shaixuan_btn_box input{
		width:32%;
	}
}

@media screen and (max-width:414px){
	.select_main{
		padding-left: 11px;
		background-position: 94%;
	}
	.p_2{
		bottom: 22%;
	}
	.p_1 {
	    bottom: 26%;
	}
	.gbml_list_right_top{
		background-size: 60%;
	}
	.select_box_1 {
	    width: 41%;
	}
}

@media screen and (max-width:390px){
	.select_box_1 {
	    width: 44%;
	}
	.select_main{
		padding-left: 11px;
	}
	.p_2{
		bottom: 23%;
	}
	.p_1 {
	    bottom: 26%;
	}
	.gbml_list_right{
		margin-top: 20px;
	}	
}
@media screen and (max-width:375px){
	.select_box_1 {
	    width: 46%;
	}
	.p_2{
		bottom: 25%;
	}
	.p_1 {
	    bottom: 28%;
	}
	.gbml_list_right{
		margin-top: 11px;
	}
	.w_294{
		margin-top: -16px;
	}
}

@media screen and (max-width:320px){
	.gbml_list_left_top_tab span{
		font-size: 0.45rem;
	}
	.select_main{
		padding-left: 0;
		text-align: center;
		background: none;
	}
	.ul_2 li{
		background-position: 5px;
	}
	.title_bottom span {
	    font-size: 14px;
	}
	.p_2{
		bottom: 29%;
	}
	.p_1 {
	    bottom: 32%;
	}
	.gbml_list_right {
	    margin-top: 0;
	}
	.w_294 {
	    margin-top: -40px;
	}
	.gygb_right{
		margin-left: 17px;
	}
}