body{
    max-width: 1920px;
    height: auto;
}
.partMessageShow{
    display: none;
}
.partMessageShow.active{
    display: block;
}

/* part index */
.hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: white;
}


.hero-title {
    font-size:4.1666vw;
    display: inline-block;
    width: 16.6666vw;
    position: absolute;
    left: 41.6666vw;
    top: 18.6979vw;
}
.hero-title::after{
    content: '';
    position: absolute;
    bottom: -0.52vw;
    width: 6.40625vw;
    height: 1px;
    background: white;
    left: 31%;
}

nav {
    background: #ffffff;
    width: 100%;
}

.nav-container {
    display: flex;
    width: 54.1666vw;
    left: 22.9166vw;
    position: absolute;
    z-index: 9;
    bottom: 5.520vw;
}

.nav-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style: none;
    cursor: pointer;
    width: 100%;
    white-space: nowrap;
}

.nav-links a {
    text-decoration: none;
    color: white;
    font-size: 1.25vw;
    transition: color 0.3s ease;
    position: relative;
}

/* 默认选中状态 */
.nav-links .active {
    color: white;
}

.nav-links .active::after,
.nav-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: white;
    bottom: -0.9895vw;
    left: 0;
    transition: width 0.3s ease;
}
.nav-links .active::after,
.nav-links a:hover::after {
    width: 100%;
}

.nav-links a:hover {
    color: white;
}

/* +===================================================================+ */


.newsDeatilTitle{
    font-size: 2.5vw;
    color: black;
    font-weight: bold;
}
.link{
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #f3f3f3;
}
.detail-body{
    
}
.font18{
    font-size: 16px;
}
.font20{
    font-size: 20px;
}
.font24{
    font-size: 24px;
}
.img{
    width: 31.25vw;
    height: auto;
}
.textChange{
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
    height:10vh;
}
.textChangeBox{
    padding: 0.3vw;
    background-color: #f6f6f6;
    font-size: 0.5735vw;
    color: black;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
    cursor: pointer;
}
.textChangeBox:nth-child(3){
    margin-left: 1vw;
    margin-right: 1vw;
}
.textChangeBox:hover,
.textChangeBox.active{
    background-color: #C9062C;
    color: white;
}


#detail-body img{
    width: 60% !important;
    border: 1px solid #f2f2f2;
    height: auto;
    margin: 0.5vw 0;

}

#detail-body video{
    width: 88% !important;
    border: 1px solid #f2f2f2;
    height: auto;
    margin: 0.5vw 0;

}

#detail-body{
    width: 90%;
    margin:0 auto;
}
#detail-body p{
    text-align: center;
}
#detail-body *{
    text-wrap-mode: initial !important;
    line-height: 1.6;
    font-size: 16px !important;
}

@media  screen and (max-width:992px){
    .newsDeatilTitle{
        font-size: 1.4rem;
        line-height: 1.66;
    }
	p {
	    line-height: initial !important;
	}
	.textChangeBox {
	    padding: 10px !important;
	    font-size: 10px !important;
	}
}

@media  screen and (max-width:768px){
    #detail-body {
        padding: 2vw 0 !important;
        width: 100%;
        margin: 0 auto;
    }

    #detail-body *{
        line-height: 1.6;
        font-size: 14px !important;
    }

    #detail-body img {
        width: 95% !important;
        border: 1px solid #f2f2f2;
        height: auto;
        margin: 0.5vw 0;
    }

    #detail-body video{
        width: 95% !important;
        border: 1px solid #f2f2f2;
        height: auto;
        margin: 0.5vw 0;
    }

    .shangxiapian{
        display: block;
        text-align: left;
        font-size: 14px;;
        padding: 1rem 0 0 0;
    }
}