﻿.news_view .C_Title{color:#000; font-weight: bold; text-align: center; font-size: 24px;}
.news_view .box{font-size: 14px; color: #777575; border-bottom: 1px solid #d7d4d4; padding: 25px 0px 30px; text-align: center;}

.news_view .description {}
.news_view .description .content {margin: 30px 0px; line-height: 28px; color: #555454;}
.news_view .description .content img {max-width: 100%;}

.news_view .article-warp .detail{
  background: #fff;
}

.news_view .article-warp .inner img {
  max-width: 100%;
}
.news_view .article-warp .inner p {
  text-align: left;
  font-size: 18px;
  color: #333 !important;
  line-height: 31px;
  margin-bottom: 30px;
}
.news_view .article-warp .title {
  font-size: 36px;
  line-height: 1.3em;
  margin-bottom: 18px;
  color: #333;
  font-weight: 400;
}
.news_view .article-warp .post-info {
  font-size: 14px;
  margin-bottom: 30px;
  color: #B3B3B3;
}
.news_view .article-warp .post-info a {
  text-decoration: none;
}
.news_view  .article-warp .post-info .gap-point {
  margin: 0 5px;
}
.news_view .article-warp .post-abstract {
  padding: 20px 30px;
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  margin: 0 0 40px 0;
  background-color: #f6f6f6;
}
.news_view .article-warp .post-abstract .abstract-tit {
  font-weight: bold;
}

.file-box{margin-top: 30px;}
.file-box .sub-title{font-size: 16px;line-height: 40px;}
.file-box .item{ border:1px solid #ddd; border-radius:5px;padding:10px; display: flex;margin:10px;float: left;min-width: 260px;}
.file-box .item:hover{background: #f5f5f5;}
.file-box .type{height: 50px;width: 50px; background: #6c757d; line-height: 50px; text-align: center; border-radius: 5px; color: #fff;}
.file-box .des{flex: 1;padding-left: 10px;color: #6c757d;}
.file-box .des .size{font-size: 13px;}
.file-box a{line-height: 50px; width: 50px;font-size: 22px;color: #6c757d;text-align: center;}



  .swiper-wrapper{
    transition-delay:.3s;
    }
    .swiper-container {
        width: 650px;
        margin: auto;
    }
    .swiper-slide {
        width: 650px;
        height: 400px;
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        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;
    }
  .swiper-slide:nth-child(2){
    background:#3183ff;
    color:#fff;}
  .swiper-slide p{
    transform:translateX(-200px);
    opacity:0;
    transition:all .4s;}
  .ani-slide p{
    transform:translateX(0);
    opacity:1;
    }


.qiehuan{margin: 38px 0px 45px 0px;}
.qiehuan a{color: #5b5b5b; font-size: 16px; display: block;}
.qiehuan a span{margin-left: 85px;}
.neiL_top{display: none;}