﻿body {
    background-color: #eff2fa;
}

.index {
    background-color: #eff2fa;
    width: 100%;
    min-width: 1230px;
}

.main {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 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;
    justify-content: space-between;
}

.common-left {
    margin-right: 10px;
}

.situation {
    width: 970px;
    background-color: #ffffff;
    padding: 10px;
}

.left-content {
    padding: 10px;
    width: 220px;
    background-color: #ffffff;
    margin-right: 10px;
    border: solid 1px #acc2d4;
    border-radius: 10px;
}

.left-content li {
    width: 100%;
    text-align: center;
    display: block;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #acc2d4;
    border-radius: 5px;
    border: solid 1px #acc2d4;
    margin: 10px 0;
}

.left-content li img {
    vertical-align: middle;
    margin-right: 10px;
}

.left-content .cur {
    background-color: #115db2;
    color: #FFFFFF;
    border-radius: 10px;
    font-weight: bold;
    position: relative;
}

.left-content .cur::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: url(jty.png) no-repeat;
    background-size: cover;
    right: 10px;
    top: 20px;
}

.list {
    width: 100%;
    display: none;
}

.show-list {
    display: block;
}

.list {
    width: 100%;
}

.list li a {
    display: flex;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 44px;
    padding-right: 44px;
    justify-content: space-between;
    position: relative;
}

.list li:nth-of-type(5n) {
    border-bottom: 1px dashed #115DB2;
}

.list li:hover span {
    color: #3764fa;
}

.list li .title {
    display: inline-block;
    width: 600px;
    font-size: 16px;
    color: #404040;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list li .time {
    font-size: 16px;
    color: #999999;
}

.list li a:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #acc2d4;
    border-radius: 50%;
    left: 21px;
    top: 28px;
}

.list p {
    width: 100%;
    border-bottom: 1px solid #115DB2;
    height: 50px;
    line-height: 50px;
    color: #115DB2;
    font-weight: bold;
    font-size: 22px;
    padding-left: 20px;
}

.list p img {
    margin-right: 10px;
}
.newStyle .left-content li {
    font-size: 34px;
}
.newStyle .left-content li img {
    display: none;
}
.newStyle .list p {
    font-size: 40px;
}
.newStyle .list li .title {
    font-size: 34px;
}
.newStyle .list li .time {
    font-size: 34px;
}
@media screen and (max-width: 768px) {
    .index {
        width: 100%;
        min-width: auto;
    }

    .main {
        width: 100%;
        padding: 10px;
        overflow: auto;
    }

    .main-bg {
        background-size: contain;
        height: 70px;
    }

    .common-style {
        display: block;
        margin-top: 0;
    }

    .left-content .cur::before {
        left: 0;
    }

    .left-content {
        width: 100%;
        margin-right: 0;
        margin-bottom: 33px;
    }

    .situation {
        width: 100%;
    }

    .list li a {
        padding-left: 22px;
        padding-right: 0;
    }

    .list li a:before {
        left: 10px;
    }

    .list li .title {
        width: 200px;
    }

    .list {
        width: 100%;
        overflow: auto;
    }

    .all-biaoge {
        width: 1000px;
    }
}

@media screen and (max-width: 320px) {
    .list li .title {
        width: 140px !important;
    }
}
