.content {
  width: 100%;
  position: relative;
  background-color: white;
}
.content .box {
  width: 73%;
  margin: 0 auto;
  padding-top: 0.7rem;
  margin-top: -1px;
  padding-bottom: 0.7rem;
}
.content .box .h1 {
  font-size: 0.315rem;
  line-height: 0.315rem;
  font-weight: bold;
  text-align: center;
}
.content .box .news {
  width: calc(100% + 0.3rem);
  margin-top: 0.5475rem;
  margin-left: -0.15rem;
}
.content .box .news::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .news .left {
  width: 6.9rem;
  height: 4.61rem;
  float: left;
  margin: 0 0.15rem;
}
.content .box .news .left .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.content .box .news .left .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content .box .news .left .swiper-container .swiper-slide .news-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.content .box .news .left .swiper-container .swiper-slide .news-box .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.content .box .news .left .swiper-container .swiper-slide .news-box .img img {
  position: absolute;
  top: 0;
  left: -200px;
  right: -200px;
  margin: auto;
  height: 100%;
  transition: 2.4s;
}
.content .box .news .left .swiper-container .swiper-slide .news-box .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.content .box .news .left .swiper-container .swiper-slide .news-box .text .bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.content .box .news .left .swiper-container .swiper-slide .news-box .text .bg img {
  width: 100%;
  display: block;
  opacity: 0.6;
}
.content .box .news .left .swiper-container .swiper-slide .news-box .text .title {
  position: relative;
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-left: 0.45rem;
  margin-right: 0.75rem;
  margin-bottom: 0.69rem;
}
.content .box .news .left .swiper-container .swiper-slide .news-box a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.content .box .news .left .swiper-container .swiper-slide:hover .news-box .img img {
  transform: scale(1.1);
}
.content .box .news .left .swiper-container .swiper-pagination-fraction {
  bottom: 0.24rem;
  left: 0.45rem;
  width: auto;
  color: #e84127;
}
.content .box .news .left .swiper-container .swiper-pagination-fraction .swiper-pagination-current {
  color: white;
}
.content .box .news .left .swiper-container .swiper-button-next,
.content .box .news .left .swiper-container .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 0.24rem;
  width: 0.09rem;
  height: 0.165rem;
  margin-top: auto;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: 0.3s;
}
.content .box .news .left .swiper-container .swiper-button-next::after,
.content .box .news .left .swiper-container .swiper-button-prev::after {
  font-size: 0.165rem;
}
.content .box .news .left .swiper-container .swiper-button-next:hover,
.content .box .news .left .swiper-container .swiper-button-prev:hover {
  color: #e84127;
}
.content .box .news .left .swiper-container .swiper-button-prev {
  right: 0.6825rem;
  left: auto;
}
.content .box .news .left .swiper-container .swiper-button-next {
  right: 0.3rem;
  left: auto;
}
.content .box .news .left .swiper-container .line {
  position: absolute;
  right: 0.525rem;
  bottom: 0.24rem;
  width: 0.015rem;
  height: 0.15rem;
  background-color: #ffffff;
  opacity: 0.5;
  z-index: 10;
}
.content .box .news .right {
  float: left;
  width: 3.3rem;
  margin: 0 0.15rem;
  margin-bottom: 0.3225rem;
  background-color: white;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.07);
  transition: 0.5s;
}
.content .box .news .right .img {
  display: block;
  width: 100%;
  height: 2.205rem;
  overflow: hidden;
  position: relative;
}
.content .box .news .right .img img {
  position: absolute;
  top: 0;
  left: -200px;
  right: -200px;
  margin: auto;
  height: 100%;
  transition: 0.5s;
}
.content .box .news .right .text {
  display: block;
  width: 100%;
  height: 2.04rem;
}
.content .box .news .right .text .time {
  font-family: "DIN-Bold";
  font-size: 0.165rem;
  line-height: 0.165rem;
  color: #999999;
  margin-top: 0.36rem;
  margin-left: 0.2925rem;
  transition: 0.5s;
}
.content .box .news .right .text .title {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.18rem;
  color: #000000;
  margin-top: 0.2rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-left: 0.2925rem;
  margin-right: 0.2925rem;
  transition: 0.5s;
}
.content .box .news .right .text .p {
  font-size: 0.12rem;
  line-height: 0.225rem;
  color: #333333;
  margin-top: 0.2rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-left: 0.2925rem;
  margin-right: 0.2925rem;
  transition: 0.5s;
}
.content .box .news .right .text .button {
  margin-left: 0.2925rem;
  margin-top: 0.32rem;
  width: 0.9rem;
  height: 0.3rem;
  font-size: 0.12rem;
  line-height: 0.3rem;
  color: #999999;
  text-align: center;
  position: relative;
  transition: 0.5s;
}
.content .box .news .right .text .button::after {
  content: "";
  width: 0.0225rem;
  height: 0.3rem;
  background-color: #e84127;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.content .box .news .right:hover {
  background-color: #e84127;
}
.content .box .news .right:hover .img img {
  transform: scale(1.1);
}
.content .box .news .right:hover .text .time {
  color: white;
}
.content .box .news .right:hover .text .title {
  color: white;
}
.content .box .news .right:hover .text .p {
  color: white;
}
.content .box .news .right:hover .text .button {
  background-color: #cd3821;
  color: white;
}
.content .box .news .right:hover .text .button::after {
  width: 0;
}
.content .box .news .list .item {
  float: left;
  width: 3.3rem;
  margin: 0 0.15rem;
  margin-bottom: 0.3225rem;
  background-color: white;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.07);
  transition: 0.5s;
}
.content .box .news .list .item .img {
  display: block;
  width: 100%;
  height: 2.205rem;
  overflow: hidden;
}
.content .box .news .list .item .img img {
  width: 100%;
  transition: 0.5s;
}
.content .box .news .list .item .text {
  display: block;
  width: 100%;
  height: 1rem;
  padding-top: 0.36rem;
}
.content .box .news .list .item .text .time {
  font-family: "DIN-Bold";
  font-size: 0.165rem;
  line-height: 0.165rem;
  color: #999999;
  margin-left: 0.2925rem;
  transition: 0.5s;
}
.content .box .news .list .item .text .title {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.18rem;
  color: #000000;
  margin-top: 0.2rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-left: 0.2925rem;
  margin-right: 0.2925rem;
  transition: 0.5s;
}
.content .box .news .list .item .text .p {
  font-size: 0.12rem;
  line-height: 0.225rem;
  color: #333333;
  margin-top: 0.2rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-left: 0.2925rem;
  margin-right: 0.2925rem;
  transition: 0.5s;
}
.content .box .news .list .item .text .button {
  margin-left: 0.2925rem;
  margin-top: 0.32rem;
  width: 0.9rem;
  height: 0.3rem;
  font-size: 0.12rem;
  line-height: 0.3rem;
  color: #999999;
  text-align: center;
  position: relative;
  transition: 0.5s;
}
.content .box .news .list .item .text .button::after {
  content: "";
  width: 0.0225rem;
  height: 0.3rem;
  background-color: #e84127;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.content .box .news .list .item:hover {
  background-color: #e84127;
}
.content .box .news .list .item:hover .img img {
  transform: scale(1.1);
}
.content .box .news .list .item:hover .text .time {
  color: white;
}
.content .box .news .list .item:hover .text .title {
  color: white;
}
.content .box .news .list .item:hover .text .p {
  color: white;
}
.content .box .news .list .item:hover .text .button {
  background-color: #cd3821;
  color: white;
}
.content .box .news .list .item:hover .text .button::after {
  width: 0;
}
@media screen and (max-width: 1020px) {
  .content {
    width: 100%;
    position: relative;
    background-color: white;
  }
  .content .box {
    width: 90%;
    margin: 0 auto;
    padding-top: 0.7rem;
    margin-top: -1px;
    padding-bottom: 0.7rem;
  }
  .content .box .h1 {
    font-size: 0.42rem;
    line-height: 0.42rem;
    text-align: center;
  }
  .content .box .news {
    width: 100%;
    margin-top: 0.5475rem;
    margin-left: 0;
  }
  .content .box .news .left {
    width: 100%;
    height: 4.61rem;
    float: left;
    margin: 0 ;
  }
  .content .box .news .left .swiper-container .swiper-slide .news-box .text .title {
    position: relative;
    font-size: 0.36rem;
    line-height: 0.42rem;
  }
  .content .box .news .left .swiper-container .swiper-slide .news-box .text .p {
    position: relative;
    font-size: 0.25rem;
    line-height: 0.4rem;
  }
  .content .box .news .left .swiper-container .swiper-pagination-fraction {
    bottom: 0.24rem;
    left: 0.45rem;
    width: auto;
    color: #e84127;
    font-size: 0.25rem;
  }
  .content .box .news .right {
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 0.3225rem;
    margin-top: 0.5rem;
  }
  .content .box .news .right .img {
    display: block;
    width: 100%;
    height: 4.5rem;
    overflow: hidden;
  }
  .content .box .news .right .text {
    display: block;
    width: 100%;
    height: 1.6rem;
  }
  .content .box .news .right .text .time {
    font-size: 0.3rem;
    line-height: 0.3rem;
  }
  .content .box .news .right .text .title {
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.42rem;
  }
  .content .box .news .right .text .p {
    font-size: 0.25rem;
    line-height: 0.4rem;
  }
  .content .box .news .right .text .button {
    display: none;
  }
  .content .box .news .list .item {
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 0.3225rem;
    background-color: white;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.07);
    transition: 0.5s;
  }
  .content .box .news .list .item .img {
    display: block;
    width: 100%;
    height: 4.5rem;
    overflow: hidden;
  }
  .content .box .news .list .item .text {
    display: block;
    width: 100%;
    height: 1.6rem;
  }
  .content .box .news .list .item .text .time {
    font-size: 0.3rem;
    line-height: 0.3rem;
  }
  .content .box .news .list .item .text .title {
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.42rem;
  }
  .content .box .news .list .item .text .p {
    font-size: 0.25rem;
    line-height: 0.4rem;
  }
  .content .box .news .list .item .text .button {
    display: none;
  }
}
