.newsDetail {
    background: rgba(61, 204, 200, 0.05);
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newsBanner {
    background-image: url('../img/newsDetailbanner.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 210px
}

.newsTypeArea {
    width: 1200px;
    margin: 0 auto;
}

.newsNavBox {
    padding-top: 105px;
    box-sizing: border-box;
    margin-left: 20px;
}

.newsNavTitle {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}

.newsNavTitle1 {
    color: #C1D9D8;
}

.newsNavTitle2 {
    color: #FFFFFF;
    cursor: pointer;
}

.newsDetailIcon1 {
    width: 7.06px;
    height: 7.06px;
    margin: 0 8px;
}


.newsContent {
    padding: 43px 50px;
    width: 1200px;
    margin: auto;
    margin-top: -42px;
    background-color: #FFF;
    box-sizing: border-box;
    border-radius: 16px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.02);
    box-shadow: 0px 6px 30px -8px rgba(11, 63, 61, 0.2);
}

.newsContentTitle {
    font-size: 30px;
    font-weight: 600;
    line-height: 53.82px;
    margin-bottom: 39px;
}

.newsContentText {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #79807F;
}


.headerRight2-newsDetail {
    width: 128px;
    height: 36px;
    cursor: pointer;
}


.newsContent{
    margin-bottom: 50px;
}