/*新闻*/
body {
    background: #F3F4F7;
}
/*banner*/
.news-banner {
    height: 460px;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url('/static/index/img/news/banner.jpg');
    background-size: auto 100%;
}
.news-banner .main-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-bottom: 50px;
}
.news-banner .banner-title {
    margin-bottom: 20px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(0,0,0,.6);
}
.news-banner .banner-desc {
    font-size: 24px;
    color: #fff;
    text-align: center;
}
/*tab切换*/
.news-tab .tab-content {
    display: flex;
    gap: 50px;
    padding: 30px 0;
}
.news-tab .tab-content .tab-item {
    position: relative;
    height: 52px;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    cursor: pointer;
    transition: all .3s;
}
.news-tab .tab-content .tab-item.active {
    color: #CF252D;
}
.news-tab .tab-content .tab-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    left: 50%;
    height: 4px;
    background: #CF252D;
    transition: all .3s;

}
.news-tab .tab-content .tab-item a {
    color: #333;
}
.news-tab .tab-content .tab-item.active:after {
    right: 10px;
    left: 10px;
}
.news-tab .tab-content .tab-item.active a {
    color: #CF252D;
}
.news-tab .news-category-wrap {
    padding-bottom: 30px;
}
.news-tab .news-category-wrap .news-category {
    display: none;
}
.news-tab .news-category-wrap .news-category.active {
    display: flex;
    gap: 30px;
}
.news-tab .news-category-wrap .news-category a {
    padding: 0 20px;
    height: 36px;
    line-height: 34px;
    color: #666;
    background: #fff;
    border: 1px solid #ccc;
}
.news-tab .news-category-wrap .news-category a.active {
    color: #fff;
    background: #CF252D;
    border: 1px solid #CF252D;
}
/*当前位置*/
.nav-loaction {
    padding: 15px 0;
}
.nav-loaction a {
    color: #AD0000;
}
/*新闻列表*/
.news-list {
    margin: 0 auto 45px;
}
.news-list .item {
    display: flex;
    align-items: stretch;
    gap: 40px;
    padding: 30px;
    margin-bottom: 20px;
    background: #fff;
    transition: box-shadow 0.4s;
}
.news-list .item .news-img {
    flex-shrink: 0;
    width: 230px;
    height: 150px;
    overflow: hidden;
}
.news-list .item .news-img .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
}
.news-list .item:hover .news-img .img {
    transform: scale(1.05);
}
.news-list .item .news-content {
    display: flex;
    flex-direction: column;
}
.news-list .item .news-content .hd {
    flex: 1;
}
.news-list .item .news-content .news-title {
    margin-bottom: 10px;
    font-size: 20px;
    color: #333;
    transition: all .4s;
}
.news-list .item .news-content .news-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 16px;
    color: #666;
}
.news-list .item .news-content .news-time {
    padding-top: 10px;
    font-size: 14px;
    color: #666;
}
.news-list .item .arrow-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-list .item .arrow-icon .iconfont {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 38px;
    color: #999;
    text-align: center;
    border: 1px solid #999;
    border-radius: 50%;
    transition: all .4s;
}
.news-list .item:hover {
    box-shadow: 0 20px 20px  #EBEBEB;
}
.news-list .item:hover .news-content .news-title {
    color: #CF252D;
}
.news-list .item:hover .arrow-icon .iconfont {
     color: #fff;
     background: #CF252D;
     border: 1px solid #CF252D;
}

/*新闻详情*/
.detail-section {
    margin-bottom: 35px;
    padding: 45px 100px 0;
    background: #fff;
}
.detail-content .news-title {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
}
.detail-content .date-source {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    font-size: 13px;
    color: #888;
    text-align: center;
}
.detail-content .news-detail {
    margin: 40px 0;
	padding: 30px 0 ;
    font-size: 16px;
    color: #666;
	border-top: 1px dashed #ccc;
}
.detail-content .news-detail img {
    max-width: 100%;
}
.detail-content .news-detail p {
    padding: 10px 0;
	line-height: 2.5 !important;
}
.news-navigation {
    display: flex;
    gap: 40px;
    padding: 25px 0 35px;
    border-top: 1px dashed #ccc;
}
.news-navigation .link {
    flex: 1;
    height: 44px;
    padding: 0 10px;
    line-height: 42px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    overflow: hidden;
    border: 1px solid #B8B8B8;
    transition: all .2s;
}
.news-navigation .link:not(.disabled):hover {
    color: #fff;
    background: #CF252D;
    border-color: #CF252D;
}
.news-navigation .link.disabled {
    cursor: default;
}
/* 小屏幕（手机横屏/小平板） */
@media (max-width: 991px) {
    /*banner*/
    .news-banner {
        position: relative;
        height: auto;
        padding: 0;
        background: none;
    }
    .news-banner .bg {
        display: block;
        width: 100%;
    }
    .news-banner .main-container {
        padding-bottom: 0;
    }
    .news-banner .banner-content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-bottom: 35px
    }
    .news-banner .banner-title {
        margin-bottom: 10px;
        font-size: 24px;
    }
    .news-banner .banner-desc {
        font-size: 16px;
    }
    /*tab*/
    .news-tab .tab-content {
        gap: 40px;
        padding: 20px 0;
    }
    .news-tab .tab-content .tab-item {
        flex: 1;
        height: 46px;
        font-size: 16px;
        line-height: 34px;
        text-align: center;
    }
    .news-tab .tab-content .tab-item:after {
        height: 3px;
    }
    /*新闻列表*/
    .news-list {
        margin: 10px auto 35px;
        padding: 0;
    }
    .news-list .item {
        gap: 10px;
        padding: 10px;
        margin-bottom: 12px;
    }
    .news-list .item .news-img {
        width: 35vw;
        height: 23vw;
    }
    .news-list .item .news-content .news-title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        font-size: 16px;
    }
    .news-list .item .news-content .news-desc {
        display: none;
    }
    .news-list .item .arrow-icon {
        display: none;
    }
    /*新闻详情*/
    .detail-section {
        margin: 15px 0 0;
        padding: 20px 15px 0;
    }
    .detail-content .news-title {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .detail-content .date-source {
        gap: 20px;
    }
    .detail-content .news-detail {
        margin: 25px 0;
    }
    .detail-content .news-detail p {
        padding: 5px 0;
    }
    .news-navigation {
        flex-direction: column;
        gap: 8px;
        padding: 0 0 35px;
        border: none;
    }
    .news-navigation .link:nth-child(2){
        order: -1;
    }
}