* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

[v-cloak] {
	display: none;
}

a {
	text-decoration: none !important;
	color: #282828;
}

select,
input {
	outline: none;
}

input::placeholder {
	color: #4a79a8 !important;
	/* 设置颜色 */

}

.clear {
	clear: both;
	line-height: 0;
}

body {
	font-size: 18px !important;
	font-family: "微软雅黑";
	line-height: 32px;
	background: #f5f9ff url(http://byte.gxnews.com.cn/www.gxzf.gov.cn/material/zt/2025/2025zfgb/images/bg.png) no-repeat top;
	background-size: 1920px;
}

.main_box {
	margin: 0 auto;
}

/* 内容页 */
.navbox {
	padding-top: 1px;
	margin: 0px auto 0;
	width: 1300px;
	min-height: 200px;
}

.logo {
	margin-left: 15%;
	margin-top: 30px;
}

.b_logo {
	margin: 65px 0 88px;
	display: flex;
	justify-content: center;
}

.container {
	padding: 0 40px 22px;
	padding-top: .1px;
	width: 1220px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 8px 5px 0px rgba(255, 255, 255, 0.4);
}

.container_tit {
	margin: 40px 20px 15px -25px;
	display: flex;
	justify-content: center;
	font-size: 32px;
	color: #0053c4;
	font-weight: 700;
}

.container_box {
	display: flex;
	justify-content: space-between;
}

.container_box_1 {
	width: 283px;
}

.container_box_2 {
	width: 565px;
}

.container_box_3 {
	padding: 0 15px;
	width: 300px;
	background: #eef5fc;
	/* height: 1563px; */
	border-radius: 0 40px 0 0;
}

/* 左边 */


.gbjj {
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px 0 20px;
	background: #eef5fc;
	border: 1px solid #bddaf8;
}

.gbjj p {
	font-size: 24px;
	color: #0053c4;
	font-weight: 700;
}

.gbjj div {
	width: 258px;
	margin-top: 15px;
	padding: 0 10px;
	font-size: 18px;
	color: #333333;
	height: 180px;
	text-indent: 36px;
	overflow-y: auto;
	text-align: justify;
}

.gbjj div::-webkit-scrollbar {
	width: 3px;
}


.gbjj div::-webkit-scrollbar-thumb {
	background-color: #3f78ea;
	border-radius: 10px;
}

.city_list,
.province_list {
	max-height: 924px;
	overflow: hidden;
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all .5s linear;
}

.province_list {
	max-height: 0px;
	overflow-y: auto;
}

.province_list::-webkit-scrollbar {
	width: 5px;
}

.province_list::-webkit-scrollbar-thumb {
	background-color: #e4f0fd;
	border-radius: 10px;
}

.gxzfgb,
.gszfgb {
	cursor: pointer;
}

.gszfgb {
	margin-top: -10px;
}

.city_list li,
.province_list li {
	margin-top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 223px;
	height: 54px;
	background: #e4f0fd;
	border: 1px solid #e4f0fd;
	color: #010101;
	cursor: pointer;
}
.city_list a:last-child{
	margin-bottom: 20px;
}
.container_box_1 .city_list .cur,
.container_box_1 .province_list .cur {
	width: 223px;
	height: 54px;
	background: #e4f0fd;
	border: 1px solid #3f78ea;
}


/* 第二个 */
.container_box_2 .ss_box {
	padding: .1px 10px 0 15px;
	width: 540px;
	height: 382px;
	background: url(http://byte.gxnews.com.cn/www.gxzf.gov.cn/material/zt/2025/2025zfgb/images/ss_bg.png);
}

.container_box_2 .ss_box .ss_tit {
	margin: 20px 0 15px;
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #0053c4;
	font-weight: 700;
}

.container_box_2 .ss_box .ss_tit img {
	margin: 0 7px 0 10px;
}

.container_box_2 .ss_box .ss_tit span {
	font-size: 14px;
	color: #6d6d6d;
}

.container_box_2 .ss_box .ss_input {
	display: flex;
	flex-wrap: wrap;
}

.container_box_2 .ss_box .ss_input li {
	margin-bottom: 10px;
	width: 265px;
	display: flex;
	align-items: center;
}

.container_box_2 .ss_box .ss_input li:nth-child(2n) {
	margin-left: 10px;
}

.container_box_2 .ss_box .ss_input li img {
	margin-right: 9px;
}

.container_box_2 .ss_box input,
.container_box_2 .ss_box select {
	height: 33px;
	line-height: 33px;
	border: 1px solid #c8e1fa;
	border-radius: 5px;
	font-size: 16px;
	color: #4a79a8;
}

.container_box_2 .ss_box .ss_input input {
	position: relative;
	padding-left: 8px;
	flex: 1;
	/* width: 221px; */

}

.container_box_2 .el-input__icon {
	position: absolute;
	top: 14px;
	right: 5px;
	width: 16px;
	height: 8px;
}

.container_box_2 .el-input--suffix .el-input__inner {
	padding-top: 2px;
	height: 35px;
}

.container_box_2 .ss_input .el-cascader {
	line-height: 35px;
}

.el-icon-arrow-down:before {
	display: block;
	content: '';
	width: 16px;
	height: 8px;
	background: url(http://byte.gxnews.com.cn/www.gxzf.gov.cn/material/zt/2025/2025zfgb/images/arrow.png);
}

.el-popper .el-icon-arrow-right:before {
	content: '>';
}

.el-popper .el-icon-check:before {
	content: '√';
}

.container_box_2 .ss_box .ss_input select {
	padding-left: 5px;
	width: 230px;
	height: 35px;
}

.container_box_2 .ss_box .ss_input li:nth-child(1) img {
	margin: 0 13px 0 2px;
}

.container_box_2 .ss_box .fwzh {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.container_box_2 .ss_box .fwzh p,
.container_box_2 .ss_box .fbrq p,
.container_box_2 .ss_box .nfqg p {
	margin-right: 17px;
	font-size: 18px;
	color: #333333;
}

.container_box_2 .ss_box .fwzh input {
	width: 128px;
}

.container_box_2 .ss_box .fwzh select {
	width: 128px;
}

.container_box_2 .ss_box .fwzh input,
.container_box_2 .ss_box .fwzh select {
	margin-right: 11px;
	font-size: 16px;
	color: #4a79a8;
	text-align: center;
}

.container_box_2 .ss_box .fbrq {
	margin-bottom: 10px;
	font-size: 16px
}

.container_box_2 .ss_box .fbrq input {
	text-align: center;
	width: 200px;
	border: none;
}

.container_box_2 .ss_box .fbrq,
.container_box_2 .ss_box .nfqg {
	display: flex;
}

.container_box_2 .ss_box .fbrq>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
	height: 33px;
	border: 1px solid #c8e1fa;
	border-radius: 5px;
	background: #fff;
}

.container_box_2 .ss_box .fbrq>div img {
	margin-right: 20px;
}

.container_box_2 .ss_box .fbrq>div .el-date-editor.el-input__inner {
	width: 400px;
}

.container_box_2 .ss_box .fbrq>div .el-date-editor.el-input__inner input {
	width: 180px;
}

.el-picker-panel__body .el-date-range-picker__time-header .el-icon-arrow-right {

	margin: 0 10px;
	display: block;
	align-items: center;
}

.el-picker-panel__body .el-date-range-picker__time-header .el-icon-arrow-right:before {
	content: "至";
	font-size: 12px
}

.el-date-range-picker__header .el-icon-d-arrow-left:before {
	content: '上一年'
}

.el-date-range-picker__header .el-icon-d-arrow-right:before {
	content: '下一年'
}

.el-date-range-picker__header .el-icon-arrow-right:before {
	content: '下个月';
	margin-right: 10px;
}

.el-date-range-picker__header .el-icon-arrow-left:before {
	content: '上个月';
	margin-left: 10px;
}

.container_box_2 .el-date-editor .el-range__close-icon {
	right: -6px;
	display: flex;
	align-items: center;
	font-size: 16px;
}

.el-icon-circle-close:before {
	content: "x";
}

.el-picker-panel__body-wrapper .el-input__inner {
	display: flex;
	align-items: center;
	border: 1px solid #c8e1fa;
}

.container_box_2 .ss_box .nfqg>div {
	flex: 1;
	display: flex;
	justify-content: space-between;
}

.container_box_2 .ss_box .nfqg div div {
	display: flex;
	width: 183px;
	height: 33px;
	border: 1px solid #c8e1fa;
	border-radius: 5px;
	background: #fff;
}

.container_box_2 .ss_box .nfqg div div select {
	padding-right: 20px;
	width: 45%;
	border: none;
}

.container_box_2 .ss_box .btn_box {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}

.container_box_2 .ss_box .btn_box div {
	width: 147px;
	height: 47px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 47px;
	border-radius: 5px;
	cursor: pointer;
}

.container_box_2 .ss_box .btn_box .submit {
	margin-right: 20px;
	background: #3f78ea;
}

.container_box_2 .ss_box .btn_box .reset {
	background: #d2d2d2;
}

.container_box_2 .gbml {
	margin-top: 30px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.container_box_2 .gbml .gbml_msg {
	margin: 0 52px;
	display: flex;
	align-items: center;
	font-size: 32px;
	color: #0053c4;
}

.container_box_2 .gbml .gbml_left,
.container_box_2 .gbml .gbml_right {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 89px;
	height: 34px;
	border: 1px solid #c8e1fa;
	cursor: pointer;
}

.container_box_2 .gbml .gbml_left img {
	margin-right: 7px;
}

.container_box_2 .gbml .gbml_right img {
	margin-left: 7px;
}

.container_box_2 .ml {
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 24px;
	color: #0053c4;
	font-weight: 700;
}

.container_box_2 .msg_list {
	margin-top: 20px;
}

.container_box_2 .msg_list span {
	margin-left: 5px;
	font-size: 24px;
	font-weight: 700;
}

.container_box_2 .msg_list ul {
	padding-top: 10px;
	margin-top: 5px;
	position: relative;
}

.container_box_2 .msg_list ul li {
	padding: 10px;
	margin: 5px 0;
	display: flex;
}

.container_box_2 .msg_list ul li p {
	width: 518px;
	/* display: ruby; */
	/* flex: 1; */
	line-height: 27px;
}

.container_box_2 .msg_list ul li p span {
	margin: 0;
	display: inline-block;
	width: 39px;
	height: 21px;
	background: #c5000a;
	font-size: 14px;
	color: #fff;
	line-height: 21px;
	text-align: center;
	border-radius: 5px 5px 5px 0;
	font-weight: normal;
}

.container_box_2 .msg_list ul li:hover i {
	display: none;
}

.container_box_2 .msg_list ul li:hover {
	box-shadow: 0 0 10px #c1e1ff;
	color: #3f78ea;
}

.container_box_1 .city_list li:hover,
.container_box_1 .province_list li:hover {
	width: 223px;
	height: 54px;
	background: #e4f0fd;
	border: 1px solid #3f78ea;
}

.container_box_2 .msg_list ul li i {
	margin-top: 3px;
	margin-right: 10px;
	display: block;
	width: 17px;
	height: 19px;
	background: url(http://byte.gxnews.com.cn/www.gxzf.gov.cn/material/zt/2025/2025zfgb/images/icon5.png);
}

.container_box_2 .msg_list ul::after {
	position: absolute;
	top: 0;
	content: '';
	width: 564px;
	height: 7px;
	background: url(http://byte.gxnews.com.cn/www.gxzf.gov.cn/material/zt/2025/2025zfgb/images/line.png);
}

.container_box_2 .wj_box {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.container_box_2 .wj_box div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 280px;
	height: 124px;
	background: #eef5fc;
	font-size: 20px;
	color: #3a67c8;
	font-weight: 700;
}

#pdf img {
	margin-right: 15px;
}

.container_box_2 .wj_box #ewm {
	position: relative;
	width: 109px;
	height: 107px;
	background: #0053c4;
}

.container_box_2 .wj_box #ewm #Canvas {
	position: absolute;
	left: 0;
	width: 109px;
	height: 107px;
}

.container_box_2 .wj_box #ewm #qrcode {
	margin-top: 9px;
}

.container_box_2 .wj_box #ewm::after {
	position: absolute;
	content: '';
	top: 0;
	right: -31px;
	content: '';
	width: 31px;
	height: 106px;
	background: url(http://byte.gxnews.com.cn/www.gxzf.gov.cn/material/zt/2025/2025zfgb/images/shadow.png);
}

.container_box_2 .wj_box p {
	margin-left: 30px;
	display: flex;
	flex-direction: column;
}

/* 第三部分 */
.container_box_3 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.container_box_3 .gbqs {
	margin-top: 20px;
}

.container_box_3 .line2 {
	text-align: center;
	width: 178px;
	font-size: 24px;
	color: #0053c4;
	font-weight: 700;
	background: url(http://byte.gxnews.com.cn/www.gxzf.gov.cn/material/zt/2025/2025zfgb/images/line2.png) center;
	background-repeat: no-repeat;
}

.container_box_3 .select_year {
	margin-top: 15px;
	width: 105px;
	height: 28px;
	border: 1px solid #c8e1fa;
	border-radius: 5px;
	background: #fff;
	color: #4a79a8;
	font-size: 16px;
}

.container_box_3 .gbqk_box {

	display: flex;
	justify-content: center;
	margin: 20px auto 0;
	width: 154px;
	height: 203px;
	background: url(http://byte.gxnews.com.cn/www.gxzf.gov.cn/material/zt/2025/2025zfgb/images/gbqs.png);
}

.container_box_3 .gbqk_box span {
	margin-top: 138px;
	font-weight: 700;
	font-size: 20px;
	color: #b27d00;
}

.container_box_3 .swiperbox {
	position: relative;
	padding-bottom: 30px;
	width: 100%;
	height: 230px;
	overflow: hidden;
	background: url(http://byte.gxnews.com.cn/www.gxzf.gov.cn/material/zt/2025/2025zfgb/images/swiper_bg.png)no-repeat bottom;
}

.container_box_3 .swiperbox img {
	margin: 0 auto;
	width: 154px;
	height: 203px;
}

.container_box_3 .swiperbox .swiper-slide {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.container_box_3 .swiperbox .swiper_right {
	position: absolute;
	right: 0;
	top: 105px;
	width: 43px;
	height: 43px;
	background: url(http://byte.gxnews.com.cn/www.gxzf.gov.cn/material/zt/2025/2025zfgb/images/s_right.png);
	z-index: 10;
	cursor: pointer;
}

.container_box_3 .swiperbox .swiper_left {
	position: absolute;
	left: 0;
	top: 105px;
	width: 43px;
	height: 43px;
	background: url(http://byte.gxnews.com.cn/www.gxzf.gov.cn/material/zt/2025/2025zfgb/images/s_left.png);
	z-index: 10;
	cursor: pointer;
}

.container_box_3 .qs_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-height: 176px;
	overflow: hidden;
}

.container_box_3 .qs_list li {
	margin-right: 13px;
	margin-top: 8px;
	text-align: center;
	width: 89px;
	height: 34px;
	border: 1px solid #c8e1fa;
	border-radius: 5px;
	background: #fff;
	line-height: 34px;
	font-size: 16px;
	cursor: pointer;
}

.container_box_3 .qs_list li:nth-child(3n) {
	margin-right: 0;
}

.container_box_3 .qs_list li:hover {
	background: #3f78ea;
	color: #fff;
}

.container_box_3 .showmore {
	margin-top: 16px;
	width: 100%;
	border-top: 1px solid #ced6de;
	font-size: 14px;
}

.container_box_3 .showmore div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.container_box_3 .showmore div img {
	margin: 10px 0 3px;
}

.container_box_3 .lsgb {
	margin-top: 10px;
}

.container_box_3 .all_year {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #0053c4;
	font-size: 16px
}

.container_box_3 .all_year div {
	margin-top: 5px;
}

.container_box_3 .all_year div select {
	width: 105px;
	height: 28px;
	border: 1px solid #c8e1fa;
	border-radius: 5px;
	background: #fff;
	font-size: 16px;
	color: #4a79a8;
}

.container_box_3 .rmgb {
	margin-top: 10px;
	padding-top: 26px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 316px;
	height: 375px;
	background: url(http://byte.gxnews.com.cn/www.gxzf.gov.cn/material/zt/2025/2025zfgb/images/rmgb.png);
}

.container_box_3 .rmgb .rmgb_list {
	margin-top: 50px;
}

.container_box_3 .rmgb .rmgb_list li {
	display: flex;
}

.container_box_3 .rmgb .rmgb_list i {
	margin-right: 10px;
	font-size: 20px;
	font-weight: 700;
	color: #666666;
}

.container_box_3 .rmgb .rmgb_list p {
	width: 263px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.container_box_3 .rmgb .rmgb_list a:nth-child(1) li i {
	color: #ff3333;
}

.container_box_3 .rmgb .rmgb_list a:nth-child(2) li i {
	color: #f56c4a;
}

.container_box_3 .rmgb .rmgb_list a:nth-child(3) li i {
	color: #ffce45;
}

.container_box_3 .rmgb .rmgb_list a {
	display: block;
	margin-bottom: 20px;
}

.container_box_3 .rmgb .rmgb_list a:hover {
	color: #3f78ea;
}

.container_box_3 .rcgb {
	padding-top: 24px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin-top: 20px;
	width: 311px;
	height: 341px;
	background: url(http://byte.gxnews.com.cn/www.gxzf.gov.cn/material/zt/2025/2025zfgb/images/rc.png);
}

.container_box_3 .rcgb .rc_box {
	margin-top: 22px;
	width: 100%;
	height: 280px;
}

.layui-laydate .layui-this {
	background-color: #0053c4 !important;
}
