body {
    background: #fafafa;
}
.page_news {
    /* min-height: calc(100vh - 12rem); */
    overflow: auto;
}
.page_news .content_box .block {
    margin-left: 2rem;
    width: 3.8rem;
    height: 0.6rem;
    background: #296ce7;
}
.page_news .h3 {
    padding-top: 6rem;
    display: flex;
    align-items: center;
    padding-left: 0;
}
.page_news .h3 p {
    font-size: 3.8rem;
    font-weight: bold;
    margin-left: 1.12rem;
    font-family: PingFang-Bold !important;
}
.page_news .news-content {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.news-content-top {
    width: 60rem;
    height: 50rem;
    border-radius: 0.4px 0px 0px 0px;
    background-color: #fafafa;
}
.news-content-top img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.news-content-top .news-item-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.news-item {
    padding: 1rem 2rem;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    margin: 2rem;
    background-color: #f1f1f1;
    border-radius: 0.2rem;
    cursor: pointer;
}
.news-item-publish-at {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.news-item-day {
    padding: 0.2rem 0.5rem;
    border: 1.5px solid #999999;
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5rem;
}
.news-item-month {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5rem;
}
.news-item-title {
    margin-left: 2rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.8rem;
    text-align: left;
}
.page_news .content_box .block {
    margin-left: 2rem;
    width: 3.8rem;
    height: 0.6rem;
    background: #296ce7;
}
.page_news .h3 {
    padding-top: 6rem;
    display: flex;
    align-items: center;
    padding-left: 0;
}
.page_news .h3 p {
    font-size: 3.8rem;
    font-weight: bold;
    margin-left: 1.12rem;
    font-family: PingFang-Bold !important;
}
.page_news .news-content {
    padding-top: 20px;
}
.news-content-top {
    width: 60rem;
    height: 50rem;
    border-radius: 0.4px 0px 0px 0px;
}
.news-content-top img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.news-content-top .news-item-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.news-content-top .news-item {
    padding: 1rem 2rem;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    margin: 2rem;
    background-color: #f1f1f1;
}
.news-item-publish-at {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-item-year {
    padding: 0.4px 0.8rem;
    font-size: 16px;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    border-radius: 0.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.news-list-wrap {
    display: flex;
    flex-direction: column;
}
.news-list {
    padding-left: 3rem;
    margin-top: -2rem;
    flex: 1;
}

/******分页*****/
.demo {
    text-align: center;
}
.customBootstrap .pagination > li > a {
    margin-right: 5px;
    border-radius: 2px;
    background: #fff;
    color: #333;
    border-color: #ccc;
    padding: 6px 15px;
}
.customBootstrap .pagination > li > a:hover,
.customBootstrap .pagination > li > a:focus {
    color: #fff;
    background: #fabe00;
    border-color: #fabe00;
}
.customBootstrap .pagination > .active > a,
.customBootstrap .pagination > .active > a:hover,
.customBootstrap .pagination > .active > a:focus {
    color: #fff;
    background: #fabe00;
    border-color: #fabe00;
}
.customBootstrap .pagination > .disabled > a,
.customBootstrap .pagination > .disabled > a:hover,
.customBootstrap .pagination > .disabled > a:focus {
    color: #999;
    background: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination2 {
    height: 30px;
    margin: 10px 0;
}
.pagination2 a {
    text-decoration: none;
    border: solid 1px #c0d3e6;
    color: #333;
    border-left-width: 0;
    height: 24px !important;
}
.pagination2 a {
    height: 24px !important;
    display: block;
    float: left;
    padding: 0 10px;
    text-align: center;
    line-height: 24px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination2 .active {
    background-color: #6babdd;
    color: #fff;
    padding: 0 10px;
    border: solid 1px #5c95c1;
}
.pagination2 .prev {
    border: solid 1px #c0d3e6;
}
.pagination2 .next {
    border-left-width: 0;
    border-right-width: 1px;
}
.pagination2 .active.prev,
.pagination2 .active.next {
    color: #dcdcdc;
    border-color: #efefef;
    background: #fff;
}
.pagination2 a:hover {
    background-color: #cde4f8;
}
.pagination2 .active:hover {
    background-color: #6babdd;
}
.pagination2 a.disabled {
    display: none;
}

.pagination4 .page a,
.pagination4 .page a:hover {
    width: 100px;
    text-align: center;
    border: 1px solid #ddd;
    color: #999;
    background-color: #fff !important;
}

.bottom_component {
    opacity: 0;
}

@media screen and (max-width: 1000px) {
    .news-content-top {
        width: 100%;
    }
    .page_news .news-content {
        flex-flow: column;
        padding: 0 1rem;
    }
    .news-list {
        margin-top: 0;
        padding-left: 0;
    }
    .demo {
        margin: 2rem 0;
    }
    .news-content-top-wrap {
        margin: 0 2rem;
    }
    .page_news .h3 {
        padding-top: 3rem;
        padding-left: 2rem;
    }
}
/***新闻详情***/
.page_news_detail {
    overflow: auto;
}
.news-detail {
    margin: 2rem 0;
    padding: 2rem;
    height: 100%;
    border-radius: 0.4rem;
    background-color: #fff;
    overflow: auto;
}
.news-detail-title {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 4.4rem;
}
.news-detail-sub {
    display: flex;
    padding: 2rem 0;
}
.news-detail-sub-item {
    display: flex;
    align-items: center;
    margin-right: 1rem;
}
.news-detail-eye,
.news-detail-clock {
    span {
        padding-left: 0.6rem;
    }
}
.news-detail-content {
    margin-top: 1rem;
    font-size: 15px;
    line-height: 1.5;
}
.news-detail-content p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
.news-detail-content img {
    max-width: 100%;
}
.page_news_detail .content_box {
    height: 100%;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
