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

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

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

.fl {
  float: left;
}

.fr {
  float: right;
}

.white,
.white a:link,
.white a:visited,
.white a:hover {
  color: inherit;
}

html,
body {
  color: #201914;
  font: normal 18px/180% "Microsoft YaHei";
}

.main {
  min-width: 1000px;
}

.g-w1200 {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

body {
  background-size: 1920px auto;
}

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

.bk * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bk .swiper-container {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.bk .swiper-slide {
  position: relative;
}

.bk .swiper-outer {
  overflow: hidden;
}

.bk-newsfirst {
  text-align: center;
  font-size: 0;
  margin-top: 50px;
}

.bk-newsfirst h1,
.bk-newsfirst h2,
.bk-newsfirst h3 {
  font: bold 40px/1 "Microsoft YaHei";
  margin-bottom: 20px;
  text-align: center;
  color: #8a2718;
}

.bk-newsfirst .list-subtitles li {
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
  color: #9d5e56;
}

.bk-newsfirst .list-subtitles li:first-child {
  margin-left: 0;
}

.bk-newsfirst .yinyinzhutuo {
  color: #178384;
  font-size: 48px;
  font-weight: bold;
}

.bk-jdt {
  overflow: hidden;
}

.bk-jdt .left-swiper {
  position: relative;
  float: left;
  width: 675px;
  height: 420px;
}

.bk-jdt .left-swiper .pagination1 {
  position: absolute;
  text-align: right;
  bottom: 16px;
  right: 10px;
  z-index: 2;
  z-index: 999;
}

.bk-jdt .left-swiper .swiper-slide {
  position: relative;
}

.bk-jdt .left-swiper .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  width: 100%;
  font: normal 18px/60px "Microsoft YaHei";
  padding-left: 20px;
  padding-right: 100px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.bk-jdt .left-swiper .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #8d8e90;
  margin: 0 3px;
  cursor: pointer;
}

.bk-jdt .left-swiper .swiper-pagination-bullet {
  background: #8d8e90;
  margin: 0 3px;
}

.bk-jdt .left-swiper .swiper-pagination-bullet-active {
  background: #da3c36;
}

.bk-jdt .left-swiper .swiper-active-switch {
  background: #da3c36;
}

.bk-jdt .right-news {
  position: relative;
  margin-left: 684px;
}

.bk-jdt .right-news li {
  position: relative;
  height: 82px;
  background: #f0eae5;
  margin-bottom: 3px;
  border-left: 12px solid #f0eae5;
  padding-left: 20px;
  padding-top: 8px;
}

.bk-jdt .right-news li a {
  display: block;
  position: relative;
  z-index: 2;
  color: #000;
}

.bk-jdt .right-news li > div {
  position: relative;
  z-index: 2;
}

.bk-jdt .right-news li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #a54437;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.bk-jdt .right-news li:hover {
  border-left: 12px solid #a54437;
  color: #fff;
}

.bk-jdt .right-news li:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 0.5;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.bk-live-small-imgs {
  padding-top: 70px;
}

.bk-live-small-imgs .swiper-container {
  height: 228px;
}

.bk-live-small-imgs .swiper-wrapper {
  height: 100%;
}

.bk-live-small-imgs .swiper-slide {
  position: relative;
  height: 222px;
  font-size: 0;
}

.bk-live-small-imgs .arrow2 {
  width: 58px;
  position: absolute;
  top: 100px;
  z-index: 2;
  cursor: pointer;
}

.bk-live-small-imgs .al2 {
  left: -80px;
}

.bk-live-small-imgs .ar2 {
  right: -75px;
}

.bk-live-small-imgs .play-btn {
  position: absolute;
  right: 30px;
  bottom: 10px;
  z-index: 100;
}

.bk-live-small-imgs .desc2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 390px;
  height: 59px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 18px;
  margin-right: 7px;
  padding-left: 20px;
  padding-right: 60px;
  padding-top: 8px;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bk-live-small-imgs .desc2 p {
  width: 228px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.bk-live-small-imgs .swiper-box {
  position: relative;
}

.bk-live-list .showmore-btn {
  line-height: 40px;
  background-color: #e6e6e6;
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
}

.bk-live-list ul li {
  float: left;
  position: relative;
  width: 390px;
  height: 222px;
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 15px;
}

.bk-live-list ul li img {
  width: 100%;
  height: auto;
}

.bk-live-list ul li .play-btn {
  width: 30px;
  right: 20px;
  bottom: 10px;
}

.bk-live-list ul li:nth-child(3n+3) {
  margin-right: 0px;
}

.bk-title {
  text-align: center;
  margin: 0 0 30px;
}

.bk-title span {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  color: #178384;
  line-height: 1;
}

.bk-title span:before, .bk-title span:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #178384;
}

.bk-title span:before {
  left: -40px;
}

.bk-title span:after {
  right: -40px;
}

.bk-hot-news {
  margin-top: 65px;
}

.bk-hot-news .left-con {
  width: 700px;
}

.bk-hot-news .left-con .tabs {
  border-bottom: solid 1px #c9c9c9;
}

.bk-hot-news .left-con .tabs .tab {
  display: inline-block;
  color: #333;
  font-size: 26px;
  width: 170px;
  text-align: center;
  padding-bottom: 8px;
}

.bk-hot-news .left-con .tabs .active-tab {
  color: #178384;
  border-bottom: solid 3px #178384;
}

.bk-hot-news .left-con .contents {
  margin-top: 36px;
}

.bk-hot-news .left-con .contents .content {
  display: none;
}

.bk-hot-news .left-con .contents .content:first-child {
  display: block;
}

.bk-hot-news .left-con .contents .content li:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: -4px;
  top: 12px;
  background-color: #959595;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.bk-hot-news .left-con .contents .content li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: -1px;
  top: 12px;
  background-color: #959595;
}

.bk-hot-news .left-con .contents .content li {
  padding: 0 0 0 28px;
  position: relative;
}

.bk-hot-news .left-con .contents .content li:last-child .detail {
  border-bottom: 0;
  padding-bottom: 0;
}

.bk-hot-news .left-con .contents .content li:last-child:after {
  height: -webkit-calc(100% - 14px);
  height: calc(100% - 14px);
}

.bk-hot-news .left-con .contents .content li .time {
  color: #178384;
  font-size: 16px;
}

.bk-hot-news .left-con .contents .content li .title {
  color: #333333;
  font-size: 20px;
  margin-top: 4px;
}

.bk-hot-news .left-con .contents .content li .detail {
  color: #66738c;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 2px;
  padding-bottom: 20px;
  border-bottom: dashed 1px #e4e4e4;
}

.bk-hot-news .right-con {
  width: 477px;
  margin-left: 23px;
}

.bk-hot-news .right-con .title {
  width: 100%;
  border-bottom: solid 1px #c9c9c9;
}

.bk-hot-news .right-con .title span {
  display: inline-block;
  color: #178384;
  font-size: 25px;
  border-bottom: solid 3px #178384;
  padding-bottom: 8px;
}

.bk-hot-news .right-con .img-con {
  margin-top: 33px;
}

.bk-hot-news .right-con .img-con li {
  width: 226px;
  float: left;
  margin-right: 22px;
  margin-bottom: 25px;
}

.bk-hot-news .right-con .img-con li p {
  font-size: 16px;
  color: #575757;
  line-height: 1.4;
}

.bk-hot-news .right-con .img-con li:nth-child(2n+2) {
  margin-right: 0;
}

.bk-hot-news .right-con .list-title {
  margin-top: 29px;
  margin-bottom: 25px;
}

.bk-hot-news .right-con .list-con li {
  padding-left: 20px;
  font-size: 16px;
  position: relative;
  min-height: 40px;
  color: #575757;
  font-size: 16px;
}

.bk-hot-news .right-con .list-con li:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: 0px;
  top: 12px;
  background-color: #178384;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.bk-hot-news .right-con .list-con li:hover {
  color: #178384;
}

.common-title {
  margin-bottom: 40px;
}

.common-title img {
  width: 100%;
}

.bk-footer {
  height: 188px;
  background-color: #178384;
  margin-top: 117px;
  padding-top: 60px;
  color: #fff;
  font-size: 14px;
}

.swiper-container2 {
  width: 1209px;
  height: 222px;
  margin-left: 0;
}

.for-h5 {
  display: none;
}

@media screen and (min-device-width: 0px) and (max-device-width: 666px) {
  /* 手机样式 */
  .main {
    min-width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .for-h5 {
    display: block;
  }
  .for-pc {
    display: none !important;
  }
  .bk-newsfirst .yinyinzhutuo {
    font-size: 24px;
    line-height: 1.3;
  }
  .bk-newsfirst {
    margin-top: 24px;
  }
  .bk-jdt .left-swiper .swiper-slide p {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-right: 0;
    width: 79.9vw;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow: hidden;
  }
  .g-w1200 {
    width: 100%;
  }
  .bk-jdt .left-swiper {
    position: relative;
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 11px;
    height: 56vw;
  }
  .bk-jdt .swiper-slide {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
  }
  .bk-jdt .swiper-container {
    position: absolute;
    left: 50%;
    margin-left: -122vw;
    width: 246vw;
    height: 56vw;
  }
  .img-slide1 {
    display: block;
    width: 80vw;
    height: 56vw;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .bk-jdt .left-swiper .pagination1 {
    display: none;
  }
  .bk-jdt .right-news {
    width: 90vw;
    margin: 0 auto;
  }
  .bk-jdt .right-news li {
    position: relative;
    background: transparent;
    border-left: 0;
    height: auto;
    font-size: 15px;
  }
  .bk-jdt .right-news li:hover:before {
    display: none;
  }
  .bk-jdt .right-news li:before {
    position: absolute;
    left: 1px;
    top: 17px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #dcdcdc;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .bk-jdt .right-news li:hover {
    border-left: 0;
  }
  .bk-jdt .right-news li a {
    color: #000;
    line-height: 1.4;
  }
  .bk-title {
    text-align: left;
    width: 90vw;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .bk-title span {
    font-size: 17px;
    border-left: 6px solid;
    padding-left: 10px;
  }
  .bk-title span:before, .bk-title span:after {
    display: none;
  }
  .bk-live-small-imgs {
    padding-top: 10px;
  }
  .bk-live-list,
  .swiper-box {
    width: 90vw;
    margin: 0 auto;
  }
  .bk-live-small-imgs .swiper-container {
    width: 100%;
    height: auto;
  }
  .bk-live-small-imgs .swiper-wrapper {
    height: auto;
    display: block;
  }
  .swiper-slide {
    display: block;
    height: auto;
    margin-bottom: 10px;
  }
  .arrow2 {
    display: none;
  }
  .bk-live-list ul li {
    float: none;
    height: auto;
    width: auto;
    margin-right: 0;
    font-size: 0;
  }
  .bk-live-small-imgs .desc2 {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
    height: 42px;
  }
  .bk-live-small-imgs .desc2 p {
    width: 100%;
    font-size: 15px;
  }
  .img-slide2 {
    display: block;
    width: 100%;
    height: auto;
  }
  .bk-live-small-imgs .swiper-slide {
    height: auto;
  }
  .bk-hot-news {
    margin-top: 10px;
    width: 90vw;
    margin: 0 auto;
    overflow: hidden;
  }
  .bk-hot-news .left-con {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .bk-hot-news .left-con .tabs {
    width: 90vw;
    margin: 0 auto;
    font-size: 15px;
    overflow: hidden;
    border-bottom: 1px solid #c9c9c9;
  }
  .bk-hot-news .left-con .tabs .tab {
    float: left;
    width: 33.33%;
    font-size: 18px;
  }
  .bk-live-list {
    margin-bottom: 30px;
  }
  .bk-hot-news .left-con .contents .content li:before {
    left: 3px;
  }
  .bk-hot-news .left-con .contents .content li:after {
    left: 6px;
  }
  .bk-hot-news .right-con {
    width: 100%;
    margin-left: 0;
  }
  .bk-hot-news .right-con .list-con li {
    line-height: 1.5;
    margin-bottom: 6px;
    font-size: 15px;
  }
  .bk-hot-news .right-con .list-con li:before {
    top: 7px;
  }
  .bk-hot-news .right-con .img-con li {
    width: 44vw;
    height: 50vw;
    margin-right: 2vw;
    font-size: 14px;
    overflow: hidden;
  }
  .bk-hot-news .right-con .img-con li:nth-child(2n) {
    margin-right: 0;
  }
  .bk-hot-news .right-con .list-title {
    margin-top: 10px;
  }
  .bk-hot-news .right-con .img-con img {
    width: 100%;
    height: auto;
  }
  .bk-hot-news .right-con .title span {
    font-size: 18px;
    padding-bottom: 0;
  }
  .bk-hot-news .right-con .img-con li p {
    font-size: 14px;
  }
  .bk-live-small-imgs .play-btn {
    position: absolute;
    right: 10px;
    bottom: 8px;
    z-index: 100;
    width: 25px;
  }
  .bk-live-list ul li .play-btn {
    width: 25px;
    right: 10px;
    bottom: 8px;
  }
  .bk-live-list .showmore-btn {
    font-size: 16px;
  }
  .bk-hot-news .left-con .contents .content li .title {
    font-size: 16px;
    line-height: 1.4;
  }
  .right-group2 {
    margin-bottom: 20px;
  }
  .bk-hot-news .right-con .list-title {
    margin-bottom: 12px;
  }
  .bk-hot-news .right-con .img-con {
    margin-top: 16px;
  }
  .bk-footer {
    font-size: 12px;
    height: auto;
    padding: 30px 0;
    margin-top: 20px;
  }
}
