.main {
    background-color: #f5f5f5;
    padding-bottom: 50px;
}

.main .desc {
    color: #666;
    font-size: 14px;
    letter-spacing: .133em;
}

.main .desc p {
    line-height: 26px;
    margin-bottom: 12px;
}

.part1 {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 30px;
    display: flex;
}

.part1 .right {
    width: 490px;
    flex: 0 0 auto;
}

.part1 .right img {
    display: block;
    width: 100%;
    height: auto;
}

.part1 .left {
    width: calc(100% - 490px);
    flex: 0 0 auto;
    padding-right: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.part1 .tri-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.part2 {
    background-color: #ffffff;
    padding: 30px;
}

.intro {
    font-size: 14px;
    color: #666666;
}

.intro p {
    line-height: 26px;
}

.college-list {
    margin-top: 24px;
    margin-right: -20px;
    margin-bottom: -20px;
    flex-wrap: wrap;
    display: flex;
}

.college-list .college {
    width: calc(25% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    flex: 0 0 auto;
    border: 1px solid #e6e6e6;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.college-list .college img {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
}

.item-list {
    margin-right: -30px;
    margin-bottom: -30px;
    flex-wrap: wrap;
    display: flex;
}

.item-list .item {
    width: calc(100% / 3 - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
    background-color: #f5f5f5;
    position: relative;
}

.item-list .item .info {
    padding: 16px;
}

.item-list .item .label {
    height: 31px;
    padding-right: 64px;
    padding-left: 10px;
    line-height: 31px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
}

.item-list .item .label::before {
    content: "";
    width: calc(100% - 38px);
    border-top: 31px solid #ee4e5b;
    border-right: 38px solid transparent;
    z-index: 245;
    position: absolute;
    left: 0;
    top: 0;
}

.item-list .item .label::after {
    content: "";
    width: calc(100% - 22px);
    border-top: 31px solid #e61e2e;
    border-right: 22px solid transparent;
    z-index: 235;
    position: absolute;
    left: 0;
    top: 0;
}

.item-list .item .label span {
    position: relative;
    z-index: 275;
}

.com-list .title {
    margin-bottom: 8px;
}

.case-list .title {
    line-height: 22px;
    padding: 14px;
    font-size: 14px;
    text-align: center;
    letter-spacing: .1em;
}

.item-list .item .desc {
    color: #666;
    line-height: 20px;
    letter-spacing: 0;
}

.item-list img {
    display: block;
    width: 100%;
    height: auto;
}

.moment-swiper .swiper-slide {
}

.moment-swiper .swiper-slide .left {
    width: 66.67%;
    margin: auto;
}

.moment-swiper .swiper-slide .left img {
    display: block;
    width: 100%;
    height: auto;
}

.moment-swiper .swiper-slide .right {
    width: 66.67%;
    margin: auto;

    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f5f5f5;
    padding: 36px;
}

.moment-swiper .swiper-slide .right .title {
    font-size: 16px;
    margin-bottom: 15px;
    letter-spacing: .1em;
}

.thumb-ctn {
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
}

.moment-thumb-swiper {
    margin-top: 32px;
}

.moment-thumb-swiper .swiper-slide {
    height: 130px;
    cursor: pointer;
}

.moment-thumb-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.moment-thumb-swiper .swiper-slide::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    transition: .3s;
    border: 4px solid transparent;
    box-sizing: border-box;
}

.moment-thumb-swiper .swiper-slide:hover::after {
    background: rgba(0, 0, 0, 0);
}

.moment-thumb-swiper .swiper-slide-thumb-active::after {
    background: rgba(0, 0, 0, 0);
    border-color: #e60012;
}

.moment-prev,
.moment-next {
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    background: center/27px auto no-repeat rgba(127, 127, 127, 0);
    cursor: pointer;
    width: 48px;
    height: 48px;
    transition: .2s;
}

.moment-prev:hover,
.moment-next:hover {
    background-color: rgba(127, 127, 127, .2);
}

.moment-prev {
    background-image: url("../images/icons/arr_left_dark.svg");
    left: -10px;
}

.moment-next {
    background-image: url("../images/icons/arr_right_dark.svg");
    right: -10px;
}

.moment-prev.swiper-button-disabled,
.moment-next.swiper-button-disabled {
    opacity: .5;
    pointer-events: none;
}

.banner-swiper .swiper-slide{
    height: auto;
}

.banner-swiper .banner-next{
    right: 0;
}
.banner-swiper .banner-prev {
    left: 0;
}

.banner .banner-page{
    position: relative;
    bottom: auto;
    margin: 15px auto 0;
    left: auto;
    transform: none;
}

.part2{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.part2 .banner-swiper{
    width: 100%;
}

.banner-swiper .swiper-slide img{
    display: block;
    width: 100%;
    height: auto;
}
.tick-list{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.tick-list .item{
    letter-spacing: 0;
    font-size: 14px;
    margin-bottom: 4px;
    padding-right: 10px;
}

.tick-list .item:nth-of-type(2n){
    width: 40%;
}

.tick-list .item:nth-of-type(2n-1){
    width: 60%;
}

@media (max-width: 1280px) {

    .tick-list .item:nth-of-type(2n),
    .tick-list .item:nth-of-type(2n-1){
        width: 100%;
    }
}

.part1 .btn-ctn{
    margin-top: 12px;
}

.tick-list .item::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
    width: 15px;
    height: 16px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABgWlDQ1BzUkdCIElFQzYxOTY2LTIuMQAAKJF1kd8rg1EYxz8b2mKiuHBBLY2r0UwJF8qWRi2tmTLcbO9+qW3e3ndLy61yqyhx49cFfwG3yrVSRErulGviBr2ed1OT7Dk95/mc7znP0znPAWskq+T0eg/k8gUtHPA556LzTtsTdrpowMNoTNHV8VAoSE17v8Vixus+s1btc/9aUyKpK2CxC48pqlYQnhQOrhRUk7eE25VMLCF8IuzW5ILCN6Yer/CzyekKf5qsRcJ+sLYKO9O/OP6LlYyWE5aX48pli8rPfcyXOJL52RmJ3eKd6IQJ4MPJFBP4GWKAEZmH6MNLv6yoke8p50+zLLmKzColNJZIk6GAW9SiVE9KTImelJGlZPb/b1/11KC3Ut3hg4ZHw3jtAdsmfG0YxseBYXwdQt0DnOer+cv7MPwm+kZVc+1ByxqcXlS1+DacrUPHvRrTYmWpTtyaSsHLMTRHoe0KGhcqPfvZ5+gOIqvyVZewswu9cr5l8Ru7IWgMpJE28AAAAAlwSFlzAAALEwAACxMBAJqcGAAAAVRJREFUKJGdj7FLAmEYxn93fSChhYOE1JhbYxDh2BIEr0J7/4CjQ6BDU2stmlMEUatw3Lu21RS0tRnSUA7dangp3rXchVwnSc/2Pd/ze973hX9KRNatf4LbwMSISBfYAJYSmYaq3qWAm8AecG6AQ6ANDBK59xQwAzSBjqpODTACzlT1dYGNT4BPVX0CMJG5+hdVqVSqYRgeAbuxZyfWskQkeTsiUhqPxzdAW1UHqXD03hGRUmxUq9Xl4XB47fv+h2VZrWT4R6o6BV6AYxEpA/i+f+p5XjmXyzVc1x3NhaMCD7gErkTkotfr1fP5/L0xppvM/oKjgkfbtlv9fr8WBAGFQqHpOE4Q3b8Sn2XSYIAwDDvFYnHfGBM4jvMw83UAtIC11MkAruuG2Wy2lslk6omvAJjMTv6aU/CWYo8BK4ZtYEtE5p6QUAkIY9gDbuO2BRQAzwDff6x2jy+H+VYAAAAASUVORK5CYII=") center/contain no-repeat;

}

.part1 .btn-more::after{
    display: none;
}

@media (max-width: 1280px) {
    .part1 .right {
        width: 360px;
        flex: 0 0 auto;
    }

    .moment-swiper .swiper-slide .left,
    .moment-swiper .swiper-slide .right {
        width: 80%;
        margin: auto;
    }

    .part1 .left {
        width: calc(100% - 360px);
        padding-right: 50px;
    }
}

@media (max-width: 960px) {
    .part1 {
        display: block;
    }

    .part1 .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .part1 .right {
        width: 100%;
    }

    .college-list .college {
        width: calc(100% / 3 - 20px);
    }

    .moment-swiper .swiper-slide {
        display: block;
    }

    .moment-swiper .swiper-slide .left,
    .moment-swiper .swiper-slide .right {
        width: 100%;
    }

    .item-list .item {
        width: calc(50% - 30px);
    }
    .moment-swiper .swiper-slide .right{
        padding: 30px;
    }
    .banner-swiper .swiper-slide{
        height: auto;
    }
}

@media (max-width: 750px) {
    .part1 {
        padding: 20px;
    }

    .part2 {
        padding: 20px;
    }

    .part2 .type-tab-body {
        margin-top: 20px;
    }

    .type-tab-header{
        position: relative;
    }

    .part2 .type-tab-header{
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .part2 .type-tab-header a{
        display: block;
        width: 100%;
        flex: 0 0 auto;
    }
    .part2 .type-tab-link.active{
        order: -1;
    }
    .part2 .type-tab-link.active::after{
        margin: 0;
        width: 100%;
    }
    .moment-thumb-swiper .swiper-slide img{
        width: 100%;
        height: auto;
        display: block;
    }
    .moment-thumb-swiper .swiper-slide{
        height: auto;
    }
    .moment-thumb-swiper{
        margin-top: 20px;
    }

    .moment-swiper .swiper-slide .right{
        padding: 20px;
    }
}
@media (max-width: 640px) {
    .college-list .college{
        width: calc(50% - 20px);
    }

    .item-list{
        margin-right: -20px;
        margin-bottom: -20px;
    }
    .item-list .item{
        width: calc(50% - 20px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 540px) {
    .item-list .item{
        width: calc(100% - 20px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    .college-list .college{
        width: calc(100% - 20px);
        height: 40vw;
    }
}
