#banner {
    height: 500px;
    background: url('../images/projects/banner.jpg') no-repeat center;
}

#bread {
    padding: 20px 0;
}

#bread a {
    text-decoration: underline;
    font-size: 14px;
    font-family: 'Acumin Variable Concept';
    line-height: 22px;
    font-weight: bold;
}

#article {
    margin-top: 50px;
}

#article h1 {
    font-size: 40px;
    font-family: 'Acumin Variable Concept';
    font-weight: bold;
    color: rgba(69, 84, 95, 1);
    line-height: 40px;
    text-align: center;
}

#article .content {
    margin: 49px 0;
    padding-bottom: 50px;
    border-bottom: 1px solid #DDDDDD;
}

#article .content img {
    max-width: 100%;
    height: auto;
}

#article .content p {
    font-size: 14px;
    font-family: 'Acumin Variable Concept';
    font-weight: bold;
    color: rgba(101, 101, 101, 1);
    line-height: 22px;
    color: #656565;
    letter-spacing: 2px;
}

#page {
    font-size: 0;
    margin-bottom: 69px;
}

#page .page-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#page .page-item+.page-item {
    text-align: right;
}

#page p {
    color: #999999;
    font-weight: bold;
    line-height: 22px;
    font-size: 14px;
    font-family: 'Acumin Variable Concept';
}

#page a {
    text-decoration: underline;
    font-weight: bold;
}

@media screen and (max-width: 576px) {
    #banner {
        height: 98px;
        background-size: 100%;
        background-position-y: top;
    }
    #page .page-item {
        display: block;
        width: 100%;
    }
    #page .page-item+.page-item {
        margin-top: 20px;
        text-align: left;
    }
    /* 预览效果 */
    td {
        padding-left: 20px !important;
    }
}