.banner {
  background: url("/img/news/banner.jpg");
  background-size: cover;
}

.content_one {
  display: flex;
  justify-content: space-between;
  height: 6.1rem;
}
.news > .flex-box {
  margin-top: -0.43rem;
  position: relative;
  padding: 0 0.6rem;
}
.content_box {
  padding: 0.54rem 0 0.67rem 0;
}

.content_one .swiper {
  width: 9.05rem;
  margin-right: 0.3rem;
}
.content_one .swiper-slide {
  position: relative;
}
.content_one .swiper-slide > div:nth-of-type(1) {
  position: absolute;
  font-weight: bold;
  font-size: 0.2rem;
  color: #ffffff;
  top: 4.78rem;
  left: 0.56rem;
}

.content_one .swiper-slide > div:last-child {
  position: absolute;
  font-size: 0.16rem;
  color: #ffffff;
  top: 5.13rem;
  left: 0.56rem;
}
.news .pre,
.news .next {
  position: static !important;
  width: 0.06rem !important;
  height: 0.13rem !important;
  margin: 0 !important;
}
.news .myPagination{
    position: static !important;
    margin: 0 !important;
    font-size: 0.14rem !important;
    color: #CCCCCC !important;
    line-height: 0.28rem !important;
    width: auto !important;
}
.news .myPagination>span{
    font-size: 0.14rem !important;
    color: #CCCCCC !important;
    line-height: 0.28rem !important;
}
.news .pre::after,
.news .next::after {
  content: "";
  display: block;
  width: 0.06rem;
  height: 0.13rem;
  background: url(/img/news/arrow_5_1.png) no-repeat;
  background-size: cover;
  opacity: 0.33;
  transition: var(--m_tran) opacity;
}
.news .pre::after {
  transform: rotate(180deg);
  transform-origin: center;
}
.news .pre:hover:after,
.news .next:hover:after {
  opacity: 1;
}
.news .space {
  width: 0rem;
  height: 0.13rem;
  border: 0.01rem solid #ffffff;
  opacity: 0.33;
  margin: 0 0.15rem;
  position: relative;
    z-index: 9;
}
.content_text {
  width: 4.44rem;
  background: #ffffff;
  box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0, 0, 0, 0.05);
  border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
}

.content_text > div:nth-child(2) {
  padding: 0.28rem 0.24rem 0.36rem 0.24rem;
}

.content_text > div:nth-child(1) {
  width: 4.44rem;
  height: 3.25rem;
}

.content_text > div:nth-child(2) > p:nth-child(1) {
  font-family: Anton, Anton;
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
  margin-bottom: 0.13rem;
}

.content_text > div:nth-child(2) > p:nth-child(2) {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.28rem;
  margin-bottom: 0.25rem;
}

.content_text > div:nth-child(2) > p:nth-child(3) {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #0a0a0a;
  line-height: 0.25rem;
  margin-bottom: 0.4rem;
}

.content_text > div:nth-child(2) > p:nth-child(4) {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.17rem;
  color: #0068b7;
  cursor: pointer;
}

.content_two {
  display: flex;
  justify-content: space-between;
  margin-top: 0.43rem;
}

.content_three {
  display: flex;
  justify-content: space-between;
  margin-top: 0.35rem;
}

.content_two .content_text {
  transition: var(--m_tran) background;
}

.content_two .content_text div p {
  transition: var(--m_tran) color;
}

.content_two .content_text:hover {
  background-color: #0068b7;

  div {
    p {
      color: #fff;
    }
  }
}

.content_three .content_text {
  transition: var(--m_tran) background;
}

.content_three .content_text div p {
  transition: var(--m_tran) color;
}

.content_three .content_text:hover {
  background-color: #0068b7;

  div {
    p {
      color: #fff;
    }
  }
}

.content_four {
  display: flex;
  justify-content: center;
  margin-top: 1.15rem;
}

.content_four > p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.32rem;
  height: 0.32rem;
  color: RGBA(223, 223, 223, 1);
  margin-right: 0.08rem;
  cursor: pointer;
}

.content_four > p:first-child {
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  border: 0.01rem solid #dedede;
  color: RGBA(223, 223, 223, 1);
}

.content_four > p:last-child {
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  border: 0.01rem solid #dedede;
  color: RGBA(223, 223, 223, 1);
}

.content_four > p:nth-child(2) {
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  color: #fff;
  background: rgba(43, 102, 176, 1);
}

.content_four > p:nth-child(3) {
  border: 0.01rem dashed #dedede;
}

.content_four > p:nth-child(4) {
  border: 0.01rem dashed #dedede;
}

.content_four > p:nth-child(5) {
  border: 0.01rem dashed #dedede;
}

.content_four > p:nth-child(7) {
  border: 0.01rem dashed #dedede;
}

@media only screen and (max-width: 1024px) {
    .content_bg .content_top .content_width{
        display: block;
    }
    .content_bg .content_top .content_width .content_top_text>p:nth-child(2){
        font-size: 14px;
    }
    .content_bg .content_top .content_width .content_top_text>p:nth-child(3){
        font-size: 12px;
    }
    .content_center .content_width{
        padding-left: 0;
    padding-right: 0;
    }
    .content_center .content_left .content_left_two{
        margin-right:0;
    }
    .content_center .content_width .content_center_img{
        width: 2.59rem;
    height: 2.63rem;
    }
    .content_center .content_right .content_right_two{
        margin-left:0;
    }
    .content_center .content_left p, .content_center .content_right p{
        font-size: 14px;
    }
    .content_bottom .content_width>div:nth-child(2){
        font-size: 12px;
    }
    .CSR .swiper-slide>div>div{
        font-size: 12px;
    }
}
