header .header .right .list .item a {
  color: #555;
}
header .header .right .tab .icon-yuyan {
  color: #555;
}
header .header .right .tab .lang {
  color: #555;
}

footer {
  margin-top: 0;
}
.newsdetails01 {
  width: 100%;
  height: 440px;
  background: linear-gradient(0deg, #4C7BCF, rgba(76, 123, 207, 0));
  opacity: 0.2;
}
.content {
  position: relative;
}
.content .wrap {
  transform: translateY(-200PX);
  z-index: 11;
  top: 0;
  margin: 0 auto;
  width: 1400px;
  padding: 100px;
  background: #FFFFFF;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 32px;
}
.content .wrap .top {
  text-align: center;
  border-bottom: 1px solid #EAEAEA;
}
.content .wrap .top .title {
  font-weight: bold;
  font-size: 32px;
  color: #1A1A1A;
  line-height: 32px;
}
.content .wrap .top .time {
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  line-height: 50px;
}
.content .wrap .box {
  padding-top: 60px;
  text-align: left;
}
.content .wrap .box p {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  padding-bottom: 30px;
}
.content .wrap .bottom {
  margin-top: 80px;
  border-top: 1px solid #EAEAEA;
  padding-top: 30px;
}
.content .wrap .bottom .text {
  color: #555;
}
.content .wrap .bottom .pre {
  font-weight: 400;
  font-size: 16px;
  color: #555;
  line-height: 32px;
}
.content .wrap .bottom .pre span {
  display: inline-block;
}
.content .wrap .bottom .next {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: #555;
  line-height: 32px;
}
@media screen and (max-width: 1024px) {
  .newsdetails01{
    height: 200px;
  }
  .content .wrap{
    width: 95%;
    padding: 20px;
    transform: translateY(-100PX);
  }
  .content .wrap .top{
    padding-top: 50px;
  }
  .content .wrap .top .title{
    font-size: 24px;
  }
  .content .wrap .top .time{
    font-size: 14px;
    padding-bottom: 14px;
  }
  .content .wrap .box{
    padding-top: 30px;
  }
  .content .wrap .box p{
    font-size: 14px;
  }
  .content .wrap .bottom{
    margin-top: 50px;
    padding-bottom: 30px;
  }
}