.news-body .container{
  position: relative;
  padding: 76px 80px 10px 114px;
}
.news-body .container .nb-title{
  position: absolute;
  top: 126px;
  right: 322px;
  font-size: 72px;
}
.news-body .new-sec{
  position: relative;
  margin-bottom: 138px;
}
.news-body .new-sec .img-box{
  position: relative;
  z-index: 1;
  width: 776px;
  height: 518px;
  border-radius: 5px;
  overflow: hidden;
}
.news-body .new-sec .img-box img{
  width: 100%;
}
.news-body .new-sec .img-box-shadow{
  position: absolute;
  top: 41px;
  left: 34px;
  z-index: 0;
  width: 776px;
  height: 517px;
  background: #E6E6E6;
  box-shadow: 0px 0px 36px 0px rgba(75, 75, 75, 0.52);
  border-radius: 5px;
}
.news-body .new-sec .desc{
  margin-left: 102px;
  flex: 1;
  font-size: 38px;
  line-height: 44px;
  color: #000;
}
@media screen and (min-width: 768px) and (max-width: 1685px) {
  .news-body .container{
    padding: .76rem .8rem .1rem 1.14rem;
  }
  .news-body .container .nb-title{
    top: 1.26rem;
    right: 3.22rem;
    font-size: .72rem;
  }
  .news-body .new-sec{
    margin-bottom: 1.38rem;
  }
  .news-body .new-sec .img-box{
    width: 7.76rem;
    height: 5.18rem;
    border-radius: .05rem;
  }
  .news-body .new-sec .img-box-shadow{
    position: absolute;
    top: .41rem;
    left: .34rem;
    width: 7.76rem;
    height: 5.17rem;
    box-shadow: 0px 0px .36rem 0px rgba(75, 75, 75, 0.52);
    border-radius: .05rem;
  }
  .news-body .new-sec .desc{
    margin-left: 1.02rem;
    font-size: .38rem;
    line-height: .44rem;
  }
}
@media screen and (max-width: 768px) {
  .news-body .container{
    position: relative;
    padding: 9.375vmin 10px 4.6875vmin;
  }
  .news-body .container .nb-title{
    position: relative;
    top: initial;
    right: initial;
    font-size: 7.5vmin;
    text-align: center;
    margin-bottom: 4.6875vmin;
  }
  .news-body .new-sec{
    margin-bottom: 6.25vmin;
  }
  .news-body .new-sec .img-box{
    position: relative;
    z-index: 1;
    width: 50%;
    height: 32.34375vmin;
    border-radius: 0.78125vmin;
  }
  .news-body .new-sec .img-box-shadow{
    top: 2.1875vmin;
    left: 2.1875vmin;
    width: 50%;
    height: 32.34375vmin;
    box-shadow: 0px 0px 5.625vmin 0px rgba(75, 75, 75, 0.52);
    border-radius: 0.78125vmin;
  }
  .news-body .new-sec .desc{
    margin-left: 3.125vmin;
    font-size: 3.125vmin;
    line-height: 5vmin;
  }
}