* {
	list-style: none;
}
html {
	font: normal 16px/1.8 "Microsoft Yahei", "PingFang", "Droid Sans";
}
body {
	background: #fff;
	color: #333;
}
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: 0.8;
	text-decoration: none;
}
.bg-primary {
	background-color: #356abc !important;
}
.text-primary {
	color: #356abc !important;
}
.bg-light {
	background: #f7f7f7 !important;
}
.toppest-link {
	display: inline-block;
	font-size: 1rem;
	color: #fff;
	line-height: 45px;
}
.header {
	height: 400px;
	position: relative;
	background: bottom center / auto 100% url(../img/header_bg.jpg) no-repeat;
}
.top-header {
	padding-top: 100px;
	display: flex;
	align-items: center;
}
.logo-wrapper img {
	height: 105px;
}
.split {
	color: #066ab9;
	padding: 0 3px;
}
.search-wrapper {
	padding-top: 5px;
	flex: 1;
}
.search-input {
	outline: none;
}
.search-outline {
	margin-left: auto;
	width: 240px;
	border: 1px solid #046ec5;
	background-color: rgba(255, 255, 255, 0.65);
	border-radius: 6px;
	transition: all 0.5s ease;
}
.search-outline:focus-within {
 width: 320px;
 box-shadow: 0 0 6px #3d79ac;
}
.search-input {
	background: transparent;
	flex: 1;
	font-size: .875rem;
	border: none;
	padding-left: 1rem;
	color: #005c8e;
}
.btn-search {
	background: #0078db;
	color: #fff;
	padding: 0 10px;
	border-radius: 0 4px 4px 0;
}
.btn-search:hover {
	color: #0098e9;
}
.btn-search .iconfont {
	font-size: 25px;
}
#topNavWrapper {
	background: #0078db;
}
#topNavWrapper .navbar {
}
#topNavWrapper .navbar-nav {
	padding: 0px;
}
#topNavWrapper .navbar-brand {
	color: #fff;
}
#topNavWrapper .navbar-toggler .iconfont {
	color: #fff;
}
.navbar .nav-item {
	flex: 1;
	text-align: center;
}
.navbar .nav-item {
	border-right: 1px solid #046ec5;
	border-left: 1px solid #3197eb;
}
.navbar .nav-item:first-child {
	border-left: none;
}
.navbar .nav-item:last-child {
	border-right: none;
}
.icon-24px {
	font-size: 30px;
}
.navbar .nav-link {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.375rem;
	padding: 8px 0;
}
.navbar .nav-link .iconfont {
	font-size: 30px;
	margin-right: 5px;
}
.nav-link:hover, .nav-item.active {
	color: #fff;
	background: #0061b1;
}
.headline-wrapper {
	padding: 20px;
	padding-left: 50px;
	background: #fff;
	border-radius: 6px;
	display: flex;
	position: relative;
}
.headline-wrapper .headline {
	padding: 0 8px 0 55px;
	overflow: hidden;
	width: 100%;
}
.headline-wrapper .headline-tag {
	position: absolute;
	top: 20%;
	left: 15px;
}
.headline-wrapper .headline .title {
	font-size: 2.25rem;
	line-height: 40px;
	margin-bottom: 20px;
	color: #0161ac;
}
.headline-wrapper .headline .headline-list {
	display: flex;
	overflow: hidden;
	justify-content: center;
}
.headline-wrapper .headline .headline-list .entry-wrapper {
	overflow: hidden;
	padding: 0 12px;
}
.headline-wrapper .headline .headline-list .entry-wrapper + .entry-wrapper {
	border-left: 1px solid #eee;
}
.headline-wrapper .headline .title a {
	color: #0161ac;
	flex-shrink: 0;
}
.headline-title a {
	font-weight: bold;
	color: #0968ba;
	line-height: 40px;
	font-size: 2rem;
	text-align: center;
}
.headline-content {
	padding-left: 18px;
	overflow: hidden;
	flex: 1;
}
#mainCarousel {
	height: 400px;
}
.carousel, .carousel-inner, .carousel-item {
	height: 100%;
}
.carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.carousel-indicators {
	left: unset;
	justify-content: flex-end;
	padding: 1rem 1rem 1rem 0;
	margin: 0;
}
.carousel-indicators li {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	opacity: 0.9;
	border: 0;
	margin: 0 0.2rem;
}
#mainCarousel .carousel-indicators li.active {
	background-color: #ff0000;
}
#bannerCarousel .carousel-indicators li.active {
	background-color: #111;
}
#mainCarousel .carousel-caption {
	background-color: rgba(0, 0, 0, 0.55);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.75rem 8rem 0.75rem 1rem;
	text-align: left;
}
#mainCarousel .carousel-caption a {
	color: #fff;
}
.zhuanti-title {
	width: 55px;
	font-size: 1.375rem;
	line-height: 24px;
	padding: 24px 18px;
	background: #1c8fd4;
}
.zhuanti-title a {
	color: #fff;
}
.zhuanti-swiper-wrapper {
	background: #fff;
	border: 1px solid #eee;
	width: calc(100% - 55px);
	position: relative;
	padding: 15px 20px;
	overflow: hidden;
}
.zhuanti-swiper {
	overflow: hidden;
}
.zhuanti-swiper .swiper-slide img {
	width: 100%;
	height: 110px;
	object-fit: cover;
}
.zhuanti-swiper-wrapper .swiper-button-prev:after, .zhuanti-swiper-wrapper .swiper-button-next:after {
	padding: 12px 6px;
	font-size: 1.375rem;
	font-weight: bold;
	color: #fff;
	background: #355e92;
	opacity: 0.6;
}
.nav-tabs {
	padding-left: 1rem;
	overflow-y: hidden;
}
.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 1rem;
	flex-shrink: 0;
}
.nav-tabs .nav-link:hover {
	background: none;
}
.nav-tabs .nav-link a {
	white-space: nowrap;
}
.nav-tabs .active a {
	color: #0069bf;
}
.nav-tabs::after {
	content: "";
	position: absolute;
	top: 23px;
	left: 10px;
	width: 10px;
	height: 20px;
	background: #26a3fb;
}
.nav-tabs {
	flex-wrap: nowrap;
	position: relative;
}
.external-link-section {
	background: #d9d9d9;
	color: #333;
}
.external-link-list-wrapper {
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	font-size: 1rem;
}
.external-link-list-wrapper .btn-group {
	flex: 1 0;
}
.external-link-list-wrapper .dropdown-menu {
	overflow: auto;
	max-height: 300px;
	width: 93%;
	text-align: center;
}
.external-link-list-wrapper .dropdown-item {
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0.25rem 0.5rem;
}
.external-link-list-wrapper .btn-secondary {
	background-color: #fff;
	color: #333;
	border: 0;
	outline: 0;
	box-shadow: 0;
	margin: 12px 11px;
	font-size: 1rem;
}
.news-list-wrapper {
	padding: 0;
	margin: 0;
}
.news-list-wrapper .entry-wrapper {
	color: #333333;
	line-height: 44px;
	display: flex;
}
.news-list-wrapper .entry-wrapper::before {
	content: "\2022";
	color: #bababa;
	margin-right: 8px;
}
.news-list-wrapper .entry-wrapper .title {
	flex: 1;
}
.news-list-wrapper .entry-wrapper .date {
	flex: 0 0 4rem;
	color: #bbbbbb;
	text-align: right;
}
.news-list-wrapper .entry-wrapper .date2 {
	flex: 0 0 6rem;
	color: #bbbbbb;
	text-align: right;
}
.news-list-border .entry-wrapper:nth-child(5n + 6) {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #eee;
}
.external-link-list-wrapper .dropdown-toggle::after {
	position: absolute;
	right: 15px;
	top: 15px;
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .4em solid;
	border-right: .4em solid transparent;
	border-bottom: 0;
	border-left: .4em solid transparent;
	color: #0071bf;
}
.foot-bg {
	background: #0071bf;
}
.footer-info {
	color: #fff;
}
.footer-info span {
	line-height: 2;
	margin-left: 0.5rem;
	display: inline-block;
}
.footer-info a {
	color: #fff;
}
.footer-info a:hover {
	color: #fff;
}
/*ÁÐ±í*/
.breadcrumb {
	background-color: transparent;
	padding: 0px;
	border-radius: 0;
	align-items: center;
	border-bottom: 1px solid #eee;
}
.breadcrumb .iconfont {
	color: #666;
	font-size: 24px;
}
.image-news-list .image {
	height: 230px;
	object-fit: cover;
	width: 100%;
}
.column-title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.column-title .title {
	position: relative;
	font-size: 1.25rem;
	color: #0061b1;
	line-height: 48px;
	padding: 0px;
	z-index: 2;
	font-weight: bold;
}
.menu-dropdown {
	margin-left: auto;
	background-color: #f8f9fa;
}
.menu-dropdown .iconfont {
	font-size: 20px;
}
.menu-dropdown .dropdown-toggle {
	font-size: 1rem;
	padding: 2px 10px;
	border: 1px solid #aaa;
	border-radius: 4px;
	background-color: transparent;
}
.menu-dropdown .dropdown-menu {
	max-width: 300px;
	max-height: 400px;
	overflow: auto;
}
.menu-dropdown .dropdown-item {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.image-list-entry img {
	width: 100%;
	height: 210px;
	object-fit: cover;
}
.image-list-entry .title {
	padding: 4px 16px;
	text-align: center;
}
.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: .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: .9375rem;
	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;
}
@media only screen and (max-width: 1100px) {
.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;
}
}
/*ÄÚÈÝ*/
.detail-content-wrapper {
	background-color: #fff;
}
.detail-content-wrapper .title {
	font-size: 1.875rem;
	line-height: 1.2;
	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: 20px;
	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;
}
.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: 34px;
	margin-right: 10px;
}
.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;
}
.img-wrapper{ width:100%; display:inline-block; position:relative;-webkit-transition: all 0.3s ease-out;transition: all .3s ease-out; }
.img-wrapper:hover{ -webkit-transform: translateY(-10px); transform: translateY(-10px); -webkit-box-shadow: 0 6px 6px #a1a1a3;  box-shadow: 0 6px 6px #a1a1a3; }
.img-wrapper img{ height:288px;object-fit:cover;}
.img-wrapper p{padding:10px; text-align:center;display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}


 @media only screen and (max-width: 1199px) {
.nav-tabs {
	overflow-y: hidden;
}
}
@media only screen and (max-width: 992px) {
.top-header {
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 30px;
}
.search-wrapper {
	padding-top: 20px;
}
.search-outline {
	margin: auto;
	width: 90%;
}
 .search-outline:focus-within {
 width: 75%;
}
.hot-words {
	justify-content: center;
	flex-wrap: wrap;
}
#topNavWrapper .navbar-nav {
	padding: 0;
}
.img-wrapper img{ height:228px;object-fit:cover;}
}
@media only screen and (max-width: 767px) {
#topNavWrapper {
	background: #0078db;
}
.navbar .nav-item {
	border: none;
}
.navbar .nav-link {
	font-size: 1.125rem;
	padding: 5px 0;
}
.headline-wrapper .headline-title {
	padding: 0px 5px 10px 25px;
	font-size: 1.5rem;
	color: #487bc5;
}
.headline-tag img {
	width: 70%;
}
.header {
	height: 300px;
	background-position: bottom right -380px;
}
.logo-wrapper img {
	width: 100%;
	height: auto;
}
.img-wrapper img{ height:208px;object-fit:cover;}

}
@media only screen and (max-width: 575px) {
.headline-wrapper {
	padding: 12px;
}
.headline-wrapper .headline {
	padding: 0 5px;
}
.headline-wrapper .headline .title {
	font-size: 1.5rem;
	margin-bottom: 5px;
}
.zhuanti-title {
	padding: 15px 10px;
	width: 40px;
}
.headline-title {
	padding: 10px;
	font-size: 1.5rem;
	font-family: FZHTJW;
	color: #487bc5;
}
.zhuanti-swiper-wrapper {
	width: calc(100% - 40px);
}
.zhuanti-swiper .swiper-slide img {
	height: 100px;
	border-radius: 10px;
}
#mainCarousel {
	height: 240px;
}
.header {
	height: 180px;
	background-position: bottom right -200px;
}
.wjxx li {
	width: 100%;
	float: left;
	font-size: .875rem;
	padding: 4px 0;
}
.detail-content-wrapper .desc {
	padding: 10px 0;
	min-height: 90px;
}
.img-wrapper img{ height:auto;object-fit:cover;}

}
