*{
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: AlibabaPuHuiTi-Regular;
}

body{
    overflow-y: auto !important;
}

.news-column{
    overflow-y: auto;
    width: 100%;
    background-image: url('../image/about-detail-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.news-column-header{
    position: relative;
    width: 100%;
    height: 330px;
    color: white;
}

.news-column-header-title{
    position: absolute;
    left: 6%;
    top: 160px;
    font-size: 30px;
    height: 61px;
    line-height: 61px;
    font-family: AlibabaPuHuiTi-Regular;
}

.news-column-header-subTitle{
    position: absolute;
    left: 6%;
    top: 210px;
    font-size: 17px;
    height: 35px;
    line-height: 35px;
    font-family: AlibabaPuHuiTi-Regular;
}

.news-column-header-subTitle::after{
    position: absolute;
    top: 40px;
    left: 0;
    content: '';
    width: 29px;
    height: 3px;
    background: #FF9E00;
    border-radius: 2px;
}
.content-bot-bg{
    width: 100%;
    height: auto;
    background: url("../image/content-bottom-background.png") bottom no-repeat;
}

.news-column-content{
    width: 88%;
    margin: 0 auto;
    height: auto;
    display: flex;
    gap: 40px;
}

.news-column-content-left{
    width: 210px;
    height: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-right: solid 1px #E6E6E6;
    padding-top: 30px;
}

.news-column-content-left-title{
    height: 49px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-column-content-left-title img {
    width: 26px;
    height: 26px;
    margin-right: 10px;
}

.news-column-content-left-columns{
    display: flex;
    flex-direction: column;
    background: #FBF7F1;
    font-size: 14px;
    color: #666666;
}

.news-column-content-left-columns .second-menu{
    min-height: 36px;
    height: auto;
    display: flex;
    flex-direction: column;
    transition: .5s;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #FBF7F1;
}

.news-column-content-left-columns .second-menu .second-menu-t{
    height: 36px;
    line-height: 36px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.arrow-right::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
    margin-left: 5px;
}

.left-columns-active > .second-menu-t .arrow-right::after {
    transform: rotate(45deg);
    border-color:#D85C41 !important;
}
.left-columns-active .left-columns-active {
    border-bottom: solid #D85C41 1px;
}


.third-menu{
    display: flex;
    flex-direction: column;
    cursor: pointer;
    box-sizing: border-box;
    height: 0;
    opacity: 0;
    padding: 0 8px;
}

.third-menu >li{
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding-left: 30px;
}
.drivder-line {
    height: 2px;
    background: linear-gradient(to right,
    #333333 calc(70% - 1px),    
    transparent calc(70% - 1px), 
    transparent calc(70% + 1px),
    #D85C41 calc(70% + 1px)     
);
}



.left-columns-active{
    color: #D85C41;
}
.left-columns-active > .third-menu{
    height: auto;
    opacity: 1;
    color: #666666 !important;
}

.third-menu >.left-columns-active > a{
    background: #FFF5E4;
    /*border-bottom: 2px solid #FF9E00 !important;*/
}


.news-column-content-right{
    flex: 1;
    overflow: hidden;
    margin-bottom: 50px;
    padding-top: 30px;
}



@media screen and (min-height: 650px){
    .news-column-content-right{
        flex: 1;
        min-height: calc(100vh - 410px);
    }
}


@media screen and (min-height: 1200px){
    .news-column-content-right{
        flex: 1;
        min-height: calc(100vh - 490px);
    }
}




.news-column-content-right-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DBD4CD;
    padding-bottom: 15px;
}


.news-column-content-right-header-title{
    font-size: 20px;
    margin-left: 10px;
    position: relative;
    color: #333333;
}


.news-column-content-right-header-crumbs{
    display: flex;
    font-size: 14px;
    gap: 12px;
    color: #999999;
}

.news-column-content-right-header-crumbs li:first-child{
    background: url("../image/news-detail-home-icon (2).png") no-repeat center center;
    width: 12px;
    height: 20px;
}

.news-column-content-right-header-crumbs li:last-child{
    color: #333333;
}

.news-column-content-right-top-news{
    width: 100%;
    height: 270px;
    background: #F5F5F5;
    border-radius: 2px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 30px;
    box-sizing: border-box;
}

.news-column-content-right-top-news-image{
    width: 346px;
    height: 100%;
    background: url("../image/news-detail-topnews-img.png") no-repeat;
    background-size: cover;
}

.news-column-content-right-top-news-content{
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}

.news-column-content-right-top-news-content .title{
    font-size: 21px;
    color: #333333;
}

.news-column-content-right-top-news-content .detail{
    font-size: 18px;
    color: #999999;
}


.news-column-content-right-top-news-content .read_more{
    margin-top: auto;
    font-size: 20px;
    color: #999999;
}


.news-column-list-item{
    width: 100%;
    height: 100px;
    cursor: pointer;
    display: flex;
    gap: 24px;
    padding: 15px 0;
    border-bottom: 1px solid #E6E6E6;
    
}

.news-column-list-date{
    width: 60px;
    height: 66px;
    background-color: #FBF7F1;
    display: flex;
    flex-direction: column;
    /*justify-content: space-around;*/
    text-align: center;
    box-sizing: border-box;
    transition: .3s;
}
.news-column-list-day{
    font-size: 17px;
    color: #D85C41;
    line-height: 35px;
    border-bottom: 1px solid white;
}

.news-column-list-month{
    font-size: 12px;
    color: #999999;
    flex: 1;
    line-height: 30px;
}

.news-column-list-content{
    display: flex;
    justify-content: space-between;
    flex: 1;
    height: 100%;
    transition: .3s;

}

.news-column-list-content-left{
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 90%;
    color: #333333;
}
.news-column-list-content-left .title{
    font-size: 14px;
    /*transition: .3s;*/
}

.news-column-list-content-left .detail{
    font-size: 12px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
}

.news-column-list-content-right{
    width: 40px;
    height: 40px;
    margin-top: 25px;
    background: url("../image/news-detail-jump.png") no-repeat;
}

.news-column-list-item:hover {
    border-bottom: 1px solid #D85C41;
}


.news-column-list-item:hover  .news-column-list-content .news-column-list-content-left .title{
    color: #D85C41;
}

.news-column-list-item:hover .news-column-list-content .news-column-list-content-right{
    background: url("../image/news-detail-jump-active.png") no-repeat;
}


.news-column-content-right .news-column-empty{
    text-align: center;
    padding-top: 50px;
}

.news-column-content-right .news-column-empty img{
    width: 100%;
    height: 100%;
}

.news-column-listCard-wrapper {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.news-column-listCard-item{
    box-sizing: border-box;
    width: 318px;
    height: 298px;
    padding: 8px;
    border-radius: 2px;
    border: 1px solid rgba(216,92,65,0.5);
    display: flex;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
}
.news-column-listCard-item img {
    width: 302px;
    height: 230px;
}
.news-column-listCard-item .description {
    font-family: AlibabaPuHuiTi_3_55_Regular;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}

