.news {
  padding-top: 64px;
}
.news.news-en .imax {
  display: none;
}
.news .padding-bottom {
  padding-bottom: 110px;
}
.news .imax {
  width: 100%;
}
.news .imax-img {
  width: 100%;
  display: block;
}
.news .title {
  padding: 100px 0 75px;
  font-size: 36px;
  text-align: center;
  color: #ad402c;
}
.news .item {
  height: 176px;
  background: #fff;
  border: 2px solid #eee;
  margin-top: 30px;
}
.news .item.frist {
  margin-top: 0;
}
.news .item .left {
  float: left;
  width: 288px;
  height: 176px;
  overflow: hidden;
}
.news .item .left .new-img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.news .item .left .new-img:hover {
  transform: scale(1.1);
}
.news .item .right {
  box-sizing: border-box;
  height: 176px;
  padding: 25px 40px;
  overflow: hidden;
  line-height: 1.5;
  position: relative;
}
.news .item .right .bottom {
  padding: 0 40px;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  bottom: 25px;
  left: 0;
}
.news .item .tit {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  display: block;
}
.news .item .txt,
.news .item .time {
  font-size: 15px;
}
.news .item .txt {
  color: #666;
  margin: 9px 0px 16px ;
}
.news .item .time {
  float: left;
}
.news .item .origin {
  float: right;
  color: #ad402c;
  font-size: 16px;
}
.news .page-wrap {
  padding-top: 55px;
}
@media screen and (max-width: 768px) {
  .news {
    padding-top: 52px;
  }
  .news .wrap-c.no-padding {
    width: 100%;
    padding: 0;
  }
  .news .padding-bottom {
    padding-bottom: 0;
  }
  .news .imax {
    width: 100%;
    height: 10.8rem;
    position: relative;
    overflow: hidden;
  }
  .news .imax-img {
    width: auto;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .news .title {
    padding: 4rem 15px 2rem;
    font-size: 2rem;
  }
  .news .item {
    height: auto;
    border: 1px solid #eee;
    margin-top: 2rem;
  }
  .news .item .left {
    float: none;
    width: 100%;
    height: auto;
  }
  .news .item .right {
    width: 100%;
    height: auto;
    padding: 1rem 1rem 4rem;
    overflow: hidden;
  }
  .news .item .right .bottom {
    padding: 0 1rem;
    bottom: 1rem;
  }
  .news .item .tit {
    font-size: 1.6rem;
  }
  .news .item .txt,
  .news .item .time,
  .news .item .origin {
    font-size: 1.4rem;
  }
  .news .item .txt {
    margin: 0.3rem 0px 0.6rem;
  }
  .news .page-wrap {
    padding: 3rem 0;
  }
}
