.news_ma a {
    display: block;
    padding: 1.04167vw;
    box-sizing: border-box;
    background-color: #ffffff;
    margin-bottom: 2.60417vw;
    box-shadow: 0vw 0vw .3125vw 0vw rgba(107, 107, 107, 0.23);
}

.news_ma {
    margin-top: 3.125vw;
}

.new1 span {
    display: inline-block;
    width: 1.5625vw;
    height: 1.5625vw;
    background-color: #783f95;
    border-radius: .20833vw;
    text-align: center;
    color: #ffffff;
    font-size: .9375vw;
    line-height: 1.5625vw;
    margin-right: .52083vw;
}

.new1 {
    display: flex;
    margin-bottom: .78125vw;
    align-items: flex-end;
}

.new1 h1 {
    font-size: .9375vw;
}

.new2 {
    width: 100%;
    display: flex;
    padding: 1.04167vw;
    box-sizing: border-box;
    background-color: #f7f7f7;
    font-size: .72917vw;
    line-height: 1.25vw;
    color: #666666;
    justify-content: space-between;
}

.new2 span {
    display: inline-block;
    width: 1.5625vw;
    height: 1.5625vw;
    background-color: #e5d1ef;
    border-radius: .20833vw;
    text-align: center;
    color: #ffffff;
    font-size: .9375vw;
    line-height: 1.5625vw;
    margin-right: .52083vw;
}

.new2 h1 {
    width: 55.72917vw;
}

.fanye_btn {
    padding-bottom: 6.25vw;
}

@media screen and (max-width:1200px) {
    .new1 {
        margin-bottom: 2%;
        align-items: flex-start;
    }

    .new1 span,
    .new2 span {
        width: 20px;
        height: 20px;
        font-size: 14px;
        margin-right: 2%;
        line-height: 20px;
    }

    .news_ma a {
        padding: 2%;
        margin-bottom: 2%;
        box-shadow: 0vw 0vw 2px 0vw rgba(107, 107, 107, 0.23);
    }

    .new1 h1 {
        font-size: 16px;
    }

    .new2 {
        padding: 2%;
        font-size: 14px;
        line-height: normal;
    }

    .new2 h1 {
        width: 100%;
    }
}