﻿.index {
    background-color: #fff;
    width: 100%;
    min-width: 1230px;
}

.main-bg {
    width: 100%;
    height: 300px;
    background: url(banner.jpg) no-repeat center;
    background-size: 100% 100%;
}

.main {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    padding: 0 0 60px;
}

.common-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
    background: url(gwrm.png) no-repeat left;
    margin-top: 34px;
    padding-left: 77px;
    background-size: 100% 100%;
}

.common-title-two {
    background: url(sydwkl.png) no-repeat left;
    background-size: 100% 100%;
}

.common-title-three {
    background: url(gwykl.png) no-repeat left;
    text-align: center;
    background-size: 100% 100%;
    display: block;
}

.common-title span {
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #115db2;
}

.common-title .more {
    font-size: 16px;
    color: #115db2;
    float: right;
}

.tab-list .tab {
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #f9f9f9;
    align-content: center;
}

.tab-list .tab span {
    font-size: 18px;
    font-weight: bold;
    color: #999999;
    cursor: pointer;
}

.tab-list .tab .click {
    color: #404040;
}

.common-style {
    display: none;
    flex-wrap: wrap;
}

.show-div {
    display: flex;
}

.situation {
    width: 50%;
    padding-left: 20px;
}

.list {
    width: 90%;
}

.list .list-a {
    display: block;
    line-height: 50px;
    height: 50px;
    position: relative;
    padding-left: 15px;
    border-bottom: dashed 1px #dddddd;
}

.list .list-a::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #115db2;
    top: 20px;
    left: 0;
    border-radius: 50%;
}

.list .list-a .title {
    font-size: 16px;
    color: #404040;
    width: 400px;
    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;
}

.sydw {
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 60px;
}

.sydw .sydw-box {
    display: block;
    width: 383px;
    height: 85px;
    line-height: 100px;
    background: url(d.png) no-repeat center;
    background-size: 100% 100%;
}
.newStyle .common-title span {
    font-size: 40px;
}
.newStyle .common-title .more {
    font-size: 35px;
}
.newStyle .list .list-a .title {
    width: 100%;
    font-size: 34px;
}
.newStyle .list .list-a .time {
    font-size: 34px;
    display: none;
}
.newStyle .list .list-a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.newStyle .list .list-a {
    height: 75px;
    line-height: 75px;
}
@media screen and (max-width: 768px) {
    .index {
        width: 100%;
        min-width: auto;
    }

    .main {
        width: 100%;
        padding: 20px;
    }

    .main-bg {
        background-size: cover;
        height: 100px;
    }

    .location {
        width: 100%;
        padding-left: 20px;
    }

    .show-div,
    .sydw {
        display: block;
    }

    .sydw .sydw-box {
        width: 100%;
        margin-bottom: 15px;
    }

    .tab-list .tab {
        padding: 10px 0;
        height: auto;
    }

    .tab-list .tab span {
        margin-bottom: 10px;
        display: inline-block;
    }

    .common-title {
        background-size: cover;
    }

    .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 {
        display: flex;
        justify-content: space-around;
    }

    .list .list-a .title {
        width: 50%;
    }

    .list .list-a .time {
        font-size: 16px;
        float: right;
        color: #999999;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        width: 40%;
    }
}

@media screen and (max-width: 320px) {
    .list .list-a .title {
        width: 140px;
    }
}