.slide {
    height: 350px;
}

.slide1 {
    background: url("../images/banner1.jpg") no-repeat center center;
    background-size: cover;
}

.slide2 {
    background: url("../images/banner4.jpg") no-repeat center center;
    background-size: cover;
}

.slide3 {
    background: url("../images/banner5.jpg") no-repeat center center;
    background-size: cover;
}

.slide4 {
    background: url("../images/bannerAct4.jpg") no-repeat center center;
    background-size: cover;
}

.slide6 {
    background: url("../images/banner6.jpg") no-repeat center center;
    background-size: cover;
}
.slide6_2 {
     background: url("../images/banner6_2.jpg") no-repeat center center;
     background-size: cover;
}
.slide7 {
     background: url("../images/banner-college.png") no-repeat center center;
     background-size: cover;
}

.slideContent {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    /*偏移*/
    transform: translateY(-50%);
}

.slideContent .slideTitle {
    font-size: 40px;
    font-weight: bold;
}

.slideContent .slideDesc {
    margin-top: 8px;
    color: rgb(87, 93, 108);
    font-size: 14px;
}

.slideContent .slideBtn {
    margin-top: 24px;
}

.section1 {
    background-color: #fafafa;
}

.section2 {
    background-color: #fff;
}

.section .sectionDesc {
    font-size: 14px;
    color: rgb(87, 93, 108);
    line-height: 24px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.tools {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.tools .tool {
    width: calc(33.3% - 16px);
    margin: 0 8px 16px;
    background-color: #fff;
    padding: 24px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .06);
    display: block;
}

.tools .tool.tool1 {
    background: url("../images/tool1.jpg") no-repeat center center;
    background-size: cover;
}

.tools .tool.tool2 {
    background: url("../images/tool2.jpg") no-repeat center center;
    background-size: cover;
}

.tools .tool.tool3 {
    background: url("../images/tool3.jpg") no-repeat center center;
    background-size: cover;
}

.tools .tool.tool4 {
    background: url("../images/tool4.jpg") no-repeat center center;
    background-size: cover;
}

.tools .tool.tool5 {
    background: url("../images/tool5.jpg") no-repeat center center;
    background-size: cover;
}

.tools .tool.tool6 {
    background: url("../images/tool6.jpg") no-repeat center center;
    background-size: cover;
}

.tools .tool:hover {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
    z-index: 1;
}

.tools .tool:hover .toolTitle {
    color: #c7000b;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.tools .tool:hover .titleSplit {
    background-color: #c7000b;
    width: 36px;
}

.tool .toolTitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.tool .titleSplit {
    display: inline-block;
    height: 3px;
    width: 30px;
    background-color: #ADB0B8;
    margin-bottom: 16px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.tool .toolDesc {
    font-size: 12px;
    line-height: 22px;
    color: rgb(87, 93, 108);
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tool .toolBtn {
    margin-top: 12px;
    border-top: 1px solid #DFE1E6;
    padding-top: 12px;
}

.tool .toolBtn a {
    font-size: 12px;
    color: #526ecc;
}

.tool .toolBtn a:hover {
    color: #526ECC;
}

.boxContent {
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
}

.boxContent .box {
    margin: 0 8px;
    width: calc(33.33333% - 16px);
    padding: 56px 32px;
    cursor: pointer;
    display: block;
    height: 256px;
    margin-bottom: 16px;
}

.boxContent .box:hover {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
}

.boxContent .box.box1 {
    background: url("../images/box1.png") no-repeat center center;
    background-size: 100% 100%;
}
.boxContent .box.box6 {
    background: url("../images/boxBg.jpg") no-repeat center center;
    background-size: 100% 100%;
}
.boxContent .box.box2 {
    background: url("../images/box2.png") no-repeat center center;
    background-size: 100% 100%;
}

.boxContent .box.box3 {
    background: url("../images/box3.png") no-repeat center center;
    background-size: 100% 100%;
}

.boxContent .box.box4 {
    background: url("../images/box4.png") no-repeat center center;
    background-size: 100% 100%;
}

.boxContent .box.box5 {
    background: url("../images/box5.png") no-repeat center center;
    background-size: 100% 100%;
}

.box .boxTitle {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
    line-height: 22px;
}

.box .boxDesc {
    font-size: 14px;
    color: #575d6c;
    line-height: 22px;
    margin-top: 12px;
    text-align: justify;
}

.recommend-article-content {
    -webkit-box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
    padding: 24px 0;
    margin: 0;
    overflow: hidden;
}

.por-carousel-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.por-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.por-carousel-slide {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
}

.recommend-article-content .article-items {
    padding: 0 5px 0 32px;
    line-height: 22px;
}

.recommend-article-content .article-items:nth-child(odd) {
    margin-bottom: 8px;
}

.recommend-article-content .article-items a span.article-title {
    color: #252b3a;
    max-width: calc(100% - 200px);
    vertical-align: top;
    max-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 14px;
}

.recommend-article-content .article-items a:hover .article-title, .recommend-article-content .article-items a:hover .article-tag {
    color: #c7000b
}

.por-label {
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 2px;
}

.por-label-danger, .por-label-error {
    background-color: #c7000b;
    border-color: #c7000b;
}

.article-tag {
    font-size: 14px;
    vertical-align: middle;
}

.por-carousel-pagination {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.por-carousel-bullet {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 2px;
    width: 40px;
    background-color: #252b3a;
    background-clip: padding-box;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin: 0 4px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: .15;
}

.por-carousel-bullet.active {
    background-color: #252b3a;
    opacity: 1;
}

.por-carousel {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#changeBtn {
    font-size: 14px;
    position: absolute;
    right: 0;
    margin-top: 10px;
}

#changeBtn:hover {
    color: #C7000b;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .slide {
        height: 250px;
        padding: 0 20px;
    }
    .slideContent .slideTitle2 {
        font-size: 24px;
    }
    .tool .toolBtn {
        visibility: visible;
    }
}

@media (max-width: 768px) {
    #banner {
        padding-top: 60px;
    }

    #languageToggle {
        display: none;
    }

    .slide {
        height: 250px;
        padding: 0 15px;
    }

    .slide.slide1 {
        background-image: url("../images/banner1MB.jpg");
    }

    .slide.slide2 {
        background-image: url("../images/banner4MB.jpg");
    }

    .slide.slide3 {
        background-image: url("../images/banner5MB.jpg");
    }

    .slide.slide4 {
        background-image: url("../images/bannerAct4MB.jpg");
    }

    .slide .slideBtn .btn {
        font-size: 12px;
        height: 32px;
        line-height: 32px;
        padding: 0 24px;
    }

    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
        bottom: 14px;
    }

    .section1 {
        background-color: #fafafa;
    }

    .section .sectionDesc {
        font-size: 14px;
        width: 100%;
    }

    .slideContent .slideTitle {
        font-size: 24px;
    }

    .tools .tool {
        width: 100%;
        border: none !important;
        margin-bottom: 8px;
        padding: 16px 12px;
    }

    .tool .toolBtn {
        visibility: visible;
    }

    .tool .toolTitle {
        font-size: 16px;
    }

    .tool .toolDesc {
        line-height: 20px;
        height: auto;
    }

    .boxContent {
        flex-wrap: wrap;
    }

    .boxContent .box {
        width: 100%;
        background-size: cover !important;
        height: auto;
        margin-bottom: 8px;
    }

    #newsDiv {
        padding-bottom: 0;
        width: calc(100% + 30px);
        margin: 0 -15px;
        padding: 0;
    }

    #changeBtn {
        display: none;
    }

    .recommend-article-content {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        overflow: visible;
    }

    #article-mobile {
        margin-top: -10px;
        position: relative;
    }

    #article-mobile .por-carousel-wrapper {
        padding-bottom: 55px;
        padding-top: 10px;
    }

    #article-mobile .por-carousel-slide {
        margin: 0 15px;
        width: calc(100% - 30px);
        padding: 20px 16px 18px;
        -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
    }

    #article-mobile .por-carousel-slide .article-items {
        padding-left: 0;
        padding-right: 0;
    }

    .por-col-xs-24 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .por-carousel-bullet {
        height: 2px;
        width: 24px;
        margin: 0 2px;
    }

    .section0 .section {
        padding: 28px 0;
    }
}

@media (max-width: 600px) {
    .slideContent .slideTitle2 {
        font-size: 24px;
        display: block;
    }
    .slideContent .slideDesc2 {
        display: block;
    }
}
