
td {
    vertical-align: top;
}

.clearfloat {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.clearfloat2 {
    overflow: auto;
    zoom: 1;
}

.pabs {
    position: absolute;
}

.prel {
    position: relative;
}

.floatL {
    display: inline;
    float: left;
}

.floatR {
    display: inline;
    float: right;
}

.search_kuang {
    display: none;
}

.szf_top {
    width: 100%;
    height: auto;
    background-size: 100%;
}

.szf_top1 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.top_navl {
    float: left;
    min-height: 30px;
}

.top_navr {
    float: right;
}

.logosearch {
    width: 1200px;
    min-height: 100px;
    margin: 0 auto;
    margin-top: 25px;
}

.top_logo {
    float: left;
}

.top_search {
    float: right;
    margin-top: 13px;
}

.nav_l {
    width: 100%;
    height: 62px;
    background: #003e70;
}

.szf_nav {
    width: 1200px;
    margin: 0 auto;
    height: 62px;
    background: #003e70;
}

.top_phoneLogo {
    display: none;
}

.nav-phone {
    display: none;
}

.centerbox {
    width: 1200px;
    margin: 10px auto 0;
    min-height: 360px;
}

/* 督察开始 */
.centerbox {
    width: 1200px;
    margin: 10px auto 0;
    min-height: 360px;
}

.indexBody {
    /*width: 1200px;*/
    margin: 0 auto;
    background-color: #fff;
    /*padding: 20px;*/
    min-height: 100vh;
    box-shadow: 0px 2px 10px rgba(170, 176, 185, 0.3);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.ducha-jieshao {
    border: 1px solid #c8d5e1;
    padding: 20px 15px;
    font-size: 16px;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.7;
    border-radius: 10px;
    background-color: #f1faff;
    margin-bottom: 50px;
}

.ducha-jieshao b {
    font-weight: bold;
    color: #123960;
}

.content-container {
    width: 100%;
    overflow: hidden;
    /* 清除浮动 */
}

.newsBox {
    width: 48%;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.newsBox-left {
    float: left;
}

.newsBox-right {
    float: right;
}

.newsTitle {
    height: 70px;
    position: relative;
    padding: 0 20px;
    color: #293986;
    overflow: hidden;
    /* 清除内部浮动 */
}

.newsTitle span {
    float: left;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 70px;
}

.newsTitle img {
    margin-right: 15px;
    height: 30px;
    vertical-align: middle;
}

.newsTitle a {
    float: right;
    color: #293986;
    text-decoration: none;
    font-size: 14px;
    line-height: 70px;
}

.newsTitle a:hover {
    text-decoration: underline;
}

.newsList {
    padding: 15px;
}

.newsList ul {
    list-style: none;
}

.newsList ul li {
    padding: 12px 0;
    font-size: 16px;
    color: #333;
    border-bottom: 1px dashed #eaeaea;
    overflow: hidden;
    /* 清除内部浮动 */
}

.newsList ul li:last-child {
    border-bottom: none;
}

.newsList ul li a {
    display: block;
    color: #333;
    padding-left: 20px;
    background-image: url(../images/dian_icon.jpeg);
    background-position: left center;
    background-repeat: no-repeat;
    text-decoration: none;
    line-height: 1.5;
    /* 单行显示并省略多余文本 */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /* 预留日期占位，避免文字与日期重叠 */
    padding-right: 120px;
    /* 清除内部浮动 */
    position: relative;
}

.newsList ul li a:hover {
    color: #1c68c0;
}

.newsList ul li a span {
    position: absolute;
    right: 0;
    float: right;
    color: #888;
    font-size: 14px;
    white-space: nowrap;
    margin-left: 10px;
}

.clearfloat {
    clear: both;
}

/* 响应式设计 */
@media (max-width: 1250px) {

    .centerbox,
    .indexBody {
        width: 95%;
    }
}

@media (max-width: 768px) {
    .indexBody {
        padding: 15px;
    }

    .ducha-jieshao {
        padding: 15px 10px;
        font-size: 15px;
        margin-bottom: 30px;
    }

    .newsBox {
        width: 100%;
        float: none !important;
        margin-bottom: 20px;
    }

    .newsTitle {
        height: 60px;
        padding: 0 15px;
    }

    .newsTitle span {
        font-size: 18px;
        line-height: 60px;
    }

    .newsTitle img {
        height: 25px;
        margin-right: 10px;
    }

    .newsTitle a {
        line-height: 60px;
    }

    .newsList {
        padding: 10px;
    }

    .newsList ul li {
        font-size: 15px;
        padding: 10px 0;
    }

    .newsList ul li a {
        padding-left: 18px;
    }

    .newsList ul li a span {
        float: right;
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .indexBody {
        padding: 10px;
    }

    .ducha-jieshao {
        font-size: 14px;
        padding: 12px 8px;
    }

    .newsTitle {
        height: 50px;
    }

    .newsTitle span {
        font-size: 16px;
        line-height: 50px;
    }

    .newsTitle img {
        height: 20px;
    }

    .newsTitle a {
        line-height: 50px;
    }

    .newsList ul li {
        font-size: 14px;
    }

    .newsList ul li a span {
        font-size: 12px;
    }
}




/* 督察结束 */
@media (max-width:1000px) {
    .indexBody {
        padding: 10px;
    }

    .ducha-jieshao {
        padding: 15px 10px;
        font-size: 15px;
    }

    .newsTitle {
        height: 60px;
    }

    .newsTitle a {
        height: 60px;
    }

    .newsTitle a span {
        height: 60px;
        line-height: 60px;
    }

    .newsList {
        padding: 10px;
    }

    .newsList ul li {
        font-size: 15px;
        padding: 10px 0;
    }

    .newsList ul li a {
        padding-left: 18px;
    }

    .newsTitle a span {
        right: 5px;
    }

    .date {
        font-size: 13px;
    }
}

.szf_bottom {
    width: 100%;
    background: #666;
    padding: 20px 0;
}

.szf_bottom1 {
    width: 1200px;
    background: #666;
    margin: 0 auto;
    overflow: hidden;
}

.bottom_link {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.bottom_lbq {
    width: 100%;
}

@media (max-width:1920px) {
    .szf_top {
        background-size: auto;
    }
}

@media (max-width:1200px) {
    .centerbox {
        width: 1200px;
    }

    .logosearch {
        width: 100%;
    }

    .szf_top1 {
        width: 100%;
    }

    .szf_nav {
        width: 100%;
    }

    .szf_bottom {
        width: 100%;
        padding: 20px 0;
    }

    .szf_bottom1 {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .bottom_link {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .bottom_lbq {
        width: 100%;
    }
}

@media (max-width:1200px) {
    .centerbox {
        width: 98%;
    }
}

@media (max-width:1050px) {
    .szf_bottom {
        width: 100%;
        padding: 20px 0;
    }

    .szf_bottom1 {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .bottom_link {
        display: none;
    }

    .bottom_lbq {
        float: none;
        width: 96%;
        margin: 0 2%;
    }

    .bottom_rtp {
        float: none;
        width: 96%;
        margin: 0 2%;
    }
}

@media (max-width:1000px) {
    .centerbox {
        width: 99%;
        min-height: 300px;
    }

    .szf_top1 {
        width: 100%;
    }

    .szf_nav1 {
        width: 100%;
        background: url(nav1.png) center no-repeat;
    }

    .szf_nav1 li {
        float: left;
        width: 14%;
        text-align: center;
        font-size: 20px;
    }
}

@media (max-width:800px) {
    .szf_top {
        display: none;
    }

    .top_phoneLogo {
        display: block;
        width: auto;
        padding-left: 0%;
        position: absolute;
        top: 8px;
        left: 10px;
    }

    .top_phoneLogo img {
        width: 70%;
    }

    .gkbg {
        background: url(hbgkbg.jpg) no-repeat center bottom;
        padding-top: 0px;
    }

    .lswhsjbt {
        display: block;
    }

    .szf_bottom {
        width: 100%;
        padding: 20px 0;
    }

    .szf_bottom1 {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .bottom_lbq {
        float: none;
        width: 96%;
        margin: 0 2%;
    }

    .bottom_rtp {
        float: none;
        width: 96%;
        margin: 0 2%;
    }

    .search_kuang {
        display: block;
    }
}