.news_content:after, .news_content:before{
    content: '';
    height: 0;
    display: table;
}
.news_content:after{
    clear: both;
}
.news_content{
    width: 1200px;
    margin: 0 auto 30px;
}
.news_title{
    width: 823px;
    border: 1px solid #eeeeee;
    padding: 25px;
}
.news_part_left{
    width: 875px;
}
.news_title h1{
    text-align: center;
    font-size: 16px;
}
.news_title h2{
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    font-weight: normal;
    color: #999999;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}
.news_title h2 span{
    margin: 0 15px;
}

.news_title img{
   
box-shadow: 6px 6px 3px #888888;
}

.statement{
    color: #e62f34;
    padding: 0 100px;
    font-size: 14px;
    line-height: 30px;
    margin-top: 30px;
}

.point{
    font-size: 14px;
    color: #808080;
    line-height: 90px;
    width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
}
.point a{
    color: #808080;
}
.news_foot{
    border: 1px solid #d2d2d2;
    background: #f5f5f6;
    width: 660px;
    height: 50px;
    line-height: 50px;
    margin: 20px auto 0;
    padding: 0 60px;
}
.news_foot p{
    float: left;
    color: #6f6f6f;
    width: 330px;
}
.news_foot p b{
    float: left;
}
.news_foot p a{
    color: #e62f34;
    width: 250px;
    overflow: hidden;
    height: 50px;
    float: left;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pic_show{
      width: 600px;
      height: 500px;
      margin: 0 auto;
      margin-bottom: 35px;
    }
    .big_img{
      width: 600px;
      height: 400px;
      overflow: hidden;
    }
    .big_img img{
      width: 100%;
      object-fit: cover;
    }
    .small_img{
      width: 600px;
      height: 100px;
      overflow: hidden;
    }
    .small_img>div{
      position: relative;
      width: 100%;
      height: 100%;
    }
    .small_img>div>div:last-child{
      margin-right: 0;
    }
    .small_img_show{
      width: 160px;
      height: 90px;
      float: left;
      margin: 10px 10px 0 0;
    }
    .small_img>div>div>img{
      width: 100%;
      object-fit: cover;
    }
