.index {
    background-color: #fff;
    width: 100%;
    min-width: 1230px;
}
.main {
    width: 1200px;
    margin: 0 auto;
    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;
    justify-content: space-between;
    margin-top: 33px;
}
.button-list {
    height: 250px;
    background-color: #ffffff;
    border-radius: 20px;
    border: dashed 1px #0054ff;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
.button-list .button {
    width: 148px;
    text-align: center;
}
.button-list .button img {
    width: 148px;
    height: 148px;
    object-fit: cover;
}
.button-list .button p {
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background-image: linear-gradient(0deg, #006eff 0%, #1b7dff 50%, #368cfe 100%);
    box-shadow: inset -3px -3px 5px 0px rgba(62, 70, 173, 0.4);
    border-radius: 23px;
}
.common-left {
    margin-right: 40px;
}
.situation {
    width: 580px;
    background-color: #d6e8ff;
    border-radius: 10px;
}
.common-title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-top: 10px;
    margin-bottom: 17px;
    padding-right: 20px;
}
.common-title span {
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    width: 200px;
    background-image: linear-gradient(0deg, #006eff 0%, #1b7dff 50%, #368cfe 100%);
    box-shadow: inset -3px -3px 5px 0px rgba(62, 70, 173, 0.4);
    border-radius: 0px 23px 23px 0px;
    padding-left: 23px;
}
.common-title .more {
    font-size: 16px;
    color: #115db2;
    float: right;
}
.common-title img {
    vertical-align: middle;
    margin-right: 20px;
}
.list {
    width: 100%;
    padding: 0 12px;
}
.list .list-a {
    display: block;
    line-height: 60px;
    height: 60px;
    position: relative;
    padding-left: 15px;
    border-bottom: dashed 1px #115db2;
}
.list .list-a::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #115db2;
    top: 25px;
    left: 0;
    border-radius: 50%;
}
.list .list-a:last-of-type {
    border-bottom: 0;
}
.list .list-a .title {
    font-size: 16px;
    color: #404040;
    width: 420px;
    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;
}
.newStyle .button-list .button p{
    font-size: 34px;
}

.newStyle .common-title span{
    width: 355px;
    font-size: 34px;
}

.newStyle .common-title .more {
    font-size: 34px;
}

.newStyle .situation{
    width: 100%;
    margin-bottom: 30px;
}
.newStyle .common-left {
    margin-right: 0px !important;
}
.newStyle .list .list-a .title{
    font-size: 34px;
}
.newStyle .list .list-a .time{
    font-size: 34px;
}
@media screen and (max-width: 768px) {
    .index {
        width: 100%;
        min-width: auto;
    }
    .main {
        width: 100%;
        padding: 10px;
    }
    .main-bg {
        background-size: cover;
        height: 100px;
    }
    .common-style {
        display: block;
        margin-top: 10px;
    }
    .pic-list {
        padding: 0;
    }
    .pic-list img {
        width: 100%;
    }
    .button-list {
        padding: 15px 0;
        display: flex;
        height: auto;
        justify-content: center;
    }
    .button-list .button {
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .button-list .button p {
        font-size: 16px;
        margin-top: 10px;
    }
    .common-title span {
        font-size: 18px;
        padding-right: 0;
    }
    .common-left {
        margin-right: 0;
        margin-bottom: 33px;
    }
    .situation,
    .list-all {
        width: 100%;
    }
    .list .list-a .title {
        width: 200px;
    }
}
@media screen and (max-width: 320px) {
    .list .list-a .title {
        width: 140px;
    }
}
