
.flex-1 {
    flex: 1;
}

.main-content {
    font-size: 16px;
}

.main-content .content-title {
    text-align: center;
}

.main-content .content-title img {
    display: inline-block;
}

.main-content .content-title-new {
    text-align: center;
    padding: 40px 0 14px;
    margin-bottom: 40px;
    position: relative;
}

.main-content .content-title-new::after {
    content: '';
    display: block;
    width: 52px;
    height: 3px;
    background-color: #ffed00;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.main-content .content-title-new .cn {
    font-size: 30px;
    font-weight: bold;
}

.main-content .content-title-new .en {
    font-size: 14px;
}

.content-title-new-second {
    padding: 40px 0;
    align-items: flex-end;
}

.content-title-new-second .text {
    font-size: 24px;
    font-weight: bold;
    color: #4c7dbe;
    margin-left: 18px;
}

.width-1184 {
    width: 1184px;
    margin: 0 auto;
}

.content-about {
    margin-bottom: 40px;
}

.content-about .about-us {
    background-color: #F8F8F8;
    border-radius: 5px;
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.18);
    margin-bottom: 32px;
}

.content-about .about-us img {
    width: 49%;
}

.content-about .about-us .text {
    padding: 0 32px;
    color: #545454;
    line-height: 36px;
    flex: 1;
}

.content-about .about-culture .list {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 273px;
    height: 273px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-left: 90px;
}

.content-about .about-culture .list:first-child {
    margin-left: 0;
}

.content-about .about-culture .list .title {
    font-size: 24px;
    color: #576590;
    padding-bottom: 6px;
    border-bottom: 4px solid #FFD161;
    margin-bottom: 18px;
}

.content-about .about-culture .list .text {
    color: #494949;
}

.content-talents {
    margin-bottom: 65px;
}

.content-talents .talents-list .list {
    width: 377px;
    height: 256px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.17);
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    margin-bottom: 107px;
}

.content-talents .talents-list .list .top {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    padding: 20px 0;
}

.content-talents .talents-list .list .top .icon {
    margin-right: 10px;
    width: 50px;
    height: 50px;
}

.content-talents .talents-list .list .bottom {
    background-color: #f8f8f8;
    padding: 40px 28px 0;
    flex: 1;
    color: #494949;
}

.content-salary {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-salary .background-image {
    width: 100%;
    display: block;
}

.content-salary .salary-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.content-salary .salary-list .list {
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 160px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px 0 80px;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.content-salary .salary-list .list:nth-child(2n) {
    margin-left: 380px;
}

.content-salary .salary-list .list .bold {
    font-weight: bold;
}

.content-job .image {
    width: 815px;
    display: block;
    margin: 0 auto 44px;
}

.content-society {
    background-color: #F8F8F8;
    padding-bottom: 86px;
}

.content-school {
    padding-bottom: 52px;
}

.content-bottom {
    height: 498px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-bottom .content-box {
    width: 1100px;
    height: 100%;
    align-items: center;
    margin: 0 auto;
}

.content-bottom .content-box .list {
    font-size: 18px;
    color: #111111;
    line-height: 48px;
    display: flex;
    align-items: center;
}

.content-bottom .content-box .list a:hover {
    color: #f0d5aa;
}

.content-bottom .content-box .list .icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 17px;
}

.content-bottom .content-box .list .bold {
    font-weight: bold;
}

.content-bottom .content-box .tips {
    font-size: 22px;
    font-weight: bold;
    color: #111111;
    line-height: 36px;
    margin-top: 30px
}

.content-bottom .content-box .join-us-now {
    width: 164px;
    padding: 12px;
    background-color: #FFB200;
    margin-left: 93px;
}

.content-bottom .content-box .join-us-now img {
    width: 100%;
    display: block;
}

.content-bottom .content-box .join-us-now div {
    text-align: center;
    font-size: 18px;
    color: #1D273B;
    line-height: 24px;
    margin-top: 12px;
}

.content-society img,
.content-school img {
    max-width: 100%;
    width: auto!important;
}