header {
    /* background: url(../img/header-bg.jpg) no-repeat bottom center fixed; */
    /* background: url('https://img.xinwo.vip/uploads/20250220/5466732542eeec236e2aeb1f0cc880b8.jpg') no-repeat bottom center fixed; */
    background-size: cover;
    color: #cfcfcf;
    position: relative;
    height: 100%;
}

.breadcrumb {
    text-align: left;
    color: #000;
}

.breadcrumb a {
    color: #000;
}

.breadcrumb a:hover {
    color: #60d3ff;
}

.info-box {
    position: relative;
    padding-top: 130px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15vh;
    background-color: #fff;
    display: flex;
    opacity: 0.97;
}

.info-box .content {
    margin-top: 5px;
    margin-left: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
}

.info-box .content a {
    color: #333;
    font-size: 16px;
}

.info-box .content a:hover {
    color: #60d3ff;
}

.news_list .news_list_content {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 2px dashed #eee;
}

.news_list .page {
    padding-top: 20px;
}

.news-title,
.news-info {
    color: #000;
    text-align: center;
}

.news-content {
    all: initial;
}

.news-content {
    padding: 30px;
}