body .index-contain {
  height: calc(100vh - 92px - 135px);
}
@media screen and (max-width: 1600px) {
  body {
    height: calc(100vh - 88px - 80px);
  }
}
.msg-title-contain {
  width: 61%;
  margin: 130px auto 0;
}
@media screen and (max-width: 1600px) {
  .msg-title-contain {
    width: 64%;
    margin: 60px auto 0;
  }
}
.msg-title-contain .en-title {
  color: #e94816;
  font-size: 28px;
}
@media screen and (max-width: 1600px) {
  .msg-title-contain .en-title {
    font-size: 24px;
  }
}
.msg-title-contain .cn-title {
  color: #565656;
  font-size: 35px;
  font-weight: bold;
}
@media screen and (max-width: 1600px) {
  .msg-title-contain .cn-title {
    font-size: 24px;
  }
}
.msg-title-contain .border-contain {
  margin: 40px 0 20px;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  align-items: center;
  justify-content: space-between;
}
.msg-title-contain .border-contain .border {
  width: 40px;
  height: 6px;
  background: #f2370b;
}
@media screen and (max-width: 1600px) {
  .msg-title-contain .border-contain .border {
    width: 30px;
    height: 3px;
  }
}
.msg-title-contain .border-contain .go-more {
  border: 1px solid #818181;
}
.msg-title-contain .border-contain .go-more a {
  text-decoration: none;
  color: #565656;
  font-size: 17px;
  padding: 12px 18px;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  flex-direction: row;
  align-items: center;
}
.msg-title-contain .border-contain .go-more a em {
  background: url(../../img/goto-icon.png) no-repeat center;
  background-size: contain;
  display: block;
  height: 16px;
  width: 16px;
  margin-left: 5px;
}
@media screen and (max-width: 1600px) {
  .msg-title-contain .border-contain .go-more a {
    padding: 5px 8px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1600px) {
  .msg-title-contain .border-contain {
    margin: 25px 0 10px;
  }
}
.news-contain {
  position: relative;
}
.news-contain .prev,
.news-contain .next {
  width: 18%;
  /* margin-top: 200px; */
  position: absolute;
  height: 450px;
}
.news-contain .prev {
  background: url(../../img/pre-icon.png) no-repeat center;
}
.news-contain .next {
  right: 0;
  top: 0;
  background: url(../../img/next-icon.png) no-repeat center;
}
#news {
  margin-top: 150px;
  margin: 0 auto 220px;
  width: 61% !important;
  position: relative;
  height: auto !important;
  margin-bottom: 0!important;
}
@media screen and (max-width: 1600px) {
  #news {
    width: 64% !important;
    margin: 0px auto 150px;
  }
}
#news .prev {
  position: absolute;
  left: 10px;
}
#news ul {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  flex-direction: row;
  padding: 0;
}
#news ul li {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  flex-direction: row;
  justify-content: space-between;
}
#news ul li .new-list {
  width: 23%;
}
#news ul li .new-list img {
  display: block;
  width: 100%;
}
#news ul li .new-list > div {
  padding-top: 38px;
  padding-bottom: 30px;
  background: #e1e1e1;
  text-align: center;
  color: #565656;
}
#news ul li .new-list > div .en {
  font-size: 17.58px;
  line-height: 26px;
}
@media screen and (max-width: 1600px) {
  #news ul li .new-list > div .en {
    font-size: 16px;
  }
}
#news ul li .new-list > div .zh {
  font-size: 18.93px;
  line-height: 26px;
}
@media screen and (max-width: 1600px) {
  #news ul li .new-list > div .zh {
    font-size: 17px;
  }
}
#news ul li .new-list > div .more {
  display: block;
  text-decoration: none;
  margin: 30px auto;
  margin-bottom: 0;
  width: 42%;
  height: 26px;
  border-radius: 15px;
  border: 1px solid #e94816;
  line-height: 28px;
  color: #e94816;
  font-size: 14px;
}
@media screen and (max-width: 1600px) {
  #news ul li .new-list > div .more {
    font-size: 12px;
  }
}
#news ul li .new-list.no {
  background: #e1e1e1;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  justify-content: center;
  align-items: center;
}
#news ul li .new-list.no .line {
  width: 40px;
  height: 2px;
  background: #e94816;
  margin: 4px auto;
}
