.news-wrap {
    background-color: #fff;
    padding: 20px 0;
    margin-top: 70px;
    
}

.news-container {
    width: 1242px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.news-tabs {
    width: 800px;
    margin-bottom: 20px;
}

.tab-item {
    display: inline-block;
    width: 86px;
    height: 27px;
    border-radius: 14px;
    border: 1px solid #006EFE;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 25px;
    text-align: center;
    font-style: normal;
    cursor: pointer;
    user-select: none;
}

.news_line {
    margin: 0 20px;
    margin-top: 47px;
    margin-bottom: 49px;
    width: 1px;
    height: 100%;
    background: rgba(109, 119, 144, 0.2);
}

.tab-item.active {
    color: #fff;
    background: #006EFE;
}

/* .news-content-area {
    padding-right: 20px;
    border-right: 1px solid rgba(109, 119, 144, 0.2);
} */

.news-list-left {
    width: 800px;
    box-shadow: 0px 6px 10px 0px rgba(109, 119, 144, 0.2);
}

.news-item:hover {
    background: #E1EDFF;
}

.news-item {

    width: 800px;
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0px 6px 10px 0px rgba(109, 119, 144, 0.2);
    padding: 20px 20px 0 20px;
    cursor: pointer;

}

.content_border {
    border-bottom: 1px solid rgba(109, 119, 144, 0.2);
    display: flex;
    padding-bottom: 19px;
}

.content_border img {
    width: 210px !important;
    height: 140px !important;
    display: block;
    object-fit: cover;
    margin-right: 20px;
}

.news-item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.news-item-content h3 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #0B0B0B;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.news-item-content p {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #61718F;
    line-height: 26px;
    text-align: justify;
    font-style: normal;
}

.news-item-meta {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #909399;
}

.news-item-meta span {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 13px;
    color: #666666;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.pagination {
    width: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    color: #606266;
    font-size: 14px;
}

.pagination span,
.pagination select,
.pagination button,
.pagination input {
    margin: 0 5px;
}

.pagination select,
.pagination input {
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
}

.pagination input {
    width: 30px;
    text-align: center;
}

.pagination button {
    background: none;
    border: 1px solid #dcdfe6;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.pagination button.active {
    background-color: #006EFE;
    color: white;
    border-color: #006EFE;
}

.hot-news-right {
    width: 372px;
}

.hot-news-title {
    font-size: 18px;
    color: #303133;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.hot-news-title img {
    width: 104px;
    height: 27px;
}

.hot-news-item {
    display: flex;
    width: 372px;
    height: 146px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0px 6px 10px 0px rgba(109, 119, 144, 0.2);
    margin-bottom: 20px;
    padding: 20px;
    cursor: pointer;
}

.hot-news-item img {
    width: 160px;
    height: 106px;
    /* object-fit: cover; */
    margin-right: 10px;
    border-radius: 4px;
}

.hot-news-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hot-news-content h4 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #0B0B0B;
    line-height: 26px;
    text-align: justify;
    font-style: normal;
    text-transform: none;
}

.hot-news-content span {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 13px;
    color: #666666;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}


.no_data{
    height: 800px;
    text-align: center;
    font-size: 16px;
    padding-top: 30px;
}