/* CSS Document */
* {
	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;
}
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1430px;
}
}
.text-primary {
	color: #0b619e !important;
}
.header {
	position: relative;
	background: #fff;
}
.toppest-header {
	padding: 10px 0;
	color: #17579f;
	position: relative;
	border-bottom: 1px solid #eee;
	font-size: 1rem;
	color: #999;
}
.toppest-header a {
	color: #666;
	line-height: 24px;
}
.toppest-header a:hover {
	color: #000;
}
.mid-header {
	padding: 30px 0;
}
.logo-wrapper {
	padding: 0;
}
.logo-wrapper img {
	height: 67px;
}
.search-wrapper {
	width: 450px;
	line-height: 50px;
	height: 50px;
	display: flex;
	transition: 0.5s all ease;
	background: #dbe5ec;
}
.search-wrapper *:nth-child(2){
  flex: 1;
  display: flex;
}
.search-wrapper:focus-within {
 width: 460px;
}
.search-wrapper .iconfont {
	border: 0;
	line-height: 50px;
	font-size: 1.5rem;
	color: #fff;
}
.search-wrapper .iconfont::after {
	content: "";
}
.search-wrapper .icon-sousuo {
	width: 30px;
	color: #97ccf3;
	background: #fff;
	margin: 5px 0 5px 5px;
	line-height: 2.8rem;
	text-align: center;
}
.search-input {
	margin: 5px 5px 5px 0;
	flex: 1;
	border: 0;
	background-color: #fff;
	outline: 0;
}
.search-btn {
	border: 0;
	min-width: 55px;
	color: #fff;
	font-size: 1.125rem;
	background: #1c80c7;
	border-radius: 0px 8px 8px 0px;
}
.search-btn:hover {
	color: #fff;
	background: #043e70;
}
#topNavbar {
	padding: 0;
	background: #1c80c7;
}
#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: #0b619e;
}
#topNavbar .active .nav-link:hover {
	background-color: transparent;
}
#topNavbar .nav-link {
	padding: 18px 0;
	display: flex;
	color: #fff;
	white-space: nowrap;
	font-size: 1.375rem;
	text-align: center;
	align-items: center;
	justify-content: center;
}
#topNavbar .nav-link .iconfont {
	display: block;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	margin-right: 5px;
}
#navbarContent {
	overflow: auto;
}
.navbar-toggler {
	border: 0;
}
.navbar-toggler .iconfont {
	color: #fff;
	font-size: 1.5rem;
}
/*---------qzf---------------*/
.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: 10px;
	line-height: 32px;
	text-align: center;
	border-bottom: 4px solid transparent;
margin-right:.5rem;
}
.news-tab .nav-link.active {
	color: #006eab;
	border-bottom: 4px solid #0070BF;
}
.news-tab .nav-link.active a {
	color: #006eab;
}
.news-tab .more-tag .iconfont {
	border-radius: 50%;
	width: 1.3rem;
	height: 1.3rem;
	transition: all .5s;
	color: #999;
	line-height: 1.3rem;
}
.news-tab .more-tag .iconfont:hover {
	color: #006dba;
	transform: rotateZ(360deg);
}
.news-list-wrapper .entry-wrapper {
	padding: 7px 0;
	display: flex;
	color: #666;
}
.news-list-wrapper .entry-wrapper .title {
	flex: 1;
	font-size: 1.125rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news-list-wrapper .entry-wrapper .title a {
	color: #333;
}
.news-list-wrapper .entry-wrapper .date {
	color: #999;
	flex: 0 0 auto;
	text-align: right;
	align-self: flex-end;
}
.news-list-wrapper .entry-wrapper::before {
	content: "\2022";
	color: #666;
	margin-right: 6px;
}
.leader-list {
	position: relative;
	padding: 25px 0 15px 110px;
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
}
.leader-list:last-child {
	border-bottom: 0;
}
.leader-list h3 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100px;
	margin-top: -15px;
	color: #333;
	font-size: 1.375rem;
	font-weight: normal;
}
.leader-list ul {
	overflow: hidden;
}
.leader-list ul li {
	float: left;
	margin: 0 28px 10px 0;
}
.leader-list ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 1.125rem;
}
.leader-list ul li .pic {
	cursor: pointer;
	width: 145px;
	height: 196px;
}
.leader-list ul li .pic img {
	width: 145px;
	height: 196px;
}
.leader-list ul li p {
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.leader-list.first ul li .pic, .leader-list.first ul li .pic img {
	width: 168px;
	height: 228px;object-position: center top;object-fit: cover;
}
.leader-list.first ul li .desc {
	text-align: left;
	color: #999;
}
.right-leader-panel .desc { line-height:200%;}
.qzfhy-wrapper {
	position: relative;
}
.qzfhy-wrapper:before {
	left: 5.5rem;
	top: 0rem;
	position: absolute;
	content: "";
	height: 100%;
	border-left: 2px solid #0080c7;
}
.qzfhy-entry {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	padding-top: 1rem;
	position: relative;
}
.qzfhy-entry:last-child {
	border-bottom: 0;
}
.qzfhy-entry::before {
	position: absolute;
	content: "";
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	left: 4rem;
	top: 1.5rem;
	background: #FFF url(../img/fy-icon.png) center center no-repeat;
	border: 1px solid #c6dfff;
}
.qzfhy-info-wrapper {
	max-width: calc(100% - 7.5rem);
	overflow: hidden;width: 100%;
}
.qzfhy-title {
	color: #333;
	padding: 0.5rem 0.2rem;
	line-height: 1.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.125rem;
}
.qzfhy-status {
	color: #999;
}
.qzfhy-date {
	flex-shrink: 0;
	color: #999;
	text-align: center;
}
.qzfhy-date span {
	display: block;
	font-size: 2rem;
	color: #006eab;
	line-height: 1
}
.orgs-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7.5px;
}
.orgs-list .entry {
	padding: 7.5px;
	flex: 0 0 20%;
	overflow: hidden;
}
.orgs-list .entry .entry-link {
	display: block;
	padding: 10px;
	background-color: #f4f4f4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footer-section {
	background: #1c80c7;
	color: #fff;
}
.footer-section a {
	color: #fff;
}
.footer-section span {
	display: inline-block;
	padding: 0 5px;
}
/*---------zwgk---------------*/

.zwgk-search-wrapper {
	border: 1px solid #dee5ee;
	border-radius: 4px;
	background: #f2f6fb;
}
.gongkai-list, .zdlygk-list {
	display: flex;
	flex-wrap: wrap;
	margin: -6px -10px;
}
.gongkai-list .entry-wrapper {
	margin: 6px 10px;
	flex: 1;
	min-width: 150px;
	border-radius: 4px;
	padding: 8px 0;
	background: #fff;
}
.gongkai-list .entry-wrapper > a {
	display: block;
	text-align: center;
}
.gongkai-list .entry-wrapper .iconfont {
	font-size: 2.5rem;
	color: #006eab;
}
.gongkai-list .entry-wrapper .title {
	display: block;
	color: #333;
}
.zdlygk-list .entry-wrapper {
	margin: 6px 10px;
	flex: 1;
	min-width: 150px;
	border-radius: 4px;
	padding: 8px 0;
	background: #fff;
}
.zdlygk-list .entry-wrapper > a {
	display: block;
	text-align: center;
}
.zdlygk-list .entry-wrapper img {
 margin:.8rem 0;
}
.zdlygk-list .entry-wrapper .title {
	display: block;
	color: #333;
}
/*----------sjfb-------*/
.tab-sz-hd {
	width: 100%;
	background: #f3f3f3;
	margin: 0 auto;
	display: flex;
	scrollbar-width: none;
	line-height: 3rem;
}
.tab-sz-hd li {
	float: left;
	text-align: center;
	flex-wrap: nowrap;
	position: relative;
	font-size: 1.375rem;
}
.tab-sz-hd li i {
	font-size: 2rem;
margin-right:.5rem;
}
.tab-sz-hd .nav-link {
padding:.8rem 2rem;
}
.tab-sz-hd .nav-link.active {
	border: 1px solid #1c80c7;
	background-color: #1c80c7;
	color: #fff;
	position: relative;
}
.tab-sz-hd .nav-link.active::after {
	content: "";
	position: absolute;
	bottom: -9px;
	left: calc(50% - 10px);
	border-top: 9px solid #1c80c7;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.sj-zbjs-bg {
	background: #f2f6fb;
}
.zbjs-title {
	width: 100%;
	height: 45px;
	line-height: 45px;
	margin-top: 1rem;
	background: url(../img/zbjs-title.png) center center no-repeat;
	font-size: 1.5rem;
	color: #006eab;
	text-align: center;
}
.sjfb-title > ul > li {
	background: #dfeaf7;
	margin-right: 2px;
}
.sjfb-title > ul {
	float: left;
	width: auto;
	padding-right: 15px;
}
.zbjs-list-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.zbjs-list-wrapper .entry-wrapper {
	text-align: center;
 padding:1rem .5rem;
	min-width: 16.666%;
}
.zbjs-list-wrapper .iconfont {
	display: block;
	width: 48px;
	height: 48px;
	line-height: 48px;
margin:.5rem auto;
	font-size: 3rem;
	color: #006eab;
}
.zbjs-list-wrapper .entry-wrapper:hover {
	background: #8ec3ee;
	border-radius: 6px;
	color: #fff;
}
.zbjs-list-wrapper .entry-wrapper:hover a, .zbjs-list-wrapper .entry-wrapper:hover .iconfont {
	color: #fff;
}
/*------------wjk------------*/
.breadcrumb {
	background-color: #fff;
	padding: 15px 0px;
	margin: 5px 0;
	border-radius: 0;
	color: #999;
}
.breadcrumb .iconfont {
	color: #999;
	font-size: 24px;
	line-height: 30px;
}
.breadcrumb a {
	color: #999;
}
.wjk-search-btn {
	background: none;
	border: none;
	color: #1c80c7;
}
.wjk-search-btn i {
	font-size: 1.375rem;
}
.search-wjk .input-group-text {
padding:.1rem;
	color: #1c80c7;
	margin-left: -2rem;
	z-index: 999;
	background: none;
	border: none;
}
.search-wjk .form-control {
	border: 1px solid #1c80c7;
	border-radius: 6px;
	line-height: 2;
}
.search-wjk .input-group:not(.has-validation) > .form-control:not(:last-child) {
	border-radius: 6px;
}
.main-content-controls {
	display: flex;
	flex-wrap: wrap;
}
.main-content-controls > * {
	flex-grow: 1;
}
.control-wrapper a {
	display: flex;
padding:.6rem 1.2rem;
	margin: 1rem;
	justify-content: center;
	align-items: baseline;
	background: #fff;
	border: 1px solid #1c80c7;
	border-radius: 6px;
}
.control-wrapper {
	display: block;
	position: relative;
	transition: all 0.3s;
}
.control-text {
	font-size: 1.375rem;
}
.control-wrapper .iconfont {
	color: #1c80c7;
	font-size: 1.5rem;
margin-right:.5rem;
}
.control-wrapper a:hover, .control-wrapper a.active {
	background-color: #006dba;
	color: #fff;
}
.control-wrapper a:hover .iconfont, .control-wrapper a.active .iconfont {
	color: #fff;
}
.secitem {
	width: 100%;
	padding: 0 1rem;
	float: left;
	clear: both;
	min-height: 50px;
margin-top:.8rem;
	position: relative;
	line-height: 34px;
	border-bottom: 1px solid #eee;
}
.secitem dt {
	float: left;
	padding: 0 5px;
	overflow: hidden;
	color: #1c80c7;
}
.secitem dd {
	float: left;
}
.secitem dd a {
	margin: 0 5px;
}
.secitem dd .btn-primary {
	background: #1c80c7;
}
.table-responsive .file-table {
	text-align: center;
	min-width: 900px;
}
.table-responsive .file-table th {
	color: #000;
	line-height: 24px;
	padding: 15px 15px;
	white-space: nowrap;
	text-align: center;
}
.table-responsive .file-table td {
	font-size: 1rem;
	color: #040000;
	line-height: 24px;
	padding: 15px 10px;
	vertical-align: middle;
}
.table-responsive .file-table td:nth-child(2) {
	text-align: left;
}
.table-responsive .file-table td:nth-child(3) {
	text-align: center;
}
.table-responsive .file-table td {
	border-top: 1px dashed #cccccc;
}


/*---------zfgb----------*/

.gb-title, .gb-title a {
	color: #0b619e;
	font-size: 1.375rem;
}
.zfgb-list-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.zfgb-list-wrapper li {
 padding:.5rem 0;
	background: #fff;
	border: 1px solid #eee;
	min-width: 45%;
	flex: 0;
	text-align: center;
margin:.5rem;
}
.btn-zfgb {
  /*  padding:.5rem 2rem; */
	background: #56a5dd;
	color: #fff;
	text-align: center;
}
.btn-zfgb i {
/* 	display: block;
margin:.5rem auto;
	font-size: 2rem;
	line-height: 1; */
	padding: 0 .2rem;
}
/*________zcjd_________*/
.section-title {
	position: relative;
	overflow: hidden;
}
.section-title .more {
	position: absolute;
	right: 0;
	bottom: 0px;
	padding: 4px 12px;
	border-radius: 4px 4px 0 0;
	color: #fff;
	font-size: 14px;
	background: #1c80c7;
}
.policy-list-wrapper li {
	padding: 1rem;
	background: #f5f5f5;
	border: 1px solid #eee;
	min-width: 45%;
	flex: 0;
	margin-bottom: 1rem;
}
.policy-list-wrapper li a.but {
	float: right;
	background: #e06206;
	border-radius: 4px;
padding:.2rem .5rem;
	color: #fff;
}
.policy-img-section {
	width: 100%;
	background: #e6f2ff url(../img/policy-img-bg.jpg) center top no-repeat;
	position: relative;overflow: hidden;
}
#mainSwiperWrapper .swiper-container {
	max-width: 1400px;
	height: 470px;
	padding: 50px 0 40px;
}
#mainSwiperWrapper .swiper-slide {
	background: #fff;
	height: 100%;
}
#mainSwiperWrapper .swiper-link {
	height: 100%;
}
#mainSwiperWrapper .swiper-link h5 {
	background: #fff;
	padding: 10px;
	text-align: center;
}
#mainSwiperWrapper .swiper-link img {
	transition: box-shadow 0.5s ease;
}
#mainSwiperWrapper .swiper-link:hover {
	opacity: 1;
}
#mainSwiperWrapper .swiper-link:hover img {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.55);
}
#mainSwiperWrapper .swiper-slide .swiper-link img {
	width: 100%;
	max-height: 370px;object-position: center top;
}
#mainSwiperWrapper .swiper-button-prev::after, #mainSwiperWrapper .swiper-button-next::after {
	font-size: 0.875rem;
	color: #fff;
}
#mainSwiperWrapper .swiper-button-prev, #mainSwiperWrapper .swiper-button-next {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #005196;
	border-radius: 50%;
}
#mainSwiperWrapper .swiper-button-prev {
	left: 0px;
}
#mainSwiperWrapper .swiper-button-next {
	right: 0px;
}
.meeting-wrapper {
	width: 100%;
	background: #72a3f0 url(../img/meeting-bg.jpg) center top no-repeat;
	text-align: center;
}
.meeting-wrapper .more {
	background: #4f94da;
	border-radius: 4px;
	padding: 5px;
	color: #fff;
}
.policy-blue-section .image-text-entry img {
	width: 100%;
	height: 165px;
	object-fit: cover;
}
/*----------hygq----------*/
.hygq-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7.5px;
}
.hygq-list .entry {
	padding:.5rem;
	flex: 0 0 20%;
	overflow: hidden;
}
.hygq-list .entry .entry-link {
	display: block;
	padding: 15px 10px;
	background-color: #f4f4f4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align:center;
}

.news-list-wrapper.column-news-list .entry-wrapper:nth-child(5n+6) {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
/*--------xmt-------*/
.media-body{background: top center url(../img/media-header-bg.jpg) no-repeat;}

.media-header {
	height: 450px;
}
.media-logo-wrapper img {
	margin-top: 20px;
}
.media-title-wrapper {
	text-align: center;
	margin-top:100px;
}

.new-media-list {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}
.new-media-list .entry {
  flex-basis: 22.2%;
  min-width: 200px;
  padding:0px; margin:1rem 20px;  box-shadow: 0 .3rem .6rem rgba(0,0,0,.1);
}
.new-media-list .entry .entry-link {
  border-radius: 8px;
  display: block;
  background-color: #fff;
  padding: 20px 10px;
  text-align: center;
}
.new-media-list .entry .entry-link .entry-img img {
  height: 200px;
  width: 200px;
  max-width: 100%;
  object-fit: contain;
}
.new-media-list .entry .entry-link .title { margin: 0 2rem; padding:.5rem;
  font-size: 1.125rem; background:#006eab; color:#fff; border-radius:25px;
}
.new-media-list .entry .entry-link .title a{ color:#fff;}


/*---------长�??-------*/

.list-contit {
	display: block;
	height: 80px;
	border-bottom: 7px solid #f7efec;
	margin-bottom: 1rem;
}
.list-contit span {
	display: inline-block;
	height: 80px;
	font-size: 40px;
	font-weight: bold;
	line-height: 80px;
	padding-bottom: 0;
	border-bottom: 7px solid #0070BF;
}
ul.oldperson-list li {
	padding: 20px 0 20px 64px;
	position: relative;
	background: #f3f3f3;
	margin-bottom: 30px;
	border-radius: 8px;
}
ul.oldperson-list li::after {
	width: 19px;
	height: 7px;
	content: '';
	background: #0070BF;
	position: absolute;
	left: 26px;
	top: 43px;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
ul.oldperson-list li:hover>a {
	color: #0070BF;
}
ul.oldperson-list li:hover>span {
	color: #0070BF;
}
ul.oldperson-list li>a {
	font-size: 32px;
	line-height: 54px;
	display: inline-block;
	width: 85%;
}
ul.oldperson-list li>span {
	font-size: 26px;
	color: #747474;
	line-height: 54px;
	float: right;
	margin-right: 30px;
}
ul.oldperson-list li>.btn {
	display: inline-block;
	padding: 6px 20px;
	margin-right: 10px;
	border-radius: 6px;
	background: #bc9f81;
	color: #fff;
	font-size: 26px;
	text-align: center;
	line-height: 30px;
}





 @media only screen and (max-width: 1199px) {
.mid-header {
	padding: 20px 0;
}
.search-wrapper {
	margin-top: 1rem;
}
.leader-list {
	padding-left: 0;
}
.leader-list h3 {
	position: static;
	width: 100%;
	padding-bottom: 0px;
	text-align: center;
}
.leader-list ul li {
	width: 33.33%;
	margin-right: 0;
	text-align: center;
}
.leader-list ul li .pic {
	height: 124px;
	max-width: 100%;
	margin: 0 auto;
}
.leader-list ul li .pic img {
	max-width: 100%;
	width: 100px;
	height: 124px;
	margin: 0 auto;
}
.leader-list.first ul li {
	float: none;
	width: 100%;
	margin: 0 auto;
}
.leader-list.first ul li .pic {
	width: 148px;
	height: 180px;
}
.leader-list.first ul li .pic img {
	width: 148px;
	height: 180px;
}
.leader-list.first ul li .desc {
	width: 100%;
}
.zbjs-list-wrapper .entry-wrapper {
	text-align: center;
 padding:.3rem;
	min-width: 33%;
}
.zbjs-list-wrapper .iconfont {
	font-size: 2.5rem;
	margin: 0 auto;
}
  .media-header {
    height: 270px;
  }
  .media-title-wrapper {
	margin-top:50px;
}
  .media-header .main-title img {
    height: 60px;
  }
  ul.oldperson-list li::after {
    top: 0;
    left: 20px;
  }
  ul.oldperson-list li{  padding: 20px;
    overflow: hidden;
  }
  ul.oldperson-list li > a {
    font-size: 26px;
    width: 100%;
    line-height: 50px;
    text-align: justify;
  }
  ul.oldperson-list li > span {
    margin-right: 0;

}
@media only screen and (max-width: 575.9px) {
html {
	font: normal 16px/1.8 "Microsoft Yahei", "PingFang", "Droid Sans";
}
.orgs-list .entry {
	flex: 0 0 50%;
}
.zwgk-search-wrapper {
	padding: 1rem;
}
.logo-wrapper img {
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
}
.zbjs-list-wrapper .entry-wrapper {
	text-align: center;
 padding:.3rem;
	min-width: 50%; font-size:.88rem;
}
.zbjs-list-wrapper .iconfont {
	font-size: 2.5rem;
	margin: 0 auto;
}
.btn-zfgb {
	width: 100%;
padding:.5rem 2rem;
	background: #56a5dd;
	color: #fff;
	text-align: center;
}
.btn-zfgb i {
	display: inherit;
margin:.5rem;
	font-size: 1.2rem;
	line-height: 1;
}
#mainSwiperWrapper .swiper-container {
	height: 270px;
}
#mainSwiperWrapper .swiper-button-prev {
	left: 10px;
}
#mainSwiperWrapper .swiper-button-next {
	right: 10px;
}
.hygq-list .entry {
	padding:.2rem .5rem;
	flex: 0 0 50%;
	overflow: hidden;
}
.media-header {
	height: 250px;
}
.media-logo-wrapper img {
	margin-top: 20px; width:70%;
}
.media-title-wrapper {
	text-align: center;
	margin-top:20px;
}

 .new-media-list .entry {
    flex-basis: 100%;
  }
  .media-header {
    height: 170px;
  }
  .media-header .main-title img {
    height: 60px;
  }
.new-media-list .entry .entry-link .title {
  font-size: 1rem;
}

}

#mainSwiperWrapper {
  overflow: hidden;
}

@media only screen and (max-width: 1199px) and (min-width: 767px) {
  .zdlygk-list .entry-wrapper {
    min-width: 100px;
  }
}