.news {
  background-image: linear-gradient(#fff, #FCFCFC);
}
.news .wrap {
  width: 1402px;
  margin: 216px auto 126px;
    max-width: 90%;
}
.news .wrap .title {
  text-align: center;
  margin: 0 0 97px 0;
}
.news .wrap .title .headline {
  font-size: 40px;
  font-family: ZauriSans;
  font-weight: normal;
  color: #202020;
  margin: 0 0 62px 0;
}
.news .wrap .title .cut {
  width: fit-content;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  background: #FAFAFA;
  border-radius: 28px;
  padding: 4px;
  position: relative;
  z-index: 1;
}
.news .wrap .title .cut a {
  width: fit-content;
  padding: 0 24px;
  height: 48px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #717171;
  position: relative;
  transition: 0.6s;
}

.news .wrap .title .cut a:after{
    content: '';
    width: 110px;
    height: 48px;
    background: #FFFFFF;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: 0.6s;
    opacity: 0;
}
.news .wrap .title .cut a.on {
  color: #EC6816;
}
.news .wrap .title .cut a.on:after {
  opacity: 1;
}
.news .wrap .title .cut .background {
    display: none;
}
.news .wrap .content .big_cut {
  display: none;
  justify-content: space-between;
}
.news .wrap .content .big_cut.on {
  display: flex;
}
.news .wrap .content .big_cut .big {
  /* width: 833px; */
  width: 780px;
}
.news .wrap .content .big_cut .big .img {
  width: 100%;
  height: 528px;
  display: block;
  border-radius: 29px;
  overflow: hidden;
}
.news .wrap .content .big_cut .big .img img {
  width: 100%;
  height: 100%;
  transition: 3s;
}
.news .wrap .content .big_cut .big .img:hover img {
  transform: scale(1.1);
}
.news .wrap .content .big_cut .big .text{
  padding: 37px 0 0 0;
}
.news .wrap .content .big_cut .big .text span {
  font-size: 26px;
  font-weight: bold;
  color: #1E1E1E;
  display: block;
  margin: 0 0 29px 0;
  transition: 0.8s;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .wrap .content .big_cut .big .text .time {
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  color: #575A5A;
  margin: 0 0 24px 0;
}
.news .wrap .content .big_cut .big .text .more {
  width: 82px;
  height: 28px;
  border: 1px solid #DDDDDD;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: #1E1E1E;
  transition: 0.6s;
}
.news .wrap .content .big_cut .big:hover .img img {
  transform: scale(1.1);
}
.news .wrap .content .big_cut .big:hover .text span {
  color: #EC6816;
}
.news .wrap .content .big_cut .big:hover .text .more {
  background: #EC6816;
  color: #fff;
  border: 1px solid transparent;
}
.news .wrap .content .big_cut .small {
  /* width: 531px; */
  width: auto;
}
.news .wrap .content .big_cut .small .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 20px 5px;
  position: relative;
  overflow: hidden;
}
.news .wrap .content .big_cut .small .item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #EC6816;
  transform: translateX(-100%);
  transition: 2s;
  display: none;
}

.news .wrap .content .big_cut .small .item .text {
  /* width: 271px; */
  width: 260px;
  height: 220px;
  padding: 20px 10px 0 0;
}
.news .wrap .content .big_cut .small .item .text span {
  font-size: 18px;
  font-family: Source Han Sans CN m;
  color: #1E1E1E;
  display: block;
  margin: 0 0 24px 0;
  transition: 0.8s;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news .wrap .content .big_cut .small .item .text .time {
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  color: #575A5A;
  margin: 0 0 49px 0;
}
.news .wrap .content .big_cut .small .item .text .more {
  width: 82px;
  height: 28px;
  border: 1px solid #DDDDDD;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: #1E1E1E;
  transition: 0.6s;
}
.news .wrap .content .big_cut .small .item .img {
  /* width: 225px; */
  width: 325px;
  height: 220px;
  /* height: 164px; */
  overflow: hidden;
  border-radius: 18px;
}
.news .wrap .content .big_cut .small .item .img img {
  width: 100%;
  height: 100%;
  transition: 3s;
}
.news .wrap .content .big_cut .small .item:hover .img img {
  transform: scale(1.1);
}
.news .wrap .content .big_cut .small .item:hover .text span {
  color: #EC6816;
}
.news .wrap .content .big_cut .small .item:hover .text .more {
  background: #EC6816;
  color: #fff;
  border: 1px solid transparent;
}
.news .wrap .content .big_cut .small .item:not(:last-child):hover:after {
  transform: translateX(0);
}
.news2 .wrap {
  width: 1402px;
  margin: 89px auto 10px;
    max-width: 90%;
}
.news2 .wrap .title {
  font-size: 36px;
  font-family: ZauriSans;
  font-weight: normal;
  color: #202020;
  text-align: center;
  margin: 0 0 70px 0;
}
.news2 .wrap .screening {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.news2 .wrap .screening > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news2 .wrap .screening > div p {
  font-size: 16px;
  font-family: ZauriSans;
  font-weight: normal;
  color: #202020;
  margin: 0 10px 0 0;
}
.news2 .wrap .screening > div .iconfont {
  color: #222121;
  font-size: 12px;
  font-weight: bold;
  transform: rotate(90deg);
}
.news2 .wrap .content {
  margin: 30px 0 0 0;
}
.news2 .wrap .content .flex {
  display: flex;
    flex-wrap: wrap;
}
.news2 .wrap .content .flex .item {
  width: 441px;
    margin: 0 39px 64px 0;
}
.news2 .wrap .content .flex .item:nth-child(3n) {
    margin: 0 0 64px 0;
}
.news2 .wrap .content .flex .item .img {
  width: 100%;
  /* height: 306px; */
  height: auto;
  margin: 0 0 32px 0;
  overflow: hidden;
  border-radius: 22px;
}
.news2 .wrap .content .flex .item .img img {
  width: 100%;
  height: 100%;
  transition: 3s;
}
.news2 .wrap .content .flex .item .text .time {
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  color: #575A5A;
  margin: 0 0 23px 0;
}
.news2 .wrap .content .flex .item .text span {
  font-size: 19px;
  font-family: Source Han Sans CN m;
  color: #1E1E1E;
  display: block;
  margin: 0 0 28px 0;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.7s;
}
.news2 .wrap .content .flex .item .text p {
  font-size: 14px;
  font-weight: 200;
  color: #1E1E1E;
  line-height: 26px;
  opacity: 0.8;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news2 .wrap .content .flex .item .text .more{
  width: 82px;
  height: 28px;
  border: 1px solid #DDDDDD;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: #1E1E1E;
  transition: 0.6s;
}
.news2 .wrap .content .flex .item:hover .text .more{
  background: #EC6816;
  color: #fff;
  border: 1px solid transparent;
}
.news2 .wrap .content .flex .item:hover .img img {
  transform: scale(1.1);
}
.news2 .wrap .content .flex .item:hover .text span {
  color: #EC6816;
}
.news2 .wrap .content .flex .view_more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 70px auto 0;
  width: 96px;
  height: 40px;
  background: #EC6816;
  border-radius: 20px;
  font-size: 14px;
  font-family: ZauriSans;
  font-weight: normal;
  color: #FFFFFF;
  border: 1px solid transparent;
  transition: 0.8s;
}
.news2 .wrap .content .view_more:hover {
  background: #fff;
  color: #EC6816;
  border: 1px solid #EC6816;
}
.page .bread_line {
  width: 100%;
  height: 80px;
  background: #f6f6f6;
  margin: 100px 0 0 0;
  padding: 0 256px 0 261px;
  position: relative;
  z-index: 2;
}
.page .bread_line .joke {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.page .bread_line .joke p {
  font-size: 20px;
  font-family: Source Han Sans CN m;
  font-weight: normal;
  color: #202020;
}
.page .bread_line .joke div {
  display: flex;
}
.page .bread_line .joke div a {
  font-size: 14px;
  font-family: X-ZhongHei;
  font-weight: 200;
  color: #202020;
  transition: 0.6s;
}
.page .bread_line .joke div a:not(:last-child) {
  margin: 0 39px 0 0;
}
.page .bread_line .joke div a:hover {
  color: #EC6816;
}
.page .wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 256px 0 261px;
  margin: 83px 0 52px 0;
}
.page .wrap .the_left {
  width: 71%;
}
.page .wrap .the_left .title {
  padding: 0 0 74px 0;
  margin: 0 0 59px 0;
  position: relative;
}
.page .wrap .the_left .title:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: rgba(191, 191, 191, 0.45);
  left: 0;
  bottom: 0;
  transition: 3s;
}
.page .wrap .the_left .title.aos-animate:after {
  width: 100%;
}
.page .wrap .the_left .title h1 {
  width: 907px;
  font-size: 32px;
  font-family: Source Han Sans CN m;
  font-weight: 500;
  color: #1E1E1E;
  max-width: 100%;
  display: block;
  margin: 0 0 42px 0;
}
.page .wrap .the_left .title .flex {
  display: flex;
  align-items: center;
}
.page .wrap .the_left .title .flex .label {
  width: 82px;
  height: 28px;
  border: 1px solid #DDDDDD;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 23px 0 0;
  font-size: 12px;
  font-family: Source Han Sans CN m;
  font-weight: 500;
  color: #1E1E1E;
}
.page .wrap .the_left .title .flex .time {
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  color: #575A5A;
}
.page .wrap .the_left .content {
  font-size: 14px;
  font-family: X-ZhongHei;
  font-weight: 200;
  color: #1E1E1E;
  line-height: 32px;
}

.page .wrap .the_left .content p img {
  width: 100%;
}
.page .wrap .side {
  width: 23%;
}
.page .wrap .side .headline {
  font-size: 20px;
  font-family: Source Han Sans CN m;
  font-weight: 500;
  color: #1E1E1E;
  margin: 0 0 27px 0;
}
.page .wrap .side .item {
  width: 100%;
  display: block;
}
.page .wrap .side .item:not(:last-child) {
  margin: 0 0 33px 0;
}
.page .wrap .side .item .img {
  width: 100%;
  min-height: 217px;
  overflow: hidden;
  display: block;
  border-radius: 16px;
  margin: 0 0 18px 0;
}
.page .wrap .side .item .img img {
  width: 100%;
  height: 100%;
  transition: 2s;
}
.page .wrap .side .item .text span {
  font-size: 16px;
  font-family: Source Han Sans CN m;
  font-weight: 500;
  color: #1E1E1E;
  display: block;
  margin: 0 0 17px 0;
  transition: 0.8s;
}
.page .wrap .side .item .text .flex {
  display: flex;
  align-items: center;
}
.page .wrap .side .item .text .flex .label {
  width: 82px;
  height: 28px;
  border: 1px solid #DDDDDD;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 16px 0 0;
  font-size: 12px;
  font-family: Source Han Sans CN m;
  font-weight: 500;
  color: #1E1E1E;
  transition: 0.7s;
}
.page .wrap .side .item .text .flex .time {
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  color: #575A5A;
}
.page .wrap .side .item:hover .img img {
  transform: scale(1.1);
}
.page .wrap .side .item:hover .text span {
  color: #EC6816;
}
.page .wrap .side .item:hover .text .flex .label {
  border: 1px solid transparent;
  color: #fff;
  background: #EC6816;
}
/*# sourceMappingURL=news.css.map */

html[lang="en"] .news .wrap .content .big_cut .big .text .more{
  width: 140px;
}
html[lang="en"] .news .wrap .content .big_cut .small .item .text .more {
  width: 140px;
}
html[lang="en"] .news2 .wrap .content .flex .item .text .more {
  width: 200px;
}
html[lang="en"] .news .wrap .title .cut a:after{
  width: 100%;
}
@media screen and (max-width: 1900px) {
    .news .wrap .content .big_cut .small{
        width: 42%;
    }
    .news .wrap .content .big_cut .big{
        width: 56%;
    }
}
@media screen and (max-width: 1850px) {
    .page .bread_line,.page .wrap{
        padding: 0 200px;
    }
    .page .wrap .the_left .content p img{
        height: auto!important;
    }
}
@media screen and (max-width: 1728px) {
    .page .bread_line,.page .wrap{
        padding: 0 100px;
    }

    .page .wrap .side .item .img{
        height: auto;
        min-height: auto;
    }

    .page .wrap .side .item .text span{
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

}
@media screen and (max-width: 1600px) {
    .news2 .wrap .content .flex .item{
        width: 31.3%;
    }
}
@media screen and (max-width: 1510px) {
    .page .bread_line,.page .wrap{
        padding: 0 5%;
    }

}
@media screen and (max-width: 1430px) {
    .news2 .wrap .content .flex .item{
        width: 31%;
    }
}
@media screen and (max-width: 1380px) {
  .news .wrap .content .big_cut .small .item .img{
    height: auto;
  }
  .news .wrap .content .big_cut .big .img{
    height: auto;
  }
  .news .wrap .content .big_cut .small .item{
    padding: 0 0 0 5px;
  }
}
@media screen and (max-width: 1366px) {
  .news .wrap .content .big_cut .big .img{
    height: auto;
  }

  .news .wrap .content .big_cut .small .item{
    margin: 0 0 15px 0;
  }
  .news .wrap .content .big_cut .small .item .text{
    height: auto;
  }
}
@media screen and (max-width: 1245px) {
    .news2 .wrap .content .flex .item{
        width: 30%;
    }
}



@media screen and (max-width: 1023px) {
  .news2 .wrap .content{
    position: relative;
    padding: 0 0 80px 0;
    margin: 30px 0 35px 0;
  }
  .news2 .wrap .content .flex .view_more{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
  }
  .news .wrap .content .big_cut .small .item .img{
    width: 100%;
  }
  .news .wrap .content .big_cut .big{
    display: none;
  }
  .news .sj_big{
    display: block!important;
  }
  .news .sj_big .item{
    flex-direction: column!important;
  }
  .news .wrap .content .big_cut .sj_big .big{
    display: block!important;
  }
    .news .wrap {
        margin: 180px auto 10px;
    }
    .news .wrap .title .cut a{
        font-size: 12px;
    }
    .news .wrap .title .cut a:after{
        width: 100%;
    }
    .news .wrap .title{
        margin: 0 0 30px 0;
    }
    .news .wrap .content .big_cut{
        flex-direction: column;
    }
    .news .wrap .content .big_cut .big {
        width: 100%;
    }
    .news .wrap .content .big_cut .big .img{
        border-radius: 18px;
    }
    .news .wrap .content .big_cut .big .text span{
        font-size: 19px;
    }
    .news .wrap .content .big_cut .big .text {
        padding: 26px 0 0 0;
    }
    .news .wrap .content .big_cut .big .text .time{
        font-size: 12px;
    }
    .news .wrap .content .big_cut .big .text span{
        margin: 0 0 12px 0;
    }
    .news .wrap .content .big_cut .small{
        width: 100%;
        margin: 0;
      display: grid;
      grid-template-columns: repeat(2,1fr);
      grid-gap: 25px 15px;
    }
    .news .wrap .content .big_cut .small .item{
        flex-direction: column-reverse;
        padding: 0;
    }
    .news .wrap .content .big_cut .small .item .text{
        width: 100%;
    }
    .news .wrap .content .big_cut .small .item .text span{
        font-size: 19px;
        -webkit-line-clamp: 1;
        margin: 0 0 12px 0;
    }
    .news .wrap .content .big_cut .small .item .text .time{
        font-size: 12px;
        margin: 0 0 24px 0;
    }
    .news .wrap .content .big_cut .small .item{
        margin: 0 0 30px 0;
    }
    .news .wrap .title .cut a:after{
        height: 100%;
    }
    .news .wrap .title .cut{
        height: 45px;
    }
    .news .wrap .title .cut a{
        height: 100%;
    }
    .news2 .wrap {
        margin: 53px auto 10px;
    }
    .news2 .wrap .title{
        font-size: 28px;
        margin: 0 0 25px 0;
    }
    .news2 .wrap .content .flex{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 25px 15px;
    }
    .news2 .wrap .content .flex .item{
        margin: 0!important;
        width: 100%;
    }
    .news2 .wrap .content .flex .item .img{
        border-radius: 18px;
        margin: 0 0 19px 0;
    }
    .news2 .wrap .content .flex .item .text .time{
        font-size: 12px;
        margin: 0 0 13px 0;
    }
    .news2 .wrap .content .flex .item .text span {
        -webkit-line-clamp: 1;
        margin: 0 0 18px 0;
    }
    .page .bread_line .joke p{
        font-size: 16px;
    }
    .page .bread_line .joke div a:not(:last-child) {
        margin: 0 21px 0 0;
    }
    .page .bread_line .joke div a{
        font-size: 12px;
    }
    .page .bread_line{
        height: 57px;
        margin: 93px 0 0 0;
        transform: none!important;
    }
    .page .wrap {
        margin: 24px 0 52px 0;
        flex-direction: column;
    }
    .page .wrap .the_left {
        width: 100%;
    }
    .page .wrap .the_left .title span{
        font-size: 19px;
        margin: 0 0 21px 0;
    }
    .page .wrap .the_left .title .flex .time{
        font-size: 12px;
    }
    .page .wrap .the_left .title {
        padding: 0 0 26px 0;
        margin: 0;
    }
    .page .wrap .the_left .content p,.page .wrap .the_left .content span{
        font-size: 13px!important;
    }
    .page .wrap .side {
        width: 100%;
    }
    .page .wrap .side .item .text .flex .time{
        font-size: 12px;
    }
    html[lang="en"] .news .wrap .content .big_cut .small .item .text .more {
      width: 200px;
    }
}
@media screen and (max-width: 500px) {
  .news .wrap {
    margin: 129px auto 10px;
  }
  html[lang="en"] .news .wrap .content .big_cut .small .item .text .more {
    width: 180px;
  }
}
@media screen and (max-width: 450px) {
  .news2 .wrap .content .flex{
    grid-template-columns: repeat(1,1fr);
  }
  .news .wrap .content .big_cut .small{
    grid-template-columns: repeat(1,1fr);
  }
  .news .wrap .content .big_cut .small .item {
    margin: 0;
  }
  .news .wrap .content .big_cut{
    flex-direction: column;
  }
  .news .wrap .content .big_cut .small{
    margin: 20px 0 0 0;
    width: 100%;
  }
  .news .wrap .content .big_cut .big{
    width: 100%;
  }
}
