*{
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: AlibabaPuHuiTi-Regular;
}

body{
    overflow-y: auto !important;
}

.news-column{
    overflow-y: auto;
    width: 100%;
    background: url('../image/website-header-background.png') no-repeat fixed;
    background-size: contain;
    height: 330px;
    box-sizing: border-box;
}

.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-Medium;
}

.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%;
    min-height: calc(100vh - 440px);
    /*height: auto;*/
    position: relative;
}

.content-background{
    position: absolute;
    bottom: 0;
    height: 700px;
    width: 100%;
    background: url("../image/content-bottom-background.png") bottom no-repeat;
    background-size: cover;
    z-index:-1;
}


.news-column-content{
    width: 1200px;
    margin: 50px auto 0;
    height: auto;
    display: flex;
    flex-direction: column;
}




.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-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DBD4CD;
    margin-bottom: 20px;
    padding-bottom: 15px;
    box-sizing: border-box;
    width: 100%;
}


.news-column-content-header-title{
    font-size: 20px;
    margin-left: 10px;
    position: relative;
    color: #333333;
}

.news-column-content-header-title::after{
    content: '';
    position: absolute;
    top: 4px;
    left: -11px;
    width: 3px;
    height: 21px;
    background: #FF9E00;
    border-radius: 2px;
}

.news-column-content-header-crumbs{
    display: flex;
    font-size: 14px;
    gap: 12px;
    color: #999999;
}

.news-column-content-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-header-crumbs li:last-child{
    color: #333333;
}



.column-detail{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    gap: 50px;
}


.column-detail ul.first-menu{
    height: auto;
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.column-detail ul.first-menu > li{
    font-size: 14px;
    color: #FF9E00;
}


.column-detail ul li a{
    height: 22px;
    line-height: 22px;
    display: block;
}


.column-detail ul li:has(ul){
    height: auto;
}

.column-detail ul.first-menu > li:first-child{
    color: #333333;
    font-size: 15px;
    font-family: 'AlibabaPuHuiTi-Medium';
}

.column-detail ul.sec-menu{
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 8px;
}

.column-detail ul.sec-menu > li{
    color: #666666;
}





