@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html {
	font-style: normal;
	font-size: 16px;
	line-height: 1.8;
}
body {
	font-family: "Microsoft Yahei", "PingFang", "Droid Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	background: #fff;
	background-position: top center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
ul, li, dl, dt, dd, ol, p, img {
	list-style: none;
	border: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
a {
	color: #333;
}
a:hover {
	opacity: 85%;
	color: #005197;
	text-decoration: none;
}
.image-link img {
	width: 100%;
	object-fit: cover;
}
.header {
	height: 400px;
	background: top center / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.main-title-wrapper {
	height: 100px;
	margin-top: 5rem;
}
.top-logo-wrapper img {
	margin-top: 15px;
}
.fw-section .file-tab {
	justify-content: center;
	background: #e9f4ff;
}
.fw-section .file-tab .nav-item {
	padding: 5px 15px;
}
.fw-section .file-tab .nav-item .nav-link {
	font-size: 1.4rem;
	color: #333;
	line-height: 38px;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	position: relative;
	background-color: #fff;
}
.fw-section .file-tab .nav-item .nav-link.active {
	background-color: #3487ff;
	border: 1px solid #3487ff;
	color: #fff;
}
.fw-section .file-tab .nav-item .nav-link.active::after {
	position: absolute;
	content: "";
	bottom: -12px;
	left: calc(50% - 14px);
	border-top: 12px solid #3487ff;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
}
.news-list-wrapper .entry-wrapper {
	display: flex;
	border-bottom: 1px dashed #ccc;
	font-size: 1rem;
	line-height: 2.7;
	color: #333;
	padding: 10px 0px;
}
.news-list-wrapper .entry-wrapper::before {
	content: "";
	color: #fff;
}
.news-list-wrapper .entry-wrapper .title {
	flex: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news-list-wrapper .entry-wrapper .title a {
	color: #333;
}
.news-list-wrapper .entry-wrapper .title a:hover {
	color: #0e61bb;
}
.news-list-wrapper .entry-wrapper .bl-but {
	color: #999;
	flex: 0 0 auto;
	white-space: nowrap;
	text-align: right;
}
.news-list-wrapper .entry-wrapper .bl-but a {
        margin: 0 4px;
}
.gpsxfw-bg {
	height: 583px;
	background: top center / auto 100% url(../img/fw-bg.jpg) no-repeat;
}
.sx-tab .nav-item .nav-link {
	background: #f5faff;
	display: block;
	padding: 5px 10px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s ease-in-out;
	font-size: 1rem;
	color: #333;
	text-align: center;
}
.sx-tab .nav-item {
	padding: 5px 9px;
	/*flex: 0 0 16.66%;*/
	width: 16.6%;
}
.sx-tab .nav-item .nav-link {
	background: #d3e9fe;
	border-radius: 4px;
}
.sx-tab .nav-item .nav-link:hover {
	background: #5b99ff;
	color: #fff;
}
.sx-tab .nav-item .nav-link.active {
	background-color: #5b99ff;
	color: #fff;
}
.file-search >form {
	display: flex;
	align-items: stretch;
	height: 2.8rem;
}
.file-search-input {
	min-width: 0;
	flex: 1;
	border: 1px solid #efefef;
	border-radius: 0;
	padding: 0 1rem;
}
.file-search-btn {
	flex: 0 0 5rem;
	background-color: #006dba;
	color: #fff;
	border: 0;
}
 @media only screen and (max-width: 1100px) {
.header {
	height: 417px;
	background: top right / auto 100% url(../img/header-bg.jpg) no-repeat;
}
}
 @media only screen and (max-width: 767px) {
.header {
	height: 240px;
	background: top right / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.gpsxfw-bg {
	height: auto;
	padding-bottom: 2rem;
	background: #e6f4ff top center / auto 100% url(../img/fw-bg.jpg) no-repeat;
}
.sx-tab .nav-item {
	width: 50%;
}
}
 @media only screen and (max-width: 575px) {
.header {
	height: 140px;
	background: top right / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.main-title-wrapper img {
	width: 100%;
}
.main-title-wrapper {
	margin-top: 20px;
	margin-left: 20px;
}
.top-logo-wrapper img {
	width: 150px;
	margin-top: 10px;
}
.xyb-list-wrapper li {
	line-height: 50px;
	font-size: 20px;
}
.xyb-list-wrapper li i {
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 24px;
}
}
.tab-pane .table td:nth-of-type(3) {
    width: 18%;
}

.tab-pane .table td:nth-of-type(3) a {
    margin-top: 3px;
    margin-bottom:3px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.swiper-container {
    padding-bottom: 40px;
}