* {
    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";
}

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: 80%;
    text-decoration: none;
}

em {
    font-style: normal;
}

.header {
    overflow: auto;
    background: bottom center / auto 100% url(../images/header-bg.jpg);
    height: 500px;background-size: cover;
}

.header2 {
    overflow: auto;
    background: top center / auto 100% url(../images/header-bg2.jpg);
    height: 350px;
}

.toppest-header {
    font-size: 0.85rem;
    padding: 0.5rem 0;
    margin-bottom: 3rem;
    color: #0a70c8;
}

.toppest-header a {
    color: #0a70c8;
}

.toppest-header i {
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.mid-header {
    margin-top: 80px;
}

.logo-wrapper {
    padding: 0;
}

.logo-wrapper img {
    height: 68px;
}

.search-wrapper {
    margin:10px auto;
    width: 520px;
    line-height: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    display: flex;
    transition: 0.5s all ease;/*border: 1px solid #a2d2fc;*/
}

.search-wrapper:focus-within {
    width: 530px;
}

.search-wrapper .iconfont {
    border: 0;font-size: 22px;
    color: #0485f4;
    
}


.search-input {
    padding: 0 10px;
    min-width: 0;
    /* flex: 1; */
    border: 0;
    background-color: transparent;
    outline: 0;
    width:460px;
}

.search-btn {
    min-width: 70px;
    color: #0485f4;
    font-size: 18px;
}

.search-btn:hover {
    color: #fff;
}

.top-links a:hover {
    text-decoration: underline;
}

.mid-header .btn-search-collapse i.icon-app-search {
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/app_search.png) center center no-repeat;
}

.mid-header .collapsed i.icon-app-search {
    background: url(../images/app_sql.png) center center no-repeat;
}

.input-search {
    border: 0;
    border-right: 1px solid #b4dcf8;
    outline: 0;
    margin-left: 0.6rem;
    width: auto;
    padding: 0.5rem;
    flex-grow: 1;
    transition: all 0.3s linear;
}

.btn-search {
    width: 3rem;
    outline: 0;
}

.btn-search:hover .iconfont {
    color: #6cbef8;
}

.btn-search .iconfont {
    font-size: 1.4rem;
    font-weight: bold;
    color: #006dba;
    transition: all 0.3s;
}

.btn-red {
    font-weight: bold;
    padding: 0.15rem 0.5rem;
    height: 2.6rem;
    color: #fff;
    background: #e10000;
}

#topNavbar {
    padding: 0;
    background-color: #0a70c8;
}

#topNavbar .container {
    transition: all 0.3s ease;
}

#topNavbar .navbar-brand {
    padding: 10px;
}

#topNavbar .nav-item {
    padding: 18px 0;
    font-size: 20px;
    font-family: Microsoft YaHei;
    color: #ffffff;
    line-height: 32px;
    background-color: transparent;
}

#topNavbar .active .nav-link {
    color: #fff;
}

#topNavbar .active .nav-link {
    background: transparent;
}

#topNavbar .nav-item:first-child {
    border-left: none;
}

#topNavbar .nav-item:hover, #topNavbar .nav-item.active {
    color: #fff;
    background: #4ba1eb;
}

#topNavbar .active .nav-link:hover {
    background-color: transparent;
}

#topNavbar .nav-link {
    display: inline-flex;
    color: #fff;
    white-space: nowrap;
    font-size: 1.5rem;
    text-align: center;
    padding: 0rem 0.2rem;
    align-items: center;
    justify-content: center;
}

#topNavbar .nav-link .iconfont {
    display: block;
    text-align: center;
    font-size: 25px;
    color: #fff;
    margin-right: 5px;
}

#navbarContent {
    overflow: auto;
}

.navbar-toggler {
    border: 0;
}

.navbar-toggler .iconfont {
    color: #fff;
    font-size: 1.4rem;
}

.icon-lou {
    background: url(../images/lou.png) center center no-repeat;
}

#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;
}

.external-link-column {
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
}

.external-link-column .title {
    flex: 1;
    min-width: 140px;
    background-color: #007ae3;
    font-size: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
}

.external-link-column .selection-list {
    min-width: 350px;
    flex: 999;
    padding: 0 20px;
}

.external-link-dropdown .dropdown-toggle {
    padding: 8px 18px;
    width: 100%;
    outline: 0;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.external-link-dropdown .dropdown-menu {
    right: 0;
}

.external-link-dropdown .dropdown-item {
    padding: 0.25rem 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-section {
    background-color: #0a70c8;
    padding-top: 20px;
    padding-bottom: 30px;
}

.footer-section img {
    max-width: 100%;
}

.external-link-wrapper {
    color: #fff;
    font-size: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #005dae;
}

.external-link {
    display: inline-block;
    margin: 0 0.5rem;
    color: #b1dbff;
}

.external-link:hover {
    color: #fff;
}

.footer-info-wrapper {
    border-top: 1px solid #1082e4;
    padding-top: 30px;
    font-size: 16px;
}

.footer-info-wrapper span {
    line-height: 2;
    margin-left: 0.5rem;
    display: inline-block;
    color: #fff;
}

.footer-info-wrapper a {
    color: #fff;
}

.footer-info-wrapper a:hover {
    color: #aaa;
}

.nav-column-title {
    border-bottom: 2px solid #e5e5e5;
    align-items: center;
}

.nav-column-title.nav {
  flex-wrap: nowrap;
}

.nav-column-title .nav-item {
    padding: 0;
    margin-bottom: -2px;
}

.nav-column-title .nav-link {
    padding: 0.5rem 1rem;
    text-align: center;
    font-size: 20px;
    color: #333;
}

.nav-column-title .nav-link.active {
    border-radius: 4px 4px 0px 0px;
    color: #007ae3;
    font-weight: bold;
    border-bottom: 1px solid #007ae3;
}

.news-list-wrapper .entry-wrapper {
    display: flex;
    align-items: center;
}

.news-list-wrapper .entry-wrapper .title {
    font-size: 18px;
    font-weight: 400;
    color: #666;
    line-height: 38px;
    padding-right: 0.5rem;
}

.news-list-wrapper .entry-wrapper .title a {
    color: #666;
}

.news-list-wrapper .entry-wrapper .date {
    margin-left: auto;
    text-align: right;
  flex: 0 0 6rem;
    font-size: 16px;
    color: #898989;
}

.news-list-wrapper .entry-wrapper::before {
    content: "\2022";
    margin-right: 0.75rem;
    color: #ababab;
}

.feature-section .wrapper {
    padding: 0 15px 15px 15px;
    background: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(100, 100, 100, 0.21);
    border-radius: 4px;
}

.nav-column-title .more-tag {
    color: #999;
    font-size: 16px;
    margin-left: auto;
}

.breadcrumb {
    background-color: transparent;
    padding: 18px 0;
}

.breadcrumb .iconfont {
    color: #0485f4;
    font-size: 16px;
}

.main-column-wrapper {
    background-color: #fafafa;
}

.image-news-list .image {
    height: 230px;
    object-fit: cover;
    width: 100%;
}

.column-title {
    font-size: 24px;
    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: 16px;
    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 + 5) {
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #c5c5c5;
}

.divider {
    margin: 10px 0;
    height: 8px;
    background: url(../images/divider.png);
}

.qrcode-list {
    margin: 15px -10px;
    display: flex;
    flex-wrap: wrap;
}

.qrcode-list .entry-wrapper {
    padding: 15px 10px;
    flex: 1;
}

.qrcode-list .entry {
    background-color: #f4faff;
    border-radius: 6px;
    box-shadow: 0 0 10px 0 rgba(100, 100, 100, 0.2);
}

.qrcode-list .entry .title-wrapper {
    color: #fff;
    font-weight: bold;
    border-radius: 6px 6px 0 0;
    padding: 15px 0;
    background: top center / 100% 100% url(../images/qrcodetitle.png);
}

.qrcode-list .entry .title {
    margin: auto;
    max-width: 220px;
}

.qrcode-list .entry .content {
    padding: 20px;
    text-align: center;
}

.zhuanti-column-list .entry {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(55, 55, 55, 0.3);
}

.zhuanti-column-list .entry .title {
    margin-left: 20px;
    line-height: 24px;
    height: 48;
    overflow: hidden;
}

.data-nav {
    font-size: 22px;
    border-bottom: 2px solid transparent;
}

.data-nav .nav-item + .nav-item {
    border-left: 1px solid #efefef;
}

.data-nav .nav-link {
    flex-wrap: wrap;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.data-nav .iconfont {
    font-size: 32px;
    display: inline-block;
}

.data-addition-section .title-wrapper .title {
    font-size: 22px;
    color: #007ae3;
}

.data-addition-section .content-wrapper {
    background-color: #f9f9f9;
    padding: 14px;
}

.data-addition-section .icon-list-wrapper {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
}

.data-addition-section .icon-list-wrapper .entry-wrapper {
    padding: 14px 15px;
    width: 16.66%;
}

.data-addition-section .icon-list-wrapper .iconfont {
    margin-bottom: 10px;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 42px;
    color: #fff;
    background-color: #449eed;
    border-radius: 50%;
}

.data-addition-section .icon-list-wrapper .title {
    display: block;
}

/*.detail-section {
    background-color: #f9f9f9;
}

*/.detail-content-wrapper {
    background-color: #fff;
}

.detail-content-wrapper .title {
    font-size: 36px;
    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: 20px;
    color: #667;
}

.detail-content-wrapper .content-wrapper {
    color: #333;
    padding: 35px 0;    font-size: 18px;
}

.detail-content-wrapper .content-wrapper img {
    max-width: 80%; margin:1.5rem auto;
}
.detail-content-wrapper .content-wrapper video {
    max-width: 80%; margin:1.5rem auto;
}
.detail-content-wrapper .content-wrapper p{padding: 10px 0; }
.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;
}

.qrcode-list img {
    height: 180px;
}

.slhBtn {
    position: relative;
    padding: 3px 12px;
    font-size: 20px;
    top: 0;
    color: #0870c8 !important;
    background-color: #ffffff;
    cursor: pointer;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    z-index: 100;
    border-radius: 5px;
    background: rgba(255,255,255,.9);
}
.orgs-title{ border-bottom:1px solid #ccc; font-size:1.45rem; margin-bottom:1rem;}
.orgs-list {display: flex;flex-wrap: wrap;margin:0 -10px;}
.orgs-list .entry {padding: 10px;flex: 0 0 25%;overflow: hidden;}
.orgs-list .entry .entry-link {display: block;padding: 10px;background-color: #fff;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;box-shadow: 0px 0px 4px 0px rgba(100, 100, 100, 0.15);}

/*________zcjd_________*/
.section-title {
	position: relative;
	overflow: hidden;
}
.section-title .more {
	position: absolute;
	right: 0;
	bottom: 6px;
	padding: 4px 0px;
	color: #0a70c8;
	font-size:1rem; font-weight:bold;
}

.meeting-main{ background:url(../images/meeting_bg.jpg) bottom center no-repeat;}

.meeting-main .card-deck .card{ border:none; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); padding:.6rem; background:#fff url(../images/meeting_list_bg.png) bottom center no-repeat;}
.card-img{ height:220px; margin-bottom:1rem;}

.meeting-main .card-deck .card img{width: 100%;object-position: center top;
  height: 100%;
  object-fit: cover;}
.meeting-main .card-deck .card-title { font-size:1.25rem; color:#0485f4;}
.meeting-main .card-deck .card-title a{color:#0485f4;}
.meeting-main .card-deck .card-body{ padding:1rem 0;}



#AviSwiperWrapper .swiper-container {
	max-width: 1400px;
	height: 470px;
	padding: 50px 0 40px;
}
#AviSwiperWrapper .swiper-slide {
	height: 100%;
}
#AviSwiperWrapper .swiper-link {
	height: 100%;
}
#AviSwiperWrapper .swiper-link h5 {
	background: #65a7e4;
	padding:1rem;
 color:#fff;
}
#AviSwiperWrapper .swiper-link img {
	transition: box-shadow 0.5s ease;
}
#AviSwiperWrapper .swiper-link:hover {
	opacity: 1;
}
#AviSwiperWrapper .swiper-link:hover img {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.55);
}
#AviSwiperWrapper .swiper-slide .swiper-link img {
	width: 100%;
	max-height: 350px;object-fit: cover;
}
#AviSwiperWrapper .swiper-button-prev::after, #AviSwiperWrapper .swiper-button-next::after {
	font-size: 0.875rem;
	color: #fff;
}
#AviSwiperWrapper .swiper-button-prev, #AviSwiperWrapper .swiper-button-next {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #005196;
	border-radius: 50%;
}
#AviSwiperWrapper .swiper-button-prev {
	left: 0px;
}
#AviSwiperWrapper .swiper-button-next {
	right: 0px;
}

.policy-section .image-text-entry img {
  width: 100%;
  height: 190px;
  object-fit: cover;object-position: center top;
}
.policy-section .image-text-entry .title {
  text-align: center;
  margin-top: 10px;
  color: #33;
}
.policy-section .image-text-entry .title a {
  color: #333;
}

.qzf-icon{ font-size:2rem; color:#0485f4;}


.gongbao-list {
	display: flex;
	flex-wrap: wrap;
	margin: -8px;
}
.gongbao-list .entry-wrapper {
	margin: 8px;
	flex: 1;
	min-width:40%;
	border-radius: 4px;
	padding: 15px 0;
	background: #f1f7ff;
}
.gongbao-list .entry-wrapper > a {
	display: block;
	text-align: center;
}
.gongbao-list .entry-wrapper .iconfont {
	font-size: 2.5rem;
	color: #006eab;
}
.gongbao-list .entry-wrapper .title {
	display: block;
	color: #333;
}



/*xxgk*/

.cate-list-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.cate-list-wrapper .entry-wrapper {
	flex-grow: 0;
	margin-top: 1rem;
	width: calc(20% - 20px);
}
.cate-list-wrapper .entry {
	display: block;
}
.cate-list-wrapper .entry-wrapper .iconfont {
	margin: auto;
	color: #429fef;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #e6f6ff;
	border-radius: 50%;
	font-size: 36px;
	display: block;
}
.cate-list-wrapper .entry-wrapper .title {
	font-size: 1.12rem;
	margin-top: 8px;
	color: #333;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	text-overflow: ellipsis;
}

.cate-list-wrapper .entry-wrapper .icon-more{ background:#e6f6ff url(../images/icon-more.png) center center no-repeat}

.zfgb-main{ background:#e6f6ff; padding:2rem 1rem;}

.zfgb-main img{margin:1.5rem 0;}
.zfgb-main h5 a{ font-family:"方正大标宋简体"; color:#0485f4; font-size:2rem;}


.policyinterpret-image-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.policyinterpret-image-list .entry-wrapper {
  padding: 10px 12px; background:#fff;box-shadow: 0 .225rem .25rem rgba(0,0,0,.075); 
  max-width: 50%;
  flex: 1;
}
.policyinterpret-image-list .entry-wrapper .image {
  width: 100%;
  height: 200px;
  object-position: center top;
  object-fit: cover;
  margin-bottom: 8px;
}

.survey-wrapper {
  position: relative;
}
.survey-wrapper:before {
  left: -.4rem;
  top: .9rem;
  position: absolute;
  content: "";
  height: 95%;
  border-left: 2px solid #ececec;
}
.survey-entry {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: dashed 1px #d9d9d9;
  padding: 0.2rem 0;
  position: relative;
}
.survey-entry:last-child {
  border-bottom: 0;
}
.survey-entry::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background-color: #007ae3;
  width: 0.6rem;
  height: 0.6rem;
  left: -1.1rem;
  top: 1rem;
}
.survey-info-wrapper {
    overflow: hidden;
}
.survey-title {
  color: #333;
  padding:0.2rem;
  line-height: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.survey-date {
  color: #888;
  font-size: 0.875rem;
  padding: 0.2rem 0.2rem;
}

/*机构*/
.orgs-title{ border-bottom:1px solid #ccc; font-size:1.45rem; margin-bottom:1rem;}
.orgs-list {display: flex;flex-wrap: wrap;margin:0 -10px;}
.orgs-list .entry {padding: 10px;flex: 0 0 25%;overflow: hidden;}
.orgs-list .entry .entry-link {display: block;padding: 10px;background-color: #fff;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;box-shadow: 0px 0px 4px 0px rgba(100, 100, 100, 0.15);}

/*机构简介*/
i.gzbm-incofont {
display: block;
width: 65px;
height: 65px;
border-radius: 50%;
background: #0485f4;
font-size: 40px;
line-height: 65px;
text-align: center; color:#fff;
}
 
 .gov-title {
  justify-content: center;
}
.gov-title .nav-item {
  padding:0 15px;
}
.gov-title .nav-link {
  padding: 10px 16px;
  font-size: 22px;
  color: #666;
}
.gov-title .nav-link.active {
  border-bottom: 2px solid #0485f4;
  color: #0485f4;
  position: relative;
}

/*24-10-18新改底部友链*/
.web-footer {width: 100%;background: #006dba;padding:20px 0; color:#fff;}
.web-footer .footer-box { width:100%;}
.web-footer .footer-box .webs-box {  position: relative; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;margin-right: -15px; margin-left: -15px;font-size: 0;justify-content: space-between;}
.web-footer .footer-box .webs-box .web-item-box{ margin:0;width: 100%;}
.web-footer .footer-box .webs-box .web-item-box .web-item { float:left; width:18%; cursor: pointer;margin-right:2%;}
.web-footer .footer-box .webs-box .web-item-box .web-item:nth-of-type(5) {margin-right: 0;}
.web-footer .footer-box .webs-box .web-item-box .web-item .content {width: 100%;height: 40px;border: 1px solid #61b2f7;border-radius: 2px;padding: 0 10px 0 10px;box-sizing: border-box;color: #fff;font-size: 16px;line-height: 40px;position: relative;text-align: center;}
.web-footer .footer-box .webs-box .web-item-box .web-item .content::after {content: "";background: url(../images/arrows_1.png) center center no-repeat;background-size: 8px 8px;
transform: rotate(180deg);width: 10px;height: 42px;position: absolute;right: 10px;top: 0;transition: .3s all;}

.web-footer .footer-box .webs-box .web-item-box .active .content::after {transform: rotate(0deg);}
.web-footer .footer-box .webs-box .web-item-box .web-item .links-webs li a {color: #212121;display: block;font-size: 1.25rem;line-height: 40px;}
.web-footer .footer-box .webs-box .web-item-box .web-item-tit-box { height:64px;border-bottom: 1px solid #ddd;margin-bottom: 10px;}
.web-footer .footer-box .webs-box .webs-wrap {position: absolute;width: 100%;bottom:67px;left: 0px;box-sizing: border-box;z-index: 1000;display: none; border:3px solid #006dba;}
.web-footer .footer-box .webs-box .webs-wrap .links-webs-inner {width: 100%;padding: 10px 30px;background: #fff;height: 275px;box-sizing: border-box;box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);}
.web-footer .footer-box .webs-box .webs-wrap .web-item-tit-box li {float: left;font-size: 1.4rem;margin: 0 30px;color: #212121;line-height: 60px;position: relative; cursor: pointer;}
.webs-wrap .close-ico {background: url(../images/close.png) no-repeat center center;background-size: 36px 36px;width: 36px;height: 36px;position: absolute;right: 20px;top: 20px;
cursor: pointer;}
.webs-wrap .close-ico:hover {background: url(../images/close-h.png) no-repeat center center;background-size: 36px 36px;width: 36px;height: 36px;position: absolute;right: 20px;top: 20px;cursor: pointer;}
.web-footer .footer-box .webs-box .webs-wrap .web-item-tit-box li:first-of-type {margin-left: 0;}
.web-footer .footer-box .webs-box .webs-wrap .web-item-tit-box li.active {border-bottom: 3px solid #006dba;color: #006dba;}
.web-footer .footer-box .webs-box .webs-wrap .links-webs {height: calc(100% - 100px);width: 100%;overflow-y: scroll;display: none;}
.web-footer .footer-box .webs-box .webs-wrap .links-webs.open {display: block;}
.web-footer .footer-box .webs-box .webs-wrap .links-webs li {float: left;width: 205px;font-size: 16px;background: #f2f2f2;margin: 5px 23px 5px 0px;padding: 10px 0 10px 20px;box-sizing: border-box;line-height: 18px; border-radius:4px;}
.web-footer .footer-box .webs-box .webs-wrap .links-webs li:hover {background: #3d9bde;}
.web-footer .footer-box .webs-box .webs-wrap .links-webs li:hover a {color: #fff;}
.web-footer .footer-box .webs-box .webs-wrap .links-webs li a {display: inline-block;vertical-align: middle;width: 180px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.web-footer .footer-box .webs-box .webs-wrap .links-webs :hover a {color: #2d66a5;}
.links-webs::-webkit-scrollbar {width: 10px;height: 80px;background: #f6f6f6;border-radius: 20px;}
.links-webs::-webkit-scrollbar-thumb {width: 10px;background: #2d66a5;border-radius: 20px;}
.links-webs::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);border-radius: 20px;}
/*左边栏目列表*/
.fwl-menu{box-shadow: 0 0 8px #ddd;height: 100%;}
.fwl-menu h4{height: 75px;background: #057be0;line-height: 75px;text-align: center; color:#fff;}
.fwl-menu h4 i{ font-size:1.8rem;color:#fff; margin-right:.5rem;}
.fwl-menu h4 a{color:#fff;}
.fwl-menu ul li{line-height: 45px;border-bottom: 1px solid #ececec; padding:0 1rem 0 1.5rem; display:flex; justify-content: space-between !important;}
.fwl-menu ul li a{color: #333;}
.fwl-menu ul li.active a, .fwl-menu ul li.active i,.fwl-menu ul li a:hover{color: #0668bc;font-weight: bold;}
.fwl-list-box .list-title{border-bottom: 4px solid #999;line-height: 72px;color:#057be0;font-weight: bold;font-size:1.25rem; margin-bottom:1.5rem;}



@media only screen and (max-width: 1199px) {
  @media only screen and (max-width: 575.9px) {
    .orgs-list .entry {
      flex: 0 0 100%;	padding:6px;

    }
  }
}

@media screen and (max-width: 768px) {
    .slhBtn {
        font-size: 15px;
        top: 0;
        left: 20px;
        position: absolute;
    }

    #heatMap {
        margin-top: 0 !important;
    }
    .file-search-wrapper .file-input{
        width:100%;
    }
    .file-search-wrapper .file-search-btn{
        width:110px;
    }
    div#ABTToolbar{
        top:0!important;
    }
}

@media screen and (max-width: 768px) {

    body{
        margin-top: 0 !important;
    }
    .d-none11{
        display:none;
    }
}

@media only screen and (max-width: 1199px) {
    .leader-list-wrapper {
        flex-direction: column;
    }

    .data-addition-section .icon-list-wrapper .entry-wrapper {
        width: 20%;
    }
}

@media only screen and (max-width: 991px) {
    .data-addition-section .icon-list-wrapper .entry-wrapper {
        width: 25%;
    }

    .leader-list-wrapper {
        border-left: 0;
    }

    .logo-wrapper {
        margin-bottom: 30px;
    }

    .logo-wrapper img {
        height: auto;
        width: 100%;
    }

    .search-wrapper {
        /* width: 70%; */
        min-width: 220px;
        margin-top: 45px;
    }

    .search-wrapper:focus-within {
        width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .data-addition-section .icon-list-wrapper .entry-wrapper {
        width: 33.33%;
    }

    .mid-header {
        margin-top: 10px;
    }

    .header {
        height: 260px;
        background: top center / auto 100% url(../images/header-bg.jpg) no-repeat;
    }

    #topNavbar .nav-item {
        padding: 8px 0;
    }

    #topNavbar .nav-link {
        width: 6.2rem;
        border-left: 0;
        color: #fff;
    }

    #topNavbar .active .nav-link {
        color: #fff;
    }

    #topNavbar .nav-link:hover {
        color: #fff;
        opacity: 0.5;
    }

    #navbarContent .navbar-nav {
        width: auto !important;
    }
#AviSwiperWrapper .swiper-container {
	height: 270px;
}
.cate-list-wrapper {
	gap: 10px 10px;
}
.cate-list-wrapper .entry-wrapper {
	flex-grow: 1;
	width: calc(33% - 10px);
}
.policyinterpret-image-list .entry-wrapper {
  max-width: 100%;
}
 i.gzbm-incofont {
  width: 45px;
  height: 45px;
  font-size: 26px;
  line-height: 45px;
}	
}

@media only screen and (max-width: 575px) {
    .data-addition-section .icon-list-wrapper .entry-wrapper {
        width: 50%;
    }.card-img{ height:auto;}
#AviSwiperWrapper .swiper-container {
  max-width: 1400px;
  height: 270px;
  padding:0px;
}
#AviSwiperWrapper .swiper-slide .swiper-link img {
  width: 100%;
  max-height:180px;
  object-fit: cover;
}
.nav-column-title .nav-link {
  font-size: 1rem;

}

	.category-select-wrapper {
		  display: flex;
		}
		.category-select-wrapper .title {
		  flex-shrink: 0;
		  width: 90px;
		  padding-right: 10px;
		  font-size: 18px;
		  color: #0070bf;
		  line-height: 38px;
		}
		.cate-list-wrapper {
		  display: flex;
		  flex-wrap: wrap;
		  font-size: 16px;
		  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: 12px;
		  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;
		}

}
/*文件库列表24-1-11*/
.web-show .table{ width: 100%; font-size: 14px; margin-top: 15px;}
  .web-show .table thead tr{height: 40px;background-color: #d6d6d6;}
  .web-show .table thead tr td{color: #333;line-height: 40px;font-weight: bold;}
  .web-show .table tr{ height: 50px;}
  .web-show .table tr td{ padding: 10px 10px; color: #666;font-size: 16px;vertical-align: middle;}
  .web-show .table tr td:hover a{color: #006EAB}
  .web-show .table tr.bg-gray{ background-color: #f5f5f5;}
  @media only screen and (max-width: 1100px) {
    .web-show .table tr td:nth-child(1){display: none;}
    .web-show .table tr td:nth-child(3){display: none;}
    .web-show .table tr td:nth-child(5){display: none;}
.web-show .table tr td:nth-child(2){width:65%;}
.web-show .table tr td:nth-child(4){width:35%; }
.web-show .table tbody tr td{font-size:14px;}
  }
/*规划性文件列表24-10-30*/
.category-select-wrapper .title { font-size: 18px;  color: #0070bf; margin-bottom:1rem;}
.cate-list-wrapper li{  padding:.2rem .5rem; border:1px solid #eee;  border-radius: 6px;cursor:pointer;}
.cate-list-wrapper li.active ,.cate-list-wrapper li:hover{ background-color:#0a70c8; border:1px solid #0a70c8; color:#fff;}
.file-database-search {
  display: flex;
  line-height: 42px;
  color: #000;
  font-size: 18px;
}
.file-database-search input {
  border: 1px solid #e5e5e5;
  margin: 0 20px 0 10px;
  padding: 0 8px;
  color: #333;
  flex: 1;
}


.gong_main .gb_lbox {
  width: 100%;
  padding: 20px;
  margin: 0px 15px 0px 0px;
  background: #f4f4f4;
}
.gong_main .gb_search {
  /* height:34px;*/ background: #f8f8f8;
  padding: 15px 25px;
  position: relative;
}
.gong_main .zcwj_search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 5px;
}
.gong_main .zcwj_search .search_zc,
.gong_main .zcwj_search .range,
.gong_main .zcwj_search .radio_range,
.gong_main .zcwj_search .input_box,
.gong_main .zcwj_search .search_box {
  margin-bottom: 0px;
}
.gong_main .zcwj_search .search_zc {
  margin-right: 5px;
  margin-bottom: 0;
  margin-left: 10px;
}
.gong_main .zcwj_search .range {
  margin-right: 30px;
}
.gong_main .zcwj_search .range::before {
  display: inline-block;
  content: "";
  border: 14px solid transparent;
  border-width: 7px 9px;
  border-left-color: #4885c9;
  margin-right: 8px;
}
.gong_main .zcwj_search .input_box {
  box-sizing: border-box;
  padding-left: 17px;
  width: 37%;
  height: 45px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #b1cfed;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
}
.gong_main .zcwj_search .radio_range input {
  margin-right: 5px;
}
.gong_main .zcwj_search .radio_range.all {
  margin-right: 10px;
}
.gong_main .zcwj_search .radio_range.title {
  margin-right: 10px;
}
.gong_main .zcwj_search .search_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 45px;
  background-color: #4785c9;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  margin-left: 15px;
  cursor: pointer;
}
.gong_main .zcwj_search .search_box img {
  margin-right: 8px;
}
.gong_main .gb_list {
  height: 100%;
  min-height: 450px;
  box-shadow: 0px 0 10px #dadada;
  border: #f1efef 1px solid;
}
.gong_main .gb_header {
  height: auto;
  text-align: center;
  color: #ed2c25;
  font-size: 2rem;
}
.gong_main .z-hide {
  display: block;
  width: 0;
  height: 0;
  margin: 0 0 0 -1px;
  overflow: hidden;
  font-size: 0;
}
.gong_main .gb_topsearch {
  margin-top: 1rem;
  padding: .5rem 1rem;
  background: #f4f4f4;
}
.gong_main .gb_topsearch .gb_searchul {
  margin: auto;
  text-align: center;
}
.gong_main .gb_topsearch .gb_searchul span {
  font-size: 1rem;
  color: #666;
  margin: 0px 15px;
}
.gong_main .gb_topsearch .downNum,
.gong_main .gb_topsearch .upNum {
  display: block;
  float: left;
  width: 90px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding-right: 52px;
  background: url(2024gb_topsecbtn.png) right 0 no-repeat;
  font-size: 18px;
}
.gong_main .gb_topsearch .upNum {
  padding: 0 0 0 52px;
  background-position: 0 -40px;
  margin-left: 10px;
}
.gong_main .gb_topsearch .select {
  float: left;
  width: 152px;
  margin-left: 10px;
}
.gong_main .gb_topsearch .select select {
  float: left;
  width: 152px;
  height: 40px;
  border: #ddd 1px solid;
  padding: 4px 10px;
  font-size: 16px;
  color: #333;
  outline: none;
}
.gong_main .gb-shadow > ul span {
  line-height: 60px;
  text-align: left;
  font-size: 1rem;
  color: #006eab;
  font-weight: bold;
  padding-top: 1rem;
  display: block;
}
.gong_main .gb-shadow > ul li {
  padding: 5px 0;
  border-bottom: 1px dashed #e0e0e0;
}
.gong_main .gb-shadow > ul li:hover {
  background: url(2024gb_zfgb-pic2.jpg) no-repeat left center;
}
.gong_main .gb-shadow > ul li a.title {
  font-size: 16px;
  color: #333;
  line-height: 4rem;
  padding-left: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 6.6rem);
  float: left;
  display: block;
}
.gong_main .gb-shadow > ul li:hover {
  background: #50a7e4;
}
.gong_main .gb-shadow > ul li:hover a.title {
  color: #fff;
}
.gong_main .gb-shadow > ul li a.ck {
  width: 68px;
  height: 1.8rem;
  text-align: center;
  line-height: 1.8rem;
  border: 1px solid #006eab;
  color: #255fb8;
  display: block;
  float: right;
  font-size: 14px;
  margin-top: 1.1rem;
  margin-right: 1rem;
  border-radius: .3rem;
}
.gong_main .gb-shadow > ul li:hover a.ck {
  background: #fff;
}
.gong_main .gb-shadow > ul li a.xz {
  width: 68px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #333;
  color: #333;
  display: block;
  float: right;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 14px;
}
.gong_main .gb-shadow > ul li a.xz:hover {
  background: #00ddff;
  color: #fff;
}
.gong_main .gb_sm {
  display: block;
  padding: 20px;
  overflow: hidden;
  text-align: center;
  margin: 20px 0px;
  text-align: left;
  background: #fff;
  font-weight: bold;
  border-top: 1px solid #e0e0e0;
}
.gong_main .gb_sm #div_div #Canvas {
  float: left;
  width: 100px;
  border: 10px solid #fff;
}
.gong_main .gb_sm p {
  float: left;
  margin: 30px 10px;
  font-size: 16px;
  line-height: 26px;
}
/*锟斤拷锟斤拷-锟揭诧拷*/
.gong_main .gb_rbox {
  width: 100%;
  height: 100%;
}
.gong_main .gb_lm {
  text-align: center;
}
.gong_main .gb_img {
  height: auto;
  position: relative;
  background: #fff;
  padding-bottom: 4rem;
  padding-top: 4rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.gong_main .gb_img img {
  width: 321px;
  display: block;
  margin: 0 auto;
}
.gong_main .gb_img .gb_imgtitle {
  display: block;
  width: 100%;
  height: auto;
  line-height: 24px;
  text-align: center;
  font-size: 1rem;
  position: absolute;
  left: 0;
  bottom: 2rem;
  padding: 0 1rem;
}
.gong_main .gb_js,
.gong_main .gb_ss {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 0 30px 30px;
  background: #fff;
  margin: 1rem auto;
}
.gong_main .qcTitle {
  line-height: 60px;
  text-align: center;
  font-size: 1.22rem;
  color: #006eab;
  padding-top: 1rem;
}
.gong_main .qc-form .select select {
  /* float:left;*/ width: 100%;
  height: 2.6rem;
  border: #ddd 1px solid;
  padding: 4px 10px;
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  background: #f8f8f8;
  outline: none;
}
.gong_main .gb_ss-form .yydh-gb-rt1c1 {
  line-height: 36px;
  margin-bottom: 16px;
  display: flex;
}
.gong_main .gb_ss-form .yydh-gb-rt1c1 input {
  height: 2.6rem;
  line-height: 2.6rem;
  border: #ddd 1px solid;
  font-size: 16px;
  color: #333;
  flex: 1;
  background: #f8f8f8;
  text-indent: 1em;
}
.gong_main .gb_ss-form .yydh-gb-rt1c1 input:focus {
  outline: none;
}
.gong_main .gb_ss-form .yydh-gb-rt1c1 .gb-atit:hover {
  text-decoration: none;
}
.gong_main .gb_ss-form .yydh-gb-rt1c1 .gb-atit p {
  font-size: 10px;
  font-size: 0.1rem;
  line-height: 28px;
  line-height: 0.28rem;
  color: #ec1b24;
  font-weight: bold;
}
.gong_main .gb_ss-form .yydh-gb-rt1c1 .gb-atit p:first-child {
  font-size: 28px;
  font-size: 0.28rem;
}
.gong_main .gb_ss-form .yydh-gb-rt1c1 span {
  width: 70px;
  font-size: 1rem;
  color: #333;
  display: inline-block;
  text-align: center;
  line-height: 2.6rem;
}
.gong_main .gb_ss-form .yydh-gb-btn {
  text-align: center;
}
.gong_main .gb_ss-form .yydh-gb-btn .yydh-gb-btn-right {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.gong_main .gb_ss-form .yydh-gb-btn a {
  width: 48%;
  height: 2.6rem;
  line-height: 2.6rem;
  font-size: 1rem;
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #7fa6e1;
  border-radius: 0px;
  border: none;
}
.gong_main .gb_ss-form .yydh-gb-btn .yydh-gb-bgdan {
  background: #c1cce0;
}
.gong_main .gb_pdf {
  text-align: center;
  margin: 15px auto;
}
.gong_main .gb_pdf a {
  color: #fff;
  font-size: 1rem;
  background: #ee433e;
  padding: .5rem 1rem;
  border-radius: .5rem;
  box-shadow: 0 0 .2rem #eab4b3;
}
.gong_main .gb_pdf a i {
  font-size: 1.4rem;
  color: #fff;
  vertical-align: baseline;
  line-height: 1.4rem;
  padding-top: .5rem;
}
@media (max-width: 750px) {
  .gong_main .gb_topsearch .gb_searchul span {
    display: block;
    width: 100%;
    margin: 0;
  }
  .gong_main .gb_img img {
    width: 90%;
    margin: 0 5%;
  }
#dllym,.web-footer{ display: none;}
.search-wrapper {
  width: 90%;margin-top: 5px;
 }
.logo-wrapper {
  margin-bottom: 10px;
} 
 .header {
        height: 220px;
    }
.toppest-header {
  margin-bottom: 1rem;}
.gong_main .gb-shadow > ul li a.ck{ display: none;}
.gong_main .gb-shadow > ul li a.title{width:100%;padding-left:.3rem;}
}
.zczt .entry{background-color: #4BA1EB;color:#fff;}
.content-wrapper img {max-width: 100%;}