.xw_ma a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 3.125vw;
    border-bottom: .10417vw dashed #ccc;
    margin-bottom: 3.125vw;
}

.xw_ma a:hover h1,
.xw_ma a:hover .xw3 p,
.xw_ma a:hover h2 {
    color: #783f95;
}

.xw_ma a:hover .xw3 h2 {
    background-color: #783f95;
}

.xw_ma a:last-child {
    border: none;
    margin-bottom: 1.04167vw;
}

.zhuti {
    padding-bottom: 6.25vw;
}

.xw_ma {
    margin-top: 3.125vw;
}

.xw2 {
    padding-top: .52083vw;
    box-sizing: border-box;
    width: 37.5vw;
    color: #333333;
}

.xw2 h1 {
    font-size: 1.14583vw;
    line-height: 1.14583vw;
    font-weight: bold;
}

.xw2 h2 {
height: 4.7vw;
    font-size: .9375vw;
    line-height: 1.5625vw;
    letter-spacing: .05208vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 1.04167vw 0 1.5625vw;
}

.xw2 p {
    font-size: .72917vw;
    display: flex;
    color: #807C7C;
    align-items: center;
}

.xw2 p img {
    width: 1.5625vw;
    height: 1.5625vw;
    margin-right: 1.09375vw;
}

.xw3 h1 {
    color: #CFD0D1;
    font-size: 1.875vw;
    line-height: 1.875vw;
    text-align: right;
}

.xw3 h2 {
    width: 1.30208vw;
    height: .15625vw;
    background-color: #b4b4b4;
    margin: 1.04167vw 0;
    margin-left: auto;
}

.xw3 p {
    text-align: right;
    color: #CFD0D1;
    font-size: .9375vw;
    line-height: .9375vw;
}

.xw1 img {
    width: 15.67708vw;
    height: 11.30208vw;
}


@media screen and (max-width: 1200px) {
    .xw1 {
        display: none;
    }

    .cp1 ul {
        justify-content: space-evenly;
    }

    .xw_ma {
        margin-top: 10%;
    }

    .xw_ma a {
        padding-bottom: 4%;
        margin-bottom: 4%;
        width: 100%;
        align-items: center;
        flex-direction: row-reverse;
    }

    .xw3 {
        width: 17vw;
    }

    .xw3 h2 {
        width: 13px;
        height: 2px;
        margin: 4% auto;
    }

    .xw3 h1 {
        text-align: center;
        margin-top: 2%;
        line-height: 32px;
        font-size: 32px;
    }

    .xw3 p {
        text-align: center;
        font-size: 15px;
        line-height: normal;
    }

    .xw2 {
        width: 76vw;
        margin-left: 0;
    }

    .xw2 h1 {
        font-size: 15px;
        line-height: normal;
    }

    .xw2 p {
        display: none;
    }

    .xw2 h2 {
height: auto;
        font-size: 14px;
        margin-top: 1%;
        line-height: 1.6em;
        margin: 2% 0;
        letter-spacing: 1px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}