@charset "UTF-8";
/**HTML5 common css*/
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Microsoft YaHei', 'STHeiti', Helvetica, '\5fae\8f6f\96c5\9ed1', Arial, sans-serif;
  font-size: 12px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

a, img {
  -webkit-touch-callout: none;
}

a, a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
}

li, ol, ul {
  list-style: none;
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 100%;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

.hideVisibility {
  visibility: hidden;
  opacity: 0;
}

.opacity0 {
  opacity: 0 !important;
}

[hide],
[hidden],
.hide {
  display: none;
}

.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  /*no*/
  opacity: 0.6;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.g-text-right {
  text-align: right;
}

.g-text-left {
  text-align: left;
}

.g-text-center {
  text-align: center;
}

.g-pointer {
  cursor: pointer;
}

.g-clearfix:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.float-left,
.fl,
.g-fl {
  float: left;
}

.float-right,
.fr,
.g-fr {
  float: right;
}

.g-relative {
  position: relative;
}

.g-fixed {
  position: fixed;
}

.g-absolute {
  position: absolute;
}

.g-container-1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.g-font12 {
  font-size: 12px !important;
}

.g-font14 {
  font-size: 14px !important;
}

.g-font16 {
  font-size: 16px !important;
}

.g-font18 {
  font-size: 18px !important;
}

.g-font20 {
  font-size: 20px !important;
}

.g-font22 {
  font-size: 22px !important;
}

.g-font24 {
  font-size: 24px !important;
}

.g-font28 {
  font-size: 28px !important;
}

.g-font30 {
  font-size: 30px !important;
}

.g-font32 {
  font-size: 32px !important;
  font-weight: 700;
}

.g-font36 {
  font-size: 36px !important;
  font-weight: 700;
}

.g-font40 {
  font-size: 40px !important;
  font-weight: 700;
}

.g-font48 {
  font-size: 48px !important;
  font-weight: 700;
}

.g-mb-5 {
  margin-bottom: 5px;
}

.g-mb-10 {
  margin-bottom: 10px;
}

.g-mb-15 {
  margin-bottom: 15px;
}

.g-mb-20 {
  margin-bottom: 20px;
}

.g-mb-25 {
  margin-bottom: 25px;
}

.g-mb-30 {
  margin-bottom: 30px;
}

.g-mb-40 {
  margin-bottom: 40px;
}

.g-mb-50 {
  margin-bottom: 50px;
}

.g-mb-60 {
  margin-bottom: 60px;
}

.g-mb-80 {
  margin-bottom: 80px;
}

.g-mr-5 {
  margin-right: 5px;
}

.g-mr-10 {
  margin-right: 10px;
}

.g-mr-15 {
  margin-right: 15px;
}

.g-mr-20 {
  margin-right: 20px;
}

.g-mr-25 {
  margin-right: 25px;
}

.g-mr-30 {
  margin-right: 30px;
}

.g-mr-40 {
  margin-right: 40px;
}

.g-mr-50 {
  margin-right: 50px;
}

.g-mr-60 {
  margin-right: 60px;
}

.g-mr-80 {
  margin-right: 80px;
}

.g-ml-5 {
  margin-left: 5px;
}

.g-ml-10 {
  margin-left: 10px;
}

.g-ml-15 {
  margin-left: 15px;
}

.g-ml-20 {
  margin-left: 20px;
}

.g-ml-25 {
  margin-left: 25px;
}

.g-ml-30 {
  margin-left: 30px;
}

.g-ml-40 {
  margin-left: 40px;
}

.g-ml-50 {
  margin-left: 50px;
}

.g-ml-60 {
  margin-left: 60px;
}

.g-ml-80 {
  margin-left: 80px;
}

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

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

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

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

.g-space {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 6px;
}

.g-border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.g-oh {
  overflow: hidden;
}

.g-oa {
  overflow: auto;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-webkit-scrollbar {
  width: 0;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.g-layer,
.g-layer-1,
.g-layer-2,
.g-layer-3,
.g-layer-4,
.g-layer-5,
.g-layer-6,
.g-layer-7,
.g-layer-8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.g-layer-1 {
  z-index: 1;
}

.g-layer-2 {
  z-index: 2;
}

.g-layer-3 {
  z-index: 3;
}

.g-layer-4 {
  z-index: 4;
}

.g-layer-5 {
  z-index: 5;
}

.g-layer-6 {
  z-index: 6;
}

.g-layer-7 {
  z-index: 7;
}

.g-layer-8 {
  z-index: 8;
}

.g-indent-2,
.g-indent {
  text-indent: 2em;
}

.g-indent-4 {
  text-indent: 4em;
}

.g-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/*默认滚动条样式修改ie9 google Firefox 等高版本浏览器有效*/
/*::selection {background: #D03333;color: white;text-shadow: none;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2}
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background-color:rgba(0,0,0,.3);}
::-webkit-scrollbar-thumb:hover{background:#cc0000}*/
@-webkit-keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.g-ani-arrow-up {
  -webkit-animation: aniArrowMoveUp 1s linear infinite;
  animation: aniArrowMoveUp 1s linear infinite;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.g-ani-bigger {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
}

.g-ani-bigger2 {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
}

@-webkit-keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

@keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

.test-logo, .full,
.page {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@font-face {
  font-family: ZDXing;
  src: url(../fonts/xingkai.ttf) format("truetype");
}

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

body {
  background: #ecebe1;
}

.test-logo {
  position: absolute;
  left: 554px;
  top: 40px;
  z-index: 1;
  width: 43px;
  height: 43px;
  background: url(../images/logo.png) center/contain no-repeat;
}

.full,
.page {
  overflow: hidden;
}

.paper-wrap {
  position: relative;
  padding-top: 770px;
  background: url(../images/bg2.jpg) center top no-repeat #ecebe1;
  background-size: 1920px auto;
}

.paper-wrap .province-name {
  position: absolute;
  left: 50%;
  top: 498px;
  margin-left: -390px;
  width: 770px;
  height: 105px;
}

.paper-wrap .province-name p {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 105px;
  line-height: 105px;
  font: bold 90px/105px SimHei;
  text-align: center;
}

.paper-wrap .paper-content-wrap {
  padding-left: 22px;
}

.paper-wrap .content {
  position: relative;
}

.paper-wrap .content .bianzhean-wrap {
  position: relative;
  width: 770px;
  margin: 0 auto;
  margin-bottom: 90px;
}

.paper-wrap .content .bianzhean-wrap .bianzhean-title {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 1;
  width: 21px;
  padding-bottom: 34px;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  overflow: visible;
  font: bolder 24px  SimHei;
  color: #181818;
}

.paper-wrap .content .bianzhean-wrap .bianzhean-title span {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  -webkit-border-radius: 34px;
  border-radius: 34px;
  background: #cc3728;
  color: #fff;
  text-align: center;
}

.paper-wrap .content .bianzhean-wrap .bianzhean {
  margin-left: 70px;
  text-indent: 2em;
  font: bold 21px serif, SimHei;
  letter-spacing: .3em;
  text-align: justify;
}

.section-title {
  position: relative;
  margin: 0 auto 50px;
  width: 760px;
  height: 18px;
  border-top: 7px solid rgba(230, 56, 42, 0.33);
  border-bottom: 2px solid rgba(196, 134, 119, 0.37);
  font-size: 0;
}

.section-title .title-text {
  position: absolute;
  left: 50%;
  top: -71px;
  font: bold 0px serif, SimHei;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.section-title .title-text * {
  display: inline-block;
}

.section-title .title-text .text1 {
  color: #414141;
  font-size: 38px;
  font-style: normal;
}

.section-title .title-text .text2 {
  color: #c10100;
  font-size: 48px;
  margin-top: -20px;
  font-style: normal;
  vertical-align: 15px;
  padding: 0 7px;
}

.section-title .title-text .text3 {
  color: #c10100;
  font-size: 48px;
  font-style: normal;
}

.section-title .en-title {
  position: absolute;
  left: 50%;
  bottom: -1px;
  height: 18px;
  padding-left: 10px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  min-width: 146px;
  background: #cb3021;
  font: bold 13px/18px SimSun;
  text-align: center;
  color: #fff;
}

.section-title .en-title:after {
  position: absolute;
  right: -26px;
  top: 0;
  border-bottom: 18px solid transparent;
  border-left: 8px solid #cb3021;
  border-right: 18px solid transparent;
  content: "";
}

.province-wrap {
  position: relative;
  width: 780px;
  margin: 0 auto;
  margin-bottom: 42px;
}

.province-wrap .icon-province {
  position: absolute;
  left: 0;
  top: 50%;
  height: 49px;
  margin-top: -24.5px;
}

.province-wrap .list-provinces {
  margin-left: 40px;
}

.province-wrap .list-provinces li {
  float: left;
  width: 64px;
  height: 31px;
  line-height: 31px;
  background: #e6382a;
  margin-left: 3px;
  margin-bottom: 2px;
  text-align: center;
  color: #fff;
  font: bold 18px serif, SimSun;
  cursor: pointer;
}

.province-wrap .list-provinces li:hover, .province-wrap .list-provinces li.active {
  background: #ab261b;
}

.width780 {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.map-wrap {
  position: relative;
}

.map {
  width: 780px;
  height: 600px;
}

.city-list {
  position: absolute;
  left: 100px;
  bottom: -50px;
  z-index: 2;
  width: 190px;
  font-family: SimHei;
}

.city-list a {
  display: inline-block;
  width: 40px;
  line-height: 1.8;
  cursor: pointer;
}

.city-list a:hover {
  color: #e60012;
}

.bk-title {
  width: 100%;
  margin-bottom: 40px;
}

.swiper-outer {
  position: relative;
  width: 960px;
  height: 490px;
  margin: 0 auto 90px;
}

.swiper-outer .swiper-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 88%;
  background: url(../images/bg-text1.png) center no-repeat;
  background-size: cover;
}

.swiper-outer .img-left-paper {
  position: absolute;
  left: 94px;
  top: 40px;
}

.swiper-outer .right-content {
  margin-left: 443px;
  margin-right: 100px;
  margin-top: 39px;
  max-height: 390px;
  overflow: auto;
}

.swiper-outer .right-content h2 {
  font: bold 17px SimHei;
  color: #cb3021;
  margin-bottom: 24px;
}

.swiper-outer .right-content p {
  text-align: justify;
  text-indent: 2em;
  margin-bottom: 1px;
  font: normal 14px/1.5 SimHei;
}

.swiper-outer .right-content p a {
  color: #b91616;
}

.swiper-outer .right-content p a:hover {
  text-decoration: underline;
}

.swiper-outer .right-content .from {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;
  color: #b72c1f;
  padding-right: 10px;
  font: normal 14px/1.5 SimHei;
  letter-spacing: initial;
}

.swiper-slide,
.swiper-container {
  position: relative;
  height: 100%;
}

.arrow {
  position: absolute;
  top: 195px;
  width: 37px;
  z-index: 3;
  cursor: pointer;
}

.arrow:hover {
  opacity: .9;
}

.arrow-left {
  left: 37px;
}

.arrow-right {
  right: 37px;
}

.swiper-pagination2-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 570px;
  height: 66px;
  padding-top: 20px;
  text-align: center;
}

.swiper-outer .swiper-container div.swiper-pagination2 {
  display: inline-block;
  position: static;
  width: auto;
}

.swiper-outer .swiper-container div.swiper-pagination2 .swiper-pagination-bullet {
  margin-right: 5px;
  background: #db5447;
  opacity: .8;
}

.swiper-outer .swiper-container div.swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #a7251a;
  opacity: 1;
}

.video-wrap {
  position: relative;
  width: 960px;
  margin: 0 auto 80px;
  text-align: center;
  overflow: hidden;
}

.video-content {
  position: absolute;
  left: 193px;
  top: 94px;
  width: 576px;
  height: 329px;
}

.video-content p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  height: 60px;
  line-height: 60px;
  background: #c48677;
  font: normal 24px/60px SimHei;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.video-content .icon-play-video {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 110px;
  height: 110px;
  margin-left: -55px;
  margin-top: -55px;
  cursor: pointer;
}

.video-content .img-video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.video-content video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news-list {
  width: 963px;
  margin: 0 auto 80px;
}

.news-list li {
  position: relative;
  float: left;
  width: 307px;
  height: 460px;
  margin-left: 18px;
  margin-bottom: 20px;
}

.news-list li:nth-child(3n+1) {
  margin-left: 0;
}

.news-list li .row-img {
  width: 307px;
  height: 195px;
  overflow: hidden;
  margin-bottom: 30px;
}

.news-list li .row-img img {
  width: 100%;
  height: auto;
}

.news-list li h2 {
  font: bold 18px/1.3 serif, SimHei;
  height: 60px;
  color: #9f0800;
  margin-bottom: 30px;
}

.news-list li p {
  font: normal 14px/2 SimSun;
  max-height: 114px;
  overflow: auto;
}

.news-list li p a {
  color: #9e0702;
  font-weight: bold;
  font-family: SimHei;
}

.news-list li p a:hover {
  text-decoration: underline;
}

.copyright {
  width: 980px;
  margin: 0px auto;
  font-size: 12px;
  text-align: center;
  padding: 20px 0;
  line-height: 180%;
  clear: both;
}

.section-title .title-text .text3,
.section-title .title-text .text2 {
  font-family: ZDXing, serif;
}

.bk-month-news {
  position: relative;
  width: 1100px;
  margin: 0 auto 80px;
}

.bk-month-news .left-day-list {
  left: 0;
}

.bk-month-news .left-day-list li {
  padding-right: 28px;
}

.bk-month-news .left-day-list li:before, .bk-month-news .left-day-list li:after {
  right: 17px;
}

.bk-month-news .left-day-list li .round {
  right: 14px;
}

.bk-month-news .right-day-list {
  right: 0;
}

.bk-month-news .right-day-list li {
  padding-left: 28px;
}

.bk-month-news .right-day-list li:before, .bk-month-news .right-day-list li:after {
  left: 17px;
}

.bk-month-news .right-day-list li .round {
  left: 14px;
}

.bk-month-news .day-list {
  position: absolute;
  top: 0;
  width: 140px;
  max-height: 100%;
  overflow: auto;
}

.bk-month-news .day-list li {
  position: relative;
  height: 36px;
  font: bold 25px/36px serif;
  color: #cb3021;
  cursor: pointer;
}

.bk-month-news .day-list li.active, .bk-month-news .day-list li:hover {
  color: #871408;
}

.bk-month-news .day-list li:first-child:before {
  display: none;
}

.bk-month-news .day-list li:last-child:after {
  display: none;
}

.bk-month-news .day-list li:before, .bk-month-news .day-list li:after {
  position: absolute;
  height: 50%;
  border-left: 2px dotted #e3b042;
  content: "";
}

.bk-month-news .day-list li:before {
  top: 0;
}

.bk-month-news .day-list li:after {
  bottom: 0;
}

.bk-month-news .day-list li .round {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 7px;
  height: 7px;
  margin-top: -3.5px;
}

.bk-month-news .month-news-wrap {
  position: relative;
  width: 837px;
  margin: 0 auto;
}

.bk-month-news .month-news-wrap .month-list {
  position: absolute;
  top: 25px;
  width: 30px;
  color: #fff;
  font: bold 18px/1.2 SimHei;
  text-align: center;
}

.bk-month-news .month-news-wrap .month-list li {
  margin-bottom: 4px;
  background: #ff0000;
  padding: 10px 0;
  cursor: pointer;
}

.bk-month-news .month-news-wrap .month-list li:hover, .bk-month-news .month-news-wrap .month-list li.active {
  background: #b62618;
}

.bk-month-news .month-news-wrap .left-month-list {
  left: 0;
}

.bk-month-news .month-news-wrap .left-month-list li {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.bk-month-news .month-news-wrap .right-month-list {
  right: 0;
}

.bk-month-news .month-news-wrap .right-month-list li {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  line-height: 1.1;
}

.bk-month-news .month-news-wrap .right-month-list li:nth-child(5), .bk-month-news .month-news-wrap .right-month-list li:nth-child(6) {
  line-height: 1;
}

.bk-month-news .month-news-wrap .center-content {
  position: relative;
  width: 776px;
  margin: 0 auto;
  height: 445px;
  padding-top: 58px;
  background: #fff;
}

.bk-month-news .month-news-wrap .center-content .left-img-month {
  position: absolute;
  left: 20px;
  top: 58px;
  width: 236px;
  height: 336px;
}

.bk-month-news .month-news-wrap .center-content .right-img-desc {
  margin-left: 296px;
  max-height: 340px;
  overflow: auto;
}

.bk-month-news .month-news-wrap .center-content .right-img-desc h2 {
  font: bold 24px/1.5 SimHei;
  margin-bottom: 20px;
}

.bk-month-news .month-news-wrap .center-content .right-img-desc p {
  color: #4a4a4a;
  font: normal 14px/2 SimHei;
  text-indent: 2em;
}

.date {
  display: none;
}

html {
  overflow-x: hidden;
}

@media all and (min-device-width: 0px) and (max-device-width: 666px) {
  body {
    overflow-x: hidden;
  }
  .paper-wrap {
    padding-top: 810px;
  }
  .paper-wrap .content .bianzhean-wrap {
    margin-bottom: 140px;
  }
  .section-title .title-text {
    position: absolute;
    left: 50%;
    top: -97px;
    font: bold 0px serif, SimHei;
	white-space: nowrap;
  }
  .section-title .title-text .text1 {
    color: #414141;
    font-size: 61px;
    font-style: normal;
  }
  .section-title .title-text .text2 {
    color: #c10100;
    font-size: 66px;
    margin-top: -20px;
    font-style: normal;
    vertical-align: 15px;
    padding: 0 7px;
  }
  .section-title .title-text .text3 {
    color: #c10100;
    font-size: 66px;
    font-style: normal;
  }
  .paper-wrap .content .bianzhean-wrap .bianzhean {
    font: bold 34px serif, SimHei;
    letter-spacing: .1em;
  }
  .paper-wrap .content .bianzhean-wrap .bianzhean-title {
    position: absolute;
    left: -5px;
    top: 50%;
    z-index: 1;
    width: 40px;
    padding-bottom: 34px;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    overflow: visible;
    font: bolder 46px  SimHei;
    color: #181818;
  }
  .paper-wrap .content .bianzhean-wrap .bianzhean-title span {
    position: absolute;
    left: 27%;
    margin-left: -15px;
    bottom: -33px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 34px;
    border-radius: 34px;
    background: #cc3728;
    color: #fff;
    text-align: center;
  }
  .swiper-outer .right-content h2 {
    font: bold 30px SimHei;
    color: #cb3021;
    margin-bottom: 24px;
  }
  .swiper-outer .right-content p {
    text-align: justify;
    text-indent: 2em;
    margin-bottom: 1px;
    font: normal 28px/1.5 SimHei;
  }
  .arrow {
    position: absolute;
    top: 199px;
    width: 80px;
    z-index: 3;
    cursor: pointer;
  }
  .arrow-left {
    left: 0px;
  }
  .arrow-right {
    right: 0px;
  }
  .swiper-outer {
    width: 940px;
    height: 500px;
    margin: 0 auto 140px;
  }
  .swiper-outer .right-content {
    margin-left: 425px;
    margin-right: 109px;
    margin-top: 39px;
    max-height: 390px;
    overflow: auto;
  }
  .paper-wrap .paper-content-wrap {
    padding-left: 0;
  }
  .bk-month-news {
    position: relative;
    width: 1100px;
    margin: 0 auto 140px;
  }
  .bk-month-news .left-day-list {
    left: 0;
  }
  .bk-month-news .left-day-list li {
    padding-right: 28px;
  }
  .bk-month-news .left-day-list li:before, .bk-month-news .left-day-list li:after {
    right: 17px;
  }
  .bk-month-news .left-day-list li .round {
    right: 14px;
  }
  .bk-month-news .right-day-list {
    left: 0;
  }
  .bk-month-news .right-day-list li {
    padding-left: 28px;
  }
  .bk-month-news .right-day-list li:before {
    left: 17px;
  }
  .bk-month-news .right-day-list li:after {
    right: 0;
    left: auto;
  }
  .bk-month-news .right-day-list li .round {
    left: 14px;
  }
  .bk-month-news .day-list {
    display: none;
    position: absolute;
    top: -96px;
    z-index: 2;
    padding: 0 20px;
    width: 100%;
    max-width: 85%;
    height: 80px;
    overflow: auto;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bk-month-news .day-list li {
    position: relative;
    display: inline-block;
    height: 58px;
    font: bold 32px/36px serif;
    color: #cb3021;
    cursor: pointer;
    margin-right: 0;
    padding: 10px 20px;
  }
  .bk-month-news .day-list li:before {
    left: 0;
  }
  .bk-month-news .day-list li:after {
    right: 0;
  }
  .bk-month-news .day-list li:before, .bk-month-news .day-list li:after {
    position: absolute;
    bottom: -16px;
    top: auto;
    width: 50%;
    border-bottom: 4px dotted #e3b042;
    border-left: 0;
    content: "";
  }
  .bk-month-news .day-list li .round {
    position: absolute;
    bottom: -19px;
    top: auto;
    left: 50%;
    z-index: 2;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    margin-top: -7px;
  }
  .bk-month-news .month-news-wrap {
    position: relative;
    width: 940px;
    margin: initial;
  }
  .bk-month-news .month-news-wrap .left-month-list {
    left: 20px;
  }
  .bk-month-news .month-news-wrap .month-list {
    z-index: 2;
    position: absolute;
    top: 6px;
    width: 70px;
    color: #fff;
    font: bold 34px/1.2 SimHei;
    text-align: center;
  }
  .bk-month-news .month-news-wrap .month-list li {
    margin-bottom: 4px;
    background: #ff0000;
    padding: 10px 20px;
    cursor: pointer;
  }
  .bk-month-news .month-news-wrap .month-list li:hover, .bk-month-news .month-news-wrap .month-list li.active {
    background: #b62618;
  }
  .bk-month-news .month-news-wrap .left-month-list {
    left: 20px;
  }
  .bk-month-news .month-news-wrap .right-month-list {
    right: 20px;
  }
  .bk-month-news .month-news-wrap .center-content {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 660px;
    padding-top: 72px;
    background: #fff;
  }
  .bk-month-news .month-news-wrap .center-content .left-img-month {
    position: absolute;
    left: 93px;
    top: 76px;
    width: 353px;
    height: 500px;
  }
  .bk-month-news .month-news-wrap .center-content .right-img-desc {
    margin-left: 475px;
    margin-right: 102px;
    max-height: 497px;
    overflow: auto;
    text-align: justify;
  }
  .bk-month-news .month-news-wrap .center-content .right-img-desc h2 {
    font: bold 34px/1.3 SimHei;
    margin-bottom: 20px;
  }
  .bk-month-news .month-news-wrap .center-content .right-img-desc p {
    color: #4a4a4a;
    font: normal 26px/1.6 SimHei;
    text-indent: 2em;
  }
  .video-wrap {
    margin: 0 auto 140px;
  }
  .news-list {
    width: 85vw;
  }
  .news-list li:nth-child(3n+1) {
    margin-left: auto;
  }
  .news-list li:nth-child(2n+1) {
    margin-left: 0;
  }
  .news-list li:nth-child(2n) {
    margin-left: 5vw;
  }
  .news-list li {
    width: 40vw;
    height: 71vw;
  }
  .news-list li .row-img {
    width: 40vw;
    height: 25.49vw;
    margin-bottom: 2vw;
  }
  .news-list li .row-img img {
    width: 40vw;
    height: 25.49vw;
  }
  .news-list li h2 {
    height: 8.5vw;
    overflow: auto;
    font: bold 3.5vw/1.3 serif, SimHei;
    margin-bottom: 1vw;
  }
  .news-list li p {
    font: normal 3.2vw/1.4 SimSun;
    max-height: 33vw;
    overflow: auto;
  }
  .copyright {
    font-size: 20px;
  }
  .title-toutiao {
    margin-bottom: 140px;
  }
  .swiper-outer .right-content .from {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
    color: #b72c1f;
    padding-right: 10px;
    font: normal 18px/1.5 SimHei;
    letter-spacing: initial;
  }
}

.main {
  width: 100%;
  overflow-x: hidden;
}
