.news .wrap {
  width: 1540px;
  margin: 119px auto 91px;
}
.news .wrap .content {
  margin: 0 0 102px 0;
}
.news .wrap .content .item {
  display: flex;
  height: 650px;
}
.news .wrap .content .item:not(:last-child) {
  margin: 0 0 110px 0;
}
.news .wrap .content .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.news .wrap .content .item .img {
  width: 940px;
  height: 100%;
  clip-path: inset(0% 0 0% 100%);
  transition: 2s;
}
.news .wrap .content .item:nth-child(2n) .img{
  clip-path: inset(0% 100% 0% 0%);
}

.news .wrap .content .item .img img {
  width: 100%;
  height: 100%;
  transition: 2s;
  transform: scale(1.1);
}
.news .wrap .content .item .img.aos-animate{
  clip-path: inset(0% 0% 0% 0%) !important;
}
.news .wrap .content .item .img.aos-animate img{
  transform: scale(1);
}
.news .wrap .content .item:hover .img img{
  transform: scale(1.1);
}
.news .wrap .content .item .matter {
  width: 600px;
  height: 100%;
  background: #f5f5f5;
}
.news .wrap .content .item .matter .color {
  height: 550px;
  padding: 60px 64px 0 56px;
}
.news .wrap .content .item .matter .color .headline {
  font-size: 32px;
  font-weight: bold;
  color: #292929;
  line-height: 40px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.7s;
}
.news .wrap .content .item:hover .matter .color .headline{
  color: #E41937;
}
.news .wrap .content .item .matter .color .line {
  width: 100%;
  height: 1px;
  background: #CCCCCC;
  margin: 36px 0 32px 0;
}
.news .wrap .content .item .matter .color .text {
  font-size: 18px;
  font-weight: 400;
  color: #292929;
  line-height: 32px;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 151px 0;
}
.news .wrap .content .item .matter .color .time {
  font-size: 16px;
  font-weight: 400;
  color: #292929;
}
.news .wrap .content .item .matter .red {
  height: 100px;
  background: #E41937;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .wrap .content .item .matter .red .white {
  width: 24px;
  height: 3px;
  background: #FFFFFF;
  margin: 0 11px 0 0;
  transition: 0.4s;
}

.news .wrap .content .item:hover .matter .red .white{
  margin: 0 40px 0 0;
}
.news .wrap .content .item:hover .fist:first-child div{
  transform: translate3d(0,-101%,0);
  opacity: 0;
}
.news .wrap .content .item:hover .fist:nth-child(2) div{
  transform: translate3d(0,0,0);
  opacity: 1;
}
.news .wrap .content .item .matter .red p {
  font-size: 18px;
  color: #FFFFFF;
}
.page .wrap {
  width: 1540px;
  margin: 257px auto 220px;
}
.page .wrap .title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #292929;
  padding: 0 0 26px 0;
  margin: 0 0 93px 0;
  border-bottom: 1px solid #cccccc;
}
.page .wrap .title .iconfont {
  color: #292929;
  font-size: 12px;
  margin: 0 5px 0 0;
  font-weight: bold;
  transform: rotate(180deg);
  transition: 1s;
}
.page .wrap .title:hover .iconfont {
  margin: 0 15px 0 0;
}
.page .wrap .content {
  /*display: flex;*/
  /*justify-content: space-between;*/
}
.page .wrap .content .side {
  text-align: center;
  margin: 0 0 60px 0;
  height: fit-content;
}
.page .wrap .content .side span {
  width: 448px;
  height: 72px;
  font-size: 40px;
  color: #000000;
  line-height: 40px;
  font-family: "SourceHanSansCN-Regular b", sans-serif !important;
  max-width: 100%;
}
.page .wrap .content .side .time {
  margin: 20px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .wrap .content .side .time .red {
  font-size: 100px;
  font-family: DINCond-Bold;
  font-weight: 400;
  color: #E41937;
  margin: 0 20px 0 0;
  line-height: 73px;
}
.page .wrap .content .side .time .year {
  font-size: 16px;
  font-weight: 400;
  color: #292929;
}
.page .wrap .content .matter {
  width: 100%;
  margin: 50px auto 0;
}
.page .wrap .content .matter p {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
}

.text_effect{
  position: relative;
  cursor: pointer;
}
.text_effect p{
  position: relative;
}
.text_effect .fist{
  overflow: hidden;
}
.text_effect .fist div{
  min-width: 5px;
}
.text_effect .fist:first-child{
  position: static;
  transform: none;
}
.text_effect .fist:nth-child(2){
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  overflow: hidden;
  white-space: nowrap;
}
.text_effect .fist:nth-child(2) div{
  transform: translate3d(0,101%,0);
  min-width: 5px;
  opacity: 0;
}

.text_effect:hover .fist:first-child div{
  transform: translate3d(0,-101%,0);
  opacity: 0;
}
.text_effect:hover .fist:nth-child(2) div{
  transform: translate3d(0,0,0);
  opacity: 1;
}
.news__ .wrap {
  padding: 0 8vw;
  margin: 60px 0 70px 0;
}
.news__ .wrap .title {
  font-size: 50px;
  color: #292929;
  font-family: "SourceHanSansCN-Regular b", sans-serif !important;
  transition: 2s;
  margin: 0 0 30px;
}
.news__ .wrap .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px 20px;
  margin: 0 0 100px;
}
.news__ .wrap .content .item {
  width: 100%;
}
.news__ .wrap .content .item .time {
  color: #24292b;
  font-size: 20px;
  opacity: .6;
  margin: 0 0 20px;
}
.news__ .wrap .content .item .img {
  width: 100%;
  margin: 0 0 20px;
  overflow: hidden;
}
.news__ .wrap .content .item .img img {
  width: 100%;
  transition: all .4s;
}
.news__ .wrap .content .item .text {
  transition: all 0.4s;
  font-weight: 400;
  color: #24292b;
  text-align: justify;
  font-size: 22px;
  transition: all .4s;


  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news__ .wrap .content .item:hover .img img{
  transform: scale(1.05);
}
.news__ .wrap .content .item:hover .text{
  color: #E41937;
}

html[lang="en"] .news__ .wrap .content .item .text{
  text-align: left;
}
html[lang="en"] .page .wrap .content .side span{
  line-height: 50px;
}
/*# sourceMappingURL=news.css.map */
@media screen and (max-width: 1856px) {
  .news__ .wrap .title {
    font-size: 48px;
  }
  .page .wrap {
    margin-top: 200px;
    margin-bottom: 180px;
  }
  .page .wrap .content .side span {
    font-size: 38px;
  }

}
@media screen and (max-width: 1792px) {
  .news__ .wrap {
    padding: 0 5vw;
  }
  .news__ .wrap .title {
    font-size: 42px;
  }
  .page .wrap{
    width: 90%;
  }
}
@media screen and (max-width: 1680px) {
  .news__ .wrap .content .item .text {
    font-size: 20px;
  }
  .news__ .wrap .content {
    grid-gap: 40px 20px;
    margin-bottom: 70px;
  }
  .page .wrap .content .side span {
    font-size: 36px;
  }
  .page .wrap .title {
    margin-bottom: 70px;
  }
  .page .wrap {
    margin-top: 170px;
    margin-bottom: 140px;

  }
  .page .wrap .content .side {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1600px) {
  .news__ .wrap .title {
    font-size: 36px;
  }
  .page .wrap .content .side span {
    font-size: 32px;
  }
  .page .wrap {
    margin-top: 140px;
    margin-bottom: 120px;
  }
  .page .wrap .title {
    margin-bottom: 60px;
  }
  html[lang="en"] .page .wrap .content .side span {
    line-height: 42px;
  }
}
@media screen and (max-width: 1440px) {
  .news__ .wrap .title {
    font-size: 32px;
  }
  .news__ .wrap .content .item .text {
    font-size: 18px;
  }
  .news__ .wrap .content {
    grid-gap: 30px 20px;
  }
  .news__ .wrap .content .item .time {
    font-size: 18px;
  }
  .news__ .wrap .content .item .img{
    margin-bottom: 15px;
  }
  .page .wrap .content .matter p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .news__ .wrap .content {
    grid-template-columns: repeat(2, 1fr);
  }
  .page .wrap .content .side span {
    font-size: 28px;
  }
  .page .wrap .content .matter p {
    font-size: 16px;
    line-height: 28px;
  }
  html[lang="en"] .page .wrap .content .side span {
    line-height: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .news__{
    background-color: #fff;
    border-radius: 20px;
    transform: translateY(-20px);
    position: relative;
    z-index: 99;
  }
  .news__ .wrap{
    padding: 0 30px;
  }
  .news__ .wrap .content .item .text {
    font-size: 16px;
  }
  .news__ .wrap .content .item .time {
    font-size: 16px;
  }
  .page .wrap{
    width: 100%;
    padding: 0 30px;
  }
  .page .wrap .content .matter p {
    font-size: 14px;
    line-height: 28px;
  }
  .page .wrap {
    margin-top: 120px;
    margin-bottom: 80px;
  }
  .page .wrap .content .matter p img{
    height: auto;
  }

  html[lang="en"] .page .wrap .content .side span {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (max-width: 540px) {
  .news__ .wrap{
    margin-top: 13.6vw;
    padding: 0 20px;
  }
  .news__ .wrap .content .item .text {
    font-size: 14px;
  }
  .news__ .wrap .content .item .time {
    font-size: 14px;
  }
  .news__ .wrap .content {
    grid-template-columns: repeat(1, 1fr);
  }
  .page .wrap .content .side span {
    font-size: 24px;
    line-height: 32px;
  }
  .page .wrap{
    padding: 0 20px;
  }
  .page .wrap .title {
    margin-bottom: 30px;
  }
  .page .wrap .content .matter{
    margin-top: 0;
  }
  .page .wrap .title {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .page .wrap .title {
    font-size: 16px;
  }
  html[lang="en"] .page .wrap .content .side span {
    font-size: 18px;
    line-height: 28px;
  }
}