﻿.index {
    background-color: #fff;
    width: 100%;
    min-width: 1230px;
    background: url(bg-d.png) no-repeat bottom;
    padding-bottom: 50px;
}

.main {
    width: 1200px;
    margin: -220px auto 0;
    background-color: #fefeff;
    overflow: hidden;
    padding: 20px 40px;
}

.main-bg {
    width: 100%;
    height: 520px;
    background: url(banner.png) no-repeat center;
    background-size: 100% 100%;
}

.common-style {
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 40px; */
    justify-content: space-between;
}

.pic {
    width: 460px;
    padding-top: 22px;
}

.pic img {
    width: 460px;
    height: 290px;
    object-fit: cover;
}

.content {
    width: 620px;
}

.content-title {
    height: 58px;
    line-height: 65px;
    background: url(title.png) no-repeat center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.content-title span {
    font-size: 24px;
    font-weight: bold;
    color: #115db2;
    padding-left: 32px;
}

.content-title a {
    font-size: 16px;
    color: #999999;
}

.content-word {
    width: 620px;
    height: 167px;
    font-size: 16px;
    line-height: 33px;
    color: #404040;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-bottom: 20px;
}

.content-button {
    display: flex;
    justify-content: space-between;
}

.content-button a {
    text-align: center;
    line-height: 48px;
    display: inline-block;
    width: 188px;
    height: 48px;
    border: 1px solid #115DB2;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #115db2;
}

.content-button a:hover {
    color: #FFFFFF;
    background: #115DB2;
}

.target-content {
    border: solid 1px #115db2;
    padding: 77px 48px 48px;
    line-height: 36px;
    color: black;
    position: relative;
    margin-bottom: 40px;
    border-radius: 10px;
}

.target-content .zymb {
    position: absolute;
    top: -28px;
    left: 440px;
}

.lsqk {
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    color: #115db2;
    text-align: center;
    margin-bottom: 30px;
}

.all {
    border: solid 1px #115db2;
    margin-bottom: 40px;
}

.common-lsqk {
    background-color: #ffffff;
    min-height: 800px;
}

.left {
    border-right: 1px dashed #115db2;
    width: 250px;
    background-color: #ffffff;
}

.left .left-title {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #115DB2;
}

.left .left-content {
    height: 739px;
    overflow-y: auto;
}

.left-content .cur {
    /*background-color: #115db2;*/
    color: #115DB2;
    border-bottom: 1px solid #115DB2;
    font-weight: bold;
    font-size: 20px;
    position: relative;
}

.left .left-content::-webkit-scrollbar {
    display: none;
}

.left-content li {
    text-align: center;
    display: block;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}

.common-left {
    margin-right: 20px;
}

.right {
    width: 868px;
}

.list {
    width: 100%;
    display: none;
}

.show-list {
    display: block;
}

.right .list-title {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #115DB2;
}

.list-ul {
    padding: 30px 40px;
    height: 739px;
    overflow-y: auto;
}

.list-ul::-webkit-scrollbar {
    display: none;
}

.list-ul li {
    margin-bottom: 25px;
}

.list-ul li:last-of-type {
    margin-bottom: 0;
}

.list-ul-p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    border-bottom: 2px solid #115DB2;
    height: 50px;
    line-height: 50px;
}

.list-ul-title {
    font-size: 24px;
    font-weight: bold;
    color: #115db2;
    /*border-bottom: 2px solid #115DB2;*/
}

.list-ul-more {
    font-size: 16px;
    color: #999999;
}

.list-ul-content {
    font-size: 16px;
    color: #404040;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.situation {
    width: 540px;
}

.common-title {
    width: 100%;
    height: 60px;
    line-height: 50px;
    margin-bottom: 10px;
    background: url(bt.png) no-repeat bottom;
}

.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: #999999;
    float: right;
}

.common-title img {
    vertical-align: sub;
    margin-right: 10px;
}

.situation-list {
    width: 100%;
}

.situation-list .list-a {
    display: block;
    line-height: 45px;
    height: 45px;
    position: relative;
    padding-left: 15px;
}

.situation-list .list-a::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #115db2;
    top: 20px;
    left: 0;
    border-radius: 50%;
}

.situation-list .list-a .title {
    font-size: 16px;
    color: #404040;
    width: 385px;
    display: inline-block;
    overflow: hidden; /*超出部分隐藏*/
    white-space: nowrap; /*不换行*/
    text-overflow: ellipsis; /*超出部分文字以...显示*/
}

.situation-list .list-a .time {
    font-size: 16px;
    float: right;
    color: #999999;
}

.situation-list .list-a:hover .title {
    color: #115db2;
}

.situation-list .list-a:hover .time {
    color: #115db2;
}

.target-content .zymb {
    left: 7%;
}

.pic {
    padding-top: 0;
}
.newStyle .content-title span {
    font-size: 34px;
    padding-left: 0;
}
.newStyle .content-title a {
    font-size: 30px;
}
.newStyle .content-word {
    font-size: 30px;
    line-height: 42px;
}
.newStyle .content-button a {
    font-size: 34px;
}
.newStyle .lsqk {
    font-size: 50px;
}
.newStyle .left .left-title {
    font-size: 40px;
}
.newStyle .right .list-title {
    font-size: 40px;
}
.newStyle .left-content li {
    font-size: 34px;
}
.newStyle .left-content .cur {
    font-size: 34px;
}
.newStyle .list-ul-title {
    font-size: 34px;
}
.newStyle .list-ul-more {
    font-size: 34px;
}
.newStyle .list-ul-content {
    font-size: 34px;
}
.newStyle .common-title span {
    font-size: 50px;
}
.newStyle .common-title .more {
    font-size: 34px;
}
.newStyle .situation-list .list-a .title {
    font-size: 34px;
    width: 100%;
}
.newStyle .situation-list .list-a .time {
    display: none;
}
@media screen and (max-width: 1000px) {
    .index {
        width: 100%;
        min-width: auto;
    }

    .main {
        width: 100%;
        padding: 20px;
        overflow: auto;
        margin: 0;
        margin-bottom: -20px;
        padding-top: 0;
    }

    .main-bg {
        background-size: 100% 100%;
        height: 140px;
    }

    .location {
        width: 100%;
        padding-left: 20px;
    }

    .common-style {
        display: block;
    }

    .content-title span {
        padding-left: 0;
        font-size: 18px;
    }

    .content-title a {
        font-size: 15px;
    }

    .common-title span {
        font-size: 18px;
        padding-right: 35px;
    }

    .common-left {
        margin-right: 0;
        margin-bottom: 33px;
    }

    .list-all,
    .left-content,
    .pic,
    .pic img,
    .content,
    .content-word,
    .situation {
        width: 100%;
    }

    .list .list-a .title {
        width: 200px;
    }

    .list {
        width: 100%;
        overflow: auto;
    }

    .content-button {
        display: block;
    }

    .content-button a {
        width: 100%;
        margin-bottom: 10px;
    }

    .lsqk img {
        width: 100%;
    }

    .common-style {
        display: block;
    }

    .common-title span {
        font-size: 18px;
        padding-right: 35px;
    }

    .common-left {
        margin-right: 0;
        margin-bottom: 33px;
    }

    .situation,
    .list-all {
        width: 100%;
    }

    .situation-list .list-a .title {
        width: 200px;
    }

    .all {
        width: 100%;
        overflow: auto;
    }

    .common-lsqk {
        width: 100%;
        display: flex;
    }

    .left {
        width: 100%;
    }

    .list-ul-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 320px) {
    .situation-list .list-a .title {
        width: 140px !important;
    }
}
