.index {
    background-color: #fff;
    width: 100%;
    min-width: 1230px;
    /* background: url(/html/cms_files/weblaishanquzhengfuwangzhan/pubtplobject/defaultSet/14281/images/bg-d.png) no-repeat bottom; */
    padding-bottom: 50px;
}
.main {
    width: 1200px;
    margin: auto;
    background-color: #fefeff;
    overflow: hidden;
    padding: 40px;
}
.main-bg {
    width: 100%;
    height: 516px;
    background: url(/html/cms_files/weblaishanquzhengfuwangzhan/pubtplobject/defaultSet/14281/images/banner2023.png) no-repeat center;
    background-size: 100% 100%;
}
.common-style {
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 40px; */
    justify-content: space-between;
}
.content-title {
    height: 58px;
    line-height: 35px;
    /* background: url(/html/cms_files/weblaishanquzhengfuwangzhan/pubtplobject/defaultSet/14281/images/titlea.png) no-repeat bottom; */
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.content-title span {
    font-size: 24px;
    font-weight: bold;
    color: #115db2;
}
.content-title a {
    font-size: 16px;
    color: #999999;
}
.content-word {
    height: 115px;
    font-size: 16px;
    line-height: 36px;
    color: #404040;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.twocontent {
    width: 520px;
}
.lsqk {
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    color: #115db2;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.box-ul {
    width: 100%;
    min-height: 240px;
    background-color: #fbfbfc;
    border: solid 1px #115db2;
    display: flex;
    margin-bottom: 39px;
}
.box-ul li {
    width: 25%;
    display: inline-block;
    border-right: 1px solid #9ab8da;
    min-height: 240px;
}
.box-ul li:last-of-type {
    border-right: 0;
}
.box-ul li .title {
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #115db2;
    font-size: 18px;
    font-weight: bold;
    background-color: #f5f5f5;
}
.situation {
    width: 540px;
}
.common-title {
    width: 100%;
    height: 60px;
    line-height: 50px;
    margin-bottom: 10px;
    /* background: url(/html/cms_files/weblaishanquzhengfuwangzhan/pubtplobject/defaultSet/14281/images/bt.png) no-repeat bottom; */
    background-size: 100%;
}
.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 .qzf {
    margin-left: 73px;
    text-align: center;
    width: 260px;
    height: 40px;
    line-height: 40px;
    background-color: #ebf3ff;
    border: solid 1px #115db2;
}
.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;
}
.row-ul {
    width: 140px;
    height: 640px;
    background-color: #fbfbfc;
    border: solid 1px #115db2;
    margin-right: 32px;
}
.row-ul li.title {
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #d8e3f1;
    font-size: 18px;
    font-weight: bold;
    color: #115db2;
}
.row-ul .row-li {
    height: 145px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    writing-mode: vertical-lr;
    text-align: center;
    line-height: 138px;
    border-bottom: 1px solid #9ab8da;
}
.row-ul .row-li:last-of-type {
    border-bottom: 0;
}
.right-ul {
    width: 316px;
    height: 640px;
    background-color: #fbfbfc;
    border: solid 1px #9ab8da;
}
.right-ul li.title {
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #d8e3f1;
    font-size: 18px;
    font-weight: bold;
    color: #115db2;
}
.right-ul li {
    height: 145px;
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #9ab8da;
}
@media screen and (max-width: 768px) {
    .index {
        width: 100%;
        min-width: auto;
    }
    .main {
        width: 100%;
        padding: 20px;
        overflow: auto;
        margin: 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,
    .twocontent,
    .box-ul li {
        width: 100%;
    }
    .common-title .qzf {
        width: 50%;
    }
    .list .list-a .title {
        width: 200px;
    }
    .list {
        width: 100%;
        overflow: auto;
    }
    .content-button,
    .box-ul {
        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: 1200px;
        display: flex;
    }
    .jd-content{
        display: flex;
        width: 1120px;
    }
    /* .all-biaoge {
        width: 1000px;
    } */
}
@media screen and (max-width: 320px) {
    .situation-list .list-a .title {
        width: 140px !important;
    }
}
