* {
	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-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;
}
.clear {
	clear: both;
}
a {
	color: #333;
}
a:hover {
	opacity: 85%;
	text-decoration: none;
}
em {
	font-style: normal;
}
.bg-lightgrey {
	background: #f5f7f8 !important;
}
.bg-lightgrey {
	background-color: #fafafa !important;
}
.text-blue {
	color: #2673dd !important;
}
.header {
        position: relative;
	overflow: auto;
	background: top center / cover url(../img/bg-header.jpg);
}
.toggleBtn {
       display: none !important;
}
#slms {
    right: 320px;
    top: -66px;
}
.toppest-header {
	font-size: 0.87rem;
	line-height: 30px;
	color: #487BC5;
	padding-top: 15px;
}
.toppest-header a {
	color: #487BC5;
}
.toppest-header i {
	font-size: 1.2rem;
	line-height: 1.5rem;
}
.mid-header {
	padding: 30px 0 40px;
}
.logo-wrapper {
	padding: 0;
}
.logo-wrapper img {
	height: 96px;
}
.search-wrapper {
	width: 330px;
	line-height: 45px;
	height: 45px;
	display: flex;
	transition: 0.5s all ease;
	background: #fff;
	border-radius: 6px;
}

.search-wrapper .iconfont {
	border: 0;
	line-height: 45px;
	font-size: 1.75rem;
	color: #fff;
}
.search-wrapper .iconfont::after {
	content: "";
}
.search-input {
	padding: 0 10px;
	flex: 1;width:275px;
	background-color: transparent;
	outline: 0;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #dfdfdf;
	border-radius: 6px 0 0 6px;
}
.search-btn {
	border: 0;
	min-width: 55px;
	color: #fff;
	font-size: 1.125rem;
	background: #0179DE;
	border-radius: 0px 8px 8px 0px;
}
.search-btn:hover {
	color: #fff;
	background: #043e70;
}
#topNavbar {
	padding: 0;
	background: #0187E6;
}
#topNavbar .container {
	transition: all 0.3s ease;
}
#topNavbar .navbar-brand {
	padding: 10px;
}
#topNavbar .nav-item {
	font-family: Microsoft YaHei;
	color: #ffffff;
	line-height: 32px;
}
#topNavbar .active .nav-link {
	color: #fff;
}
#topNavbar .active .nav-link {
	background: transparent;
}
#topNavbar .nav-item:hover, #topNavbar .nav-item.active {
	color: #fff;
	background: #0070BF;
}
#topNavbar .active .nav-link:hover {
	background-color: transparent;
}
#topNavbar .nav-link {
	padding: 18px 0;
	display: flex;
	color: #fff;
	white-space: nowrap;
	font-size: 1.5rem;
	text-align: center;
	align-items: center;
	justify-content: center;
}
#topNavbar .nav-link .iconfont {
	display: block;
	text-align: center;
	font-size:1.56rem;
	color: #fff;
	margin-right: 8px;
}
#navbarContent {
	overflow: auto;
}
#bottomNavbar {
  overflow: auto;
  background: #0187e6;
  box-shadow: 0 -1rem 3rem rgba(0,0,0,.175)!important;
}
#bottomNavbar .nav-link {
  padding: 8px 25px;
  white-space: nowrap;
  color: #fff;
}
#bottomNavbar .nav-link .iconfont {
  display: block;
  font-size:1.5rem;
}

.navbar-toggler {
	border: 0;
}
.navbar-toggler .iconfont {
	color: #fff;
	font-size: 1.4rem;
}
.news-tab {
	flex-wrap: nowrap;
	border-bottom: 1px solid #e1e1e1;
	align-items: center;
	position: relative;
}
.news-tab .nav-link {
        text-wrap: balance;
	font-size:1.375rem;
	padding: 6px 16px 4px;
	color: #333333;
	line-height: 32px;
	text-align: center;
	border-bottom: 4px solid transparent;
}
.news-tab .nav-link.active {
	color: #0070BF;
	border-bottom: 4px solid #0070BF;
}
.news-tab .nav-link.active a {
	color: #0070BF;
}
.news-tab .more-tag .iconfont {
	border-radius: 50%;
	width: 1.3rem;
	height: 1.3rem;
	transition: all .5s;
	color: #666;
	font-size: 1.43rem;
	line-height: 1.3rem;
}
.news-tab .more-tag .iconfont:hover {
	color: #006dba;
	transform: rotateZ(360deg);
}
.main-news-tab {
	align-items: center;
	border-bottom: 1px solid #e1e1e1;
}
.main-news-tab .more-tag .iconfont {
	font-size: 1.56rem;
	color: #999;
}
.main-news-tab .nav-item {
	font-size: 1.25rem;
	line-height: 32px;
}
.main-news-tab .nav-link {
	padding: 4px 20px;
}
.main-news-tab .nav-link.active {
	color: #fff;
	background: #007bdb;
	border-radius: 4px 4px 0px 0px;
}
#navbarContent {
	scrollbar-width: none;
}
 #navbarContent::-webkit-scrollbar {
 display: none;
}
.btn-search-collapse .iconfont {
	font-size: 1.5rem;
	font-weight: bold;
	color: #1681cc;
}
.nav-tabs {
	flex-wrap: nowrap;
	position: relative;
}
.nav-tabs * {
	flex-shrink: 0;
}
 .nav-tabs::-webkit-scrollbar {
 display: none;
}
.nav-tabs {
	scrollbar-width: none;
}
.nav-tabs .nav-item {
	padding: 1rem 0;
}
.nav-tabs .nav-item .nav-link {
	border-left: 1px solid #eee;
}
.nav-tabs .nav-item:first-child .nav-link {
	border-left: 0;
}
.nav-tabs .nav-link {
	font-size: 1.25rem;
	border: 0;
	padding: 0 0.8rem;
	flex-shrink: 0;
}
.nav-tabs .nav-link a {
	white-space: nowrap;
}
.nav-tabs .active a {
	font-weight: bold;
	color: #006dba;
}
.nav-tabs .nav-underline {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 6rem;
	height: 4px;
	border-radius: 4px;
	background-color: #006dba;
	will-change: left, width;
	transition: left 0.3s ease, width 0.3s ease;
}
.news-list-wrapper .entry-wrapper {
        padding: 9px 0;
	display: flex;
	font-size: 1rem;
	color: #666;
}
.news-list-wrapper .entry-wrapper .title {
	flex: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news-list-wrapper .entry-wrapper .title a {
	color: #666;
}
.news-list-wrapper .entry-wrapper .date {
	color: #999;
	flex: 0 0 3.5rem;
	text-align: right;
        align-self: flex-end;
}
.news-list-wrapper .entry-wrapper::before {
	content: "\2022";
	color: #666;
	margin-right: 6px;
}
.external-link-list-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: -4px -15px;
}
.external-link-list-wrapper .btn-group {
	flex: 1 0;
	margin: 4px 15px;
}
.external-link-list-wrapper .btn-group .btn {
	background: #fff;
	color: #000;
}
.external-link-list-wrapper .dropdown-menu {
	overflow: auto;
	max-height: 300px;
	width: 100%;
}
.external-link-list-wrapper .dropdown-item {
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0.25rem 0.5rem;
}
.external-link-list-wrapper .btn-primary {
	background-color: transparent;
	border: 0;
	outline: 0;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #1a5a9b;
	border: 0;
}
.footer-section {
	border-top: 5px solid #487BC5;
	padding: 23px 0 50px;
	background-color: #f2f2f2;
	color: #666;
	line-height: 32px;
}
.footer-section a {
	color: #666;
}
.footer-section span {
	display: inline-block;
	padding: 0 5px;
}
.breadcrumb {
	background-color: transparent;
}
.detail-content-wrapper {
	background-color: #fff;
}
.detail-content-wrapper .title {
	font-size: 1.875rem;
	color: #0485f4;
	padding: 10px 0;
	text-align: center;
}
.detail-content-wrapper .desc {
	color: #c6c6c6;
	padding: 20px 0;
	border-bottom: 1px solid #c6c6c6;
}
.detail-content-wrapper .desc .iconfont {
	font-size: 1.25rem;
	color: #667;
}
.detail-content-wrapper .content-wrapper {
	color: #333;
	padding: 35px 0;
}
.detail-content-wrapper .content-wrapper img {
	max-width: 100%;
}
.detail-file-list .file-list-title {
	border-bottom: 1px solid #c6c6c6;
	font-weight: bold;
	font-size: 1.125rem;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.detail-file-list .file-entry {
	line-height: 2;
	display: flex;
}
.detail-file-list .file-entry .date {
	flex: 0 0;
	padding-left: 5px;
	text-align: right;
	white-space: nowrap;
	color: #999;
}
.info-open-list .entry-wrapper {
	min-width: 200px;
	height: 55px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	margin: 5px 15px;
	flex: 1;
}
.info-open-list .entry-wrapper a {
	padding: 0 16px;
	display: flex;
	align-items: center;
	color: #333;
}
.info-open-list .entry-wrapper .iconfont {
	color: #999;
	font-size: 2.125rem;
	margin-right: 10px;
}
.breadcrumb {
	background-color: #fff;
	padding: 15px 0px;
	margin: 5px 0;
	border-radius: 0;
}
.breadcrumb .iconfont {
	color: #333;
	font-size: 1.5rem;
	line-height: 30px;
}
.main-column-wrapper {
	background-color: #fff;
}
.image-news-list .image {
	height: 230px;
	object-fit: cover;
	width: 100%;
}
.column-title {
	font-size: 1.5rem;
	color: #0a70c8;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.column-title::before {
	margin-right: 8px;
	display: inline-block;
	content: "";
	height: 24px;
	width: 10px;
	border-radius: 8px;
	background-color: #0a70c8;
	flex-shrink: 0;
}
.menu-dropdown {
	margin-left: auto;
}
.menu-dropdown .iconfont {
	font-size: 20px;
}
.menu-dropdown .dropdown-toggle {
	font-size: 1rem;
	padding: 4px 10px;
	border: 1px solid #aaa;
	border-radius: 4px;
	background-color: transparent;
}
.menu-dropdown .dropdown-menu {
	width: 300px;
	max-height: 400px;
	overflow: auto;
}
.menu-dropdown .dropdown-item {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-list-wrapper.column-news-list .entry-wrapper {
	padding: 3px 0;
}
.news-list-wrapper.column-news-list .entry-wrapper:nth-child(5n+6) {
/* 	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #c5c5c5; */
}
.sub-column-wrapper {
	padding: 10px 15px;
	display: flex;
	flex-wrap: wrap;
}
.sub-column-wrapper .entry-wrapper {
	color: #007bdb;
	font-size: 1.125rem;
	padding: 4px 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.5s transform ease;
}
.sub-column-wrapper .entry-wrapper:hover {
	transform: translateX(-5px);
}
.sub-column-wrapper .entry-wrapper::before {
	content: "\2022";
	color: #007bdb;
}
.file-search-wrapper .icon-wrapper {
	background: #E9E9E9;
	padding: 0 10px;
}
.file-search-wrapper .icon-wrapper .iconfont {
	color: #0187E6;
	font-size: 1.375rem;
}
.file-search-wrapper {
	border: 1px solid #e9e9e9;
	display: flex;
	align-items: center;
	line-height: 52px;
	margin: 16px 0;
}
.file-search-wrapper .file-select {
	padding: 0 8px;
	height: 54px;
	font-size: 1rem;
	color: #333;
	border: 0;
	outline: 0;
	background-color: #fff;
	border-right: 1px solid #e9e9e9;
}
.file-search-wrapper .file-input {
	border: 0;
	min-width: 0;
	flex: 1;
	padding: 0 8px;
	outline: 0;
}
.file-search-wrapper .file-search-btn {
	padding: 0 20px;
	outline: 0;
	background-color: #0187E6;
	border: 0;
	color: #fff;
}
.file-search-wrapper .file-search-btn:hover {
	background-color: #00487a;
}
.file-tab {
	border-bottom: 1px solid #e1e1e1;
}
.file-tab .nav-link {
	padding: 5px 20px;
	font-size:1.25rem;
	color: #333333;
	line-height: 32px;
}
.file-tab .nav-link.active {
	color: #007bdb;
	border-bottom: 4px solid #007bdb;
}
.file-tab .more-tag .iconfont {
	font-size:1.56rem;
	color: #999;
}
.overview-wrapper {
	padding: 40px;
	background: center center / cover url(../images/bg-overview.jpg);
}
.overview-wrapper .title {
	max-width: 95%;
}
.overview-list .entry-wrapper {
	padding: 0 10px;
	flex: 1;
	color: #000;
	font-size: 1.5rem;
	text-align: center;
}
.overview-list .entry-wrapper::before {
	background: top center / 100% 100% url(../images/overview-icon.jpg);
	content: " ";
	height: 20px;
	width: 20px;
	margin: auto;
	display: inline-block;
}
/*--------XZF--------*/
.bg-hui {
	background: #f5f5f5;
}
.text-primary2 {
	color: #0070bf !important;
}
.leader-board {
	background-color: #f5f5f5;
}
.leader-board .name {
	color: #0070bf;
	font-size: 1.125rem;
}
.leader-board .title {
	color: #333;
	font-size: 1.125rem;
}
.leader-board .desc {
	font-size: 1rem;
	color: #999999;
	line-height: 30px;
}
.leader-list-wrapper {
	display: flex;
}
.leader-list-wrapper .subtitle {
	padding: 1rem;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0070bf;
	font-size: 1.375rem;
}
.leader-list {
	
	display: flex;
	flex-wrap: wrap;
}
.leader-list .avatar-wrapper {
	max-width: 115px;
	margin-bottom: 8px;
	max-height: 160px;margin: 0 auto;
display: block;
}
.leader-list .entry-wrapper {
	padding: 7px 10px;
}
.leader-btn {
	display: flex;
	background: #0070bf;
	border: 1px solid #cee9ff;
	border-radius: 4px;
	align-items: center;
	padding: 8px 24px;
	font-size: 1.25rem;
	color: #333333;
}
.leader-btn .iconfont {
	font-size: 42px;
	margin-right: 20px;
	color: #0485f4;
}
.governor-btn {
	border-radius: 4px;
	background-color: #d2e5fc;
	display: block;
	text-align: center;
	padding: 14px;
	font-size: 1.25rem;
	line-height: 30px;
	color: #333;
}
.governor-btn .iconfont {
	width: 68px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	background: #0070bf;
	border-radius: 50%;
	font-size: 42px;
	color: #fff;
	display: block;
	margin: 0.5rem auto;
}
.governor-btn .blue {
	color: #0a70c8;
}
.btn-zfjg {
	display: flex;
	background: #f5f5f5;
	padding: 0rem 0rem;
	align-items: center;
	font-size: 1rem;
}
.btn-zfjg i {
	color: #0070bf;
	font-size: 2rem;
	line-height: 1;
	margin-right: 10px;
}
.hy-img-thumbnail {
	height: 220px;
	object-fit: cover;
}
/*--------ZWGK--------*/

.zwgk-search {
	padding: 10px 15px;
	background: #e9e9e9;
	display: flex;
	line-height: 42px;
}
.zwgk-search .file-select {
	border: 0;
	outline: 0;
	padding: 0 2rem;
	color: #333;
	background: #fff;
	border-right: 1px solid #ddd;
}
.zwgk-search .file-input {
	flex: 1;
	border: 0;
	outline: 0;
	min-width: 0;
	padding: 0 15px;
}
.zwgk-search .file-search-btn {
	border: 0;
	outline: 0;
	background: #0187e6;
	color: #fff;
	padding: 0 15px;
	flex: 0 0 100px;
	text-align: center;
	border-radius: 0px;
}
.xxgk-title {
	background: #0187e6;
	font-size:1.5rem;
	font-weight: bold;
	padding: 1.2rem;
	color: #fff;
	margin-bottom: 0px;
}
.xxgk-title a {
	color: #fff;
}
.xxgk-list li {
	display: block;
	background: #fff;
	padding: 12px 2rem;
	margin: 10px 0;
	display: flex;
	align-items: baseline;
	line-height: 26px;
}
.xxgk-list li i {
	color: #0187e6;
	font-size:1.75rem;
	margin-right: 10px;
	float: left;
}
.jqxxgk-list {
	background: #f5faff;
	display: flex;
	flex-wrap: wrap;
}
.jqxxgk-list .icon-entry-wrapper {
	padding: 5px 0px;
	flex: 1;
	min-width: 50%;
}
.jqxxgk-list .entry {
	display: block;
	border-radius: 4px;
	background: #f4f8ff;
	text-align: center;
	min-width: 140px;
	line-height: 32px;
	border: none;
	font-size: 0.93rem;
}
.jqxxgk-list .entry-wrapper .entry {
	background: #eef5fd;
	border-radius: 4px;
	display: block;
	text-align: center;
	padding: 11px 0;
}
.jqxxgk-list .entry .iconfont {
	background: #0070bf;
	width: 52px;
	height: 52px;
	color: #fff;
	display: block;
	font-size: 1.8rem;
	color: #fff;
	line-height: 52px;
	margin: 0 auto;
	border-radius: 50%;
}
.qdhz-title {
	display: flex;
	padding: 1rem;
	text-align: center;
	font-size: 1.25rem;
	width: 5rem;
	color: #fff;
	background: #0070bf;
	align-items: center !important;
}
.qdhz-wrapper {
	background: #f4f4f4;
	padding: 1rem 0;
	margin: 0;
	flex-grow: 1;
}
.qdhz-wrapper li {
	width: 18%;
	margin-left: 2%;
}
.qdhz-wrapper li a {
	display: block;
	padding: 8px 10px;
	width: 90%;
	background: #f4f4f4;
	border-radius: 4px;
}
.qdhz-wrapper li a:hover {
	display: block;
	background: #60b3ec;
	color: #fff;
}
.interpretation-section {
	background-color: #fafafa;
}
.interpretation-title {
	justify-content: center;
}
.interpretation-title .nav-item {
	padding: 15px;
}
.interpretation-title .nav-link {
	border: 1px solid #d0d0d0;
	border-radius: 6px;
	padding: 5px 16px;
	font-size: 1.125rem;
	color: #333;
}
.interpretation-title .nav-link.active {
	border: 1px solid #0070bf;
	background-color: #0070bf;
	color: #fff;
	position: relative;
}
.interpretation-title .nav-link.active::after {
	content: "";
	position: absolute;
	bottom: -9px;
	left: calc(50% - 10px);
	border-top: 9px solid #0070bf;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.interpret-image-list .entry-wrapper img {
	height: 225px;
	width: 100%;
	object-position: center top;
	object-fit: cover;
}
.interpret-image-list .entry-wrapper .info-wrapper {
	height: 70px;
	padding: 20px 15px;
	background-color: #f9f9f9;
	overflow: hidden;
}
.interpret-image-list .entry-wrapper .title {
}
.zfbm-list-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.zfbm-list-wrapper .text-entry-wrapper {
	flex: 1;
	padding: 10px;
	margin: 10px;
	min-width: 180px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #fff;
}
.zfbm-list-wrapper .text-entry-wrapper .entry {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	width: 100%;
 padding:1rem .5rem;
	color: #333;
	background-color: #f8fcff;
	transform: translateY(-2px);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
	text-align: center;
}
/*SZFB*/


.szfb-title {
	background: #0070bf;
	color: #fff;
	border-radius: 4px 4px 0 0;
	text-align: center;
	font-size: 1.375rem;
	padding: 10px 5px;
	margin-bottom: 0px;
}
.zbjs-title {
	background: url("../img/zbjs-title-bg.png") center center no-repeat;
	text-align: center;
	font: 600 1.4rem/1.5 "??????";
	color: #006eab;
}
.szzb-list-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.szzb-list-wrapper .entry-wrapper {
	padding: 20px 0 10px 0;
	display: block;
	margin-top: 1rem;
	min-width: 18%;
	flex: 0;
	text-align: center;
	background: #fff;
	border: 1px solid #f3f3f3;
box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
	border-radius: 2px;
}
.szzb-list-wrapper .iconfont {
	display: block;
	width: 62px;
	height: 62px;
	margin: 0 auto;
	line-height: 62px;
	text-align: center;
	background-image: linear-gradient(0deg, #0070bf, #0187e6);
	border-radius: 50%;
	font-size: 2.2rem;
	color: #fff;
}
.szzb-list-wrapper .title {
	color: #333333;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.szzb-list-wrapper .entry-wrapper:hover .iconfontfuwu {
	color: #007AE3;
	background-color: #f2f8ff;
}
.szzb-list-wrapper .entry-wrapper:hover .title {
	color: #007AE3;
}
/*-----TZ-----*/

.tz-head {
	background: #e5f6fd;
}
.tz-title {
	width: 100%;
	padding: 10px 0;
	background: url(../img/tz-title.png) center center no-repeat;
	font: 1.5rem/30px "??????";
	color: #fff;
	text-align: center;
}
.tz-title a {
	color: #fff;
}
.zsgz-warpper {
	position: relative;
	margin: 0 auto;
}
.zsgz-warpper .date {
	font-size: 0.875rem;
	color: #999;
}
.zsgz-warpper p {
	min-height: 70px;
}
.main-feature {
	margin-bottom: 1rem;
}
.main-feature img {
	height: 100px;
	object-fit: cover;
}
.feature-desc a {
	font-size: 1rem;
	line-height: 1.875rem;
	color: #555;
}
.feature-desc a:hover {
	color: #999;
}
.line-2 {
	line-height: 2;
}
.gbml-title {
	width: 180px;
	display: block;
	margin: 20px auto;
	line-height: 45px;
	color: #0070bf;
	text-align: center;
	border: 1px solid #0070bf;
	border-radius: 10px 30px 10px 30px;
}
.zt-title {
	padding: 0 1rem;
	font: bold 1.375rem/34px "??????";
	color: #0070bf;
	border-bottom: 3px solid #0070bf;
}
.zcwj-wrapper .date {
	border-right: 1px solid #ddd;
}
.zcwj-wrapper .date span {
	display: block;
	font-size: 2rem;
	color: #0c91ee;
	font-weight: bold;
}
.zcwj-wrapper .date i {
	font-style: normal;
}
.yhyshj-warpper h4 {
	font-size: 1.625rem;
	font-weight: bold;
	text-align: center;
	padding: 24px 0;
	color: #333333;
}
.yhyshj-warpper p {
	display: block;
	font-size: 1.125rem;
	color: #333333;
	padding: 0 40px;
	line-height: 34px;
	text-indent: 2em;
}
.bus_left .button li {
	float: left;
	margin-right: 30px;
}
.bus_left .button {
	margin-top: 16px;
	margin-left: 52px;
}
.bus_left .button li a {
	width: 132px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	display: block;
	background: #2d66a5;
	border-radius: 4px;
	color: #ffffff;
	font-size: 1.125rem;
}
.zt-list-group {
	margin-left: -2%;
}
.zt-list-group li {
	margin: 1.5rem 0 0 2%;
	width: 48%;
	float: left;
	border: 1px solid #eee;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
	padding: 15px;
	border-radius: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.zt-list-group li span {
	float: right;
	color: #999;
}
/*--------LIST--------*/
.sub-column-wrapper {
	margin-top: 10px;
	padding: 10px 15px;
	display: flex;
	flex-wrap: wrap;
	background: #f8f9fa;
}
.sub-column-wrapper .entry-wrapper {
	color: #007bdb;
	font-size: 0.875rem;
	padding: 5px 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.5s transform ease;
	border-radius: 4px;
}
.sub-column-wrapper .entry-wrapper.curr {
	background-color: #007bdb;
	color: #fff;
}
.sub-column-wrapper .entry-wrapper.curr a {
	color: #fff;
}
.sub-column-wrapper .entry-wrapper:hover {
	transform: translateX(-5px);
}
.sub-column-wrapper .entry-wrapper::before {
	content: "\2022";
	color: #007bdb;
}
.sub-column-wrapper .entry-wrapper.curr::before {
	color: #fff;
}
.news-list-item {
	padding: 10px 0px;
}


.main-column-wrapper .news-list-item:nth-child(5n+6) {
/*  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee; */
}

.news-list-entry {
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.news-list-title {
	display: inline-block;
	max-width: calc(100% - 4rem)!important;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size:1.125rem;
	overflow: hidden;
}
.news-list-title::before {
	content: "\2022";
	color: #6f6f6f;
	padding-right: 0.25rem;
}
.news-list-date {
	color: #bbb;
	flex: 0 0 7rem;
	text-align: right;
}
/*???*/
.pages {
margin:.4rem auto 0;
	color: #555;
	text-align: center;
}
.pages .pages-l {
	display: inline-block;
	margin-right: 30px;
	font-size: 0;
}
.pages .pages-l a {
	display: inline-block;
	margin: 0px 7px 0 8px;
padding:.4rem 1rem;
	font-size: 1rem;
	color: #555;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
}
.pages .pages-l a.on, .pages .pages-l a.on:hover {
	background: #1c6eb8;
	border: 1px solid #1c6eb8;
	color: #fff;
}
.pages .pages-l a:hover {
	background: #1c6eb8;
	color: #fff;
	border: 1px solid #1c6eb8;
}
.pages .pages-l a.prev, .pages .pages-l a.next {
	font-style: normal;
}
.pages .pages-l a.prevStop, .pages .pages-l a.nextStop {
	background: #f2f2f2;
	color: #999;
}
.pages .pages-l a.prevStop:hover, .pages .pages-l a.nextStop:hover {
	border: 1px solid #d9d9d9;
	background: #f2f2f2;
	color: #999;
	cursor: default;
}
.pages .pages-l a.prev em, .pages .pages-l a.next em {
	font-style: normal;
	font-family: simsun;
	font-size: 0.75rem;
}
.pages .pages-l a.prev em {
	margin-right: 6px;
}
.pages .pages-l a.next em {
	margin-left: 6px;
}
.pages .pages-r {
	display: inline-block;
	line-height: 38px;
}
.pages .fy_inp {
	border: 1px solid #d9d9d9;
	background: #fff;
	border-radius: 3px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin: -2px 8px 0 8px;
	font-size: 0.93rem;
	color: #555;
}
.pages .fy_go {
	display: inline-block;
	background: #f9f9f9;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin: 0 8px;
	font-size: 1rem;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid #d9d9d9;
}
/*????*/
.detail-content-wrapper {
	background-color: #fff;
}
.wjxx {
	background: #f7f7f7;
	border: 1px solid #dddddd;
	padding: 10px 0;
	margin-bottom: 30px;
}
.wjxx em {
	font-style: normal;
}
.wjxx ul {
	overflow: hidden;
}
.wjxx li {
	width: 33.33%;
	float: left;
	font-size: 1rem;
	padding: 7px 0;
}
.wjxx li span {
	display: block;
	margin-left: 30px;
}
.detail-content-wrapper .title {
	font-size: 1.875rem;
	line-height: 1.5;
	color: #356abc;
	padding: 10px 0;
	text-align: center;
}
.detail-content-wrapper .desc {
	color: #c6c6c6;
	padding: 20px 0;
	border-bottom: 1px solid #c6c6c6;
	min-height: 60px;
}
.detail-content-wrapper .desc .iconfont {
	font-size:1.25rem;
	color: #667;
}
.detail-content-wrapper .content-wrapper {
	padding: 35px 0;
	line-height: 200%;
}
.detail-content-wrapper .content-wrapper img {
	max-width: 90%;
	margin: 10px auto;
	display: block;
}
.detail-file-list .file-list-title {
	border-bottom: 1px solid #c6c6c6;
	font-weight: bold;
	font-size: 1.125rem;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.detail-file-list .file-entry {
	line-height: 2;
	display: flex;
}
.detail-file-list .file-entry .date {
	flex: 0 0;
	padding-left: 5px;
	text-align: right;
	white-space: nowrap;
	color: #999;
}
.font12 {
	font-size: 0.75rem;
}
/*-------BMXZ----------*/
.bmxz-header-banner {
	position: relative;
}
.bmxz-header-banner h3 {
	position: absolute;
	left: 6%;
	top: 36%;
	font: bold 48px/56px "???????????";
	color: #fff;
}
.bmxz-nav-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.bmxz-nav-list .text-entry-wrapper {
	flex: 1;
	padding: 10px;
	margin: 10px;
	min-width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #f5faff;
	border: 1px solid #b7dbff;
	border-radius: 4px;
}
.bmxz-nav-list .text-entry-wrapper .entry {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	width: 100%;
 padding:1rem .5rem;
	color: #333;
	background-color: #f8fcff;
	transform: translateY(-2px);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
	text-align: center;
}
.news-bmxz-list li {
	padding: 1rem 0;
	border-bottom: 1px dashed #999;
}
.news-bmxz-list li h4 {
	font-size: 1rem;
}
.news-bmxz-list li p {
	color: #999;
}
.news-bmxz-list li:last-child {
	border-bottom: none;
}
.bmxz-r-title {
	position: relative;
	color: #0070bf
}
.bmxz-r-title a {
	color: #0070bf
}
.bmxz-r-title::before {
	position: absolute;
	content: "";
	background-color: #0187e6;
	width: 6px;
	height: 30px;
	left: 0rem;
	top: 1rem;
}
.contact-list li {
	line-height: 32px;
}
.bmld-list{justify-content: center;}
.bmld-list li{max-width:50%;}
.bmld-list li img {
	width: 144px;
	height: 180px; /*object-fit: cover;*/
}
.bm-class-list li {
	float: left;
	margin: 8px 0 5px 5%;
	padding: 8px 5px;
	border: 1px solid #eee;
	background: #fff;
	text-align: center;
	font-size: 0.875rem;
	width: 43%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-bmxz-list li p span {
	padding-right: 10px;
}


/*ld*/
.column-title {
  background-color: #f3f3f3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.column-title .title {
  text-align: center;
  min-width: 140px;
  position: relative;
  font-size:1.25rem;
  background-color: #356abc;
  color: #fff;
  line-height: 48px;
  padding: 0 18px;
  z-index: 2;
}
.column-title .title::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0;
  right: -20px;
  border-left: 10px solid #356abc;
  border-right: 10px solid transparent;
  border-top: 24px solid transparent;
  border-bottom: 24px solid #356abc;
}

.ld-list li{width:100%; margin-top:1rem; padding: 1rem 0.7rem; border-radius:2px;background: #ececec;transition: .3s all; line-height:35px;}
.ld-list li a{display: block;}
.ld-list li span{ float:right; font-size:0.875rem; color:#777;}
.ld-list li.ld-curr,.ld-list li:hover{background: #1681cc; color:#fff;}
.ld-list li.ld-curr a,.ld-list li:hover a,.ld-list li:hover span{color: #fff;font-weight: bold;}


.column-entry-wrapper .column-entry {
  padding: 20px 15px;
  border-radius: 4px;
  border: 3px solid #eee;
}
.column-entry-wrapper .column-entry .title {
  font-size: 1.25rem;
  color: #333333;
}
.column-entry-wrapper .column-entry .btn-column {
  margin-top: 40px;
  padding: 6px 18px;
  font-size: 1.125rem;
  background: #356abc;
  color: #fff;
  border-radius: 4px;
}
.column-title-wrapper {
  display: flex;
  background: #17579f;
  color: #fff;
  font-size: 1.625rem;
  padding: 18px 8px;
  justify-content: center;
}
.column-title-wrapper .iconfont {
  font-size: 1.75rem;
  margin-right: 8px;
}
.column-list-wrapper {
  background-color: #f9f9f9;
  padding: 0;
}
.column-list-wrapper .entry-wrapper {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 17px;
}
.column-list-wrapper .entry-wrapper a {
  color: #4d83d2;
}
.detail-title-wrapper {
  border-bottom: 1px solid #ccc;
}
.detail-title-wrapper .title {
  display: inline-block;
  padding: 14px 24px;
  font-size: 1.5rem;
  color: #000;
  border-bottom: 2px solid #000;
  margin-bottom: -1px;
}
.card-wrapper {
  background: #f9f9f9;
  display: flex;
}
.photo-wrapper img {
  width: 185px;
}
.info-wrapper .entry-wrapper {
  min-width: 49%;
  display: inline-block;
  line-height: 32px;
}
.text-red {
  color: #c30d23;
}
.btn-mail {
  border-color: #006eab;
  color: #006eab;
}
.btn-mail:hover {
  border-color: #006eab;
  background-color: #006eab;
  color: #fff;
}
.column-wrapper .title-wrapper {
  border-bottom: 1px solid #e9e9e9;
}
.content-wrapper {
  margin: 0;
  padding: 0;
}
.content-wrapper p {
  margin: 0;
  color: #666666;
  line-height: 32px;
}
.column-wrapper .title-wrapper .title {
  padding: 0 12px;
  font-size: 1.125rem;
  display: inline-block;
  color: #000;
  line-height: 50px;
  border-bottom: 2px solid #000;
  margin-bottom: -1px;
}
/*.entry-wrapper {
  line-height: 40px;
}*/
.entry-wrapper .title {
  margin-right: .5rem;
}
.entry-wrapper .date {
  color: #ababab;
  flex: 0 0 6rem;
  margin-left: auto;
}
.fj-wrap img{ display:inline}
 @media screen and (max-width: 1199.98px) {
.leader-list-wrapper {
	flex-direction: column;
}
.data-addition-section .icon-list-wrapper .entry-wrapper {
	width: 20%;
}
}
 @media screen and (max-width: 991.98px) {
.mid-header {
	padding: 45px 0;
}
.logo-wrapper img {
	height: unset;
	max-width: 95%;
}
.search-wrapper {
	margin-top: 20px;
	width: 80%;
}
.qdhz-wrapper li {
	width: 48%;
	margin-left: 2%;
}
.interpret-image-list .entry-wrapper img {
	height: auto;
}
.interpretation-title .nav-item {
	padding: 5px;
}
}

@media only screen and (max-width: 998px) {
 #slms {
    right: 310px;
    top: -80px;
}
}
 @media screen and (max-width: 767.98px) {
#slms {
    right: 10px;
    top: -42px;
}
.main-column-wrapper hr {
   display: none;
}
.sub-column-wrapper {        
    flex-wrap: nowrap; 
    overflow: auto;
}

.sub-column-wrapper .entry-wrapper {
    overflow: visible;
    font-size: 1rem;
    background-color: #007bdb;
    margin: 0 3px;
    color: #fff;
}
.sub-column-wrapper .entry-wrapper a {
    color: #fff;
}

.sub-column-wrapper .entry-wrapper::before {
    content: "";
}
.news-list-wrapper .entry-wrapper {
       flex-wrap: wrap;
}
.news-list-wrapper .entry-wrapper .title {
	flex: 1 1 100%;
	white-space: wrap;
}
.news-list-wrapper .entry-wrapper .date {
        margin-top: 8px;
	color: #aaa;
	flex: 1 1 100%;
        font-size: 0.9rem;
	text-align: left;
        align-self: flex-start;
}
.news-list-wrapper .entry-wrapper::before {
	content: "";
}
.news-list-wrapper .entry-wrapper .date::before {
    content: "";
}
#topNavbar {
	background-color: #006dba;
}
#topNavbar .navbar-nav {
	flex-direction: row;
}
#topNavbar .nav-item {
	width: 50%;
}
.news-tab .nav-link {
	padding: 6px 9px 4px;
	font-size: 1.06rem;
}
.qdhz-wrapper li {
	width: 48%;
	margin-left: 2%;
}
.zfbm-list-wrapper .text-entry-wrapper {
	flex: 1;
	padding: 5px;
	margin: 5px;
	min-width: 150px;
}
.szzb-list-wrapper .entry-wrapper {
	min-width: 45%;
}
.szzb-list-wrapper .iconfont {
	display: block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 1.5rem;
}
.mh-auto {
	height: auto !important;
}
.detail-content-wrapper .title {
	font-size: 1.25rem;
	line-height: 1.5;
}
.pages {
	text-align: center;
}
.pages .pages-l {
	float: inherit;
	text-align: center;
	margin: 0;
}
.pages .pages-l a, .pages .pages-r {
	display: none;
}
.pages .pages-l a.prev, .pages .pages-l a.next {
	display: inline-block;
}
.news-list-item {
	padding: 15px 0px;
}
.news-list-item p {
	font-size: 0.875rem;
	color: #999;
}
.news-list-entry {
	padding: 0rem 0;
}
.news-list-title {
	display: inline-block;
	max-width: calc(100% - 0rem) !important;
	white-space: normal;
	text-overflow: ellipsis;
	font-size: 1rem;
	overflow: hidden;
}
.news-list-title::before {
	content: "";
	color: #6f6f6f;
	padding-right: 0rem;
}
.news-list-date {
	display: none;
}
.news-bmxz-list li p span {
	display: block;
}
.leader-list {
	justify-content: center;
}

.zwgk-search .file-select {
  padding: 0 0.2rem;
}
.zwgk-search .file-search-btn {
  padding: 0 5px;
  flex: 0 0 70px;
}
}
 @media screen and (max-width: 575.98px) {
.overview-list .entry-wrapper {
	text-align: left;
	padding: 10px 0;
}
#topNavbar .nav-link {
	padding: 4px 0;
	font-size: 1.125rem;
}
.hy-img-thumbnail {
	height: auto;
}
.qdhz-wrapper li {
	width: 48%;
	margin-left: 2%;
}
.zt-list-group {
	margin-left: -2%;
}
.zt-list-group li {
	width: 98%;
}
.wjxx li {
	width: 100%;
	float: left;
	font-size: 0.875rem;
	padding: 4px 0;
}
.wjxx li span {
	margin-left: 15px;
}
}
.beauty-title4 { background: top center / cover url(../img/beauty-title4.png); height: 65px;}
.dmhr-wrapper{ min-height:460px; background:#b8d5ec url(../img/hrqj-bg.jpg) center bottom no-repeat;}
.rhqj-box{background-color: rgba(255, 255, 255, 0.65);}
.info-wrapper{ line-height:180%;}
.bmxz-header-banner img {
    min-height: 110px;
    object-fit: cover;
    object-position: right;    
}

.category-select-wrapper {
		  display: flex;
		}
		.category-select-wrapper .title {
		  flex-shrink: 0;
		  width: 90px;
		  padding-right: 10px;
		  font-size: 1.125rem;
		  color: #0070bf;
		  line-height: 38px;
		}
		.cate-list-wrapper {
		  display: flex;
		  flex-wrap: wrap;
		  font-size: 1rem;
		  color: #333333;
		}
		.cate-list-wrapper .item {
		  padding: 6px 16px;
		  border: 1px solid transparent;
		}
		.cate-list-wrapper .item.active {
		  position: relative;
		  border: 1px solid #0070bf;
		}
		.cate-list-wrapper .item.active::before {
		  position: absolute;
		  content: "\e677";
		  font-family: "iconfont";
		  color: #fff;
		  bottom: -2px;
		  right: 0;
		  font-size: 0.75rem;
		  z-index: 999;
		}
		.cate-list-wrapper .item.active::after {
		  content: "";
		  position: absolute;
		  border-right: 11px solid #0070bf;
		  border-bottom: 11px solid #0070bf;
		  border-top: 11px solid transparent;
		  border-left: 11px solid transparent;
		  bottom: 0;
		  right: 0;
		}

.content-wrapper img { max-width: 100%;}