.news .wrap {
  width: 70.83333333vw;
  padding: 109px 0 102px 0;
  margin: auto;
}
.news .wrap .title {
  font-size: 42px;
  font-weight: 500;
  color: #222222;
  text-align: center;
  margin: 0 0 70px;
}
.news .wrap .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .wrap .content .img {
  width: 35.41666667vw;
}
.news .wrap .content .img img {
  width: 100%;
}
.news .wrap .content .right .time {
  font-size: 16px;
  font-weight: 400;
  color: #1A1A1A;
  padding: 0 0 30px;
  margin: 0 0 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news .wrap .content .right > .headline {
  font-size: 30px;
  font-weight: 500;
  color: #1A1A1A;
  margin: 0 0 32px;
  display: block;
  transition: 0.6s;
}
.news .wrap .content .right > p {
  width: 29.84375vw;
  font-size: 16px;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 32px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news .wrap .content .right .more {
  width: fit-content;
  margin: 9.375vw 0 0 0;
  display: flex;
  align-items: center;
}
.news .wrap .content .right .more p {
  font-size: 16px;
  font-weight: 400;
  color: #4D4D4D;
  margin: 0 11px 0 0;
}
.news .wrap .content .right .more .circle {
  width: 40px;
  height: 40px;
  background: #E72410;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .wrap .content .right .more .circle .iconfont {
  color: #fff;
  font-size: 16px;
  transform: rotate(45deg);
  transition: 0.7s;
}
.news .wrap .content .right .more:hover p {
  color: #E72410;
}
.news .wrap .content .right .more:hover .iconfont {
  transform: rotate(0);
}
.news .wrap .content .right:hover > .headline {
  color: #E72410;
}
.news .wrap .flex {
  margin: 100px 0 0 0;
}
.news .wrap .flex .item {
  padding: 61px 40px 61px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E6E6E6;
}
.news .wrap .flex .item:first-child {
  border-top: 1px solid #E6E6E6;
}
.news .wrap .flex .item .l {
  display: flex;
  align-items: center;
}
.news .wrap .flex .item .l .time {
  margin: 0 6.30208333vw 0 0;
}
.news .wrap .flex .item .l .time span {
  font-size: 64px;
  font-weight: bold;
  color: #1A1A1A;
  display: block;
  transition: 0.6s;
}
.news .wrap .flex .item .l .time p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: #333333;
  transition: 0.6s;
}
.news .wrap .flex .item .l .text {
  width: 39.21875vw;
}
.news .wrap .flex .item .l .text span {
  font-size: 22px;
  font-weight: bold;
  color: #1A1A1A;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 0 0 21px;
  transition: 0.7s;
}
.news .wrap .flex .item .l .text p {
  font-size: 16px;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 24px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news .wrap .flex .item .more {
  width: 40px;
  height: 40px;
  background: #1A1A1A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}
.news .wrap .flex .item .more .iconfont {
  color: #fff;
  font-size: 16px;
  transform: rotate(45deg);
  transition: 0.7s;
}
.news .wrap .flex .item:hover .time span {
  color: #E72410;
}
.news .wrap .flex .item:hover .time p {
  color: #E72410;
}
.news .wrap .flex .item:hover .text span {
  color: #E72410;
}
.news .wrap .flex .item:hover .more {
  background: #E72410;
}
.news .wrap .flex .item:hover .more .iconfont {
  transform: rotate(0deg);
}
.news .wrap .flex .click_more {
  width: 140px;
  height: 48px;
  background: rgba(3, 3, 3, 0);
  border: 1px solid #030303;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 73px auto 0;
  transition: 1s;
}
.news .wrap .flex .click_more p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  transition: 1s;
}
.news .wrap .flex .click_more:hover {
  background: #E72410;
  border: 1px solid transparent;
}
.news .wrap .flex .click_more:hover p {
  color: #fff;
}
.page {
  padding: 184px 0 227px 0;
}
.page .wrap {
  width: 58.28125vw;
  margin: auto;
  position: relative;
}
.page .wrap .back {
  display: flex;
  align-items: center;
  position: absolute;
  right: -150px;
  top: 12px;
}
.page .wrap .back p {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  margin: 0 12px 0 0;
}
.page .wrap .back .iconfont {
  color: #666666;
  font-size: 18px;
}
.page .wrap .title {
  text-align: center;
  padding: 0 0 22px;
  margin: 0 0 59px;
  border-bottom: 1px solid #EDEDED;
}
.page .wrap .title span {
  font-size: 28px;
  font-weight: bold;
  color: #E72410;
  margin: 0 0 33px;
  display: block;
}
.page .wrap .title p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.page .wrap .content {
}
.page .wrap .content p {
  font-size: 16px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 36px;
}
@media screen and (max-width: 1700px) {
  .news .wrap .content .right .time {
    margin: 0 0 30px;
  }
  .news .wrap .content .right > .headline{
    font-size: 27px;
  }
  .news .wrap .content .right > p{
    font-size: 15px;
  }
  .news .wrap .content .right .more {
    margin: 7.375vw 0 0 0;
  }
  .news .wrap .content .img {
    width: 50%;
  }
}
@media screen and (max-width: 1440px) {
  .news .wrap .content .right > .headline {
    font-size: 25px;
    margin: 0 0 22px;
  }
  .news .wrap .content .right .time {
    margin: 0 0 19px;
    padding: 0 0 19px;
  }
  .news .wrap .content .right .more {
    margin: 6.375vw 0 0 0;
  }
}
@media screen and (max-width: 1255px) {
  .news .wrap .content .right .time{
    padding: 0 0 14px;
  }
  .news .wrap .content .right > .headline {
    margin: 0 0 16px;
  }
  .news .wrap .content .right .more {
    margin: 4.375vw 0 0 0;
  }
}
@media screen and (max-width: 1213px) {
  .news .wrap {
    width: 77.833333vw;
  }
}
@media screen and (max-width: 1105px) {
  .news .wrap {
    width: 81.833333vw;
  }
}
@media screen and (max-width: 1040px) {
  .news .wrap {
    width: 85.833333vw;
  }
}
@media screen and (max-width: 1023px) {
  .news .wrap {
    width: 90%;
    padding: 44px 0 50px 0;
  }
  .news .wrap .content{
    flex-direction: column;
  }
  .news .wrap .content .img{
    width: 100%;
    margin: 0 0 30px;
  }
  .news .wrap .title{
    font-size: 24px;
    margin: 0 0 28px;
  }
  .news .wrap .content .right .time{
    font-size: 13px;
  }
  .news .wrap .content .right > .headline{
    font-size: 19px;
  }
  .news .wrap .content .right{
    width: 100%;
  }
  .news .wrap .content .right > p{
    width: 100%;
    font-size: 13px;
    line-height: 30px;
  }
  .news .wrap .content .right .more p{
    font-size: 13px;
  }
  .news .wrap .content .right .more .circle{
    width: 30px;
    height: 30px;
  }
  .news .wrap .content .right .more .circle .iconfont{
    font-size: 14px;
  }
  .news .wrap .flex {
    margin: 26px 0 0 0;
  }
  .news .wrap .flex .item{
    padding: 20px 0;
    flex-direction: column;
    align-items: unset;
  }
  .news .wrap .flex .item .l{
    flex-direction: column;
    align-items: unset;
  }
  .news .wrap .flex .item .l .time span{
    font-size: 28px;
  }
  .news .wrap .flex .item .l .time p{
    font-size: 13px;
  }
  .news .wrap .flex .item .l .text {
    width: 100%;
    margin: 25px 0 0 0;
  }
  .news .wrap .flex .item .l .text span{
    font-size: 19px;
    margin: 0 0 10px;
  }
  .news .wrap .flex .item .l .text p{
    font-size: 13px;
    line-height: 30px;
  }
  .news .wrap .flex .item .more{
    width: 35px;
    height: 35px;
    margin: 25px 0 0 0;
  }
  .news .wrap .flex .item .more .iconfont{
    font-size: 13px;
  }
  .news .wrap .flex .click_more {
    width: 129px;
    height: 45px;
    margin: 39px auto 0;
  }
  .news .wrap .flex .click_more p{
    font-size: 14px;
  }
  .page .wrap{
    width: 90%;
  }
  .page .wrap .title span{
    font-size: 19px;
    margin: 0 0 14px;
  }
  .page .wrap .title{
    margin: 0;
  }
  .page .wrap .content p{
    font-size: 13px;
    line-height: 30px;
  }
  .page .wrap .title p{
    font-size: 13px;
  }
  .page {
    padding: 95px 0 68px 0;
  }
}
/*# sourceMappingURL=news.css.map */