.wzazzms .logo_tit .logo img{
    width: calc(297px*1.4);
    height: calc(54px*1.4);
}

.wzazzms .snbt_header {
    background-size: 140% 107%;
}
/* 列表 */
.wzazzms .section>div {
    width: 100%;
}
.wzazzms .list li a{
max-width: 77%;
}
.wzazzms .list_tit {
    font-size: 48px;
    margin-bottom: 40px;
}
.wzazzms .list_tit::before{
    width: 56px;
    height: 62px;
    background-size: 100% 100%;
}
.wzazzms .list li {
    border-bottom: 2px dashed #999999;
    font-size: 36px;
    line-height: 90px;
}
.wzazzms .list li::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-top: 45px;
    margin-right: 32px;
}
.wzazzms .xmss .xmss_tit {
    font-size: 48px;
}
.wzazzms .xmss .xmss_tit::before {
    content: "";
    width: 62px;
    height: 60px;
    background-size: 100% 100%;
}
.wzazzms .xmss .xmss_list li img {
    width: 100%;
    height: auto;
}
.wzazzms .xmss .xmss_list li .xmss_con {
    width: 100%
}
.wzazzms .xmss .xmss_list>li .xmss_con p {
    font-size: 40px;
    margin-top: 30px;
}
.wzazzms .xmss .xmss_list li .xmss_con .con_list li {
    width: calc((100% - 40px) / 3);
    line-height: 100px;
    border-radius: 50px;
    font-size: 32px;
    margin-top: 40px;
    margin-right: 20px;
}
.wzazzms .xmss .xmss_list li .xmss_con .con_list li:nth-child(3n){
    margin-right: 0;
}