@charset "UTF-8";
/*my*/
/*bootstrap*/
@import url(https://at.alicdn.com/t/c/font_4299568_3aja00oh5e6.css);
a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

i,
em {
  font-style: normal;
}

ul,
ol,
dl {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

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

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

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

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

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.fn {
  float: none !important;
}

.lh16 {
  line-height: 1.6;
}

.lh2 {
  line-height: 2;
}

.lh24 {
  line-height: 2.4;
}

.lh26 {
  line-height: 2.6;
}

.lh3 {
  line-height: 3;
}

.tin2 {
  text-indent: 2em;
}

.fz14 {
  font-size: 0.875rem;
}

.fz18 {
  font-size: 1.125rem;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.vam {
  vertical-align: middle !important;
}

.t-left {
  text-align: left !important;
}

.t-right {
  text-align: right !important;
}

.t-center {
  text-align: center !important;
}

.t-lowercase {
  text-transform: lowercase !important;
}

.t-uppercase {
  text-transform: uppercase !important;
}

.t-capitalize {
  text-transform: capitalize !important;
}

.fwn {
  font-weight: normal !important;
}

.fwb {
  font-weight: bold !important;
}

.oh {
  overflow: hidden;
}

.img-auto {
  max-width: initial;
}

.t-white {
  color: #fff !important;
}

.bgf9 {
  background: #f9f9f9;
}

.t-666 {
  color: #666666;
}

.t-999 {
  color: #999999;
}

.w-auto {
  width: auto !important;
}

.h-auto {
  height: auto !important;
}

.mw-auto {
  max-width: inherit;
}

.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.plr15 {
  padding-left: 15px;
  padding-right: 15px;
}

.plr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.plr25 {
  padding-left: 25px;
  padding-right: 25px;
}

.plr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.ptb5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cp {
  cursor: pointer;
}

.btn-text {
  border: 0 !important;
  background: none;
}

.nobg {
  background: none !important;
}

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

.article-content img,
.article-content video,
.article-content table {
  display: block;
  margin: 0 auto;
}
.article-content table {
  display: table;
  max-width: 100%;
}

@media print {
  @page {
    size: A4 portrait;
    margin-top: 0mm;
    margin-bottom: 0mm;
  }
  .article-info {
    font-size: 0.875rem;
  }
}
/*
.msg{ line-height: 2; &-intro{ color : #666; span{!*width: 80px;*! display: inline-block; !*text-align: right;*!} a{color : #666;} } &-content{ min-height: 400px; font-size : 16px; img{margin : 0 auto; display : block;} }
}
*/
:root {
  --bs-link-hover-color-rgb: 18, 93, 178; /*重写swiper*/
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-color: var(--bs-primary);
}

p {
  margin-bottom: 0;
}

.fz12 {
  font-size: 0.75rem;
}

.fz14 {
  font-size: 0.875rem;
}

.fz18 {
  font-size: 1.125rem;
}

.fz30 {
  font-size: 30px;
}

.fz32{
  font-size: 32px;
}

.fz36 {
  font-size: 36px;
}

.head-tips {
  white-space: nowrap;
  width: 32px;
  overflow: hidden;
}

header {
  position: relative;
}
.header-bg {
  height: 430px; /*background: #dfeeff url("../images/body_bg.png") no-repeat center 0;*/
}
.dwgk-bg {
  height: 430px;
}
.header-nav {
  font-size: 22px;
}
.header-nav .nav-item {
  position: relative;
  margin-left: 1px;
}
.header-nav .nav-item:hover .dropdown-menu {
  display: block;
}
.header-nav .dropdown-menu {
  border-radius: 0 0 5px 5px;
  display: none;
  width: 100%;
  border: 0;
  background: var(--bs-primary);
  padding-top: 0;
  text-align: center;
}
.header-nav .dropdown-item {
  --bs-dropdown-item-padding-y: 0.5rem;
  font-size: 18px;
  background: 0;
  color: #ffffff;
}
.header-nav .nav-link {
  --bs-nav-link-padding-y: 1rem;
  color: var(--bs-primary);
  margin-left: 5px;
}
.header-nav .nav-link:first-child {
  margin-left: 0;
}
.header-nav .iconfont {
  font-size: 20px;
  margin-right: 10px;
}
.header-nav .active,
.header-nav a:hover {
  background: #1f67c3;
}

main {
  background: url("../images/body_bg.jpg") no-repeat center 0;
}

.picnews .swiper-slide img {
  width: 100%;
  height: 100%;
}
.picnews .swiper-slide p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 70%;
  margin-bottom: 0;
  padding: 10px 0;
  color: #ffffff;
  z-index: 999;
  text-indent: 1em;
}
.picnews .swiper-slide:after {
  content: "";
  position: absolute;
  z-index: 111;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  background: rgba(0, 0, 0, 0.4);
}
.picnews .swiper-pagination {
  position: absolute;
  max-width: 30%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  left: auto !important;
  right: 10px;
  z-index: 9999;
  bottom: 16px !important;
}

.tab-active-top2px .tab-hd {
  background: var(--bs-light-rgb);
  border: 1px solid var(--bs-border-color);
}
.tab-active-top2px .tab-hd .nav-link {
  /*        border-top: 2px solid var(--bs-light-rgb); border-bottom: 1px solid var(--bs-light-rgb); //border-right: 1px solid var(--bs-border-color); border-left: 1px solid var(--bs-light-rgb);*/
  border: 1px solid var(--bs-light-rgb);
  border-top: 2px solid var(--bs-light-rgb);
  position: relative;
}
.tab-active-top2px .tab-hd .active {
  color: #0954a9;
  font-weight: bold;
}
.tab-active-top2px .tab-hd .active:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%; /*border-width: 1px;
border-style: solid;
border-bottom-color: #fff;*/
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  box-sizing: border-box;
  pointer-events: none;
  border-top: 2px solid #0954a9;
  border-bottom: 1px solid #fff;
  height: calc(100% + 1px);
}
.tab-active-top2px .tab-hd .nav-link:first-child:after {
  border-left: 0;
}
.tab-active-bottom4px .tab-hd {
  line-height: 1;
}
.tab-active-bottom4px .tab-hd .nav-link {
  border-bottom: 4px solid transparent;
  padding: 0;
  padding-bottom: 0.75rem;
}
.tab-active-bottom4px .tab-hd .active {
  color: #0954a9;
  border-color: #0954a9;
  font-weight: bold;
  position: relative;
}
.tab-active-bottom4px .tab-hd .active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #0954a9;
}
.tab-active-hoverbg .tab-hd .nav-link {
  border: 0;
  padding: initial;
}
.tab-active-hoverbg .tab-hd .nav-more {
  display: none;
}
.tab-active-hoverbg .tab-hd > .active {
  color: rgb(var(--bs-primary-rgb));
}
.tab-active-hoverbg .tab-hd > .active:after {
  content: normal;
}
.tab-active-hoverbg .tab-hd > .active .nav-more {
  display: block;
}
.tab-active-leader .tab-hd .nav-link {
  background: #e6e6e6;
}
.tab-active-leader .tab-hd .iconfont {
  display: none;
}
.tab-active-leader .tab-hd > .active {
  background-color: #0954a9 !important;
  color: #fff;
}
.tab-active-leader .tab-hd > .active .iconfont {
  display: inline-block;
}

.news-list li {
  padding-left: 20px;
  background: url("../images/disc.png") no-repeat 0 center;
  overflow: hidden;
  line-height: 2.6;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  /* &:before{ content:'·'; font-size: 16px; font-weight:bold; color:#666; margin-right: 7px; }*/
}
.news-list li a {
  flex: 1;
  margin-right: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list li span {
  float: right;
  color: #666;
  /* padding-right: 15px; */
}
.news-list-date a {
  margin-top: 26px;
}
.news-list-date a:hover {
  box-shadow: 0 1px 8px #ccc;
}
.news-list-date a:hover .time {
  background: #0954a9;
  color: #ffffff;
}
.news-list-date .time {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding: 20px;
  margin-right: 20px;
  background: #f8f8f8;
}
.news-list-pic a {
  overflow: hidden;
  display: flex;
}
.news-list-pic a .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 169px;
  overflow: hidden;
}
.news-list-pic a .text {
  flex: 1;
}
.news-list-pic a .text .title {
  font-weight: bold;
}
.news-list-pic a .text .intro {
  color: #666;
  line-height: 1.6;
  text-align: justify !important;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list-pic a .text .date {
  color: #666;
  margin-top: 15px;
  display: inline-block;
}
.news-list-pic a:hover .img img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  transition: 0.5s;
}
.news-list-video {
  margin-top: 1px;
}
.news-list-video li {
  text-align: center;
}
.news-list-video .img {
  display: flex;
  align-items: center;
  justify-content: center; /*width : 390px;*/
  height: 310px;
  overflow: hidden;
}
.news-list-video .img img {
  height: 100%;
  width: 100%;
}
.news-list-video-text {
  padding: 15px;
  line-height: 2;
}
.news-list-video a {
  background: #ffffff;
  display: block;
}
.news-list-video a p {
  font-size: 18px;
  font-weight: bold;
}
.news-list-video a span {
  display: inline-block;
  color: #999999;
}
.news-list-video a:hover .img img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  transition: 0.5s;
}
.news-list-full li a {
  margin-right: 0;
}
.news-list-pl0 li {
  padding-left: 0;
}
.news-list-lh li {
  line-height: var(--bs-body-line-height);
}
.news-list-nodisc li {
  background: 0 !important;
  padding-left: 0;
}

.title1 {
  position: relative;
}
.title1:before,
.title1:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #0954a9;
}
.title1-box {
  flex-shrink: 0;
}
.title1-box:before,
.title1-box:after {
  content: "//";
  color: #0954a9;
  font-size: 1.2rem;
  padding: 0 10px;
}
.title1-cn {
  font-size: 1.875rem;
  text-align: center;
}
.title1-en {
  font-size: 0.75rem;
  letter-spacing: 2px;
}
.title2 {
  background: url("../images/title_bg.png") no-repeat center center/contain;
  color: #ffffff;
  text-align: center;
}
.title3 {
  position: relative;
}
.title3:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  width: 16px;
  height: 32px;
  background-image: linear-gradient(
    63deg,
    #128dbf 50%,
    rgba(255, 255, 255, 0) 50%
  );
}

.i-govopen-bg {
  background: url("../images/i_govopen_bg.jpg") repeat-x;
}

.swiper-special .swiper-slide img {
  height: 100%;
  width: 100%;
}

.online-interview {
  background: url("../images/online_interview_bg.png") no-repeat center
    center/cover;
}

.fuwu a {
  display: block;
}

.qlinks li > a > div {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
}
.qlinks .iconfont {
  font-size: 28px;
  line-height: 1;
}

.sy-email table tr td:first-of-type {
  text-align: center;
}
.sy-email table a {
  width: 430px;
  display: block;
}

.leaders-nav .nav-link {
  border-bottom: 1px solid var(--bs-border-color);
  text-indent: 22px;
}
.leaders-nav .nav-link:before {
  font-family: iconfont;
  font-size: 14px;
  padding-right: 5px;
  content: "\e6a7";
}
.leaders-nav .active {
  color: rgb(var(--bs-primary-rgb));
  font-weight: bold;
}

.about-nav a {
  background: url(../images/about_nav_bg.png) no-repeat center center;
  width: 141px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-gk-nav .nav-link {
  width: 117px;
  background: url(https://www.chuanshan.gov.cn/documents/10184/18936/20200316095213148QQTPCPXY.png)
    no-repeat 0 center;
}

.side-menu .active {
  color: var(--bs-primary);
}
.side-menu .lv1 {
  position: relative; /*display: block;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.side-menu .lv1:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  transition: 0.3s;
  transform: rotate(45deg);
  background-color: transparent; /* 模块背景为透明 */
  border-color: var(--bs-link-color);
  border-style: solid;
  border-width: 1px 1px 0 0;
}
.side-menu .lv1.on:after {
  transform: rotate(135deg);
}
.side-menu .lv1.no-after:after {
  content: none;
}
.side-menu .lv2 {
  display: none;
}

.zcwjk-menu .active {
  color: var(--bs-primary);
}
.zcwjk-menu .lv1 {
  position: relative; /*display: block;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #0954a9;
  background: #fff;
  color: #0954a9;
  font-weight: bold;
}
.zcwjk-menu .lv2 {
  display: none;
  background: #fff;
  font-size: 18px;
}
.zcwjk-menu li.on .lv1 {
  background: #0954a9;
  color: #ffffff;
}

.swiper-pics {
  overflow: hidden;
}
.swiper-pics .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.swiper-pics .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-pics .swiper-slide p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 6px 20px;
  color: #ffffff;
  margin: 0;
}
.swiper-pics .swiper-slide p:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.4);
}

.wgk-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-top: 33px solid #ddd;
  border-right: 33px solid #fff;
}
.wgk-tab-head > .nav-link {
  height: 201px;
  font-size: 24px;
  cursor: pointer;
  transition: 0.3s;
  top: 0;
  position: relative;
}
.wgk-tab-head > .nav-link .iconfont {
  display: block;
  font-size: 58px;
  margin-top: 7px;
}
.wgk-tab-head > .nav-link.active {
  top: 20px;
}

.biaoqian {
  position: relative;
  width: 32px;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  padding-top: 2px;
}
.biaoqian:before {
  content: "";
  width: 0;
  height: 58px;
  border-width: 14px;
  border-style: solid;
  border-color: #0954a9 #0954a9 transparent #0954a9;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  margin: 0;
}
.biaoqian:after {
  content: " 回放";
  width: 14px;
  text-align: center;
  font-size: 14px;
  top: 4px;
  position: absolute;
  transform: translate(-25%);
}

.search-param .active {
  color: #0954a9;
}
.search-param span {
  width: 100px;
  display: inline-block;
  text-align: right;
}

.dwgk {
  --bs-primary: #b90e0e;
  --bs-primary-rgb: 185, 14, 14;
  --bs-link-hover-color-rgb: 185, 14, 14;
}
.dwgk .header-nav .active,
.dwgk .header-nav a:hover {
  background: #a50e0e;
}
.dwgk .tab-active-bottom4px .tab-hd .active {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.dwgk .tab-active-bottom4px .tab-hd .active:after {
  border-bottom: 10px solid var(--bs-primary);
}
.dwgk .news-list li {
  background: url("../images/disc_red.png") no-repeat 0 center;
}

.text-storke {
  text-shadow: 0 2px white, 2px 0 white, -2px 0 white, 0 -2px white;
}

.zwgk-side-bg {
  background: #f3f9ff url("../images/zwgk_side_bg.jpg") no-repeat center 0 /
    cover;
}
.zwgk-side-title {
  background: #f3f9ff url("../images/zwgk_side_bg.jpg") no-repeat center 0 /
    cover;
}
.zwgk-side-xxgk a > div {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(#2a7bd7, #125db2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.zwgk-side-xxgk a > div i {
  color: #fff;
}

.zwgk-zdly .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.zwgk-zdly .swiper-slide img {
  height: 36px;
}
.zwgk-zdly .swiper-slide span {
  margin-top: 10px;
}

.wgk-item {
  height: 164px;
  background: #f3f9ff; /*justify-content: center;*/
  cursor: pointer;
}
.wgk-item.active {
  background: url("../images/zwgk_wgk_bg.jpg") no-repeat 0 center/cover;
}
.wgk-item.active .wgk-item-links {
  display: block;
}
.wgk-item-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  gap: 0.5rem;
  color: #0954a9;
  min-width: 141px;
}
.wgk-item-title i {
  font-size: 45px;
  line-height: 1.5;
  font-weight: normal;
}
.wgk-item-title span {
  /* font-weight:bold;*/ /*font-size: 18px;*/
}
.wgk-item-links {
  display: none;
}
.wgk-item-links a {
  min-width: 33.333333%;
}

.zmhd-yjzj-date {
  max-width: 137px;
}
.zmhd-yjzj-date > div {
  min-height: 43px;
}

.wxwb-icon-bg {
  width: 95px;
  height: 95px;
}
.wxwb-icon-bg .iconfont {
  font-size: 45px;
}

.scaleimg a {
  overflow: hidden;
}

.mytooltips:before {
  content: "";
  width: 0;
  height: 14px;
  border-width: 14px;
  border-style: solid;
  border-color: #0954a9 transparent transparent transparent;
  position: absolute;
  top: 1px;
  left: 50%;
  z-index: 44;
  margin-left: -16px;
  display: none;
}
.mytooltips:after {
  content: "";
  width: 0;
  height: 14px;
  border-width: 14px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -16px;
  z-index: 44;
  display: none;
}
.mytooltips-content {
  display: none;
  background: #ffffff;
  min-width: 300px;
  bottom: calc(100% - 2px);
  left: 50%;
  margin-left: calc(0px - (100% / 2 + 15px));
  z-index: 33;
}
.mytooltips:hover:before,
.mytooltips:hover:after,
.mytooltips:hover .mytooltips-content {
  display: block;
}

/*footer s*/
footer {
  /* 友情链接 */
}
footer .border-top,
footer .border-bottom {
  border-color: #a29a93 !important;
}
footer .friend-links {
  color: initial;
}
footer .friend-links span:first-child,
footer .friend-links dt {
  height: 40px;
  line-height: 40px;
  padding: 0 2em 0 0;
}
footer .friend-links dt {
  cursor: pointer;
}
footer .friend-links dt:after {
  content: " ▲";
  color: #999;
}
footer .friend-links dt.no-after:after {
  content: "";
}
footer .friend-links dl {
  display: inline-block;
}
footer .friend-links dd {
  display: none;
  position: absolute;
  left: 0;
  bottom: 32px;
  z-index: 999;
  width: 100%;
  box-sizing: border-box;
  background: #f1f1f1;
}
footer .friend-links dl:hover dt {
  background: #f1f1f1;
  color: var(--bs-primary);
}
footer .friend-links dl:hover dt:after {
  color: var(--bs-primary);
}
footer .friend-links dl:hover dd {
  display: block;
  transition: 0.3s;
}

/*footer e*/
.fixed-right-tools {
  position: fixed;
  right: 20px;
  top: 35%; /*.btn{ border : 0; display: inline-block; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; white-space: nowrap; padding: 9px 12px; border-radius: 4px; user-select: none;
}
.btn .iconfont{ font-size : 28px; color : #ffffff; }*/
}
.fixed-right-tools button:hover {
  border-color: #0954a9 !important;
}
.fixed-right-tools button:hover .iconfont {
  color: #0954a9;
}
.fixed-right-tools .pos-r {
  position: relative;
}
.fixed-right-tools .pos-r:hover .qrcode {
  display: block;
}
.fixed-right-tools .qrcode {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -70px;
  right: 70px;
  text-align: center;
  background: #fff;
  width: 140px;
  height: 140px;
  border: 2px solid #0954a9;
}
.fixed-right-tools .qrcode:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -10px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: dashed;
  border-color: transparent;
  overflow: hidden;
  border-left-style: solid;
  border-left-color: #0954a9;
  border-width: 10px;
}
.fixed-right-tools .qrcode img {
  /*position: absolute;*/
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
}
#InfoContent a{color:red;}
/* .container {
  max-width: 1320px !important;
  width: 1320px;
} */

/* @media screen and (max-width: 1200px) {
  body {
    width: 1320px;
  }
} */
@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
  .header-bg .nav-link {
    padding: 0;
  }
  .header-bg .nav-left {
    display: none !important;
  }
  .header-bg .nav-right > * {
    margin-left: 10px;
  }
  .header-bg button {
    margin-left: -120px !important;
  }
  .header-nav {
    font-size: 18px !important;
  }
  .nobg .index_erweima a {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .fixed-right-tools {
    z-index: 99;
  }
  .swiper-topnews .swiper-wrapper .swiper-slide div:nth-of-type(1) {
    font-size: 18px !important;
  }
}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
  .swiper-header {
    height: 280px !important;
  }
  .header-bg {
    height: 280px;
  }
  .header-bg .nav-link {
    padding: 0;
  }
  .header-bg .nav-left {
    display: none !important;
  }
  .header-bg .nav-right > * {
    margin-left: 10px;
  }
  .header-bg input {
    padding: 14px !important;
  }
  /* .header-bg .nav-right a:nth-of-type(4) {
    display: none !important;
  } */
  .header-bg .nav-right span:nth-of-type(4) {
    display: none !important;
  }
  .header-bg .nav-right a:nth-of-type(5) {
    display: none !important;
  }
  .header-bg .nav-right span:nth-of-type(5) {
    display: none !important;
  }
  /* .header-bg .nav-right span:nth-of-type(3) {
    display: none !important;
  } */
  .header-bg .nav-right span:nth-of-type(6) {
    display: none !important;
  }
  .header-bg .nav-right span:nth-of-type(7) {
    display: none !important;
  }
  .header-bg .nav-right a:nth-of-type(6) {
    display: none !important;
  }
  .header-bg .guohui {
    width: 50px;
    height: 50px !important;
  }
  .header-bg input {
    width: 350px !important;
  }
  .header-bg button {
    margin-left: -116px !important;
  }
  .header-nav {
    font-size: 1rem !important;
  }
  /* .header-nav {
    display: flex;
    flex-wrap: wrap;
  } */
  .nobg .swiper-topnews a {
    font-size: 14px !important;
  }
  .title1-cn {
    font-size: 1.5rem;
    text-align: center;
  }
  .title1-en {
    font-size: 0.5rem;
    letter-spacing: 2px;
  }
  .swiper-hengfu {
    height: 80px;
  }
  .swiper-hengfu .swiper-wrapper img {
    height: 100%;
  }
  .swiper-picnews {
    height: 197px !important;
  }
  .text-center.fz36.fw-bold.lh1.text-truncate {
    font-size: 18px;
  }
  .tab-active-bottom4px .tab-hd .nav-link {
    font-size: 16px;
  }
  .tab-active-bottom4px .tab-content #wsdc_list span {
    display: none;
  }
  .nobg .index_erweima a {
    width: 100% !important;
    margin-bottom: 10px;
  }
  footer .nav-link {
    padding: 0 10px;
  }
  footer .index_img03 {
    height: 58px !important;
  }
  .footer-link {
    display: none;
  }
  .fixed-right-tools {
    display: none;
  }
  /* 领导列表 */
  .leaders-list a img {
    height: 157px;
  }
  /* 政民互动 */
  .zmhd-deadline {
    font-size: 16px !important;
  }
  .zjdc-list ul li span {
    width: 60px;
  }
  /* 领导信箱列表 */
  .tab-content #page_div {
    height: 60px;
  }
  /* 在线访谈列表 */
  .tab-content .n-list .note {
    display: flex;
    flex-direction: column;
  }
  .tab-content .n-list .note b {
    width: 100%;
    height: 100%;
  }
  .tab-content .n-list .note p {
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .tab-content .n-list .note .info {
    display: flex;
    flex-direction: column;
    height: 60px;
  }
  /* 征集调查列表 */
  .tab-content .news-list-wrap li {
    display: flex;
    flex-direction: column;
    background: none !important;
    padding-left: 0;
  }
}
