.news-nav {
    padding: 20px 0px;
    border-bottom: 1px solid #f0f0f0;
}

.news-nav a {
    color: #161616;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 30px;
}

.news-nav a:last-child {
    margin-right: 0;
}

.news-nav a:hover {
    text-decoration: none;
}

.news-nav .active {
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
}

.news-nav .active::before {
    content: " ";
    width: 72px;
    height: 2px;
    background: #ff7450;
    position: absolute;
    bottom: -20px;
}

.news-banner {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}

@media (max-width: 991px) {
    .news-banner {
        min-height: 285px;
    }
}

.news-banner-bg {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.news-banner-bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 14px 14px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.news-item-btm {
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    
}
.news-banner-a {
    color: var(--pc-white, #fff);
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.news-banner-b {
    color: var(--pc-white, #fff);
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

.news-banner-c {
    color: var(--pc-white, #fff);
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}

/* 下面的新闻动态 */
.news-item {
    flex: 1;
    border-radius: 12px;
    margin-bottom: 12px;
    margin-right: 10px;
}
.news-item:last-child {
    margin-right: 0px;
}
@media (max-width: 991px) {
    .news-item {
        margin-top: 24px;
        margin-bottom: 0;
    }
}

.news-item img {
    width: 100%;
    border-radius: 12px;
}

.news-item-btm {
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.news-item-position {
    position: relative;
    background: none;
}
.news-item-btm-a {
    width: 90%;
    color: #fff;
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    height: 60px;
}

.news-item-btm-b {
    color: var(--pc-999, #999);
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.news-item-btm-b img {
    width: 24px;
    height: 24px;
}

/* 下面的新闻 */
.news-ul {
    margin-top: 16px;
}

.new-li {
    width: 100%;
    padding: 24px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
}

.new-li-img {
    width: 175px;
    height: 128px;
    border-radius: 8px;
}

.new-li-rig {
    /* width: 75%; */
    height: auto;
    padding-left: 20px;
    /* position: relative; */
}

.new-li-rig-a {
    width: 100%;
    color: #000;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.new-li-rig-b {
    color: var(--pc-999, #999);
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

.new-li-rig-c {
    /* width: 97%; */
    margin-top: 20px;
    color: var(--pc-999, #999);
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* position: absolute; */
    bottom: 0;
    /* border: 1px solid red; */
}

.news-ul-right {
    width: 100%;
    margin-top: 20px;
    margin-left:11px;
}

.news-ul-right a {
    display: inline-block;
    margin-top: 20px;
}

.news-ul-right img {
    width: 100%;
    border-radius: 8px;
}

.new-det-yao {
    width: 100%;
    background-color: #f8f8f8;
    padding: 19px 12px 36px;
    margin-top: 24px;
    border-radius: 10px;
   
}

.new-det-yao-a {
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 10px;
    position: relative;
}

.new-det-yao-a::before {
    content: " ";
    width: 2px;
    height: 16px;
    background: var(--pc, #ff7450);
    position: absolute;
    left: 0;
    top: 5px;
}

.new-det-li {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    margin-top: 20px;
    display: flex;
}

.new-det-li-img {
    width: 40%;
    border-radius: 8px;
}

.new-det-li-right {
    padding-left: 10px;
}

.new-det-li-a {
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.new-det-li-b {
    color: #999;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 27px;
}

/* 我是详情页 */

.news-det-title {
    color: #000;
    font-family: PingFang SC;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.news-det-title div {
    width: 90%;
}

.news-det-title img {
    margin-top: 12px;
}

.news-det-subtit {
    color: var(--pc-999, #999);
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
}

.rich-text {
    width: 100%;
    color: #000;
    font-family: PingFang SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
}

.rich-text p {
    margin-top: 34px;
}

.rich-text img {
    width: 100%;
    border-radius: 12px;
}

.rich-text >>> p {
    margin-top: 34px;
}

.rich-text >>> img {
    width: 100%;
    border-radius: 12px;
}

@media screen and (max-width: 1200px) {
    .new-det-li-img {
        width: 50%;
    }
}

@media screen and (max-width: 992px) {
    .new-page {
        justify-content: center !important;
    }
}

@media screen and (max-width: 768px) {
    .new-li-rig-c {
        width: 88%;
    }

    .news-nav a {
        margin-right: 5px;
    }

    .news-nav .active {
        color: var(--pc-black, #161616);
        font-family: PingFang SC;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        position: relative;
    }

    .news-nav .active::before {
        content: " ";
        width: 60px;
        height: 2px;
        background: #ff7450;
        position: absolute;
        bottom: -20px;
    }
}

/* jason 2023.12.18 */
.news-title-black {
    font-size: 20px;
    color: #000;
}

.pagination li {
    /*padding: 5px 5px;*/
    color: #000;
}
.pager>.pagination{
    display: block;
}
.pagination li a {
    color: #000;
}

.pagination .active {
    color: var(--pc, #FF7450);
}

.filter_btn a {
    color: #000;
}

.sort_active a {
    color: var(--pc, #FF7450);
}

.news-banner {
    overflow: inherit;
}



.news-item-btm-b img {
    width: 100%;
    height: 100%;
}

.news-channel-a{
    color:var(--pc-999, #999);text-decoration:none;
}

.selectWrap{
    padding-bottom: 10px;
    padding-top: 10px;
    background: #F8F8F8;
}
.recommend-new{
    display: flex;
    justify-content:space-evenly;
    flex-grow: 1;
}