/**
 * example:
 * .className {
 *   position: relative;
 *   &:after {
 *    .setLine([@color]);
 *   }
 * }
 */
.m-indexes-wrap {
    margin-top: 30px;
}

.m-indexes-wrap .m-title {
    padding: 50px 0;
}

.mb15 {
    margin-bottom: 15px;
}

.intro-wrap {
    font-size: 14px;
    color: #7b828f;
    line-height: 28px;
    margin-left: 40px;
    text-indent: 2em;
}

.intro-wrap .intro-text {
    margin-top: 10px;
}

.culture-wrap {
    text-align: center;
}

.culture-wrap .culture-img {
    margin: 43px 0;
}

.honor-wrap {
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*margin-top: 20px;*/
    position: relative;
}

.honor-wrap .honor-item {
    width: 340px;
    /*height: 432px;*/
    padding-bottom: 85px;
    font-size: 18px;
    color: #354054;
    line-height: 46px;
    letter-spacing: 1px;
}

.honor-content img.zizhi-img {
    position: absolute;
    top: 0;
    right: 0;
}

.honor-wrap .honor-item::before {
    display: block;
    content: '';
    width: 26px;
    height: 4px;
    background: #2f65b5;
    border-radius: 4px;
}

.media-wrap .media-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.media-wrap .media-list .img-wrap img {
    width: 316px;
    height: 210px;
}

.media-wrap .media-list footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    border: 1px solid #f0f0f0;
    line-height: 21px;
    text-align: center;
}

.m-team-list .team-item:hover {
    border-color: #4c9afc;
}

.m-team-list .team-item:hover .team-des {
    height: 360px;
}

.m-team-list .team-item:hover .team-des-text {
    font-size: 14px;
}

.team-wrap {
    font-size: 14px;
    color: #7b828f;
}

.team-wrap .m-team-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.team-wrap .team-item {
    width: 316px;
    height: 469px;
    border: 1px solid #f0f0f0;
}

.team-wrap footer {
    height: 109px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team-wrap .team-text {
    color: #354054;
    font-size: 18px;
    margin-bottom: 10px;
}

.team-wrap .team-img,
.team-wrap .img-wrap {
    width: 316px;
    height: 360px;
}

.team-wrap .team-des-text {
    width: 214px;
    font-size: 0;
}

.team-wrap .team-des {
    width: 316px;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ffffff;
    opacity: 0.95;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 24px;
    color: #7b828f;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.team-wrap .img-wrap {
    position: relative;
}

.course-content {
    background: #fbfbfb;
}

.course-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.course-wrap .course-line {
    position: relative;
    width: 916px;
    height: 600px;
    overflow:hidden;
}

.course-wrap .course-line img {
    height: 600px;
    position: absolute;
    left: 0;
    transition: left 0.3s;
    cursor: grab;
}

.course-wrap .line-box {
    position: absolute;
    width: 916px;
    height: 360px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.course-wrap .course-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.course-wrap .course-item {
    position: relative;
}

.course-wrap .swiper-container {
    position: absolute;
    left: 27px;
    width: 889px;
    overflow: initial;
}

.course-wrap .item-top-year,
.course-wrap .item-bot-year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: 90px;
    top: -58px;
    left: 100px;
    font-size: 20px;
    line-height: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
}

.course-wrap .item-bot-year {
    top: 106px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.course-wrap .item-text {
    width: 260px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #656e7e;
    margin-left: 8px;
}

.course-wrap .course-line-box {
    height: 104px;
    background: url('/statics/images/pc/course.png');
}

.course-wrap .line-box-round {
    position: absolute;
    left: -27px;
    display: inline-block;
    width: 27px;
    height: 27px;
    background: #354054;
    border-radius: 50%;
}

.course-wrap .course-prev-btn,
.course-wrap .course-next-btn {
    width: 32px;
    height: 96px;
    cursor: pointer;
    background: #f8f8f8 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNDcgMTkuMjhhLjc1Ljc1IDAgMCAwIDEuMTQ3LS45NTZsLS4wODctLjEwNEw5LjMxIDEybDYuMjItNi4yMmEuNzUuNzUgMCAwIDAgLjA4Ny0uOTU2bC0uMDg3LS4xMDRhLjc1Ljc1IDAgMCAwLS45NTYtLjA4N2wtLjEwNC4wODctNi43NSA2Ljc1YS43NS43NSAwIDAgMC0uMDg3Ljk1NmwuMDg3LjEwNCA2Ljc1IDYuNzV6IiBzdHJva2U9IiMzRTRGNzAiIGZpbGw9IiMzRTRGNzAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat center;
}

.course-wrap .course-next-btn {
    background: #f8f8f8 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS41MyAxOS4yOGEuNzUuNzUgMCAwIDEtMS4xNDctLjk1NmwuMDg3LS4xMDRMMTQuNjkgMTIgOC40NyA1Ljc4YS43NS43NSAwIDAgMS0uMDg3LS45NTZsLjA4Ny0uMTA0YS43NS43NSAwIDAgMSAuOTU2LS4wODdsLjEwNC4wODcgNi43NSA2Ljc1Yy4yNi4yNi4yOS42NjQuMDg3Ljk1NmwtLjA4Ny4xMDQtNi43NSA2Ljc1eiIgc3Ryb2tlPSIjM0U0RjcwIiBmaWxsPSIjM0U0RjcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) no-repeat center;
}

.honor-content {
    background: url(/statics/images/pc/honor_bg.png) center no-repeat;
    background-size: 100% 100%;
}

.direction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 30px;
    margin-bottom: 30px;
}
