﻿.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: 50px;
}

.common-left {
    margin-right: 40px;
}

.situation {
    width: 580px;
    /*background-color: #ebf4fa;*/
    padding: 22px 22px 0;
    position: relative;
    border: 1px solid #115DB2;
    border-radius: 10px;
}

.special {
    width: 100%;
    padding-top: 54px;
    margin-top: 40px;
}

.common-title {
    width: 310px;
    height: 60px;
    line-height: 60px;
    background: #115DB2;
    border-radius: 10px;
    /*background: url(bt.png) no-repeat center;*/
    background-size: 100% 100%;
    margin: -45px auto 0;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
}

.special .common-title {
    color: #115DB2;
    background: url(bt1.png) no-repeat;
    background-size: 100% 100%;
    height: 24px;
    line-height: 24px;
    margin-top: -35px;
}

.special .common-title-big {
    width: 366px;
    background: url(bt2.png) no-repeat;
    background-size: 100% 100%;
}

.situation .more {
    font-size: 16px;
    color: #999999;
    right: 20px;
    top: 10px;
    position: absolute;
}

.special .more {
    top: 20px;
}

.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: 1px dashed #999999;
}

.list .list-a::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #3764fa;
    top: 27px;
    left: 0;
    border-radius: 50%;
}

.list .list-a:last-of-type {
    border-bottom: 0;
}

.list .list-a .title {
    font-size: 16px;
    color: #404040;
    width: 400px;
    display: inline-block;
    overflow: hidden; /*超出部分隐藏*/
    white-space: nowrap; /*不换行*/
    text-overflow: ellipsis; /*超出部分文字以...显示*/
}

.special .list .list-a .title {
    width: 800px;
}

.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 .common-title {
    width: 320px;
    height: 65px;
    line-height: 65px;
    font-size: 50px;
    margin: -57px auto 0;
}
.newStyle .situation {
    width: 100%;
    margin-bottom: 50px;
}
.newStyle .situation .more {
    display: none;
}
.newStyle .common-style {
    flex-direction: column;
    align-items: center;
}
.newStyle .list .list-a .title {
    font-size: 34px;
    width: 75%;
}
.newStyle .list .list-a .time {
    font-size: 34px;
}
.newStyle .list .list-a {
    height: 75px;
    line-height: 75px;
}
.newStyle .main {
    overflow: initial;
}
.newStyle .common-left {
    margin-right: 0;
}
.newStyle .list {
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
    .index {
        width: 100%;
        min-width: auto;
    }

    .main {
        width: 100%;
        padding: 20px;
    }

    .main-bg {
        background-size: cover;
        height: 100px;
    }

    .common-style {
        display: block;
    }

    .common-title {
        width: 70%;
        font-size: 18px;
    }

    .special .common-title {
        background: none;
    }

    .special .common-title-big {
        width: 100%;
        background: none;
    }

    .common-left {
        margin-right: 0;
        margin-bottom: 33px;
    }

    .situation,
    .list-all {
        width: 100%;
    }

    .situation .more {
        right: 0;
    }

    .list .list-a .title {
        width: 200px;
    }

    .special .list .list-a .title {
        width: 200px;
    }
}

@media screen and (max-width: 320px) {
    .list .list-a .title {
        width: 100%;
    }

    .special .list .list-a .title {
        width: 140px;
    }

    .list .list-a .time {
        display: none;
    }
}
