/* 长者版开始 */

.wzazzms .tou {
    background-size: 100%;
    height: 120px;
}

.wzazzms .gkly_zi::before,
.wzazzms .gkly_zi::after {
    width: 35%;
}

.wzazzms .neirong {
    margin: 30px 0px 40px;
}

.wzazzms .tu_nr {
    margin-top: 20px;
}

.wzazzms .ggqsy_container {
    width: 100%;
}

.wzazzms .ggqxxgk li {
    margin-bottom: 10px;
    width: 49%;
}

.wzazzms .ggqxxgk li a img {
    width: 100%;
}

.wzazzms .wzas {
    display: none;
}


/* 长者版结束 */

.tou {
    background: url(../img/ggqsy/banner.png) center top no-repeat;
    height: 400px;
}

.ggqsy_container {
    width: 1402px;
    margin: 0 auto;
}

.wzas {
    float: right;
    margin-top: 48px;
    width: 169px;
    height: 37px;
    border: 1px solid #fff;
    border-radius: 18px;
    padding: 8px 24px 7px 23px;
    cursor: default;
}

i {
    display: inline-block;
    margin: 0 5px;
    width: 1px;
    height: 14px;
    background-color: #fff;
}

.neirong {
    margin: 57px 0 48px;
}

.gkly_zi {
    display: block;
    font-size: 32px;
    color: #333333;
    text-align: center;
    position: relative;
}

.gkly_zi::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 610px;
    height: 1px;
    background: #999999;
}

.gkly_zi::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 610px;
    height: 1px;
    background: #999999;
}

.tu_nr {
    margin-top: 37px;
}

.ggqxxgk {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ggqxxgk li {
    margin-bottom: 36px;
}

@media screen and (max-width:768px) {
    .tou {
        background-size: 100%;
        height: 79px;
    }
    .gkly_zi::before,
    .gkly_zi::after {
        width: 30%;
    }
    .neirong {
        margin: 20px 15px 20px;
    }
    .tu_nr {
        margin-top: 20px;
    }
    .ggqsy_container,
    .ggqxxgk li a img {
        width: 100%;
    }
    .ggqxxgk li {
        margin-bottom: 10px;
    }
    .wzas {
        display: none;
    }
}