/*html,body{width: 100%;height: 100%;}*/
img{
	max-width:100%
}
.newscontent{
    margin-bottom: 100px;
}
.figcaption{
    max-width: 100% !important;
}
.search_adv{
    width: 100%;
    height: 100px;
}
.search_adv .search_adv_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.friendLink{
display:none}
/*内容部分*/
.contentwrap .articlerelated{
    width: 68.5%;
}
.articlerelated .source{
    font-size: 14px;
    color: #969696;
}
.articlerelated .content_title{
    font-size: 28px;
    color: #333333;
    margin: 10px 0;
}
.articlerelated .information{
    padding-bottom: 20px;
    border-bottom: 1px solid #E1E1E1;;
}
.articlerelated .information li{
    margin-right: 10px;
}
.articlerelated .information li span{
    font-size: 12px;
    color: #969696;
}
.articlerelated .information .share img{
    width: 15px;
}
.articlerelated .contentbody{
    /*padding: 0 2%;*/
}
.contentbody img{
    max-width: 100%;
}

.articlerelated .contentbody .sharearti span{
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.articlerelated .contentbody .sharearti img{
    width: 15px;
}
/*我要评论*/
.articlerelated .wantrevies .addrevies{
    display: block;
    width: 100%;
    border: 1px solid #E1E1E1;
    padding: 5px 10px;
    margin-top: 5px;
    resize: none;
    font-family: "Microsoft YaHei";
}
.articlerelated .wantrevies .clearf{
    height: 30px;
    width: 100%;
}
.articlerelated .wantrevies .addrevies_btn{
    display: block;
    width: 105px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #15ADF9;
    border-radius: 3px;
    text-align: center;
}
/*评论列表*/
.hotcomments .rmpl .list_comment{
    padding: 10px 15px 10px 5px;
    border-bottom: 1px solid #E1E1E1;
}
.hotcomments .rmpl .list_comment:first-of-type{
    border-top: 1px solid #E1E1E1;
}
.hotcomments .rmpl .list_comment .commentator{
    font-size: 13px;
    color: #000000;
}
.hotcomments .rmpl .list_comment .review_date img{
    width: 12px;
    vertical-align: middle;
}
.hotcomments .rmpl .list_comment .review_date i{
    font-style: normal;
    font-size: 11px;
    color: #A1A1A1;
    vertical-align: middle;
}
.hotcomments .rmpl .list_comment .plnr{
    padding-left: 20px;
    font-size: 16px;
    color: #4A4A4A;
    word-wrap: break-word;
}
.hotcomments .nocomment{
    font-size: 16px;
    color: #969696;
    text-align: center;
}


/*右侧内容*/
.contentwrap .articleabout{
    width: 30%;
}
.nyxw .nyxw_img{
    width: 14px;
    vertical-align: middle;
}
.nyxw .nyxw_span{
    /*font-family: "黑体";*/
    font-size: 20px;
    color: #4A4A4A;
    vertical-align: middle;
    font-weight: bold;
}
/*列表*/
.new_list .list_li{
    margin-bottom: 10px;
}
.list_li .img_67{
    width: 32%;
    height: 0;
    position: relative;
    /*object-fit: cover;*/
    padding-bottom: 22%;
}
.list_li .img_67 img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.list_li .detail{
    width: 66%;
    /*padding-right: 20px;*/
}
.list_li .detail .title{
    font-size: 16px;
    color: #000000;
    line-height: 26px;
}
.news .list_li .detail .title{
    font-size: 16px;
    color: #000000;
    line-height: 26px;
}
.list_li .detail .releasetime{
    margin-top: 5px;
}
.list_li .detail .releasetime img{
    width: 12px;
    vertical-align: middle;
}
.list_li .detail .releasetime span{
    font-size: 11px;
    color: #A1A1A1;
}
/*近期热门列表*/
.contentwrap .articleabout .jqrm{
    display: block;
}
.recenthot .hotlist .dot{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #000;
}
.recenthot .hotlist .specfic{
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    vertical-align: middle;
}


.contentbody div p{
    margin-bottom: 20px;
}

.abvBottomFour{
    width:1200px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.abvBottomFour>div{
    width: 25%;
}
.abvBottomFour .swiper-slide{
    max-width: 100%;
    height: auto;
}
.listadvbottom{
	overflow: hidden;
}
@media(max-width: 1200px){
    .newscontent{
        width: 100%;
        padding: 0 3%;
    }
    .search_adv{
        display: none;
    }

}
@media (min-width: 550px)and (max-width: 1200px){
    .contentwrap .articlerelated{
        width: 100%;
    }
    .contentwrap .articleabout{
        width: 100%;
        margin-top: 30px;
    }
    .contentwrap .articleabout .jqrm{
        display: none;
    }
    .new_list .list_li{
        width: 48%;
    }
    .new_list .list_li:nth-child(2n+1){
        float: left;
    }
    .new_list .list_li:nth-child(2n){
        float: right;
    }
    .list_li .img_67{
        padding-bottom: 19.5%;
    }
}
@media(max-width: 550px){
    .abvBottomFour{
        display: none;
    }
    .contentwrap .articlerelated{
        width: 100%;
    }
    .contentwrap .articleabout{
        width: 100%;
        margin-top: 30px;
        display: block !important;
    }

    .contentwrap .articleabout .jqrm,.xgwz,.nyxw{
        display: none;
    }
    .new_list .list_li{
        width: 100%;
    }
    .articlerelated .information .share{
        display: none;
    }

    .articlerelated .contentbody img{
        max-width: 100%;
        /*width: 100%;*/
        /*display: block;
        margin: 20px auto;
        margin-bottom: 5px;*/
        height: auto !important;
    }
    .articlerelated .contentbody video{
        width: 100%;
        /*display: block;
        margin: 20px auto;
        margin-bottom: 5px;*/
    }
}

.blockImg,.zoomImg{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,1);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 9;
    text-align: center;
}
.zoomIme{
    z-index: 20;
}
.zoomIme img{
    max-width: 100%;
}

.blockImg img,.zoomImg img{
    max-width: 100%;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right:0;
    margin: auto;
    /*cursor: zoom-out;*/
}
.blockImg .w_h{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.blockImg .h_w{
    top: 0;
}
@media(max-width: 550px){
    .blockImg img,.zoomImg img{
        max-width: 100%;
        left: 0;
    }
  .social-share .icon-wechat:hover .wechat-qrcode {
    display: block
}
}


.load_more {
    width: 233px;
    height: 42px;
    border: 1px solid #003399;
    margin: 0 auto;
    margin-top: 27px;
    cursor: pointer;
    display: none;
}
.load_more p {
    font-size: 14px;
    color: #003399;
    text-align: center;
    line-height: 42px;
}

/*图文稿件*/
.graphicArticle p,.graphicArticle div,.graphicArticle div p{
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    text-indent: 2em;
    margin-bottom: 26px;

}
.graphicArticle img,.graphicArticle div img,.graphicArticle p img{
    /*width: 75%;*/
    max-width: 100%;
    display: block;
    margin: 20px auto;
    margin-bottom: 5px;
    height: auto !important;
}
.graphicArticle p{
    text-indent: 2em;
}
/*图集稿件*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /*transform:translate3d(0,0,0);overflow:hidden;*/
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image:url("../images/rightarrow.png")
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image:url("../images/leftarrow.png")
}
.swiper-button-next, .swiper-button-prev{
    width: 40px;
    height: 40px;
    background-size: 40px;
}
.picturepc{
    width: 1200px;
    border: 1px solid #E5E5E5;
    height: 675px;
}
.picturepc .containerpc{
    width: 100%;
    margin: 0 auto;
}

.containerpc .swiper-wrapper .swiper-slide{
    display: inline-block;
}
.containerpc .swiper-slide img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.containerpc .swiper-button-prev,.containerpc .swiper-button-next{
    width: 20%;
    height: 100%;
    background: rgba(178, 173, 173, 0.1);
    top: 0;
    display: none;
}
.containerpc:hover  .swiper-button-prev,.containerpc:hover  .swiper-button-next{
    display: block;
}
.containerpc .swiper-button-prev img,.containerpc .swiper-button-next img{
    position: absolute;
    width: 40px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.containerpc .swiper-button-prev img{
    left: 3%;
}
.containerpc .swiper-button-next img{
    right: 3%;
}
.containerpc .swiper-button-prev{
    left: 0;
}
.containerpc .swiper-button-next{
    right: 0;
}

.containerpc .description{
    width: 100%;
    padding: 10px;
    padding-left: 75px;
    background: rgba(29, 29, 29, 0.8);
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    word-wrap: break-word;
    margin-bottom: 0;
    min-height: 45px;
}
.containerpc .description span i{
    font-style: normal;
}
.containerpc .swiper-pagination-fraction{
    /*display: none;*/
    width: 70px;
    color: #fff;
    font-size: 16px;
    bottom: 5px;
}
.containerpc .swiper-pagination-fraction .swiper-pagination-current{
    color: #EE2D39;
    font-size: 24px;
}
.containerpc .description .span_i{
    width: 70px;
    position: absolute;
    left: 0;
    top: 5px;
    display: none;
    /*top: 0;
    bottom: 0;*/
}
.containerpc .description .current{
    color: #EE2D39;
    font-size: 24px;
}

.picturepc{
    display: block;
}
.picturewap{
    display: none;
}


/*.zoomImg{
    display: none;
}*/
@media(max-width: 1200px){
    .picturepc{
        display: none;
    }
    .picturewap{
        display: block;
    }
    .picturewap .pic_des{
        margin-bottom: 20px;
    }
    .picturewap .pic_des img{
        /*width: 100%;*/
        max-width: 100%;
        display: block;
        margin: 10px auto;
    }
    .picturewap .pic_des p{
        font-size: 14px;
        line-height: 20px;
        color: #606060;
        text-indent: 2em;
        word-break: break-all;
    }

    .zoomImg .containerwap .swiper-slide{
        background-color: #000;
    }
    .zoomImg .containerwap .swiper-slide img{
        left: 0;
        transform:translate3d(0,0,0)
    }
    .zoomImg .containerwap .swiper-slide .descriptionwap{
        font-size: 16px;
        line-height: 19px;
        color: #FFFFFF;
        padding-bottom: 18px;
        word-break: break-all;
    }
    .zoomImg .containerwap .swiper-pagination-current{
        font-size: 24px;
        line-height: 28px;
        color: #EE2D39;
    }
    .zoomImg .containerwap .swiper_footer{
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 10px 5px 30px 5px;
        background: rgba(29, 29, 29, 0.8);
    }
    .zoomImg .containerwap .cur_total i{
        font-style: normal;
    }
    .zoomImg .containerwap .swiper-pagination{
        font-size: 16px;
        line-height: 20px;
        color: #fff;
    }
    .zoomImg .containerwap .swiper-pagination{
        /*display: none;*/
    }

}

.picturesArticle .abstrct{
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 10px;
    text-indent: 2em;
}

.miancontent p{
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    /*margin-bottom: 10px;*/
    /*text-indent: 2em;*/
}
.contentbody video{
    width: 90%;
    /*display: block;
    margin: 20px auto;
    margin-bottom: 5px;*/
}
.topadvertisement{
  margin: 0px auto !important;
  overflow:hidden
}
.topadvertisement  .swiper-slide{
  margin:15px auto
}
.topadvertisement .swiper-wrapper>div{
  margin:15px auto;
}
.contentRightAdv{
  overflow:hidden;
}
.contentRightAdv .swiper-wrapper>div{
	width:100%;
}
.contentRightAdv .swiper-wrapper>div img{
    width:auto;
    display:block;
    margin:auto;
      max-width: 100%;
}
@media(max-width: 768px){
  .listadvbottom,.topadvertisement{
    width: 100%;
    height: auto !important;
  }
  .listadvbottom *,.topadvertisement *{
      width: 100%;
      height: auto !important;
  }

  .topadvertisement{
      margin: 0 auto;
  }
  .listadvbottom *,.topadvertisement *{
      max-width: 100%;
      height:auto
  }
  .topadvertisement  .swiper-slide{
      margin:0px auto
  }
}
