.index {
    background-color: #fff;
    width: 100%;
    min-width: 1230px;
}
.main {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    padding: 70px 0 60px;
}
.main-bg {
    width: 100%;
    height: 300px;
    background: url(banner.png) no-repeat;
    background-size: 100% 100%;
}
.common-style {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.common-left {
    margin-right: 40px;
}
.big {
    width: 1200px;
    border-radius: 10px;
    border: solid 5px #daecfb;
    padding: 79px 35px 17px;
}
.situation {
    width: 580px;
    background: url(d.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 20px;
}
.situation .pic {
    width: 550px;
    display: block;
    background: url(tp.png) no-repeat center;
    background-size: 100% 100%;
    height: 170px;
    background-color: #006bff;
    border-radius: 5px;
    margin: 0 auto;
}
.common-title {
    width: 370px;
    height: 60px;
    line-height: 60px;
    margin: -120px auto 0;
    background: url(bt.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
.common-title span {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
}
.big .more {
    font-size: 16px;
    color: #115db2;
    float: right;
}
.big .list {
    padding-top: 40px;
}
.bt-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    position: relative;
    line-height: 50px;
}
.bt-more {
    font-size: 16px;
    color: #fff;
    right: 21px;
    position: absolute;
}
.situation .list {
    padding: 20px;
}
.list {
    width: 100%;
}
.list .list-a {
    display: block;
    line-height: 45px;
    height: 45px;
    position: relative;
    padding-left: 15px;
}
.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: 800px;
    display: inline-block;
    overflow: hidden; /*超出部分隐藏*/
    white-space: nowrap; /*不换行*/
    text-overflow: ellipsis; /*超出部分文字以...显示*/
}
.situation .list .list-a .title {
    width: 430px;
}
.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;
}

@media screen and (max-width: 768px) {
    .index {
        width: 100%;
        min-width: auto;
    }
    .main {
        width: 100%;
        padding: 20px;
    }
    .main-bg {
        background-size: contain;
        height: 70px;
        margin-bottom: 20px;
    }
    .common-style {
        display: block;
    }
    .common-title span {
        font-size: 18px;
        padding-right: 35px;
    }
    .common-left {
        margin-right: 0;
        margin-bottom: 33px;
    }
    .big .list {
        clear: both;
        padding-top: 20px;
    }
    .big {
        padding: 79px 0 17px;
        margin-top: 10px;
    }
    .situation,
    .list-all,
    .big,
    .common-title {
        width: 100%;
    }
    .list .list-a .title {
        width: 200px !important;
    }
    .situation .list {
        padding: 20px 5px;
    }
    .bt-more {
        top: 40px;
        color: #115db2;
        right: 0;
    }
    .situation .pic {
        width: 100%;
        margin-top: 40px;
    }
    .list .list-a{
        padding-left: 10px;
    }
}
@media screen and (max-width: 320px) {
    .list .list-a .title {
        width: 140px !important;
    }
}



.newStyle .common-title span{
    font-size: 34px;
}

.newStyle .big .list{
    padding-top: 50px;
}
.newStyle .list .list-a .title{
    font-size: 34px;
}
    
.newStyle .big .more{
    font-size: 34px;
}

.newStyle .list .list-a .time{
    font-size: 34px;
}

.newStyle .situation{
    width: 100%;
}
.newStyle .situation{
    margin-left: 0;
}
.newStyle .bt-title{
    font-size: 34px;
}
.newStyle .bt-more{
    font-size: 34px;
}
.newStyle .common-left {
    margin-right: 0px !important; 
}