﻿* {
	list-style: none;
}
html {
	
	font: normal 18px/1.8 "Microsoft Yahei", "PingFang", "Droid Sans";
}
body {background: #cef1f7;
	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: 14px;
	color: #006dac;
	line-height: 45px;
}
.header {
	position: relative;
	background: top center url(../img/header_bg.jpg) no-repeat;
}
.top-header {
	padding-top: 93px;
	display: flex;
	align-items: center;
}
.logo-wrapper img {
	height: 85px;
}
.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 #487bc5;
	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: 14px;
	border: none;
	padding-left: 1rem;
	color: #005c8e;
}
.btn-search {
	background: #487bc5;
	color: #fff;
	padding: 0 10px;
	border-radius: 0 4px 4px 0;
}
.btn-search:hover {
	color: #0098e9;
}
.btn-search .iconfont {
	font-size: 25px;
}

#topNavWrapper{
	background: #487bc5;
}

#topNavWrapper .navbar {
	margin-top: 88px;
}
#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 #2a61b1;
	border-left: 1px solid #487bc5;
}
.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: 22px;
	padding: 8px 0;
}
.navbar .nav-link .iconfont {
	font-size: 30px;
	margin-right: 5px;
}
.nav-link:hover, .nav-item.active {
	color: #fff;
	background: #345b96;
}
.headline-wrapper { padding:10px;
	position: relative;
}
.headline-title{ padding:10px;
	font-size: 36px;
	font-family: FZHTJW;
	color: #487bc5;
}
.headline-title a{
	color: #487bc5;
}
.headline-list-wrapper {
	display: flex;
	justify-content: center;
}
.headline-list-wrapper .entry {
	max-width: 67%;
	min-width: 5%;
}
#mainCarousel {
	height: 380px;
}
.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: 22px;
	line-height: 24px;
	padding: 24px 20px;
	background: #356abc;
}
.zhuanti-title a {
	color: #fff;
}
.zhuanti-swiper-wrapper {
	background: #f3f3f3;
	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: 22px;
font-weight: bold;
color: #fff;
background: #355e92;
opacity: 0.6;
}
.news-tab {
	background:#e6f1fb;
	align-items: baseline;
}
.news-tab .nav-link {
	padding: 6px 8px 10px;
	font-size: 22px;
	color: #333333;
	line-height: 32px;
}
.news-tab .nav-link.active {
	color: #fff;
	background:#356abc;
	position: relative; font-weight:bold;
}
.news-tab .nav-link.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -10px;
  margin-bottom: -5px;
  width: 0;
  height: 0;
  border-top: solid 12px #356abc;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}

.news-tab .nav-link:hover {
	color: #fff;
	background:#356abc; 
}


.news-tab .more-tag .iconfont {
	font-size: 25px;
	color: #999;margin-right:5px;
}
.menu-title{ width:100%;}
.title-icon{ display:block; width:9px; height:30px; border-radius:6px; float:left; margin-right:6px;}
.menu-title span{ float:right;}
.menu-title h3{ font-size:30px;font-family: "FZDaHei-B02S";}
.xxgk-list li{ border:1px solid #cbe2ff;height:55px; line-height:55px; margin-bottom:11px;}
.xxgk-list li i{ display:block; background:#e6f1fb; color:#356abc; font-size:40px; width:70px; height:55px; margin-right:10px; text-align:center; float:left;}


.hdjl-body{ width:100%; height:230px; overflow: auto; background: top center url(../img/hdjl_bg.jpg) no-repeat;}

.hdjl-list li{ width:33.3%; float:left; text-align:center;}
.hdjl-list li i{ display:block; background:#fff; width:80px; height:80px; margin:10px auto;  color:#356abc; font-size:50px;text-align:center; line-height:85px; border-radius:50%}

.hdjl-list li a{ color:#fff;}

.row-eq-height .col-lg-4 .card-body{
  display: inline-flex; width:100%;
}

.card-body{background:#3e9bf5;}
.card-body a{ color:#fff;}

.external-link-section {
  background: #d9d9d9;
  color: #333;
}
.external-link-list-wrapper {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}
.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: 16px;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #3d94f5;
  border: 0;
}


/*列表*/
.breadcrumb {
  background-color: transparent;
  padding: 15px;
  border-radius: 0;
  align-items: center;
  margin-bottom: 0;
}
.breadcrumb .iconfont {
  color: #666;
  font-size: 24px;
}
.main-column-wrapper {
  background-color: #fff;
}
.image-news-list .image {
  height: 230px;
  object-fit: cover;
  width: 100%;
}

.left-column-title {
  padding: 12px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background-color: #487bc5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-column-title .iconfont {
  font-size: 32px;
  margin-right: 10px;
}
.left-column-wrapper {
  background-color: #f9f9f9;
}
.left-column-list .entry-wrapper .link {
  display: flex;
  font-size: 18px;
  padding: 15px 15px;
}
.left-column-list .entry-wrapper .link::after {
  content: "\276F";
  margin-left: auto;
  color: #cdcdcd;
}
.left-column-list .entry-wrapper.active .link,
.left-column-list .entry-wrapper .link:hover {
  color: #fff;
  background-color: #90b2e4;
}
.left-column-list .entry-wrapper.active .link::after,
.left-column-list .entry-wrapper .link:hover::after {
  color: #fff;
}
.left-column-list .entry-wrapper + .entry-wrapper {
  border-top: 1px solid #eee;
}


.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: 20px;
  background-color: #3e9bf5;
  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 #1266b7;
  border-right: 10px solid transparent;
  border-top: 24px solid transparent;
  border-bottom: 24px solid #1266b7;
}
.menu-dropdown {
  margin-left: auto;
  background-color: #f8f9fa;
}
.menu-dropdown .iconfont {
  font-size: 20px;
}
.menu-dropdown .dropdown-toggle {
  font-size: 16px;
  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;
}

.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;
}
.contents-list .entry-wrapper {
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  padding: 20px;
  margin-top: 30px;
}
.contents-list .entry-wrapper .title-wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.contents-list .entry-wrapper .title-wrapper .date {
  color: #999999;
  width: 7rem;
  flex-shrink: 0; text-align:right;
}
.contents-list .entry-wrapper .title-wrapper .title {
  color: #333;
  font-size: 18px;
}
.contents-list .entry-wrapper .desc {
  color: #999; font-size:16px;
}
.contents-list .entry-wrapper .btn-more {
  display: inline-block;
  padding: 8px 18px;
  background: #eeeeee;
  color: #666;
  border-radius: 2px;
  margin: 10px 0;
}
.contents-list .entry-wrapper:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}
.contents-list .entry-wrapper:hover .btn-more {
  background-color: #0071ae;
  color: #fff;
}
.image-list-entry img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.image-list-entry .title {
  padding: 4px 16px;
  text-align: center;
}
.sub-column-wrapper {
  margin-top: 10px;
  background-color: #f6f6f6;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
}
.sub-column-wrapper .entry-wrapper {
  color: #355e92;
  font-size: 18px;
  padding: 4px 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s transform ease;
}
.sub-column-wrapper .entry-wrapper.curr {
  background-color: #355e92;
  border-radius: 4px;
}
.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: #355e92;
}
.sub-column-wrapper .entry-wrapper.curr::before {
  color: #fff;
}


.column-wrapper .news-list-wrapper {
	padding: 0;
	margin: 0;
}
.column-wrapper .news-list-wrapper .entry-wrapper {
	font-size: 18px;
	color: #333333;
	line-height:40px;
	display: flex;
}
.column-wrapper .news-list-wrapper .entry-wrapper::before {
	content: "\2022";
	color: #bababa;
	margin-right: 8px;
}
.column-wrapper .news-list-wrapper .entry-wrapper .title {
	flex: 1;
}
.column-wrapper .news-list-wrapper .entry-wrapper .date {
	flex: 0 0 4rem;
	color: #bbbbbb;
	text-align: right;
}

.content-wrapper {
	color: #555;
	line-height: 180%;
}
.content-wrapper img {
	max-width: 75%;
	margin: 0 auto;
	display: block;
}

/*内容*/
.detail-content-wrapper {
  background-color: #fff;
}
.detail-content-wrapper .title {
  font-size: 30px;
  color: #356abc;
  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: 20px;
  color: #667;
}
.detail-content-wrapper .content-wrapper {
  color: #333;
  padding: 35px 0; font-size:16px; line-height:200%;
}
.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: 18px;
  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;
}
/*专题*/
.toppics-title {
  font-size: 22px;
  color: #356abc;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.toppics-title::before {
  margin-right: 8px;
  display: inline-block;
  content: "";
  height: 24px;
  width: 10px;
  border-radius: 8px;
  background-color: #356abc;
  flex-shrink: 0;
}
.toppics-title .divider {
  flex: 1;
  margin: 10px 0 10px 10px;
  height: 8px;
  background: url(../img/divider.png);
}
.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: 20px;
  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 #004a03;
}
.column-entry-wrapper .column-entry {
  padding: 20px 15px;
  border-radius: 4px;
  border: 3px solid #eee;
}
.column-entry-wrapper .column-entry .title {
  font-size: 20px;
  color: #333333;
}
.column-entry-wrapper .column-entry .btn-column {
  margin-top: 40px;
  padding: 6px 18px;
  font-size: 18px;
  background: #356abc;
  color: #fff;
  border-radius: 4px;
}


@media only screen and (max-width: 767px) {
.content-wrapper img {
	max-width: 100%;
}
.info-wrapper {
	flex-wrap: wrap;
	justify-content: space-around;
}



}
@media print {
body * {
	visibility: hidden;
}
.main-section .container, .main-section .container * {
	visibility: visible;
}
.main-section .container {
	position: absolute;
	left: 0;
	top: 0;
}
}
.xgld-title {
	padding: 1rem 0;
margin-bottom:.5rem;
	border-bottom: 1px solid #eee;
	clear: both;
	font-weight: bold;
}
ul.news-list li {
	position: relative;
padding: .48rem 0 .48rem 0;
}
ul.news-list li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}
ul.news-list li:hover {/* background-position: 10px center; padding-left:25px; */
}
ul.news-list li:hover a {
	color: #006dba;
}
ul.news-list li:hover span {
	color: #006dba;
}
ul.news-list li span {
	display: block;
	float: right;
	text-align: right;
	color: #878787;
}
ul.news-list .line {
	height: 0;
	line-height: normal;
	margin: 10px auto;
	padding: 0px;
	border-bottom: 1px dashed #e4e4e4;
	background: none;
}
.clear {
	clear: both;
}
.pages .pages-l {
	padding: 8px 0 !important;
}
.pages .pages-l a {
	margin: 0 2px !important;
}
.entry-btn-wrapper:last-child {
	margin-bottom: 0;
}
.entry-btn-wrapper span {
	display: block;
}
.footer-section {
	background: #f2f2f2; border-top:5px solid #5282c8;
	padding-top: 22px;
	padding-bottom: 30px; font-size:16px;
}
.footer-section img {
	max-width: 100%;
}
.external-link-wrapper {
	color: #333;
	font-size: 16px;
	padding-bottom: 20px;
}
.footer-info-wrapper {
	padding-top: 30px;
}
.footer-info-wrapper span {
	line-height: 2;
	margin-left: 0.5rem;
	display: inline-block;
	color: #333;
}
.footer-info-wrapper a {
	color: #333;
}
.footer-info-wrapper a:hover {
	color: #aaa;
}


@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;
}
}
 @media only screen and (max-width: 1199px) {
.service-left {
	width: 45%;
}
.service-mid {
	width: 100%;
	padding: 10px 15px;
}
.service-right {
	width: 55%;
	padding: 10px 15px;
}
}
@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 {
	margin-top: 30px;
}
#topNavWrapper .navbar-nav {
	padding: 0;
}
}
@media only screen and (max-width: 767px) {
#topNavWrapper {
	background: #0071ae;
}
.navbar .nav-item {
	border: none;
}
.navbar .nav-link {
	font-size: 18px;
	padding: 5px 0;
}
.headline-wrapper .headline-title {
	padding: 0px 5px 10px 25px;
	font-size:24px; color:#487bc5; 
}
.headline-tag img {
	width: 70%;
}
.logo-wrapper img {
	width: 100%;
	height: auto;
}
.footer-section {
	padding-top: 24px;
	padding-bottom: 40px;
}
.external-link {
	font-size: 1rem;
}
.footer-info-wrapper {
	padding-top: 16px;
}
.btn-file-search .iconfont {
	margin-right: 0;
}
.file-search-input {
	width: 80%;
}
.online-service-list .entry {
	width: calc(50% - 10px);
}

}
@media only screen and (max-width: 575px) {
 .headline-wrapper {
    padding: 12px;
  }
  .headline-wrapper .headline {
    padding: 0 5px;
  }
  .headline-wrapper .headline .title {
    font-size: 24px;
    margin-bottom: 5px;
  }	
.zhuanti-title {
	padding: 15px 10px;
	width: 40px;
}
.headline-title{ padding:10px;
	font-size: 24px;
	font-family: FZHTJW;
	color: #487bc5;
}

.zhuanti-swiper-wrapper {
	width: calc(100% - 40px);
}
.zhuanti-swiper .swiper-slide img {
	height: 100px; border-radius:10px;
}
.service-left {
	width: 100%;
}
.service-right {
	width: 100%;
}
.online-service-list .entry {
	width: 100%;
	margin: 6px 0;
}
#mainCarousel {
	height: 240px;
}

.contents-list .entry-wrapper .title-wrapper .date { display:none;}
.contents-list .entry-wrapper .text-truncate{ overflow:visible; white-space:normal;}
.contents-list .entry-wrapper {
  padding: 10px;
  margin-top: 20px;
}
.contents-list .entry-wrapper .title-wrapper .title{ font-size:16px;}
.detail-file-list .file-entry .date { display:none;}
.detail-content-wrapper .title {
  font-size:22px;
}
}
@media only screen and (max-width: 350px) {
}
