.xw-tpxw{
    width: 100%;
    height: 444px;
    background: rgba(255, 255, 255, 1);
box-shadow: 0px 0px 24.02px  rgba(0, 0, 0, 0.09);
    margin-bottom:38px;
    position: relative;
}
.xw-swiper{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide-img{
    float: left;
    width: 790px;
    height: 100%;
}
.slide-img a,
.slide-img a img{
    display: block;
    width: 100%;
    height: 100%;
}
.slide-tit{
    float: left;
    width: 355px;
    margin-left: 31px;
}

.slide-tit h5{
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 34.32px;
    margin-top: 33px;
    min-height: 150px;
}
.slide-tit h5 a{
    color: rgba(44, 96, 182, 1);
}
.slide-tit p{
    color: rgba(128, 128, 128, 1);
    text-indent: 2em;
    line-height: 26px;
    margin-top: 20px;
}
.slide-tit p a{
    color: rgba(56, 114, 207, 1);
} 
.xw-swiper .swiper-pagination{
    width: auto;
    right: 30px;
    left: auto;
    bottom: 30px;
    font-size: 27.45px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 25.73px;
    color: rgba(44, 96, 182, 1);
}
.xw-swiper .swiper-button-prev{
    left: 0;
    width: 25px;
    height: 45px;
    background: url(../images/public/xw_prev.png)no-repeat center center rgba(0, 0, 0, .2);
}
.xw-swiper .swiper-button-next{
    right: auto;
    left: 765px;
    width: 25px;
    height: 45px;
    background: url(../images/public/xw_next.png)no-repeat center center rgba(0, 0, 0, .2);
}


.xw-tit{
    padding-bottom: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.xw-tit span{
    font-size: 24px;
    font-weight: 700;
    color: rgba(44, 96, 182, 1);
    position: relative;
    padding-bottom: 10px;
}
.xw-tit span::after{
    content: '';
    width: 40px;
    height: 3px;
    background: rgba(44, 96, 182, 1);
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -20px;
}

.xw-tit a{
    float: right;
    color: rgba(166, 166, 166, 1);
    margin-top: 5px;
    font-size: 16px;
    font-weight: normal;
}

.xw-list{
    overflow: hidden;
    margin-bottom: 32px;
}
.xw-list li{
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    height: 50px;
    
}
.xw-list li span{
    float: right;
    color: rgba(153, 153, 153, 1);
}
.xw-list li a{
    float: left;
    width: 73.5%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 17px;
    position: relative;
    box-sizing: border-box;
}
.xw-list li a::before{
    content: '';
    width: 6px;
    height:6px;
    border-radius: 6px;
    background: #CCCCCC;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}
.xw-list li a:hover{
    color: #2C60B6;
}
.xw-list li a:hover::before{
    background: #2C60B6;
}

.xw-left{
    float: left;
    width: 47.5%;
}
.xw-right{
    float: right;
    width: 47.5%; 
}

@media (max-width: 768px) {
    .xw-tpxw{
        height: auto;
       min-height: 580px;
    }
    .slide-img{
        float: none;
        width: 100%;
    }
    .slide-img{
        height: 189px;
    }
    .slide-tit{
        float: none;
        width: 100%;
        margin-left: 0;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .slide-tit h5{
        font-size: 20px;
        min-height:auto;
    }
    .xw-swiper .swiper-pagination{
        font-size: 20px;
    }
    .xw-swiper .swiper-button-prev{
        top: 15%;
    }
    .xw-swiper .swiper-button-next{
        left: auto;
        right: 0;
        top: 15%;
    }
    .xw-left,
    .xw-right{
        width: 100%;
        float: none;
    }
    .xw-right{
        margin-top: 24px;
    }
    .xw-list li a{
        width: 100%;
    }
    .xw-list li span{
        display: none;
    }
    
}