.index {
    background-color: #fff;
    width: 100%;
    min-width: 1230px;
}

.main {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    padding: 0 0 60px;
}

.main-bg {
    width: 100%;
    height: 300px;
    background: url(banner.jpg) no-repeat center;
    background-size: 100% 100%;
}

.common-style {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.common-left {
    margin-right: 40px;
}

.situation {
    width: 580px;
}

.common-title {
    width: 100%;
    height: 40px;
    border-bottom: 2px solid #115db2;
    margin-bottom: 10px;
}

.common-title span {
    padding-left: 14px;
    padding-right: 45px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    background: url(01.png) no-repeat center;
    background-size: 100% 100%;
}

.common-title .more {
    font-size: 16px;
    color: #115db2;
    float: right;
}

.list {
    width: 100%;
}

.list .list-a {
    display: block;
    line-height: 50px;
    height: 50px;
    position: relative;
    padding-left: 15px;
    border-bottom: 1px dashed #ddd;
}

.list .list-a::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #115db2;
    top: 22px;
    left: 0;
    border-radius: 50%;
}

.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;
}

.box {
    width: 100%;
}

.common-title .two {
    background: url(02.png) no-repeat center;
    background-size: 100% 100%;
}

.box .common-title span {
    background: url(03.png) no-repeat center;
    background-size: 100% 100%;
}

.box .common-title .four {
    background: url(04.png) no-repeat center;
    background-size: 100% 100%;
}

.bar {
    margin-top: 30px;
}

.bar .bar_a {
    display: block;
    width: 165px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #eaf3f8;
    font-size: 16px;
    color: #404040;
    margin-right: 7px;
    margin-bottom: 7px;
}

.bar .bar_a:nth-of-type(7n) {
    margin-right: 0;
}

.bar .bar_a:hover {
    background: #115db2;
    color: #fff;
}

/* 适老化 */
/*
Desription
@author WangLuJie 
@since 2023-6-26
*/
.newStyle .common-style {
    flex-direction: column;
}

.newStyle .situation {
    width: 100%;
    margin-bottom: 50px;
}

.newStyle .common-title span {
    font-size: 34px;
}

.newStyle .common-title .more {
    font-size: 30px;
}

.newStyle .list .list-a .title {
    width: 75%;
    font-size: 34px;
}

.newStyle .list .list-a .time {
    font-size: 34px;
}

.newStyle .bar {
    flex-direction: row;
}

.newStyle .bar .bar_a {
    width: 32%;
    height: auto;
    padding: 10px;
    font-size: 34px;
}
.newStyle .list .list-a{
    height: auto;
    padding: 10px 0;
}
@media screen and (max-width: 768px) {
    .index {
        width: 100%;
        min-width: auto;
    }

    .main {
        width: 100%;
        padding: 0 5px 20px;
    }

    .main-bg {
        background-size: cover;
        height: 70px;
    }

    .common-style {
        display: block;
    }

    .common-title span {
        font-size: 16px;
        padding-right: 25px;
        padding-left: 0;
        padding-left: 5px;
    }

    .common-title .more {
        font-size: 14px;
    }

    .common-left {
        margin-right: 0;
        margin-bottom: 33px;
    }

    .situation,
    .list-all,
    .bar .bar_a {
        width: 100%;
    }

    .bar .bar_a {
        margin-right: 0;
    }

    .list .list-a .title {
        width: 200px;
    }
}

@media screen and (max-width: 320px) {
    .list .list-a .title {
        width: 140px;
    }
}