
.swiper-button-next,
.swiper-button-prev{
    width: 0.51rem !important;
    height: 0.51rem !important;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(64,137,255,0.21);
    border-radius: 50%;
}
.swiper-button-next img,
.swiper-button-prev img{
    width: 0.16rem;
    height: 0.08rem;
}
.swiper-button-prev img{
    transform: rotate(180deg) scaleY(-1);
}
.swiper-button-next::after,
.swiper-button-prev::after{
    content: '' !important;
}
.swiper-button-next{
    right: 2.6rem;
    bottom: 0.88rem;
    transform: translate(0,50%);
    top: 1.98rem;
}
.swiper-button-prev{
    left: 2.6rem;
    bottom: 0.88rem;
    transform: translate(0,50%);
    top: 1.98rem;
}

.swiper-button-next .img1,
.swiper-button-prev .img1{
    display: none;
}
.swiper-button-next .img2,
.swiper-button-prev .img2{
    display: block;
}
.swiper-button-next:hover,
.swiper-button-prev:hover{
    background: #1D50A2;
}
.swiper-button-next:hover .img1,
.swiper-button-prev:hover .img1{
    display: block !important;
}
.swiper-button-next:hover .img2,
.swiper-button-prev:hover .img2{
    display: none !important;
}

.newsSp{
    padding: 0.79rem 0;
}

.newsSp .sltL_img{
    width: 6.78rem;
    height: 4.67rem;
    border-radius: 0.2rem;
    overflow: hidden;
}
.newsSp .sltL_img img{
    width: 100%;
    height: 100%;
    transition: all 0.8s;
}
.newsSp .sltL_img:hover img{
    transform: scale(1.05);
}

.newsSp .sltL_Txt{
    width: 6.42rem;
}

.newsSp .sltL_Txt .sltLTxt1{
    margin-bottom: 0.19rem;
}
.newsSp .sltL_Txt .sltLTxt1 img{
    width: 0.13rem;
    height: 0.13rem;
    margin-right: 0.08rem;
    display: inline;
}
.newsSp .sltL_Txt .sltLTxt1 span{
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 0.16rem;
    color: #9D9D9D;
}
.newsSp .sltL_Txt .sltLTxt2{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.25rem;
    color: #000000;
    margin-bottom: 0.53rem;
}
.newsSp .sltL_Txt .sltLTxt3{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #6E6E6E;
    line-height: 0.3rem;
    margin-bottom: 0.53rem;
}
.newsSp .swiper-button-next{
    top: unset;
    bottom: 0.3rem;
    right: 0.1rem;
}
.newsSp .swiper-button-prev{
    top: unset;
    bottom: 0.3rem;
    right: 0.75rem;
    left: unset;
}
.news .caselist{
    flex-wrap: wrap;
    margin-bottom: 1.19rem;
    justify-content: flex-start;
}
.news .newsL{
    width: 4.47rem;
    height: 5.4rem;
    margin-right: 0.29rem;
    background: #FAFAFA;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    overflow: hidden;
    margin-bottom: 0.42rem;
    transition: all 0.8s;
}
.news .newsL:nth-child(3n){
    margin-right: 0;
}
.news .newsL .newsImg{
    width: 100%;
    height: 3.08rem;
    overflow: hidden;
}
.news .newsL .newsImg img{
    width: 100%;
    height: 100%;
    transition: all 0.8s;
}
.news .newsL:hover .newsImg img{
    transform: scale(1.05);
}
.news .newsL .newsbox{
    padding: 0.34rem 0.24rem;
}
.news .newsL .newsbox .date{
    display: flex;
    align-items: center;
    margin-bottom: 0.12rem;
}
.news .newsL .newsbox .date img{
    width: 0.13rem;
    height: 0.13rem;
    margin-right: 0.08rem;
}
.news .newsL .newsbox .date span{
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 0.16rem;
    color: #9D9D9D;
}
.news .newsL .newsbox .newsTxt1{
    min-height: 0.57rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.3rem;
}
.news .newsL .newsbox .newsTxt2{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #6E6E6E;
    line-height: 0.25rem;
    margin-top: 0.12rem;
}
.news .newsL:hover .newsTxt1{
    color: #1D50A2;
}
.news .newsL:hover{
    box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.08);
}



.newsinnercon{
    padding-top: 0.99rem;
    padding-bottom: 1.015rem;
}
.newsinnercon .main{
    display: flex;
}

.newsinnercon .main .newDetailLeft{
    width: calc(100% - 3.8rem);
}
.newsinnercon .main .newDetailRight{
    width: 3.3rem;
    padding-left: 0.49rem;
    border-left: 0.01rem solid #EAEAEA;
}
.newsinnercon .newDetailLeft .newsDetailTitle{
   font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: rgba(0,0,0,0.85);
    text-align: center;
    margin-bottom: 0.46rem;
}
.newsinnercon .newDetailLeft .newsNum{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0.01rem solid rgba(51,51,51,0.4);;
}
.newsinnercon .newDetailLeft .newsNum .time{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #555555;
    margin-bottom: 0.19rem;
    margin-right: 0.5rem;
}
.newsinnercon .newDetailLeft .newsContent{
    padding: 0.48rem 0;
}
.newsinnercon .newDetailLeft .newsfy{
    padding: 0.3rem 0;
    border-top: 0.01rem solid rgba(51,51,51,0.4);
}
.newsinnercon .newDetailLeft .newsfy a{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 0.35rem;
    color: #676767;
}
.newsinnercon .newDetailLeft .newsfy a:hover{
    color: #1D50A2;
}
.newsinnercon .newDetailRight .hotnews{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 600;
    font-size: 0.25rem;
    color: #222222;
    margin-bottom: 0.32rem;
}
.newsinnercon .newDetailRight .hotnewsl{
    margin-bottom: 0.22rem;
}
.newsinnercon .newDetailRight .hotnewsl .hotnewsImg{
    width: 2.8rem;
    height: 1.5rem;
    overflow: hidden;
}
.newsinnercon .newDetailRight .hotnewsl .hotnewsImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
}
.newsinnercon .newDetailRight .hotnewsl .hotnewsTxt{
    padding: 0.16rem 0;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #030303;
    line-height: 0.25rem;
}
.newsinnercon .newDetailRight .hotnewsl .hotnewsTime{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #838383;
}
.newsinnercon .newDetailRight .hotnewsl:hover .hotnewsTxt{
    color: #1D50A2;
}
.newsinnercon .newDetailRight .hotnewsl:hover .hotnewsImg img{
    transform: scale(1.1);
}
.newsinnercon .newDetailRight .fhsy{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0.68rem;
}
.newsinnercon .newDetailRight .fhsy .fhicon{
    width: 0.25rem;
    height: 0.25rem;
    color: #1D50A2; 
    border-radius: 50%;
    margin-right: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsinnercon .newDetailRight .fhsy .fhicon img{
    width: 100%;
    height: 100%;
}
.newsinnercon .newDetailRight .fhsy span{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #888888;
}


.videoP{
    padding-top: 0.79rem;
    padding-bottom: 0.85rem;
}
.videoP .newsImg{
    position: relative;
}
.videoP .newsImg .videjobtn{
    position: absolute;
    bottom: 0.1rem;
    right: 0.19rem;
    width: 0.55rem;
    height: 0.55rem;
}
.videoP .newsImg .videjobtn img{
    width: 100%;
    height: 100%;
}
.videoP .newsL{
    width: 4.44rem;
    height: 4.12rem;
    border-radius: 0;
}
.videoP .newsL .newsImg{
    height: 2.95rem;
}
.videoP .newsL .newsImg video{
    height: 100%;
}
.videoP .newsL .newsbox{
    padding-top: 0.26rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
.videoP .newsL .newsbox .newsTxt1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 600;
    font-size: 0.2rem;
    color: #0A0A0A;
    line-height: 0.25rem;
}
.videoP .newsL{
    margin-bottom: 0.55rem;
}
.videoP .caselist{
    margin-bottom: 1.06rem;
}



.news .newsL:hover .newsbox {
    padding: 0.26rem 0.2rem 0;
}
@media only screen and (max-width: 1024px) {
.newsSp {
  padding: 0.79rem 0.3rem;
}
.newsSp .sltL_img{
    width: 100%;
    height: auto;
}
.newsSp .sltL_Txt {
  width: 100%;
  margin-top: .3rem;
}
.newsSp .sltL_Txt .sltLTxt1 span{
    font-size: 0.24rem;
}
.newsSp .sltL_Txt .sltLTxt3{
    font-size: 0.24rem;
    line-height: 0.4rem;
}
.more2{
    width: 30%;
    height: auto;
}
.more a{
    font-size: 0.24rem;
}
.more2 a{
    font-size: 0.24rem;
}
.news .caselist{
    padding: 0 .3rem;
}
.news .newsL{
    width: 100%;
    height: auto;
    margin-right: 0;
}
.news .newsL .newsImg{
    height: auto;
}
.news .newsL .newsbox .date span{
    font-size: 0.24rem;
}
.news .newsL .newsbox .newsTxt1{
    font-size: 0.25rem;
}
.news .newsL .newsbox .newsTxt2{
    font-size: 0.24rem;
    line-height: 0.4rem;
}
.newsinnercon{
    padding: 1rem 0.3rem;
}
.newsinnercon .main{
    display: block;
}
.newsinnercon .main .newDetailLeft{
    width: 100%;
}
.newsinnercon .newDetailLeft .newsNum .time{
    margin-right: 0;
    font-size: 0.24rem;
}
.newsinnercon .newDetailLeft .newsContent p{
    font-size: 0.24rem !important;
    line-height: 0.4rem !important;
}
.newsinnercon .newDetailLeft .newsfy a{
    font-size: 0.24rem;
    line-height: .35rem;
}
.newsinnercon .main .newDetailRight{
    width: 100%;
    padding-left: 0;
    border: 0;
}
.newsinnercon .newDetailRight .hotnewsl .hotnewsImg{
    width: 100%;
    height: auto;
}
.newsinnercon .newDetailRight .hotnewsl .hotnewsTxt{
    font-size: 0.24rem;
    line-height: 0.4rem
}
.newsinnercon .newDetailRight .hotnewsl .hotnewsTime{
    font-size: 0.24rem;
}
.newsinnercon .newDetailLeft .newsContent p img{
    width: 100%;
    height: auto;

}
.newsinnercon .newDetailRight .fhsy span{
    font-size: 0.24rem;
}
}

















