body {
  background-color: #f4f4f4 !important;
  font-size: 16px;
}

ul,
ol {
  lisy-style: outside none none;
}

.pdl-0 {
  padding-left: 0px;
}

.pdr-0 {
  padding-right: 0px;
}
p{
  margin: 0 0 10px;
  line-height: 2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #151a33;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  color: #333333;
}
img, a, input, h1, h2, h3, h4, h5, h6 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.image-gallery {
  margin-bottom: 20px;
}

.image-gallery .single-image {
      overflow: hidden;
  }

.image-gallery .single-image:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.col-12{
  width: 100% !important;
}
.wzxq-section {
  margin-top: 60px;
  min-height: 580px;
}
.fas {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant: normal;
  text-rendering: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.vertical-align-middle {
  vertical-align: middle;
}


.wzxq-main {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-right: -15px;
  margin-left: -15px; */
  width: 100%;
}

/* .wzxq-main span {
  display: inline-block;
} */

.article-le {
  /* width: 58.33%; */
  padding-left: 15px;
  padding-right: 15px;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  box-sizing: border-box;
}

.article-le .single-main {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
  ;
}

.wzxq-main .article-title {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

.wzxq-main .meta {
  overflow: hidden;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 15px;
}

.wzxq-main .meta .meta-left span.date {
  color: #2C2D3F;
  font-weight: 400;
  margin-top: 10px;
}

.wzxq-main .article-widget .tag li {
  display: inline-block;
  margin-left: 7px;
  margin-bottom: 18px;
}

.wzxq-main .article-widget .tag li a {
  color: #333;
  padding: 8px 14px;
  text-transform: capitalize;
  border-radius: 0;
  font-size: 13px;
  background: #F6F7FB;
  border-radius: 4px;
}
.comments-area .comments-title .comment-list .comment a {
  color: #333333;
}
.wzxq-main .article-widget .tag li a:hover {
  background: #336699;
  color: #fff;
  text-shadow: none;
}

.wzxq-main .article-le .news-text {
  font-size: 16px;
}
.wzxq-main .article-le .news-text p {
  color: #000 !important;
}
/* 
.wzxq-main .article-le .news-text p.text-center {
  text-align: center;
}

.wzxq-main .article-le .news-text .image-gallery {
  margin-bottom: 20px;
}

.wzxq-main .article-le .news-text .image-gallery .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.wzxq-main .article-le .news-text .image-gallery .row .col-12 {
  padding-left: 15px;
  padding-right: 15px;
} */
.detail-act{
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 0;
  border-top: 1px solid #cfcfcf;
  color: #8799a3;
  font-size: 0.24rem;
  margin: 0 0.25rem;
}
.detail-nav{
  display: -ms-flexbox;
  display: flex;
  padding: 0.3rem 0;
  border-top: 1px solid #cfcfcf;
  color: #8799a3;
  font-size: 0.24rem;
  margin: 0 0.25rem;
  flex-wrap:wrap;
}
.detail-nav .round{
  padding: 0 5px;
}
.detail-nav .round a{
  color:#fff;
  padding: 0 5px;
  font-size: 0.24rem;
  background-color: #0081ff;
  line-height: 26px;
  height: 26px;
  display: block;
}
.text-gray {
  color: #a4a4aa;
}

#qrcode img {
  margin: auto;
}

.codetips {
  margin-top: 5px;
  font-size: 0.8em;
  color: #7b7a7a;
}

.article-rt {
  padding: 0 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  box-sizing: border-box;
}

.article-rt .main-sidebar .widget {
  margin-bottom: 30px;
  background: #fff;
}

.comments-area {
  background: #fff;
  padding: 30px 30px;
  margin-top: 30px;
  box-sizing: border-box;
  /* margin-right: 15px; */
}

.comments-area .comments-title {
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -.02e;
  color: #151a33;
  font-weight: 500;
}

.comments-area .comment-list .comment .comment-body {
  padding-top: 30px;
  display: inline-block;
}

.comments-area .comment-list .comment:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.comments-area .comment-list .comment .comment-body .comment-author-thumb {
  margin-right: 28px;
}

.comments-area .comment-list .comment .comment-body .comment-author-thumb {
  margin-right: 28px;
}

.comments-area .comment-list .comment .comment-body .comment-author-thumb img {
  width: 130px;
}

.comments-area .comment-list .comment .comment-body .comment-content {
  margin-left: 95px;
  position: relative;
  overflow: hidden;
}

.comments-area .comment-list .comment .comment-body .comment-content .comment-author {
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 18px;
  color: #151a33;
}

.comments-area .comment-list .comment .comment-body .comment-content .comment-text {
  margin-bottom: 0px;
  color: #3e3e3e;
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-title {
  width: 100%;
  padding: 1em;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-bottom: 2.2em;
}

.swiper-title {
  color: #fff;
}
.news-swiper .swiper-wrapper .swiper-slide img{
  width: 100%;
}
/* 视频详情 */
.news-video{
    width: 100%;
    background-color:#000;
}
.meta-left {
  margin-top: 10px !important;
}
@media screen and (max-width: 768px) {
  .wzxq-section {
    margin-top: 0px;
  }
  .share-code {
    display: none;
  }

  .cu-custom {
    display: block;
    height: 0.5rem;
  }

  .cu-custom .cuIcon-back {
    font-size: 0.36rem;
    line-height: 50px;
  }

  .bg-white {
    background-color: #fff;
    color: #666;
  }

  .uni-title {
    display: block;
    height: 50px;
  }

  .uni-title span {
    display: inline-block;
  }

  .cu-custom {
    display: block;
    position: relative;
  }

  .article-rt,
  .wzxq-main .meta {
    display: none;
  }

  .cu-custom .cu-bar {
    min-height: 0;
    box-shadow: 0px 0px 0px;
    z-index: 9999;
  }

  .cu-bar.fixed,
  .nav.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1024;
    box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
  }

  .c-m6blue {
    background: linear-gradient(-20deg, #0e90d5, #3032a2) !important;
    color: #fff;
  }

  .cu-bar {
    display: flex;
    position: relative;
    align-items: center;
    min-height: 1.02rem;
    justify-content: space-between;
  }

  .cu-bar .action:first-child {
    font-size: 0.3rem;
  }

  .cu-bar .action {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    max-width: 100%;
  }

  .cu-custom .cu-bar .content {
    width: calc(100% - 4.49rem);
  }

  .cu-bar .content {
    position: absolute;
    text-align: center;
    width: calc(100% - 3.47rem);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 0.61rem;
    font-size: 0.32rem;
    line-height: 0.62rem;
    cursor: none;
    pointer-events: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .wzxq-main {
    width: 100%;
    font-size: 0.32rem;
    line-height: 0.32rem;
    background: #fff;
    padding: 0;
  }

  .wzxq-main .single-main {
    box-shadow: none;
  }

  .uni-title .text-xl {
    padding: 0.3rem;
    background: #fff;
    border-bottom: 1px solid #ababab;
  }

  .article-le,
  .article-rt {
    /* width: 100%; */
    padding-left: 0;
    padding-right: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .comment-body .cut4 {
    display: block;
  }

  .wzxq-main .article-title {
    /* display: none; */
    padding: 0.28rem;
    font-size: 0.35rem;
    border-bottom: 1px solid #ababab;
    line-height: 1.3;
    margin-bottom: 0;
  }

  .wzxq-main .article-widget .tag li a {
    font-size: 0.13rem;
    padding: 0.08rem 0.14rem;
    border-radius: 0.04rem;
  }

  .wzxq-main .article-widget .tag li {
    margin-left: 0.07rem;
    margin-bottom: 0.18rem;
  }

  h3 {
    font-size: 0.28rem;
  }

  .sidelist {
    padding: 0.3rem;
  }

  .comment-text {
    padding-top: 0.1rem;
    line-height: 0.36rem;
    color: #333333 !important;
  }

  .article-le .single-main {
    padding: 0;
  }

  .single-main .text-center {
    margin-top: 0.2rem;
  }

  .wzxq-main .meta {
    margin-bottom: 0.15rem;
  }

  .news-text {
    font-size: 16px;
    padding: 0.25rem;
  }

  .wzxq-main .meta .meta-left span.date {
    margin-top: 0.1rem;
  }
  
  .widget .list li {
    font-size: 0.2rem;
    padding: 0.045rem 0;
  }

  .single-post:not(:last-child) {
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem
  }

  .text-xl {
    font-size: 0.36rem;
  }

  .wz-list {
    padding: 0 0.25rem;
  }

  .wz-list .list-main {
    margin-top: 0.2rem;
  }

  .single-comments .head img {
    border: 0;
  }
  .single-main{
    position: relative;
  }
  /* 轮播详情 */
  .wzxq-main .article-title.img-title{
    width: 100%;
    border-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 0.2rem;
    box-sizing: border-box;
    font-size: 0.3rem;
  }
  .news-swiper .swiper-container{
    background-color: #333;
    color: #fff;
    height: calc(100vh - 50px);
  }
  .news-swiper .swiper-wrapper,.news-swiper .swiper-wrapper .swiper-slide{
    height: 100%;
  }
  .news-swiper .swiper-wrapper .swiper-slide .mobile-img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    height: 100%;
  }
 
  .news-swiper .swiper-pagination-bullet{
    background-color: #fff;
    opacity: 0.6;
    border-radius: 10px;
  }
  .news-swiper  .swiper-pagination-bullet-active{
    background-color: #fff;
    width: 15px;
    opacity: 1;
  }
  .news-video{
    height: calc(100vh - 50px);
    background-color:#000;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-video .video-box{
  width: 100%;
}
}