.news-detail{
    padding-top: 100px;
}

.news-detail-head{
    width: 100vw;
    padding: 80px 0;
    background: #F2F4F6;
}
.news-detail-head .common-row-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    color: #666666;
}

.news-detail-title{
    padding: 50px 0 20px 0;
    font-size: 40px;
    text-align: center;
}

.news-detail-time{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: #999999;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
}

.news-detail-content{
    margin: 40px auto;
    font-size: 18px;
    color: #666;
}
.news-detail-content p{
    margin-bottom: 20px;
}

.news-detail-footer{
    padding: 50px 0;
    border-top: 1px solid #e0e0e0;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-detail-footer-left{
    color: #333333;
    font-size: 16px;
    line-height: 36px;
}
.news-detail-footer-left span{
    color: #999999;
}
.news-detail-footer-right a{
    display: block;
    width: 180px;
    height: 40px;
    color: #48877A;
    font-size: 16px;
    border: 2px solid #48877A;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    user-select: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.news-detail-footer-right a:hover{
    color: #ffffff !important;
    background: rgba(72, 135, 122, 1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(72, 135, 122, 0.3);
}

.news-expo-content{
    padding: 50px 30px 30px 30px;
    font-size: 20px;
    line-height: 40px;
    color: #666666;
}