@charset "UTF-8";
.w1200 {
  margin: 0 auto;
  width: 1200px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tc {
  text-align: center;
}

.hide {
  display: none;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.line-ellipsis {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.qz-index {
  padding-top: 120px;
  background: url(../images/qz100.jpg) no-repeat top center;
}

.header {
  position: relative;
  overflow: hidden;
}

.index-header {
  height: 244px;
}

.header-banner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.m-header-banner {
  display: none;
}

.logo-swiper {
  width: 840px;
  height: 94px;
  overflow: hidden;
}

.logo-search-box {
  margin-top: 30px;
}

.logo {
  display: block;
  height: 94px;
}

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

.search {
  margin-top: 24px;
}

.search ::-webkit-input-placeholder {
  font-size: 14px;
  color: #afafaf;
}

.search .search-input-box {
  position: relative;
  padding-left: 54px;
  width: 265px;
  height: 46px;
  border: solid 1px #395384;
  background: #fff;
}

.search .search-input-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 100%;
  background: url(../images/search.png) no-repeat center;
}

.search .search-input {
  width: 100%;
  height: 100%;
}

.search .search-btn-box {
  position: relative;
  width: 75px;
  height: 46px;
  line-height: 46px;
  background-color: #3d5888;
  font-size: 18px;
  text-align: center;
}

.search .search-btn {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/hua2.png) no-repeat center;
  color: #fff;
}

.search .search-btn::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 66px;
  height: 38px;
  border: 1px solid #8f9fba;
}

.nav {
  text-align: center;
  background: #334f84;
  line-height: 64px;
}

.header-ul {
  display: table;
}

.header-ul .header-li {
  display: table-cell;
  width: 171.4px;
}

.header-ul .header-li:hover {
  background: #0187e6;
}

.header-ul .header-li:hover a {
  background: url(../images/hua.png) no-repeat center;
  background-size: contain;
}

.header-ul a {
  display: block;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 22px;
  color: #fff;
}

.header-ul a img {
  display: inline-block;
}

.header-ul a p {
  margin-top: 5px;
}

.header-ul .active {
  background: #0187e6;
}

.header-ul .active a {
  background: url(../images/hua.png) no-repeat center;
  background-size: contain;
}

.footer {
  padding-top: 26px;
  height: 270px;
  background: #2ea2de;
}

.footer .footer-ul .footer-li {
  float: left;
  position: relative;
  margin-right: 24px;
  width: 282px;
  height: 42px;
  line-height: 42px;
  background-color: #ffffff;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  color: #3b3c3f;
  cursor: pointer;
}

.footer .footer-ul .footer-li:last-child {
  margin-right: 0;
}

.footer .footer-ul .footer-li a {
  display: block;
  height: 100%;
}

.footer .footer-bottom {
  margin-top: 30px;
  letter-spacing: 1px;
  font-size: 16px;
  color: #fff;
}

.footer .footer-bottom a {
  display: inline-block;
  color: #fff;
}

.footer .footer-bottom .margin-top16 {
  margin-top: 16px;
}

.footer .footer-sec2 {
  margin-left: 55px;
}

.footer .footer-sec3 {
  margin-left: 32px;
}

.index-main {
  margin-bottom: 60px;
  overflow-x: hidden;
}

.index-main .top-news {
  margin: 20px 0;
  height: 66px;
  overflow: hidden;
  text-align: center;
  color: #ee2622;
}

.index-main .top-news .swiper-slide {
  padding-right: 140px;
  box-sizing: border-box;
  display: table;
}

.index-main .top-news a {
  display: table-cell;
  vertical-align: middle;
  max-width: 100%;
  line-height: 1.4;
  font-size: 24px;
  font-weight: bold;
  color: #ee2622;
}

.index-main .index-section2 .sec2-left {
  width: 650px;
  height: 320px;
  overflow: hidden;
}

.index-main .index-section2 .sec2-left .sec2-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-main .index-section2 .sec2-left a {
  display: block;
  position: relative;
  height: 100%;
}

.index-main .index-section2 .sec2-left img {
  width: 100%;
  height: 100%;
}

.index-main .index-section2 .sec2-mask {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 10px;
  padding-right: 140px;
  width: 100%;
  height: 38px;
  line-height: 38px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #fff;
}

.index-main .index-section2 .sec2-pagination {
  position: absolute;
  right: 40px;
  bottom: 11px;
}

.index-main .index-section2 .sec2-pagination .swiper-pagination-switch {
  display: inline-block;
  margin-right: 16px;
  width: 8px;
  height: 8px;
  background-color: #455e88;
  border-radius: 50%;
  cursor: pointer;
}

.index-main .index-section2 .sec2-pagination .swiper-pagination-switch:last-child {
  margin-right: 0;
}

.index-main .index-section2 .sec2-pagination .swiper-active-switch {
  background-color: #eb272a;
}

.index-main .index-section2 .sec2-right {
  width: 520px;
}

.index-main .index-section2 .sec2-right-nav {
  position: relative;
}

.index-main .index-section2 .animate-img {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 46px;
  width: 100px;
}

.sec-ul {
  font-weight: bold;
  font-size: 20px;
  color: #666666;
}

.sec-ul .sec-li {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  margin-right: 12px;
  cursor: pointer;
}

.sec-ul .sec-li:last-child {
  margin-right: 0;
}

.sec-ul .sec-li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 3px;
  width: 100%;
}

.sec-ul .sec-li:hover {
  color: #3c5788;
}

.sec-ul .active {
  color: #3c5788;
}

.sec-ul .active::after {
  background: #3c5788;
}

.sec-link-group {
  margin-top: 6px;
}

.sec-link-group a {
  padding-right: 14px;
  background: url(../images/more_arr.png) no-repeat;
  background-position: center right 0;
}

.sec-link-group a:hover {
  color: #333;
}

.border-bottom2 {
  border-bottom: 2px solid #3c5788;
}

.sec2-list {
  margin-top: 28px;
  border-top: dashed 1px #efefef;
  height: 251px;
  overflow: hidden;
}

.sec2-list .com-li {
  border-bottom: dashed 1px #efefef;
}

.com-ul .com-li {
  position: relative;
  padding: 15px 105px 15px 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #191a1b;
}

.com-ul .com-li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #cccccc;
}

.com-ul .com-li a {
  color: #191a1b;
}

.com-ul .com-li a:hover {
  color: #ee2622;
}

.com-ul .com-li .time {
  position: absolute;
  right: 0;
}

.govpushinfo150203 li {
  position: relative;
  padding: 15px 105px 15px 18px;
  border-bottom: dashed 1px #efefef;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #191a1b;
}

.govpushinfo150203 li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #cccccc;
}

.govpushinfo150203 li a {
  color: #191a1b;
}

.govpushinfo150203 li a:hover {
  color: #ee2622;
}

.govpushinfo150203 li span {
  position: absolute;
  right: 0;
}

.index-sec3 {
  margin-top: 30px;
}
.sec3-swiper {
  position: relative;
  width: 100%;
  height: 135px;
  overflow: hidden;
}

.sec3-swiper .swiper-slide {
  padding-right: 30px;
  width: 380px;
}

.sec3-swiper .width380 {
  width: 380px;
}

.sec3-swiper .sec3-img {
  display: block;
  width: 380px;
}

.sec3-swiper .sec3-swiper-prev, .sec3-swiper .sec3-swiper-next {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 20px;
  height: 32px;
  background: rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.sec3-swiper .sec3-swiper-prev::after, .sec3-swiper .sec3-swiper-next::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec3-swiper .sec3-swiper-prev {
  left: 0;
}

.sec3-swiper .sec3-swiper-prev::after {
  background: url(../images/i_left.png) no-repeat center;
}

.sec3-swiper .sec3-swiper-next {
  right: 0;
}

.sec3-swiper .sec3-swiper-next::after {
  background: url(../images/i_right.png) no-repeat center;
}

.index-sec4 {
  margin-top: 60px;
}

.sec4-top {
  width: 766px;
  height: 286px;
}

/* 2021.8.25 修改开始 */
.sec4-list {
  margin-top: 20px;
}

.sec4-list .tab-section {
  height: 227px;
  overflow: hidden;
}

.line-bg {
  background: url(../images/n2.gif) center no-repeat;
  background-size: auto 90%;
}

.line-bg .padding-right1 {
  float: left;
  padding-right: 1%;
  width: 48%;
}

.line-bg .padding-left1 {
  float: right;
  padding-left: 1%;
  width: 48%;
}

.line-bg .com-ul .com-li {
  padding: 10px 0 10px 18px;
}

.label-title {
  position: relative;
  margin-bottom: 10px;
  padding-left: 18px;
  font-size: 18px;
  color: #191a1b;
}

.label-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 7px;
  height: 15px;
  background-color: #3c5788;
  border-radius: 4px;
}

.margin-top8 {
  margin-top: 8px;
}

.index-sec5 .sec5-list .label-title {
  margin-top: 13px;
  margin-bottom: 8px;
}

.index-sec5 .sec5-list .com-ul .com-li {
  padding: 10px 0 10px 18px;
}
/* 2021.8.25 修改结束 */

.sec4-right {
  width: 382px;
}

.sec4-right .sec4-ava {
  height: 83px;
}

.sec4-right .com-ul {
  margin-top: 15px;
}

.sec4-right .com-ul .label-title {
  margin-bottom: 8px;
  line-height: 20px;
}

.sec4-right .com-ul .com-li {
  padding: 10px 0 10px 18px;
}

.index-sec5 {
  margin-top: 15px;
}

.index-sec5 .com-ul .com-li {
  padding: 15px 0 15px 18px;
}

.sec5-left {
  width: 766px;
}

.sec5-left .sec5-left-left {
  width: 360px;
}

.sec5-left .sec5-left-right {
  width: 360px;
}

.sec5-right {
  width: 382px;
}

.sec5-right .sec5-title {
  position: relative;
  padding-left: 20px;
  height: 44px;
  line-height: 44px;
  background-color: #dbe1ed;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 20px;
  color: #3c5788;
}

.sec5-right .sec5-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background-color: #3c5788;
}

.sec5-right .sec5-ul a {
  display: block;
}

.sec5-right .sec5-ul .img-wrap {
  margin-bottom: 10px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #6f94c8;
  border-radius: 50%;
  text-align: center;
}

.sec5-right .sec5-ul .img-wrap img {
  display: inline-block;
  vertical-align: middle;
}

.sec5-right .sec5-ul .sec5-li {
  float: left;
  margin-top: 18px;
  width: 33.3%;
  text-align: center;
}

.sec5-right .sec5-ul .sec5-li a {
  font-size: 16px;
  color: #4b4b4b;
}

.sec5-right .sec5-ul .sec5-li a:hover {
  color: #ee2622;
}

.index-sec6 {
  margin-top: 25px;
}

.index-sec6 .sec6-swiper {
  width: 100%;
  height: 110px;
  overflow: hidden;
}

.index-sec6 .sec6-swiper .swiper-slide {
  padding-right: 56px;
  width: 572px;
}

/* 
  其他页面
*/
.public-header {
  height: 170px;
}

.public-nav {
  height: 60px;
  background-color: #334b6e;
}

.public-nav .public-ul {
  font-size: 0;
  text-align: center;
}

.public-nav .public-ul .public-li {
  display: inline-block;
}

.public-nav .public-ul .active a {
  background: #da1726;
}

.public-nav a {
  display: block;
  padding: 0px 11px;
  line-height: 60px;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
}

.public-nav a:hover {
  background: #da1726;
}

.main-container {
  padding: 30px 0;
  background: #f8f8f8;
}

#nav-crumbs {
  padding: 14px 22px;
  background: #fff;
  font-size: 16px;
  color: #636363;
}

#nav-crumbs .map {
  display: inline-block;
  margin-left: 20px;
  width: 13px;
  height: 13px;
  background: url(../images/i_home.png);
}

#nav-crumbs a {
  color: #636363;
}

#list-content {
  margin-top: 30px;
  overflow: hidden;
}

#inside-nav {
  width: 285px;
  height: 100%;
  background: #fff;
}

#inside-nav .title {
  height: 64px;
  text-align: center;
  background: url(../images/gradient_bg.png) no-repeat 100%;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}

#inside-nav .title::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

#inside-nav .title img {
  display: inline-block;
  vertical-align: middle;
}

#inside-nav .title span {
  display: inline-block;
  margin-left: 8px;
  max-width: 80%;
  vertical-align: middle;
}

#inside-nav .inside-ul {
  margin-top: 20px;
}

#inside-nav .inside-ul .inside-li a {
  display: block;
  position: relative;
  padding-left: 52px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  color: #515151;
}

#inside-nav .inside-ul .inside-li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
}

#inside-nav .inside-ul .inside-li a:hover {
  background: url(../images/nav_bg.jpg) no-repeat;
}

#inside-nav .inside-ul .inside-li a:hover::before {
  background-color: #da1928;
}

#inside-nav .inside-ul .active a {
  background: url(../images/nav_bg.jpg) no-repeat;
}

#inside-nav .inside-ul .active a::before {
  background-color: #da1928;
}

#article-info {
  padding: 20px 24px 50px;
  width: 892px;
  background: #fff;
}

#article-info .item-box {
  min-height: 950px;
}

#article-info .item-li {
  position: relative;
  padding: 20px 35px;
}

#article-info .item-li::before {
  content: '';
  position: absolute;
  top: 25px;
  left: 14px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #b5b5b5;
}

#article-info .item-li .item-li-a {
  display: block;
}

#article-info .item-li h2 {
  font-size: 18px;
  color: #636363;
}

#article-info .item-li .other-msg {
  margin-top: 15px;
  font-size: 16px;
  color: #636363;
}

#article-info .item-li .other-msg .resource {
  margin-left: 20px;
}

#article-info .item-li:hover {
  background-color: #f0f3f8;
}

#article-info .item-li:hover h2 {
  color: #db1c2a;
}

#navbox {
  margin-top: 40px;
  text-align: center;
  line-height: 34px;
}

#navbox a {
  display: inline-block;
  margin-right: 4px;
  padding: 0 15px;
  background: #eeeeee;
  color: #000000;
}

#navbox a:last-child {
  margin-right: 0;
}

#navbox span {
  display: inline-block;
  margin-right: 4px;
  padding: 0 15px;
  background: #dc202d;
  color: #fff;
}

/* 
  详情页
*/
.detail-container {
  margin-top: 30px;
  padding: 60px 50px 50px;
  background: #fff;
}

.detail-container img {
  margin: 0 auto !important;
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
}

.detail-container iframe {
  margin: 0 auto !important;
  max-width: 100% !important;
  display: block;
}
.detail-container video {
  max-width: 100% !important;
  display: block;
  margin: 0 auto !important;
}

.detail-container .h2-title {
  font-weight: bold;
  font-size: 24px;
  color: #666666;
  text-align: center;
}

.detail-container .option {
  margin-top: 28px;
  padding: 6px 60px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  color: #848484;
  line-height: 36px;
}

.detail-container .option .time-box {
  display: inline-block;
  margin-right: 26px;
}

.detail-container .option .time-box .time {
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 36px;
  background: url(../images/i_time.png) no-repeat center;
}

.detail-container .option .time-box span {
  display: inline-block;
}

.detail-container .option .resource {
  display: inline-block;
  margin-left: 26px;
}

.detail-container .option .line {
  display: inline-block;
  height: 36px;
  width: 1px;
  background: #eee;
}

.detail-container .option .views {
  margin-left: 12px;
  padding-left: 30px;
  background: url(../images/i_eye.png) no-repeat left center;
}

.detail-container .option .jfontsize {
  margin-top: 2px;
  margin-left: 28px;
}

.detail-container .option .jfontsize a {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  text-align: center;
  margin-right: 15px;
  padding: 3px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 0;
}

.detail-container .option .jfontsize a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.detail-container .option .jfontsize a i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/jfont.png);
  background-repeat: no-repeat;
}

.detail-container .option .jfontsize a:last-child {
  margin-right: 0;
}

#jfontsize-p2 i {
  background-position: 0 0;
}

#jfontsize-p2:hover i {
  background-position: 0 -24px;
}

#jfontsize-m2 i {
  background-position: -24px 0;
}

#jfontsize-m2:hover i {
  background-position: -24px -24px;
}

#jfontsize-d2 i {
  background-position: -48px 0;
}

#jfontsize-d2:hover i {
  background-position: -48px -24px;
}

#bottom {
  padding-top: 45px;
  border-top: 1px solid #eee;
}

#bottom .share {
  font-size: 0;
  position: relative;
}

#bottom .buzzButton, #bottom .bsLiteralDiv {
  display: none !important;
}

#bottom .print {
  font-size: 16px;
}

#bottom .print a {
  color: #797979;
}

#bsWXBox {
  box-sizing: content-box;
}

#article-box {
  padding: 22px 12px 40px;
  line-height: 42px;
  font-size: 16px;
  color: #666666;
}

.prev-next {
  margin-top: 20px;
  font-size: 16px;
  color: #797979;
}

.prev-next li {
  line-height: 28px;
}

.prev-next li a {
  color: #797979;
}

.prev-next li a:hover {
  color: #db1c2a;
}

.model {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.model .model-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  filter: alpha(opacity=30);
  background-color: rgba(0, 0, 0, 0.3);
}

.model .link-model {
  width: 690px;
  height: 226px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.model .link-model .top {
  height: 50px;
  background-color: #eeeeee;
  padding: 18px 30px 17px 0;
  text-align: right;
}

.model .link-model .top .close {
  float: right;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url(../images/icon_close.png);
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=40);
  opacity: .4;
}

.model .link-model .top .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=70);
  opacity: .7;
}

.model .link-model .link_main {
  padding: 45px 0;
  background-color: #fff;
}

.model .link-model .link_main .title {
  font-size: 16px;
  color: #333333;
  text-align: center;
}

.model .link-model .link_footer {
  height: 65px;
  background-color: #eeeeee;
  padding: 15px 70px;
  text-align: right;
}

.model .link-model .link_footer .btn {
  padding: 0;
  display: inline-block;
  width: 98px;
  height: 33px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0;
}

.model .link-model .link_footer .btn.cancel {
  line-height: 32px;
  border: 1px solid #a6a6a6;
  margin-right: 20px;
  background: #fff;
}

.model .link-model .link_footer .btn.confirm {
  line-height: 34px;
  color: #FFFFFF;
  background-color: #1A63B5;
  border: 1px solid #1A63B5;
}


/* 移动端菜单按钮 */
.menu-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  display: none;
}
.menu-btn span {
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  margin-bottom: 6px;
  width: 24px;
  height: 4px;
  background: #334f84;
  transition: all .5s;
}
.menu-btn span:first-child {
  top: 6px;
}
.menu-btn span:last-child {
  top: 22px;
}
.close-btn {
  top: 10%;
  right: 25px;
}
.close-btn span {
  opacity: 0;
  background: #fff;
}
.close-btn span:first-child {
  top: 14px;
  transform: rotate(45deg);
  opacity: 1;
}
.close-btn span:last-child {
  top: 14px;
  transform: rotate(-45deg);
  opacity: 1;
}

/* 移动端导航 */
.mobile-nav {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  padding-top: 30%;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .6);
  display: none;
}
.mobile-nav .public-ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 25px;
}
.mobile-nav .public-ul .public-li {
  margin-right: 4%;
  margin-bottom: 4%;
  width: 48%;
  height: 70px;
  background-color: #334f84;
}
.mobile-nav .public-ul .public-li:nth-child(2n) {
  margin-right: 0;
}
.mobile-nav .public-ul .public-li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  font-size: 16px;
}
.mobile-nav .public-ul .public-li .img-wrap {
  margin-bottom: 8px;
  width: 22px;
  height: 22px;
}
.mobile-nav .public-ul .public-li img {
  max-width: 100%;
  max-height: 100%;
}

/* 移动端更多按钮 */
.m-more-btn {
  margin-top: 10px;
  display: none;
}
.m-more-btn a {
  display: block;
  padding: 10px 0;
  background-color: #ffffff;
	border-radius: 6px;
	border: solid 1px #3d5888;
  font-size: 16px;
  color: #3d5888;
  text-align: center;
}

/*  */
.m-sec6 {
  display: none;
  padding: 0 15px;
  text-align: center;
}
.m-sec6 a {
  display: block;
  margin-bottom: 20px;
}
.m-sec6 img {
  display: inline-block;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  html, body {
    overflow-x: visible;
  }
  .w1200 {
    width: 100%;
  }

  .header {
    padding-top: 26.6%;
    height: 0;
    overflow: visible;
  }

  .menu-btn {
    display: block;
  }

  .public-nav {
    display: none;
  }

  .m-more-btn {
    display: block;
  }

  .header-banner {
    display: none;
  }

  .logo-search-box {
    margin-top: 0;
  }

  .m-header-banner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    max-width: 100%;
  }

  .m-hide {
    display: none;
  }

  .logo-swiper {
    float: none;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 15px;
    width: 77%;
    height: 40px;
  }
  .logo {
    height: 40px;
    display: flex;
    align-items: center;
  }

  .search {
    margin-top: 0;
    padding: 10px 15px;
    width: 100%;
    background: #ebf2ff;
    display: flex;
  }
  .search .search-input-box {
    float: none;
    width: calc(100% - 75px);
  }
  .search .search-btn-box {
    float: none;
  }

  .nav {
    display: none;
  }

  /* 滚动资讯 */
  .index-main {
    overflow-x: visible;
    margin-bottom: 30px;
    margin-top: 76px;
  }
  .index-main .top-news .swiper-slide {
    padding-right: 0;
    width: 100%;
  }
  .index-main .top-news {
    margin: 10px 0;
    width: 100%;
  }
  .index-main .top-news a {
    padding: 0 15px;
    font-size: 20px;
  }

  /* 图文资讯 + 轮播 */
  .index-main .index-section2 .animate-img {
    display: none;
  }
  .index-main .index-section2 .sec2-left {
    float: none;
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 60%;
  }
  .index-main .index-section2 .sec2-left .sec2-swiper {
    position: absolute;
    top: 0;
    left: 0;
  }
  .index-main .index-section2 .sec2-mask {
    padding-left: 15px;
    padding-right: 120px;
  }
  .index-main .index-section2 .sec2-pagination {
    right: 15px;
  }
  .index-main .index-section2 .sec2-pagination .swiper-pagination-switch {
    margin-right: 10px;
  }
  .index-main .index-section2 .sec2-right {
    float: none;
    width: 100%;
    margin-top: 20px;
    padding: 0 15px;
  }
  .sec2-list {
    margin-top: 20px;
  }

  .sec-link-group {
    display: none;
  }
  .sec-ul {
    float: none;
    display: flex;
    justify-content: space-between;
  }
  .sec-ul .sec-li {
    margin-right: 0;
  }

  .index-sec3 {
    position: relative;
    padding-top: 15.9%;
    height: 0;
  }
  .sec3-swiper {
    position: absolute;
    top: 0;
    left: 5px;
    width: calc(100% - 10px);
    height: 100%;
  }
  .sec3-swiper::before, .sec3-swiper::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 10px;
    background: #fff;
  }
  .sec3-swiper::before {
    left: 0;
    z-index: 1;
  }
  .sec3-swiper::after {
    right: 0;
  }
  .sec3-swiper .swiper-slide {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .sec3-swiper .sec3-img {
    width: 100%;
  }
  .sec3-swiper .sec3-img img {
    max-height: 100%;
    width: 100%;
  }
  .sec3-swiper .sec3-swiper-prev, .sec3-swiper .sec3-swiper-next {
    display: none;
  }

  .index-sec4 {
    margin-top: 30px;
    padding: 0 15px;
  }
  .sec4-top {
    float: none;
    height: auto;
    width: auto;
  }
  .sec4-right {
    float: none;
    margin: 0 auto;
    margin-top: 30px;
  }

  .index-sec5 {
    margin-top: 30px;
    padding: 0 15px;
  }
  .sec5-left {
    float: none;
    width: auto;
  }
  .sec5-left .sec5-left-left {
    float: none;
    width: auto;
  }
  .sec5-left .sec5-left-right {
    float: none;
    margin-top: 20px;
    width: auto;
  }
  .sec5-right {
    float: none;
    margin-top: 30px;
    width: auto;
  }

  .index-sec6 .sec6-swiper {
    display: none;
  }
  .m-sec6 {
    display: block;
  }

  /* 页面底部 */
  .footer {
    position: relative;
    padding: 30px 15px 140px;
    height: auto;
  }
  .footer .footer-ul .footer-li {
    margin-right: 4%;
    margin-bottom: 4%;
    width: 48%;
  }
  .footer .footer-ul .footer-li:nth-child(2n) {
    margin-right: 0;
  }
  .footer .footer-sec3 {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  .footer .footer-bottom {
    margin-top: 0;
  }
  .footer .footer-bottom .gov-logo {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer .footer-bottom .margin-top16 {
    margin-top: 10px;
  }
  .footer .footer-sec2 {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .model .link-model {
    width: 70%;
  }
  .model .link-model .link_main {
    padding: 30px;
  }
  .model .link-model .link_footer {
    padding: 15px 30px;
  }

  /* 列表页 */
  .main-container {
    padding: 20px 15px 30px;
    margin-top: 66px;
  }
  #list-content {
    margin-top: 20px;
  }
  #article-info {
    padding: 20px 24px 30px;
    width: calc(100% - 300px);
  }
  #article-info .item-box {
    min-height: auto;
  }
  #navbox {
    margin-top: 25px;
  }
  #navbox a {
    margin-bottom: 10px;
  }

  /* 详情页 */
  .detail-container {
    margin-top: 20px;
    padding: 30px 10px;
  }
  #bottom .print {
    display: none;
  }
  .detail-container .option {
    padding: 6px 15px;
  }
}

@media screen and (max-width: 640px) {
  .index-main .top-news a {
    font-size: 16px;
  }
  .model .link-model {
    width: 80%;
  }

  .detail-container .option .option-left{
    width: 100%;
  }
  .detail-container .option .option-right{
    float: left;
    margin-top: 6px;
  }
  .detail-container .option .line {
    display: none;
  }
  .detail-container .option .time-box {
    margin-right: 0;
    display: block;
    float: none;
    overflow: hidden;
  }
  .detail-container .option .resource {
    margin-left: 0;
    display: block;
    float: none;
  }
  .detail-container .option .jfontsize {
    margin-left: 0;
  }
  .detail-container .option .jfontsize a {
    margin-right: 8px;
  }
  .detail-container img {
    width: 100% !important;
  }
}

@media screen and (max-width: 580px) {
  .footer .footer-ul .footer-li {
    width: 100%;
    margin-right: 0;
  }

  #inside-nav {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }
  #inside-nav .title {
    background-size: cover;
  }
  #article-info {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .sec-ul {
    font-size: 18px;
  }

  .index-sec3 {
    padding-top: 33.2%;
  }

  .line-bg {
    background: none;
  }
  .line-bg .padding-right1 {
    float: none;
    padding-right: 0;
    width: auto;
  }
  .line-bg .padding-left1 {
    float: none;
    padding-left: 0;
    width: auto;
    margin-top: 10px;
  }
  .sec4-list .tab-section {
    height: auto;
  }

  .sec4-right {
    width: auto;
  }
  .sec4-right .sec4-ava {
    position: relative;
    height: 0;
    padding-top: 21.8%;
  }
  .sec4-right .sec4-ava img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }

  .model .link-model {
    width: 90%;
  }

  #article-info {
    padding: 20px 10px 30px;
  }
  #article-info .item-li {
    padding: 20px 10px 20px 30px;
  }
  #article-info .item-li::before {
    left: 7px;
  }
}