@charset "utf-8";

.xxgkml {
	padding: 0;
}

.xxgkml a {
	color: inherit;
}

.fade-leave-active,
.fade-enter-active {
	transition: all 0.3s linear;
}

.fade-enter,
.fade-leave-to {
	max-height: 0;
	opacity: 0;
}

.fade-enter-to,
.fade-leave {
	max-height: 236px;
}

.xxgkml-title .col-md-2 {
	width: 11%;
	font-family: Source Han Serif SC;
	font-size: 18px;
	padding-right: 0 !important;
	padding-top: 16px;
	white-space: nowrap;
	font-weight: bold;
}

.xxgkml-title .col-md-10 {
	padding-left: 0 !important;
	width: 89%;
	margin-top: 5px;
}

.xxgkml-title ul {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	margin-left: 0%;
	margin-top: 14px;
	margin-bottom: 15px;
}

.xxgkml-title li {
	line-height: 30px;
	height: 30px;
	padding: 0px 5px;
	border-radius: 6px;
	width: auto;
	margin: 0 4% .5% 0%;
	font-size: 15px;
	position: relative;
	float: left\9;
}

.xxgkml-title li a {
	display: block;
	position: relative;
}

.xxgkml-title li.current,
.xxgkml-title li:hover {
	border-color: #2d8fff;
	color: #2d8fff;
	font-weight: bold;
}

.xxgkml-title li:before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	background: #ecf5ff;
	content: "";
	transform: scale(0, 1);
	transition: all .3s;
	display: none;
}

.article-box .xxgkml-box p {
	color: #666666;
}

.xxgkml-title li.current:before,
.xxgkml-title li:hover:before {
	transform: scale(1, 1);
}

.xxgkml-title li:nth-child(9) {
	margin-right: 2%;
}


.xxgkml-title li:nth-child(10) {
	margin-right: 2%;
}


.xxgkml-title li a {
	display: block;
}

.xxgkml-title .col-md-2 i {
	background: url(./xxgkml.png) center center/cover;
	width: 19px;
	height: 19px;
	display: inline-block;
	vertical-align: middle;
	margin: -6px 10px 0 0;
}

.xxgkml-header {
	border-top: 2px solid #2d8fff;
	margin-top: 20px;
	background: #f2f8ff;
	font-size: 17px;
	font-weight: bold;
}

.xxgkml-header .ul-title li {
	display: block;
	text-align: center;
}

.xxgkml-header .ul-title li li {
	text-align: left;
}

.xxgkml-header ul {
	line-height: 58px;
}

.ul-title {
	display: flex;
	text-align: left;
	flex-wrap: nowrap;
}

.ul-title>li {
	width: 12%;
	padding: 10px 10px;
	font-size: 15px;
	color: #666666;
	line-height: 24px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	float: left\9;
	justify-content: left;
}

.ul-title>li:nth-child(1) {
	width: 15%;
}

.ul-title>li:nth-child(5) {
	justify-content: center;
}

.ul-title>li:nth-child(3) {
	width: 30%;
}

.ul-title>li:nth-child(4) {
	width: 40%;
}

.ul-title>li em {
	font-style: normal;
	position: relative;
	padding-left: 12px;
	display: block;
	width: 100%;
}

.ul-title>li em:before {
	position: absolute;
	left: 0;
	background: #666666;
	width: 7px;
	height: 7px;
	top: 10px;
	content: "";
}

.ul-title>li:first-child {
	padding-left: 40px;
}


.ul-title>li:nth-child(4) b {
	cursor: pointer;
}

li#checkAll {}

.ul-title li:nth-child(4) .item {
	width: 48%;
	float: left;
	position: relative;
}

.ul-title li .item {
	padding-left: 12px;
	position: relative;
}

.xxgkml-header .ul-title>li {
	font-size: 17px;
	color: #333;
	line-height: 21px;
	position: relative;
	padding: 20px 10px;
	float: left\9;
}

.xxgkml-header .ul-title>li:nth-child(5),
.xxgkml-header .ul-title>li:nth-child(4) {
	padding-right: 23px;
	padding-left: 0;
}


.xxgkml-header .ul-title>li:nth-child(5) {
	padding-right: 0px;
}

.xxgkml-box .ul-title>li:nth-child(3) {
	justify-content: left;
}

.xxgkml-header .ul-title li b {
	position: relative;
}

.xxgkml-header .ul-title>li b i {
	display: inline-block;
	border-style: solid;
	border-width: 7px 6px;
	border-color: #5c9ae1 transparent transparent transparent;
	vertical-align: middle;
	margin: 4px 0 0 10px;
	transition: all .3s;
}

.xxgkml-header .ul-title>li b i.current {
	transform: translate(4px, -6px) rotateZ(90deg);
	margin: 7px 6px -3px 4px;
}

.xxgkml-header .ul-title>li:first-child {}

.xxgkml-item .ul-title li a {
	font-weight: bold;
	color: #333;
	position: relative;
}

.xxgkml-item .ul-title li:nth-child(1) a:before,
.xxgkml-item .ul-title li:nth-child(2) a:before {
	content: "";
	width: 9px;
	height: 9px;
	background: #4e98ec;
	position: absolute;
	left: -19px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100%;
}

.xxgkml-header ul ul {
	display: none;
	position: absolute;
	background: #fff;
	z-index: 99;
	border: 2px solid #8bb4fb;
	top: 48px;
	width: 162px;
	left: 44%;
	padding: 5px 6px 5px 3px;
	line-height: 30px;
	border-radius: 3px;
	box-shadow: 0 0 14px rgba(68, 68, 68, 0.37);
	transform: translateX(-50%);
}

.xxgkml-header #checkAll ul {
	border-width: 2px;
	width: 170px;
	left: 43%;
}

.xxgkml-header #checkAll ul i {}

.xxgkml-header #checkAll ul i:before {}

.xxgkml-header ul ul li.current i:after {
	border-width: 1px;
	border-style: solid;
	position: relative;
	border: 1.5px solid #fff;
	content: "";
	width: 6px;
	height: 9px;
	position: absolute;
	border-top-width: 0;
	border-left-width: 0;
	transform: rotateZ(45deg);
	left: 4px;
	top: 1px;
}

.xxgkml-header #checkAll ul li {
	display: block;
	width: 100%;
}

.xxgkml-header ul ul li {
	width: 100%;
	float: left;
	line-height: 30px;
	font-weight: normal;
	font-size: 16px;
	position: relative;
	margin: 4px 0;
}


.xxgkml-header ul ul li i {
	width: 16px;
	height: 16px;
	display: inline-block;
	border: 1px solid #adbfd3;
	left: 0;
	border-radius: 100%;
	position: relative;
	vertical-align: middle;
	margin: -3px 8px 0 10px;
	border-radius: 4px;
	padding: 0;
}

.xxgkml-header ul ul li.current i {
	border-color: #2d8fff;
}

.xxgkml-header ul ul li.current i:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: #2d8fff;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 0;
}

.xxgkml-header ul ul li.current i {
	border-color: #2d8fff;
}

.xxgkml-item {
	box-shadow: 0 0 8px rgba(68, 68, 68, 0.16);
	margin: 13px 0px;
	padding-bottom: 1px;
	overflow: hidden;
}

.xxgkml-item.nodata {
	text-align: center;
	box-shadow: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 30px;
}



.xxgkml-item-more .box {
	margin: 10px 25px 25px;
	border: 1px solid #d8e7f1;
	border-radius: 19px;
	background-image: linear-gradient(to bottom, #fdfeff, #f4f9fc);
	padding: 10px 23px;
}

.xxgkml-item-more table {
	width: 100%;
}

.xxgkml-item-more table td {
	border: 0;
	padding: 6px 29px;
	font-size: 14px;
}

.xxgkml-item-more table tr td:first-child {
	width: 47%;
}

.xxgkml-item-more table td a {
	color: #367edb;
}


.xxgkml-item ul li a {
	display: inline-block;
}

.xxgkml-item-more a {
	color: #337ab7;
}

.xxgkml-item-more a:hover {
	text-decoration: underline;
}

.xxgkml-header .ul-title>li {
	padding: 20px 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.xxgkml-title li:nth-child(9),
.xxgkml-title li:last-child {
	margin-right: 0%;
}

.ul-title img {
	width: 15px !important;
	height: 15px;
	margin-bottom: 5px;
	margin-left: 2px;
}

.ul-title>li:nth-child(5) {
	width: 11%;
}


.ul-title li:nth-child(3) a,
.ul-title li:nth-child(4) a {
	display: inline;
	color: #11508f;
	float: right;
	margin-right: 5px;
	cursor: pointer;
}

.ul-title>li p,
.table2 tr td p,
.ul-title>li:nth-child(4) p {
	display: inline;
}



.ul-title>li:nth-child(7) {
	width: 8%;
	text-align: center;
	padding: 10px 7px;
	justify-content: space-around;
}

.xxgkml-header .ul-title>li:nth-child(7) {
	padding: 20px 10px;
}

.ul-title>li:nth-child(6) {
	width: 13%;
	cursor: pointer;
}

.ul-title>li:nth-child(6) .item {
	display: block;
}

.ul-title>li .item:before {
	width: 9px;
	height: 9px;
	background: #666666;
	left: -19px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	position: absolute;
	left: 0;
}

.btn {
	display: inline-block;
	padding: 12px 12px;
	position: relative;
}

.btn ul.download {
	position: absolute;
	top: -8px;
	background: #fff;
	box-shadow: 0 0 10px #4444446e;
	border-radius: 6px;
	padding: 0 10px;
	width: 100%;
	left: 0;
	transform: translateY(-100%);
	text-align: left;
}

.btn ul.download {}

.btn ul.download li {
	margin: 13px 0px;
	font-size: 13px;
}

.btn ul.download+i.down {
	display: inline-block;
	border-style: solid;
	border-width: 6px 5px;
	border-color: #5c9ae1 transparent transparent transparent;
	vertical-align: middle;
	margin: 3px -3px 0 -3px;
	transition: all .3s;
}

.btn ul.download+i.down.current {
	transform: rotateZ(180deg);
	margin: -9px -3px 0px -3px;
}

.btn ul.download li img {
	margin-right: 7px;
}

.btn ul.download li a:hover {
	color: #82b0f8;
	text-decoration: underline;
}

[v-cloak] {
	display: none;
}

.nav-box {
	text-align: center;
	margin: 20px 0;
}

.nav-item {
	padding: 10px 20px;
	border: 1px solid #ccc;
	cursor: pointer;
}

.nav-item.current {
	background-color: #337ab7;
	color: #fff;
}

.tab-pane {
	display: none;
}

.tab-pane.current {
	display: block;
}

.table-responsive {
	position: sticky;
	top: 73px;
	z-index: 99;
}

@media (max-width: 1200px) {
	.xxgkml-title .col-md-2 {
		width: 13%;
	}

	.xxgkml-title .col-md-10 {
		width: 87%
	}
}

@media (max-width:992px) {

	.xxgkml-title .col-md-10,
	.xxgkml-title .col-md-2 {
		width: 100%;
		padding: 0 !important;
	}

	.xxgkml-item .ul-title li:nth-child(1) a:before,
	.xxgkml-item .ul-title li:nth-child(2) a:before {
		display: none;
	}

	.xxgkml-title ul {
		margin: 0;
	}

	.xxgkml-title li {
		width: 45% !important;
		padding: 0 0px !important;
		border: 1px solid #44444457;
		margin: 1% 2% !important;
		font-size: 14px;
	}

	.xxgkml-title li a {
		text-align-last: auto;
		text-align: center;
	}

	.ul-title>li:first-child {
		padding-left: 0;
	}

	.ul-title>li {
		padding: 3px 10px !important;
		width: 25% !important;
	}

	.ul-title>li>b {
		width: 30px;
	}

	.ul-title>li:nth-child(7) {
		width: 14% !important;
		text-align: center;
	}

	.ul-title>li:nth-child(5) ul {
		left: -53%;
		top: 85px;
	}

	.ul-title>li ul {
		font-size: 12px;
	}

	.ul-title>li ul li {
		width: 48%;
	}

	.xxgkml-item .ul-title>li {
		font-size: 12px;
		padding: 0px !important;
		border-left: 1px solid #8eabc8;
	}

	.xxgkml-item .ul-title {
		border: 1px solid #8eabc8;
		border-left: 0;
		margin: 20px 0;
	}

	.xxgkml-header .ul-title li b {
		font-size: 14px;
	}

	.xxgkml-header .ul-title>li b i {
		position: absolute;
		right: -13px;
	}

	.xxgkml-header ul ul {
		width: 300px;
		top: 80px;
	}

	.xxgkml-item-more table td {
		display: block;
		padding: 6px 0px;
	}

	.ul-title li:nth-child(4) .item {
		width: 100%
	}

	.ul-title li .item:before {
		width: 5px;
		height: 6px;
	}

	.xxgkml-item-more .box {
		margin: 10px;
	}
}



.table2 tr td {
	width: 12%;
}

.table2 tr td:nth-child(3),
.table2 tr td:nth-child(4) {
	width: 25%;
}

.table2 tr th {
	font-size: 18px;
	color: #333;
	line-height: 21px;
	position: relative;
	padding: 10px 10px;
	font-weight: bold;
	text-align: center;
	border: 0px solid #000000 !important;
}


.qz-tab {
	text-align: center;
	margin-top: 40px;
	position: relative;
}

.qz-tab ul {
	overflow: hidden;
	display: inline-block;
	border: 1px #d8d8d8 solid;
	border-radius: 4px;
}

.wjxz {
	font-size: 16px;
	color: #1658a0 !important;
	position: absolute;
	right: 0;
	top: 0;
}

.wjxz img {
	margin-right: 10px;
}

.qz-tab ul li {
	float: left;
	text-align: center;
	font-size: 16px;
}

.qz-tab ul li a {
	display: block;
	width: 112px;
	height: 42px;
	line-height: 42px;
}

.qz-tab ul li.qzxz-act a,
.qz-tab ul li:hover a {
	background: #1658a0;
	color: #fff;
}

.qz-tab ul li:nth-child(1) {
	border-right: 1px #d8d8d8 solid;
}

.custom-table {
	width: 100%;
}

.custom-table.fixed {
	position: fixed;
	top: 0;
	z-index: 9;
	width: 1161px;
	border-top: none;
	margin: 0;
	padding: 20px 10px;
	background-color: #fff;
}


.table2 .xxgkml-header tr:nth-child(1) th:nth-child(2),
.table2 .xxgkml-header tr:nth-child(1) th:nth-child(3) {
	width: 33%;
}

@media (max-width:992px) {
	.table2 .xxgkml-header tr:nth-child(1) th:nth-child(1) {
		width: 26%;
	}

	.table2 .xxgkml-header tr:nth-child(1) th:nth-child(2),
	.table2 .xxgkml-header tr:nth-child(1) th:nth-child(3) {
		width: 24%;
	}

	.table2 tr th {
		padding: 5px 1px;
	}

	.ul-title>li:nth-child(1),
	.ul-title>li:nth-child(2) {
		width: 15% !important;
	}

	.ul-title li a br {
		display: none;
	}

	.xxgkml-title ul {
		margin-bottom: 10px;
	}

	.xxgkml-item .ul-title {
		margin: 0px;
	}
}