body {
  background: #f6f6f6;
}
.wp1440 a img{
  transition: 1s;
}
.con-box .wp1440 {
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
}
.con-box .con-left {
  width: 67%;
  padding: 0.25rem 0.35rem;
  background: #fff;
  overflow: hidden;
}
.swiper-container {
  width: 100%;
}
.swiper-slide {
  text-align: center;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide a {
  position: relative;
  width: 100%;
  height: 4.8rem;
  font-weight: bold;
  font-size: 0.2rem;
  color: #ffffff;
}
.swiper-slide a img {
  width: 100%;
  height: 100%;
}
.swiper-slide a .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.1rem;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.2rem;
}
.swiper-pagination-bullet {
  background: #fff;
}

.leader-title{
  margin-top: 0.4rem;
  font-size: 0.2rem;
  color: #da2927;
  display: flex;
  border-top:1px solid #f2f2f2;
  background: #f2f2f2;
  padding: 0 0.1rem 0.15rem 0;
  margin-bottom: 0.2rem;
}
.leader-title .name{
  padding-top: 0.15rem;
  border-top: 2px solid #da2927;
  font-weight: bold;
}

.con-box .con-left .news-ul .news-li a {
  display: flex;
  transition: 0.5s;
}
.con-box .con-left .news-ul .news-li {
  padding: 0.15rem 0;
  border-bottom: 1px solid #e9e9e9;
}
.con-box .con-left .news-ul .news-li .title-wrap{
  padding: 0.1rem 0;
}
.con-box .con-left .news-ul .news-li a img {
  width: 2.1rem;
  height: 1.5rem;
  margin-right: 0.18rem;
  border-radius: 0.05rem;
}
.con-box .con-left .news-ul .news-li a:hover img {
  transform: scale(1.02);
}
.con-box .con-left .news-ul .news-li a h3 {
  font-weight: bold;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.23rem;
}
.con-box .con-left .news-ul .news-li a:hover h3 {
  color: #da2927;
}
.con-box .con-left .news-ul .news-li a .data {
  font-size: 14px;
  color: #999999;
  margin-top: 0.15rem;
}
.con-box .con-left .news-ul .news-li:last-child{
  border-bottom: 0;
}

.middle_contain_right {
  width: 31%;
  background: #fff;
  padding: 0.3rem 0.22rem;
}

.middle_contain_right .leader-title{
  margin-top: 0;
}

.leader-img{
  width: 2rem;
  display: block;
  margin: 0.2rem auto;
}

.desc{
  font-size: 0.16rem;
  color: #333;
  text-indent: 2em;
  line-height: 0.26rem;
}

@media (max-width: 768px) {
  .con-box .wp1440 {
    flex-wrap: wrap;
  }
  .con-box .con-left {
    width: 100%;
    padding: 0 0.15rem;
  }
  .swiper-container {
    width: 100%;
  }
  .swiper-slide a {
    height: 3.2rem;
  }
  .con-box .con-left .news-ul .news-li {
    padding: 0.15rem 0;
  }
  .con-box .con-left .news-ul .news-li a img {
    width: 1.5rem;
    height: 1rem;
    margin-right: 0.15rem;
  }
  .con-box .con-left .news-ul .news-li a h3 {
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.23rem;
  }
  .middle_contain_right {
    width: 100%;
    margin-top: 0.2rem;
    padding: 0.15rem 0.15rem;
  }


}
