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;
}
@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: #818181;
}
@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;
}
.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: 20%;
  /* 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;
}
@media screen and (max-width: 1600px) {
  #news {
    width: 64% !important;
    margin: 0px auto 150px;
    margin-bottom: 0;
  }
}
#news .prev {
  position: absolute;
  left: 10px;
}
#news ul {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  flex-direction: row;
  padding: 0;
}
#news ul li {
  list-style: none;
}
#news ul li a {
  float: left;
  display: block;
  width: 23%;
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
#news ul li a:nth-child(4n) {
  margin-right: 0;
}
#news ul li a:nth-child(n+5) {
  margin-bottom: 0;
}
#news ul li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
}
#news ul li a .con {
  position: absolute;
  z-index: 99;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#news ul li a .con > div {
  text-align: center;
  height: 50px;
}
#news ul li a .con > div p {
  margin: 0;
}
#news ul li a .con > div p:first-child {
  font-size: 17.58px;
}
#news ul li a .con > div p:last-child {
  font-size: 18.93px;
}
#news ul li a img {
  display: block;
  max-width: 100%;
}
@media (min-width:1601px) and (max-width:3000px){
  #news ul li a img{
    width: 100%;
  }
}
