.banner {
    width: 100%;
    height: auto;
}

.banner__img {
    margin: auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.main {
    padding-top: 54px;
}

.news {
    margin: auto;
}

.news__bd {
    margin-top: 57px;
    display: flex;
    justify-content: space-between;
}

.news__bd-left {
    margin-right: 42px;
}

.news__bd-left img {
    display: block;
    width: 480px;
    height: 246px;
    background: #f3f3f3;
}

.news__bd-right {
    flex: 1;
}

.news__right-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 23px;
}

.news__right-list li:last-child {
    margin-bottom: 0;
}

.news__right-list .list__title {
    font-size: 15px;
    color: #333;
}

.news__right-list .list__title:hover, .news__right-list .list__title:active {
    color: #008767;
}

.news__right-list .list__time {
    font-size: 15px;
    color: #A4A9B1;
}

.idea__bg {
    width: 100%;
    background: url(../image/idea_bg.png) center center no-repeat;
    background-size: 100% 100%;
}

.idea {
    margin: auto;
    margin-top: 54px;
    padding: 55px 0;
}

.idea__bd {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.idea__bd-item {
    position: relative;
}

.idea__bd-item img {
    display: block;
    width: 384px;
    height: 180px;
}

.idea__bd-item h1 {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    z-index: 99;
    text-align: center;
}

.advantages {
    margin: auto;
    padding: 54px 0 52px 0;
}

.advantages__bd {
    margin-top: 57px;
    display: flex;
}

.advantages__bd-item {
    box-sizing: border-box;
    width: 285px;
/*    height: 245px;*/
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.01);
    margin-right: 20px;
    padding: 34px 24px;
/*    padding: 34px 24px 0;*/
}

.advantages__bd-item:last-child {
    margin-right: 0;
}

.advantages__item-icon {
    display: block;
    margin: auto;
    width: 38px;
    height: 38px;
}

.advantages__item-title {
    margin-top: 16px;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    color: #333;
    text-align: center;
}

.advantages__item-info {
    margin-top: 15px;
    line-height: 24px;
    color: #6A6E73;
    font-size: 15px;
}

.share__bg {
    width: 100%;
    background: url('../image/share_bg.png') center center no-repeat;
    background-size: 100% 100%;
}

.share {
    margin: auto;
    padding: 54px 0 58px 0;
}

.share__bd {
    margin-top: 57px;
    display: flex;
}

.share__bd-item {
    position: relative;
    width: 285px;
    height: 340px;
    margin-left: 20px;
}

.share__bd-item:first-child {
    margin-left: 0;
}

.share__item-photo {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 285px;
    height: 340px;
}

.share__item-info {
    position: absolute;
    height: 188px;
    box-sizing: border-box;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 46px 25px 0;
    color: #fff;
    background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, rgba(15, 15, 15, 0) 12%, rgba(0, 0, 0, 0.39) 45%);
}

.share__item-info a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: underline;
    text-decoration-style: dotted;
}

.share__item-info a:hover {
    color: #008767;
}

.share__info-name {
    font-size: 24px;
    font-weight: 500;
}

.share__info-position {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}

.share__info-info {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
}

.interview__bg {
    background: linear-gradient(180deg, #FFFFFF -3%, #F5F5F5 100%);
}

.interview {
    padding: 54px 0 38px 0;
}

.interview__bd {
    display: flex;
    margin-top: 38px;
}

.interview__bd-item {
    width: 285px;
    mini-height: 378px;
    margin-left: 20px;
    background: #FFF;
    padding-bottom: 15px;
}

.interview__bd-item:first-child {
    margin-left: 0;
}

.interview__item-frontcover {
    position: relative;
    height: 180px;
}

.frontcover__img {
    position: absolute;
    display: block;
    width: 285px;
    height: 180px;
    left: 0;
    top: 0;
    right: 0;
}

.frontcover__school {
    position: absolute;
    height: 32px;
    left: 0;
    bottom: 0;
    padding: 0 8px;
    border-radius: 0px 16px 0px 0px;
    background: #008767;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
}

.interview__item-title {
    margin-top: 18px;
    padding: 0 18px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #333;
}

.interview__item-info {
    margin-top: 15px;
    padding: 0 18px;
}

.interview__info-list li {
    margin-top: 6px;
    font-size: 14px;
    color: #6A6E73;
}

.interview__info-list li:first-child {
    margin-top: 0;
}

.interview__info-list li a {
    color: #008767;
}

.list__bg {
    background: url(../image/list_bg.png) center center no-repeat;
    background-size: 100% 100%;
}

.list {
    padding: 54px 0 56px 0;
}

.list__bd {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.list__time-item {
    box-sizing: border-box;
    padding: 22px 20px 20px;
    width: 285px;
    height: 100px;
    background: #fff;
    border: 2px solid rgba(0, 135, 103, 0.14);
    margin-bottom: 22px;
    border-radius: 2px;
}

.list__time-item:last-child {
    margin-bottom: 0;
}

.list__time-item:hover {
    border-color: #58B19C;
}

.time__item-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #333;
}

.time__item-info {
    font-size: 14px;
    line-height: 24px;
    color: #6A6E73;
    margin-top: 10px;
}

.item-on {
    position: relative;
    background: #58B19C;
    border: 2px solid #58B19C;
}

.item-on .time__item-title {
    color: #fff;
}

.item-on .time__item-info {
    color: #fff;
}

.item-on::after {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    right: -15px;
    top: 50%;
    transform: translate(0, -50%);
    background: url('../image/list_icon.png') no-repeat;
    background-size: 24px 24px;
}

.list__bd-detail {
    width: 895px;
    height: 344px;
}

.table {
    width: 100%;
    border-radius: 2px;
    background: #FFFFFF;
    border: 1px solid #DBEEEA;
    text-align: center;
}

.table tr th {
    height: 48px;
    background: rgba(236, 236, 236, 0.29);
    border: 1px solid #DBEEEA;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    color: #6A6E73;
}

.table tr td {
    box-sizing: border-box;
    height: 63px;
    background: #fff;
    border: 1px solid #DBEEEA;
    font-size: 12px;
    line-height: 24px;
    color: #333;
}

.table tr td:first-child {
    padding: 0 74px;
}

.table tr td.table__page {
    height: 44px;
}

.table__page-link {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #6A6E73;
    margin-right: 24px
}

.table__page-link:last-child {
    margin-right: 0;
}

.table__page-link:first-child::after {
    position: absolute;
    content: '';
    height: 11px;
    border-left: 1px solid #A4A9B1;
    right: -15px;
    top: 50%;
    transform: translate(0, -50%);
}

.table__page-link:hover, .table__page-link:active {
    color: #008767;
}

.list__bd-total {
    box-sizing: border-box;
    padding: 16px;
    width: 285px;
    height: 344px;
    background: url(../image/total_bg.png) no-repeat;
    background-size: 285px 344px;
    border-radius: 2px;
}

.list__total-item {
    box-sizing: border-box;
    border-radius: 2px;
    width: 252px;
    height: 100px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(4px);
    margin-bottom: 6px;
    padding: 22px 0 0 75px;
}

.list__total-item:last-child {
    margin-bottom: 0;
}

.total__item-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    color: #202020;
}

.total__item-info {
    position: relative;
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #6A6E73;
}

.total__item-info::before {
    position: absolute;
    content: '';
    width: 14px;
    height: 4px;
    background: #008767;
    left: -21px;
    top: 50%;
    transform: translate(0, -50%);
}

.case__bg {
    background: url(../image/case__bg.png) center center no-repeat;
    background-size: 100% 100%;
}

.case {
    padding: 55px 0 54px 0;
}

.case__bd {
    display: flex;
    flex-wrap: wrap;
    margin-top: 38px;
}

.case__bd-item {
    text-align: center;
    box-sizing: border-box;
    width: 285px;
    mini-height: 334px;
    /*padding-top: 45px;*/
    background: rgba(255, 255, 255, 0.9);
    margin-right: 20px;
    margin-bottom: 20px;
}

.case__bd-item:nth-of-type(4n) {
    margin-right: 0;
}

.case__bd-item:nth-child(n+5) {
    margin-bottom: 0;
}

.case__item-avatar {
    display: block;
    width: 100%;
    height: 380px;
    /*border-radius: 100%;*/
    margin: auto;
}

.case__item-title {
    padding: 33px 15px 0 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #333333;
}

.case__item-info {
    padding: 15px;
    font-size: 14px;
    color: #6A6E73;
}

.case__item-info a {
    text-decoration: underline;
    text-decoration-style: dotted;
}

.case__item-info a:hover {
    color: #008767;
}


.service {
    padding: 54px 0;
}

.service__bd {
    margin-top: 39px;
}

.service__bd-flow {
    display: flex;
}

.service__bd-flow .on {
    background: rgba(0, 135, 103, 0.16);
}

.service__flow-li {
    position: relative;
    box-sizing: border-box;
    width: 112px;
    height: 112px;
    border-radius: 2px;
    background: rgba(191, 191, 191, 0.16);
    margin-right: 43px;
    text-align: center;
    padding-top: 18px;
}

.service__flow-li:last-child {
    margin-right: 0;
}

.service__flow-li::after {
    position: absolute;
    content: '';
    width: 44px;
    height: 43px;
    background: url('../image/flow_icon.png') no-repeat;
    background-size: 44px 43px;
    right: -44px;
    top: 50%;
    transform: translate(0, -50%);
}

.service__flow-li:last-child::after {
    display: none;
}

.flow__li-icon {
    display: block;
    width: 45px;
    height: 45px;
    margin: auto;
}

.flow__li-title {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.service__bd-content {
    box-sizing: border-box;
    margin-top: 25px;
    border-radius: 2px;
    background: rgba(191, 191, 191, 0.16);
    padding: 18px 26px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}