.index {
    background-color: #fff;
    width: 100%;
    min-width: 1230px;
}

.main {
    width: 1200px;
    margin: -85px auto 0;
    overflow: hidden;
    padding: 0 0 60px;
}

.main-bg {
    width: 100%;
    height: 300px;
    background: url(banner.png) no-repeat;
    background-size: 100% 100%;
}

.a-button {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    cursor: pointer;
}

.a-button a:first-of-type {
    margin-right: 30px;
}

.a-button a .open {
    display: none;
}

.a-button .on .open {
    display: inline-block;
}

.a-button .on .close {
    display: none;
}

.wx-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.wb-content {
    display: none;
    justify-content: center;
    flex-wrap: wrap;
}

.wx-content .title-pic,
.wb-content .title-pic {
    z-index: 11;
}

.wx-content .wx-pic,
.wb-content .wx-pic {
    width: 100%;
    padding: 55px 63px 0;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 3px #0861c5;
    margin-top: -20px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    text-align: center;
    margin-bottom: 60px;
}

.wx-content .wx-pic .pic,
.wb-content .wx-pic .pic {
    margin-bottom: 50px;
    margin-right: 85px;
    width: 145px;
    cursor: pointer;
}

.wx-content .wx-pic .pic:nth-of-type(5n),
.wb-content .wx-pic .pic:nth-of-type(5n) {
    margin-right: 0;
}

.wx-content .wx-pic .pic p,
.wb-content .wx-pic .pic p {
    font-size: 16px;
    color: #404040;
    margin-top: 5px;
}

.wb-content .wx-pic .pic img {
    width: 125px;
    height: 125px;
    object-fit: cover;
}

.zjq-pic {
    margin-top: 40px;
}

.wx-content .zjq-pic {
    width: 100%;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    cursor: pointer;
}

.wx-content .zjq-pic .pic {
    margin-bottom: 60px;
    margin-right: 90px;
    width: 125px;
    text-align: center;
    position: relative;
}

.wx-content .zjq-pic .pic:nth-of-type(6n) {
    margin-right: 0;
}

.wx-content .zjq-pic .pic .title-p {
    width: 100px;
    height: 45px;
    line-height: 40px;
    background-color: #ffffff;
    border-radius: 23px;
    border: solid 2px #404040;
    position: absolute;
    bottom: -20px;
    left: 14px;
}

.common-style {
    display: flex;
    flex-wrap: wrap;
    margin-top: 33px;
}

.common-left {
    margin-right: 40px;
}

.situation {
    width: 580px;
}

.common-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 10px;
}

.common-title span {
    height: 36px;
    line-height: 36px;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #115db2;
    position: relative;
    padding-left: 15px;
}

.common-title span::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 24px;
    background-color: #115db2;
    left: 0;
    top: 5px;
}

.common-title .more {
    font-size: 16px;
    color: #999999;
    float: right;
}

.common-title img {
    vertical-align: sub;
    margin-right: 10px;
}

.list {
    width: 100%;
}

.list .list-a {
    display: block;
    line-height: 60px;
    height: 60px;
    position: relative;
    padding-left: 15px;
    border-bottom: dashed 1px #cdcdcd;
}

.list .list-a::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #115db2;
    top: 25px;
    left: 0;
}

.list .list-a .title {
    font-size: 16px;
    color: #404040;
    width: 450px;
    display: inline-block;
    overflow: hidden;
    /*超出部分隐藏*/
    white-space: nowrap;
    /*不换行*/
    text-overflow: ellipsis;
    /*超出部分文字以...显示*/
}

.list .list-a .time {
    font-size: 16px;
    float: right;
    color: #999999;
}

.list .list-a:hover .title {
    color: #115db2;
}

.list .list-a:hover .time {
    color: #115db2;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100% !important;
    height: 100% !important;
    display: none;
    cursor: default;
    z-index: 100;
}

.mask .mask_with {
    width: 320px;
    height: 380px;
    background-color: white;
    margin: 0 auto;
    margin-top: 100px;
}

.pic .mask .mask_title {
    margin-top: 0 !important;
    color: #115db2 !important;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 2px solid rgb(239, 239, 239);
    font-size: 24px !important;
    height: 70px;
    line-height: 70px;
}

.mask img {
    width: 210px !important;
    height: 210px !important;
    margin-top: 10px;
}

.mask p {
    width: 100% !important;
    font-size: 20px !important;
    line-height: 50px;
}

.close img {
    width: 60px !important;
    height: 60px !important;
    cursor: pointer;
}

/* 适老化页面 */
.newStyle .a-button .on .close {
    width: 200px;
}

.newStyle .a-button .on .open {
    width: 200px;
}

.newStyle .wx-content .title-pic,.newStyle
.wb-content .title-pic {
    width: 600px;
}

.newStyle .wx-content .wx-pic .pic,.newStyle
.wb-content .wx-pic .pic {
    margin-right: 30px;
    width: 30%;
}

.newStyle .wx-content .wx-pic .pic p,.newStyle
.wb-content .wx-pic .pic p {
    font-size: 32px;
}

.newStyle .wx-content .zjq-pic .pic {
    width: 30%;
    margin-right: 30px;
}

.newStyle .wx-content .zjq-pic .pic .title-p {
    width: 90%;
    font-size: 32px;
}

@media screen and (max-width: 768px) {
    .index {
        width: 100%;
        min-width: auto;
    }

    .main {
        width: 100%;
        padding: 20px;
    }

    .main-bg {
        background-size: contain;
        height: 70px;
    }

    .a-button {
        margin: 60px auto 10px;
    }

    .common-style {
        display: block;
    }

    .common-title span {
        font-size: 18px;
        padding-right: 35px;
    }

    .common-left {
        margin-right: 0;
        margin-bottom: 33px;
    }

    .situation,
    .list-all {
        width: 100%;
    }

    .list .list-a .title {
        width: 200px;
    }

    .wx-content .wx-pic,
    .wb-content .wx-pic {
        padding: 10px;
        justify-content: space-between;
    }

    .wx-content .wx-pic .pic,
    .wb-content .wx-pic .pic,
    .wx-content .zjq-pic .pic {
        margin-right: 0;
    }

    .wx-content .title-pic {
        width: 100%;
    }

    .mask .mask_with {
        width: 270px;
        margin-top: 30px;
        height: 340px;
    }

    .pic .mask .mask_title {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .close img {
        width: 40px !important;
        height: 40px !important;
    }

    .mask img {
        margin-top: 0;
    }
}

@media screen and (max-width: 320px) {
    .list .list-a .title {
        width: 140px;
    }

    .wx-content .wx-pic .pic,
    .wb-content .wx-pic .pic {
        width: 125px;
        margin-bottom: 20px;
    }
}