.app-main {
    padding-bottom: 100px;
}

.section-banner {
    height: 380px;
    display: flex;
    padding-top: 120px;
    justify-content: center;
    background: url("../../images/sub-pc/about-us-banner.jpg") no-repeat center / cover;
}

.section-title {
    height: 83px;
    background: url(../../images/sub-pc/about-us-title.png) no-repeat left / 189px 83px;
}

.breadcrumb {
    margin-top: 12px;
}

.section-content-container {
    margin-top: 70px;
    background: url("../../images/sub-pc/about-us-bg.png") no-repeat left top / 1546px 700px;
    padding-top: 80px;
    padding-left: calc((100% - 1400px) / 2);
}

@media (max-width: 1499px) {
    .section-content-container {
        padding-left: calc((100% - 1200px) / 2);
    }
}

.section-content {
    background: #FFFFFF;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px 0px 0px 20px;
    padding-top: 20px;
    padding-bottom: 80px;
}

.content-left {
    width: 251px;
    height: 499px;
    border-right: 1px solid #ddd;
}

.content-left a {
    height: 97px;
    line-height: 97px;
    padding-right: 70px;
}

.content-left a:hover {
    color: #D1921B;
}

.content-left a.on {
    background: url("../../images/sub-pc/about-us-on.png") no-repeat left center / 250px 970px;
    color: #D1921B;
}

.content-left a.on:after {
    content: "";
    display: block;
    width: 5px;
    height: 97px;
    background: #DDAF59;
    position: absolute;
    right: -1px;
    top: 0;
}

.content-right {
    flex: 1;
    margin-left: 110px;
    margin-top: 20px;
}

.news-title {
    font-size: 28px;
    line-height: 50px;
}

.news-search-input {
    width: 610px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
    padding-left: 64px;
    font-size: 16px;
}

.search-input-icon {
    position: absolute;
    top: 16px;
    left: 22px;
    width: 20px;
    height: 18px;
    background: url(../../images/sub-pc/company-news-search.png) no-repeat center / 20px 18px;
    z-index: 9;
}

.search-input-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 92px;
    height: 40px;
    z-index: 9;
    background: linear-gradient(270deg, #DCAE60 0%, #EED083 100%);
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.news-search-result {
    max-height: 320px;
    top: 54px;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 8px 0;
    background: #FFFFFF;
    z-index: 9;
    overflow: auto;
}

.news-search-item {
    padding-left: 20px;
    line-height: 42px;
}

.news-search-item:hover {
    background: #F8F8F8;
}

.article-list {
    margin-top: 40px;
}

.article-item {
    padding: 30px 20px;
}

.article-item .f20:first-child {
    overflow: hidden;
    word-wrap: break-word;
    margin-right: 20px;
}

.article-item .f20:last-child {
    white-space: nowrap;
}

.article-item:nth-of-type(odd) {
    border-radius: 4px;
    background: #F8F8F8;
}

.content-right .pagination-container {
    margin-top: 20px;
}
