.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;
    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 {
    padding: 0 70px 0 100px;
}

.officers-title {
    margin-top: 80px;
    margin-bottom: 30px;
    height: 80px;
    background: url("../../images/sub-pc/senior-officers-title.png") no-repeat left / 180px 50px;
}


.officers-item {
    flex: 1;
    height: 300px;
    background: linear-gradient(270deg, #FCFCFC 0%, #F8F8F8 100%);
    border-radius: 20px;
    margin-top: 30px;
    margin-right: 30px;
    padding: 0 50px 0 43px;
}

@media (max-width: 1499px) {
    .officers-item {
        padding: 0 39px 0 32px;
    }
}

.officers-img {
    /*margin: 0 74px 0 44px;*/
    width: 148px;
    height: 148px;
    background: url("../../images/sub-pc/officers-img.png") no-repeat center / 148px 148px;
}

.officers-img.female {
    background-image: url("../../images/sub-pc/officers-img-female.png");
}

.officer-box {
    flex: 1;
}

.officer-name {
    /*flex: 1;*/
    margin-top: 26px;
    font-size: 34px;
    line-height: 48px;
}

/*.officers-group-container {*/
/*    margin-top: 30px;*/
/*    padding: 100px 69px 100px 44px;*/
/*    width: 100%;*/
/*    background: linear-gradient(270deg, #FCFCFC 0%, #F8F8F8 100%);*/
/*    border-radius: 20px;*/
/*}*/

/*.officers-group-img {*/
/*    margin-right: 56px;*/
/*    width: 148px;*/
/*    height: 148px;*/
/*    background: url("../../images/sub-pc/officers-group-img.png") no-repeat center / 148px 148px;*/
/*}*/

/*.officers-group {*/
/*    margin-top: 50px;*/
/*}*/

/*.officers-row {*/
/*    width: 100%;*/
/*}*/

/*.officers-divider {*/
/*    width: 1px;*/
/*    height: 40px;*/
/*    border: 1px solid;*/
/*    opacity: 0.5;*/
/*    border-image: linear-gradient(180deg, rgba(200, 200, 200, 0), rgba(173, 173, 173, 1), rgba(151, 151, 151, 0)) 1 1;*/
/*    margin: 0 auto;*/
/*}*/

/*.officers-name {*/
/*    width: 157px;*/
/*    height: 40px;*/
/*    font-size: 28px;*/
/*    line-height: 40px;*/
/*    text-align: center;*/
/*}*/

/*.officers-row + .officers-row {*/
/*    margin-top: 48px;*/
/*}*/
