.header-bottom-line {
    content: '';
    border-top: 2px #1D428A solid;
    width: 100%;
}

.article_box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
}

.article_left {
    width: 140px;
    height: 700px;
    margin-right: 24px;
}

.article_middle {
    flex: 1;
    flex-direction: column;
}

/* .card-h {
    border: 0;
    margin-bottom: 4px;
    margin-left: -16px;
    padding: 16px;
} */
.card-h {
    /* display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    
    margin-bottom: 24px;
    transition: box-shadow 0.3s linear;
    background-color: #fff;
    box-sizing: border-box; */
    border: 1px solid #0071BC;
    box-shadow: 0px 0px 1px 1px #0071BC;
    border-radius: 0;
    padding: 0;
}


.card-h>img {
    width: 320px;
    height: 200px;
    /* 保持比例，裁剪并填充 */
    object-fit: cover;
    /* 居中显示 */
    object-position: center;
    border-right: 1px solid #0071BC;
    /* box-shadow: 0px 0px 1px 1px #0071BC; */
    padding: 24px;

}

.card-h .card-info .title {
    font-size: 18px;
    font-weight: 400;
    color: #262626;
    margin-top: 20px;
    margin-right: 20px;
}

.card-h .card-info {
    /* border: 1px solid rgb(0, 113, 188); */
    margin-left: 0;
}

.news_time {
    width: 90px;
    height: 80px;
    border: 1px solid #0071BC;
    /* box-shadow: 0px 0px 1px 1px #0071BC; */
    margin: 20px;
    text-align: center;
}

.news_time .pv {
    color: #999999;
    font-size: 14px;
    margin-top: 15px;
}

.news_time .time {
    color: #363636;
    font-size: 15px;
    margin-top: 10px;
}

.news_time .time2 {
    color: #303030b9;
    font-size: 35px;
    font-weight: 500;
}

.card-h .card-info .sub {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #787878;
    margin-top: 3px;
    white-space: normal;
    overflow-wrap: break-word;
    line-height: 24px;

}

.card-h .card-info .sub2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #292929;
    margin-top: 3px;
    white-space: normal;
    overflow-wrap: break-word;
    line-height: 24px;

    margin-right: 20px;
}

.card-h .card-info .footer {
    width: 100px;
    padding-left: 15px;
    margin-bottom: 15px;
    line-height: 35px;
    color: #ffffff;
    background-color: rgb(10, 49, 141);
}

/* .card-h .card-info .footer .author {
    font-size: 14px;
}

.card-h .card-info .footer .time::before {
    content: url('data:image/svg+xml;utf8,<svg t="1719992115923" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4617" width="12" height="12"><path d="M512 64C256 64 51.2 272 51.2 524.8s208 460.8 460.8 460.8 460.8-208 460.8-460.8S768 64 512 64z m0 876.8C284.8 940.8 99.2 755.2 99.2 528S284.8 115.2 512 115.2 924.8 300.8 924.8 528 742.4 940.8 512 940.8z" fill="%23A7A7A7" p-id="4618"></path><path d="M809.6 544H531.2V262.4c0-12.8-9.6-22.4-22.4-22.4-12.8 0-22.4 9.6-22.4 22.4v307.2c0 12.8 9.6 22.4 22.4 22.4h300.8c12.8 0 22.4-9.6 22.4-22.4 0-16-9.6-25.6-22.4-25.6z" fill="%23A7A7A7" p-id="4619"></path></svg>');
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    margin-top: -2px;
} */

.article_right {
    width: 300px;
    margin-left: 24px;
    /* background-color: rgb(229, 240, 249); */
}

.news_banner {
    height: 312px;
    background-image: url(../images/新闻动态.png);
}

.news_info {
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    padding: 50px 100px;
}

.svg {
    float: left;
    margin-top: 8px;
    margin-right: 8px;
}

.search {
    margin-left: 100px;
    width: 500px;
}


input,
button {
    border: none;
    outline: none;
}

input {
    width: 100%;
    height: 60px;
    padding-left: 13px;
}

button {
    height: 60px;
    width: 100px;
    cursor: pointer;
    position: absolute;
}

.search input {
    width: 100%;
    border-radius: 25px;
    border: 1px solid #dddddd;
    transition: .3s linear;
    margin-bottom: 8px;
}

.search input::placeholder {
    color: #cccccc;
}

.search input:focus {
    border: 1px solid #999999;
}

.search button {
    height: 40px;
    margin: 10px 0;
    background: none;
    margin-left: -120px;
    border-radius: 25px;
    background-color: rgb(10, 49, 141);
}

.search button:before {
    content: "🔍︎搜索";
    font-size: 22px;
    font-family: FontAwesome;
    color: #ffffff;
}


.article_show {
    height: 200px;
    width: 800px;
}

.left_type_box {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

A.article_types:link,
A.article_types:visited,
A.article_types:active {
    font-size: 18px;
    color: #262626;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

A.article_types:hover {
    font-size: 18px;
    color: #FFF;
    background-color: #4285f4;
}

.article_newest_title {
    line-height: 30px;
    font-size: 16px;
}

.qr_code {
    text-align: center;
    /* background-color: rgb(250, 250, 250); */
    border: 1px solid #0071BC;
    box-shadow: 0px 0px 1px 1px #0071BC;
    /* border-radius: 20px; */
}

.qr_code>img {
    width: 130px;
    margin-top: 32px;
    /* opacity: 0.6; */
    padding: 16px;
    border: rgb(10, 49, 141) 5px solid;
    border-radius: 20px;
    margin-bottom: 32px;
}

.code_title {
    font-size: 25px;
    font-weight: 150px;
    padding-top: 32px;
}

.code_intro {
    padding-bottom: 32px;
}

.newest {
    width: 300px;
    position: relative;
}

.newest_image {
    width: 300px;
}

.newestinfo {
    color: white;
    width: 300px;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #00000080;
    z-index: 2;
    display: flex;
    flex: 1;
    flex-direction: row;
}

.article_newest {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: space-between;
    margin: 24px 4px;
    min-height: 40px;
}

.article_newest .title {
    display: -webkit-box;
    color: #000;
    flex: 1;
    font-size: 16px;
    margin-left: 10px;
}

.number {
    display: flex;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    font-size: 12px;
    color: #666;
    justify-content: center;
    align-items: center;
    background-color: #f0f3f5;
    border-radius: 4px;
    margin-left: 10px;
    margin-top: -1px;
}


.hot-list a:nth-child(1) .number {
    background-color: red;
    color: #fff;
}

.hot-list a:nth-child(1) .title {
    margin-right: 10px;
    color: #fff;
}

.hot-list a:nth-child(1) .article_newest {
    margin: 12px 4px;
}


.hot-list a:nth-child(2) .number {
    background-color: orange;
    color: #fff;
}

.hot-list a:nth-child(3) .number {
    background-color: #60AFFF;
    color: #fff;
}

.pagination-box {
    margin-top: 50px;
}

.mobile-pagination {
    display: none;
}

/* 响应式布局 */
@media (max-width: 768px) {
    .article_right {
        display: none;
    }

    .container {
        padding: 0 24px;

    }

    .news_banner {
        margin: 0;
        padding: 0;
    }

    .news_info {
        margin: 0;
        padding: 30px;
    }

    .search {
        margin: 0;
        padding-left: 20px;
        max-width: 300px
    }

    .card-h>img {
        /* width: 110px;
        height: 72px; */
        /* 保持比例，裁剪并填充 */
        /* object-fit: cover; */
        /* 居中显示 */
        /* object-position: center; */
        display: none;
    }

    .card-h .card-info {
        margin-left: 16px;
    }

    .card-h .card-info .title {
        font-size: 17px;
        font-weight: 500;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;

    }

    .news_time .pv {
        display: none;
    }

    .card-h .card-info .sub {
        display: none;
    }

    .pagination-box {
        display: none;
    }

    .mobile-pagination {
        display: flex;
        justify-content: space-around;
        margin-top: 16px;
    }

    .mobile-pagination a {
        border: 1px solid #206cff;
        border-radius: 5px;
        color: #206cff;
        padding: 10px 24px;
    }


}