.wei_swiper_box{
  background-color: #F3F4F5;
  height: 480px;
  margin-top: 78px;
}
.wei_main{
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  height: 480px;
  max-width: 1260px;
}
#owl-demo{
  height: 400px;
  margin-top: 30px;
}
#owl-demo.m-theme .m-controls .m-buttons div.m-prev{
  position: absolute;
  left: -18px;
  top: 49%;
}
#owl-demo.m-theme .m-controls .m-buttons div.m-next{
  position: absolute;
  right: -18px;
  top: 49%;
}
#owl-demo .m-controls .m-buttons div {
  background: transparent;
  color: #e30707;
  font-size: 1.3rem;
}
@media screen and (min-width: 960px) {
  .wei_item_text{
    /* width:580px; */
    width: calc(50% - 40px);
   float: left;
   height: 100%;
   padding-left: 50px;
   height: 360px;
   background-color: #E4EEF7;
   margin-top: 20px;
   padding-top: 51px;
   padding-left: 40px;
   padding-bottom: 62px;
   padding-right: 40px;
   margin-left: 40px;
   border-top-left-radius: 8px;
   border-bottom-left-radius: 8px;
 }
}

@media screen and (max-width: 960px) {
  .wei_item_text{
    width:100%;
   float: left;
   height: 100%;
   padding-left: 50px;
   height: 360px;
   background-color: #E4EEF7;
   margin-top: 20px;
   padding-top: 51px;
   padding-left: 40px;
   padding-bottom: 62px;
   padding-right: 40px;
   margin-left: 40px;
   border-top-left-radius: 8px;
   border-bottom-left-radius: 8px;
 }
 .wei_swiper_box{
   margin-top: 0;
 }
}

.wei_item_img{
  /* width: 600px; */
  width: calc(50% - 40px);
  float: left;
  height: 100%;
  border-radius: 8px;
  padding-left: 0;
  padding-right: 0;
}

.wei_item_text .first{

  height:20px;
  font-size:14px;
  font-family:PingFangSC-Light,PingFang SC;
  font-weight:300;
  color:rgba(102,102,102,1);
  line-height:20px;
}
.wei_item_text h2{

  font-size:28px;
  font-family:PingFangSC-Medium,PingFang SC;
  font-weight:500;
  color:rgba(51,51,51,1);
  line-height:40px;
  margin:0;
}
.wei_item_text .two{

  font-size:14px;
  font-family:PingFangSC-Light,PingFang SC;
  font-weight:300;
  color:rgba(153,153,153,1);
  line-height:20px;
  margin-top: 10px;
  margin-bottom: 12px;
  display: block;
}
.wei_item_text div{

  font-size:16px;
  font-family:PingFangSC-Light,PingFang SC;
  font-weight:300;
  color:rgba(51,51,51,1);
  line-height:22px;
  margin-right: 0;
  width: 100%;
  text-align: justify;
  height: 110px;
  overflow: hidden;
}
.wei_item_text a{

  font-size:14px;
  font-family:PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(53,111,242,1);
  line-height:20px;
  float: right;
  margin-top: 10px;
}

.wei_box{
  width: 100%;
  background-color: #fff;
  margin:80px 0;
}
.wei_main_box{
  width: 90%;
  margin:0 auto;
  max-width: 1260px;

}


@media screen and (max-width: 960px) {
  .wei_item_text{
    padding-left: 40px;
    margin-left: 0;
    height: auto;
    margin-top: 0;
  }
  .wei_item_img{
    display: none;
  }
  .wei_box{
    margin:20px 0;
  }
  .showPage{
    display: none;
  }
  .wei_item_text h2{
    font-size: 22px;
  }
  .right_text{
    padding-left: 0;
  }
  .right_text h2,.right_text p{
    height: auto;
  }
  .wei_item_text div{
    height: 200px;
    overflow: hidden;
  }
}