﻿.content-banner {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 10px;
}

.content-box {
    padding: 40px;
    text-align: left;
}

    .content-box h1 {
        font-size: 42px;
        margin-bottom: 30px;
        color: #333;
    }
/*
    .content-box p {
        font-size: 15px;
        line-height: 1.6;
        color: #733555;
        max-width: 800px;
        margin: 0 auto 20px;
        text-align: justify;
        text-justify: inter-character;
        word-break: break-all;
    }
*/
body {
    margin: 0;
    font-family: "Microsoft YaHei", sans-serif;
    background: linear-gradient(to bottom, #afd5af, #FFFFFF);
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
    .fixed-header.extra {
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.logo {
    /*margin-right: 15px;
    width: 36px;
    height: 36px;*/
    height: 65px;
    background-color: #afd5af;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

.top-extra {
    width: 940px;
    margin: 0 auto;
    padding-top: 0px;
    display: flex;
    gap: 80px;
    background-color: #afd5af;
}

    .logo img {
        width: 100%;
        height: auto;
    }

.header-top {
    height: 65px;
    background-color: #afd5af;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    /*position: relative;*/
}

.header-logo-right {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 305px;
    height: 47px;
}

.header-line {
    height: 2px;
    background-color: #88b188;
}

.main-container {
    width: 940px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 50px;
    flex: 1;
}

.menu-item {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    transition: 0.3s;
}

    .menu-item:hover {
        color: #FFFFFF;
    }

.footer-rect {
    height: 45px;
    background-color: #afd5af;
    text-align: center;
    padding-top: 15px;
}
    .footer-rect a {
        flex: 1;
        color: #333;
        text-decoration: none;
        font-size: 15px;
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 20px;
        line-height: 20px;
    }

.content-box {
    background-color: rgba(255, 255, 255, 0);
    padding: 40px;
}
