@charset "UTF-8";
/* base */
@media print {
  a[href]:after {
    content: none !important;
  }
  .noprint {
    display: none;
  }
}
:root {
  --text-color:#333;
  --text-color-hvr:#dcaf3b;
  --on-color:rgba(0, 107, 190, 0.8);
  --bg-color:rgba(0, 107, 190, 0.8);
}

.txt-hover-def {
  color: #dcaf3b !important;
}

img {
  display: inline-block;
}

.local_box li {
  display: inline-block;
}

.clb {
  clear: both;
}

.h20 {
  height: 20px;
}

.w {
  width: 1200px;
  max-width: 100%;
  margin: auto;
}

.radius {
  border-radius: 4px;
}

.pl0 {
  padding-left: 0;
}

.pr0 {
  padding-right: 0;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.h10 {
  height: 10px;
}

.h20 {
  height: 20px;
}

.h30 {
  height: 30px;
}

p {
  margin: 0;
}

.container {
  width: 1200px !important;
}

body {
  min-width: 1200px;
  color: #999;
  font-size: 14px;
  background: #fafafa;
}

.ui-sanjiao {
  width: 100%;
  padding-bottom: 100%;
  height: 50px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.ui-sanjiao:after {
  position: absolute;
  content: "";
  bottom: 0;
  top: 0;
  width: 200%;
  height: 200%;
  background: #9A0C14;
  -webkit-transform: rotate(410deg) translate(-86%);
      -ms-transform: rotate(410deg) translate(-86%);
          transform: rotate(410deg) translate(-86%);
}

.hvr-fade:active,
.hvr-fade:focus,
.hvr-fade:hover {
  background-color: #666 !important;
}

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

.box {
  overflow: hidden;
}

.box-shadow {
  -webkit-box-shadow: 1px 1px 6px 1px lightgrey;
          box-shadow: 1px 1px 6px 1px lightgrey;
}

ul {
  padding-left: 0;
  list-style: none;
}

a {
  color: #666;
  text-decoration: none !important;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ui-hd {
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #A9090F;
  margin-bottom: 20px;
}
.ui-hd .hd-name {
  float: left;
  font-size: 24px;
  color: #A9090F;
}
.ui-hd .hd-more {
  float: right;
  margin-top: 5px;
  color: #A9090F;
}
.ui-hd .hd-more a {
  color: #A9090F;
}

.ui-preTri {
  position: relative;
  padding-left: 12px;
}
.ui-preTri::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: #999;
}

.ui-preTri-2 {
  position: relative;
  padding-left: 12px;
}
.ui-preTri-2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 4px solid transparent;
  border-left-color: #666;
}
.ui-preTri-2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 4px solid transparent;
  border-left-color: #666;
}
.ui-preTri-2:hover::before, .ui-preTri-2:hover::after {
  border-left-color: #9A0C14;
}

.ui-preDot {
  position: relative;
  padding-left: 12px;
}
.ui-preDot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 2px solid #ddd;
  border-radius: 50%;
}

.list {
  list-style: none;
}
.list li {
  height: 36px;
  line-height: 36px;
  padding-right: 100px;
  position: relative;
}
.list li a {
  display: block;
  font-size: 14px;
}
.list li a:hover {
  color: #9A0C14;
}
.list li .time {
  color: #999;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
}

.g-bd {
  margin: 30px auto;
}

.g-sd {
  min-height: 330px;
}

.g-mn {
  min-height: 735px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .sj {
    display: none;
  }
  #header {
    height: 500px;
  }
}
@media (max-width: 768px) {
  body {
    width: 100%;
    min-width: auto;
  }
  .column-list {
    padding-bottom: 20px !important;
    margin-bottom: 20px;
  }
  .container {
    width: 100% !important;
  }
  .g-sd {
    display: none;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .g-mn {
    width: 100% !important;
  }
  .pc {
    display: none;
  }
  #nry .g-mn {
    padding: 20px 0 !important;
  }
}
.scrollbar ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
}
.scrollbar ::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  -webkit-box-shadow: #f5f5f5;
  background: #bad3ec; /*设置滚动条颜色*/
}
.scrollbar ::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: #f5f5f5;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

/* header */
.zz .pc {
  display: none;
}
.zz .g-hd {
  background: url(/newsy/static/img/bg.png) no-repeat;
  background-size: 100% 100%;
}
.zz .g-hd .hd-top {
  background: #E1E2E6;
  height: 35px;
  line-height: 35px;
}
.zz .g-hd .container {
  position: relative;
  height: 728px;
}
.zz .g-hd .m-logo {
  display: block;
  margin-top: 80px;
  margin-bottom: 46px;
  top: 75px;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
}
.zz .g-hd .m-logo img {
  width: 500px;
  max-width: 60%;
}
.zz .g-hd .top-txt2 {
  bottom: 70px;
  margin: auto;
  left: 0;
  right: 0;
  font-size: 54px;
  text-align: center;
  font-weight: bold;
  font-size: 54px;
  letter-spacing: 0px;
  color: #f96400;
  text-shadow: 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff;
}
.zz .g-hd .switch {
  display: inline-block;
  width: 187px;
  height: 36px;
  background-color: #5b87d4;
  border-radius: 11px;
  margin-left: 20px;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zz .g-hd .switch i {
  width: 1px;
  height: 15px;
  line-height: 70px;
  background: #fff;
  display: inline-block;
}
.zz .g-hd .switch a {
  display: block;
  width: 49%;
  color: #fff;
}
.zz .g-hd .m-logo img {
  max-width: 100%;
}
.zz .g-hd .m-search {
  position: absolute;
  top: 325px;
  z-index: 99;
  right: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
  width: 560px;
  height: 48px;
  line-height: 48px;
}
.zz .g-hd .m-search .search_btn {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  width: 90px;
  border: 0;
  outline: none;
  color: #fff;
  font-size: 25px;
  letter-spacing: 1px;
  background: url("/newsy/static/img/btnbg.png") 100% 100%;
  opacity: 0.9;
}
.zz .g-hd .m-search .search_text {
  height: 48px;
  line-height: 48px;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-right: 100px;
  padding-left: 10px;
  border: 1px solid #ccc;
  outline: none;
  background-color: rgba(255, 255, 255, 0.9);
}
.zz .g-hd .m-search .search_text::-webkit-input-placeholder {
  color: #fff;
}
.zz .g-hd .m-login {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 30px;
  line-height: 30px;
  z-index: 99;
}
.zz .menu-btn {
  position: absolute;
  color: #fff;
  font-size: 24px;
  right: 20px;
  top: 20px;
  z-index: 9999;
}
.zz .g-nav {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--bg-color), 0.8);
  z-index: 999;
}
.zz .g-nav .wrapper {
  position: relative;
  margin: auto;
}
.zz .g-nav .nav {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.zz .g-nav .nav a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  display: block;
  letter-spacing: 0;
  color: #fff;
}
.zz .g-nav .nav .nLi {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: center;
}
.zz .g-nav .nav .nLi h3 {
  display: inline-block;
  margin: 0;
}
.zz .g-nav .nav .nLi h3 a {
  width: 100px;
  font-size: 16px;
  height: 70px;
  line-height: 70px;
  display: block;
  text-align: center;
  font-family: SourceHanSansCN-Medium;
  font-size: 27px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.zz .g-nav .nav .nLi.on h3 a {
  color: #dcaf3b;
}
.zz .g-nav .nav .sub {
  line-height: 32px;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 100%;
  height: auto;
  padding: 0 20px;
  text-align: center;
  border-radius: 0 0 4px 4px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  border-top: 4px solid var(--bg-color);
  white-space: nowrap;
}
.zz .g-nav .nav .sub li {
  zoom: 1;
}
.zz .g-nav .nav .sub li:nth-child(1) {
  margin-top: 10px;
}
.zz .g-nav .nav .sub li:nth-last-child(1) {
  margin-bottom: 10px;
}
.zz .g-nav .nav .sub a {
  font-size: 16px;
  line-height: 30px;
  display: block;
  text-align: center;
  color: #666;
}
.zz .g-nav .nav .sub a:hover {
  color: var(--bg-color) !important;
}

/* footer */
.g-footer {
  background: #4B4F50;
  background-size: cover;
  color: #fff;
}
.g-footer br {
  display: none;
}
.g-footer .m-yqlj {
  background: #606364;
  line-height: 54px;
  padding-top: 10px;
}
.g-footer .m-yqlj .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.g-footer .m-yqlj .btn-default {
  background: none;
  color: #fff;
  border: 0;
  outline: none;
}
.g-footer .ft-bottom {
  padding: 20px 0;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-footer .ft-bottom * {
  margin-bottom: 4px;
}
.g-footer .ft-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.g-footer .ft-1 img {
  margin-right: 10px;
}
.g-footer .ft-2 {
  margin-bottom: 10px;
}
.g-footer .ft-2 p:nth-child(2) {
  text-indent: 16px;
}
.g-footer .ft-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.g-footer .ft-3 .ft-3-item {
  padding: 0 6px;
  text-align: center;
}

@media (max-width: 768px) {
  .g-footer br {
    display: block;
  }
  .g-footer .ft-2 p:nth-child(2) {
    text-indent: 0;
  }
}
/* homePage */
#homePage.zz {
  background: url("/newsy/static/img/bg.png") no-repeat;
  min-width: 1200px;
}
#homePage.zz .sj,
#homePage.zz .pc {
  display: none;
}
#homePage.zz #header {
  margin-bottom: 20px;
}
#homePage.zz .ty-hd {
  position: relative;
  display: block;
  border-left: 0;
  border-right: 0;
  line-height: 30px;
  margin-bottom: 20px;
}
#homePage.zz .ty-hd:hover {
  color: var(--bg-color);
}
#homePage.zz .ty-hd .icon {
  margin-right: 10px;
}
#homePage.zz .ty-hd .hd-1 {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  text-align: center;
  color: #006bbe;
}
#homePage.zz .ty-hd .hd-2 {
  font-size: 16px;
  opacity: 0.7;
}
#homePage.zz .ty-hd .hd-more {
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  font-size: 14px;
}
#homePage.zz .ty-list {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#homePage.zz .ty-list li {
  position: relative;
  line-height: 2;
  font-size: 20px;
  padding: 0;
}
#homePage.zz .ty-list li a {
  display: block;
}
#homePage.zz .ty-list li a:hover {
  color: var(--bg-color);
}
#homePage.zz .ty-list .time {
  font-size: 18px;
  right: 0;
  float: right;
  margin-left: 10px;
}
#homePage.zz .m-xwzx {
  padding: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-bottom: 40px;
}
#homePage.zz .m-xwzx .more {
  margin-top: 40px;
  display: block;
  font-family: PingFang-SC-Heavy;
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 13px;
  letter-spacing: 1px;
  color: #2298f3;
  text-align: center;
}
#homePage.zz .m-kstd {
  margin-top: -330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
#homePage.zz .m-kstd .item {
  text-align: center;
  display: block;
  width: 236px;
  height: 156px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
#homePage.zz .m-kstd .item .pic {
  -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
          transform: translateY(-25%);
  margin: auto;
}
#homePage.zz .m-kstd .item .pic img {
  width: 98px;
  height: 98px;
}
#homePage.zz .m-kstd .item .tit {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
}
#homePage.zz .m-kstd .item .desc {
  font-size: 14px;
  letter-spacing: 0px;
  color: #999999;
}
#homePage.zz .box_01 {
  margin-top: 30px;
  margin-bottom: 30px;
}
#homePage.zz .box_01_02 .slideTxtBox {
  text-align: left;
}
#homePage.zz .box_01_02 .slideTxtBox .hd {
  margin-bottom: 20px;
  position: relative;
  color: #555;
}
#homePage.zz .box_01_02 .slideTxtBox .hd > img {
  float: left;
  display: inline-block;
  line-height: 40px;
}
#homePage.zz .box_01_02 .slideTxtBox .hd ul {
  display: inline-block;
  margin-top: -10px;
}
#homePage.zz .box_01_02 .slideTxtBox .hd ul li {
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
}
#homePage.zz .box_01_02 .slideTxtBox .hd ul li a {
  display: block;
  font-size: 22px;
}
#homePage.zz .box_01_02 .slideTxtBox .hd-more {
  position: absolute;
  right: 0;
  top: -10px;
  display: none;
}
#homePage.zz .box_01_02 .slideTxtBox .on .name {
  color: var(--bg-color);
  font-weight: bold;
  border-bottom: 4px solid var(--bg-color);
}
#homePage.zz .box_01_02 .slideTxtBox .on .hd-more {
  display: block;
}
#homePage.zz .box_01_02 .slideTxtBox .hd ul li.on:after {
  opacity: 1;
}
#homePage.zz .box_01_02 .slideTxtBox .hd ul li.on .more {
  display: block;
}
#homePage.zz .box_01_02 .slideTxtBox .bd {
  min-height: 220px;
}
#homePage.zz .box_01_02 .slideTxtBox .bd .list li {
  overflow: inherit;
  position: relative;
}
#homePage.zz .box_01_02 .slideTxtBox .bd .list li a:hover {
  color: #333;
}
#homePage.zz .box_01_02 .slideTxtBox .bd .list li::before {
  position: absolute;
  font-size: 30px;
  top: 50%;
  border: 1.5px solid #000;
  border-radius: 50%;
  text-align: center;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#homePage.zz .m-yjkp .slideTxtBox {
  text-align: left;
}
#homePage.zz .m-yjkp .slideTxtBox .hd {
  position: relative;
  width: 600px;
  text-align: center;
  margin: auto;
  margin-top: -40px;
  margin-bottom: 20px;
}
#homePage.zz .m-yjkp .slideTxtBox .hd ul {
  display: inline-block;
  margin-top: -10px;
}
#homePage.zz .m-yjkp .slideTxtBox .hd ul li {
  display: inline-block;
  cursor: pointer;
  background: #fff;
  color: #555;
  margin: 0 5px;
}
#homePage.zz .m-yjkp .slideTxtBox .hd ul li a {
  display: block;
  font-size: 17px;
  width: 107px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: solid 1px #325980;
}
#homePage.zz .m-yjkp .slideTxtBox .hd-more {
  position: absolute;
  right: 0;
  top: -10px;
  display: none;
}
#homePage.zz .m-yjkp .slideTxtBox .on .name {
  color: var(--bg-color);
  background: #5070d0;
  color: #fff;
}
#homePage.zz .m-yjkp .slideTxtBox .on .hd-more {
  display: block;
}
#homePage.zz .m-yjkp .slideTxtBox .hd ul li.on:after {
  opacity: 1;
}
#homePage.zz .m-yjkp .slideTxtBox .hd ul li.on .more {
  display: block;
}
#homePage.zz .m-yjkp .slideTxtBox .bd .list li {
  overflow: inherit;
  position: relative;
}
#homePage.zz .m-yjkp .slideTxtBox .bd .list li a:hover {
  color: #333;
}
#homePage.zz .m-yjkp .slideTxtBox .bd .list li::before {
  position: absolute;
  font-size: 30px;
  top: 50%;
  border: 1.5px solid #000;
  border-radius: 50%;
  text-align: center;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#homePage.zz .iconfont {
  font-size: 20px;
}
#homePage.zz #lb_01 {
  position: relative;
  padding-bottom: 65%;
  height: 0;
}
#homePage.zz #lb_01 .swiper-wrapper {
  position: absolute;
}
#homePage.zz .yjzt_swiper {
  padding: 0 30px;
  margin: 0 -10px;
  min-height: 144px;
  position: relative;
  --swiper-theme-color: #fff;
}
#homePage.zz .yjzt_swiper .swiper-slide {
  width: 25%;
  overflow: hidden;
}
#homePage.zz .yjzt_swiper .swiper-slide img {
  width: 100%;
  height: 144px;
  -o-object-fit: cover;
     object-fit: cover;
}
#homePage.zz .yjzt_swiper .swiper-slide .slide-title a {
  display: block;
  color: #282828;
  text-align: center;
  background: #ffffff;
  border: solid 1px #eaeaea;
  line-height: 38px;
  font-size: 14px;
}
#homePage.zz .yjzt_swiper .swiper-slide:hover .slide-title a {
  display: block;
}
#homePage.zz .yjzt_swiper .swiper-button-prev {
  left: 0;
}
#homePage.zz .yjzt_swiper .swiper-button-next {
  right: 0;
}
#homePage.zz .yjzt_swiper .swiper-button-prev,
#homePage.zz .yjzt_swiper .swiper-button-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 !important;
  background: none;
}
#homePage.zz .yjzt_swiper .swiper-button-prev::after,
#homePage.zz .yjzt_swiper .swiper-button-next::after {
  content: "";
}
#homePage.zz .yjzt_swiper .swiper-button-prev span,
#homePage.zz .yjzt_swiper .swiper-button-next span {
  font-size: 38px;
  padding: 10px 5px;
  color: var(--bg-color);
  border: 0;
  outline: none;
}
#homePage.zz .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
#homePage.zz .swiper-pagination-bullet-active {
  background: var(--bg-color);
}
#homePage.zz .lb_02.swiper-container {
  height: 100%;
  --swiper-theme-color: $mc1;
  overflow: hidden;
}
#homePage.zz .lb_02.swiper-container .swiper-pagination {
  z-index: 99;
  right: 5px;
  bottom: 0;
  left: auto;
  width: 100px;
  color: #fff;
}
#homePage.zz .lb_02.swiper-container .swiper-pagination .a {
  font-size: 24px;
}
#homePage.zz .lb_02.swiper-container .swiper-pagination .b {
  font-size: 14px;
}
#homePage.zz .lb_02.swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
}
#homePage.zz .lb_02.swiper-container .swiper-wrapper .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#homePage.zz .lb_02.swiper-container .swiper-wrapper .swiper-slide .slide-title {
  line-height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 140px 0 20px;
  background: rgba(0, 0, 0, 0.5);
}
#homePage.zz .lb_02.swiper-container .swiper-wrapper .swiper-slide .slide-title a {
  font-size: 16px;
  display: block;
  color: #fff;
}
#homePage.zz .lb_02.swiper-container .swiper-pagination {
  bottom: 3px;
  right: 10px;
}
#homePage.zz .lb_02.swiper-container .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
#homePage.zz .lb_02.swiper-container .swiper-pagination-bullet-active {
  background: var(--bg-color);
}
#homePage.zz .m-links {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
#homePage.zz .m-links .btn-default {
  width: 80%;
  background: #efefef;
  border: 0;
  border-radius: 0;
}
#homePage.zz .m-links .btn {
  text-align: left;
}
#homePage.zz .m-links .caret {
  float: right;
  margin-top: 10px;
}
#homePage.zz .m-links a {
  margin-left: 15px;
  background: #f0f0f0;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  float: left;
}
#homePage.zz .m-links a:hover {
  color: var(--bg-color);
}
#homePage.zz .m-links .hd {
  float: left;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-family: -webkit-pictograph;
  font-size: 30px;
  color: var(--bg-color);
}
#homePage.zz .m-links .bd {
  float: left;
}
#homePage.zz .ty-hd-01 {
  position: relative;
  display: inline-block;
  background: var(--bg-color);
  color: #fff;
  height: 35px;
  line-height: 35px;
  width: 190px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
#homePage.zz .ty-hd-01::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  border: 5px solid transparent;
  border-top-color: var(--bg-color);
}
#homePage.zz .line-dashed {
  margin: 10px 0;
  border-top: 1px dashed #ccc;
}
#homePage.zz .xinwen_list_top {
  padding: 0 10px;
}
#homePage.zz .xinwen_list_top .xinwen_list_top_hd {
  line-height: 30px;
  font-size: 18px;
  color: #333;
}
#homePage.zz .xinwen_list_top .xinwen_list_top_desc {
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  text-indent: 2em;
  font-size: 14px;
  color: #999;
}
#homePage.zz .xinwen_list_top .more {
  color: #c32623;
}
#homePage.zz .xinwen_list_bottom {
  position: relative;
  overflow: hidden;
}
#homePage.zz .xinwen_list_bottom .list {
  margin: 0;
}
#homePage.zz .xinwen_list_bottom .bd .list li {
  height: 33px;
  line-height: 33px;
  overflow: inherit;
  position: relative;
}
#homePage.zz .xinwen_list_bottom .bd .list li::before {
  position: absolute;
  font-size: 30px;
  top: 50%;
  border: 1.5px solid #000;
  border-radius: 50%;
  text-align: center;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#homePage.zz .m-lb .swiper-pagination {
  z-index: 99;
  right: 5px;
  left: auto;
  bottom: 0;
  width: 100px;
  color: #fff;
  left: 20px;
  line-height: 55px;
  font-size: 18px;
}
#homePage.zz .m-lb .swiper-container {
  height: 360px;
  --swiper-theme-color: $mc1;
  overflow: hidden;
}
#homePage.zz .m-lb .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
}
#homePage.zz .m-lb .swiper-container .swiper-wrapper .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#homePage.zz .m-lb .swiper-container .swiper-wrapper .swiper-slide .slide-title {
  height: 55px;
  line-height: 55px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
#homePage.zz .m-lb .swiper-container .swiper-wrapper .swiper-slide .slide-title a {
  font-size: 18px;
  display: block;
  color: #fff;
}
#homePage.zz .m-lb .swiper-container .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
#homePage.zz .m-lb .swiper-container .swiper-pagination-bullet-active {
  background: #2d69b8;
}
#homePage.zz #lb_01 {
  position: relative;
  padding-bottom: 65%;
  height: 0;
}
#homePage.zz #lb_01 .swiper-wrapper {
  position: absolute;
}
#homePage.zz #lb_01 .swiper-button-wrap {
  position: absolute;
  bottom: 25px;
  width: 100%;
}
#homePage.zz #lb_01 .swiper-container {
  --swiper-theme-color: #fff;
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 30px;
}
#homePage.zz #lb_01 .slide-title {
  padding-left: 140px;
  padding-right: 40px;
}