@charset "UTF-8";

/* 主体 */


/*  新闻  */

.news-par {
    padding-top: 72px;
}

.news-box {
    position: relative;
    width: 1431px; height: 566px;
    margin: 0px auto 72px;
    background: url(../../images/home/news_bg.png) no-repeat;
}

.news-main {
    position: absolute; left: 50%; top: 56%; transform: translate( -50%, -50%);
    width: 726px; height: 328px;
}

.news-imgPar {
    text-align: center;
}

.news-imgPar {
    margin-top: 20px;
}

.news-imgBox>img {
    width: 40%;
    height: auto;
    margin: 0 10px;
}

.news-title {
    padding: 8px 0;
    font-size: 20px;
    text-align: center;
    color: #208776;
}

.news-con {
    box-sizing: border-box;
    padding: 10px;
    line-height: 24px;
}

.news-con>p {
    text-indent: 2em;
}

.home-conBg {
    position: relative;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.6);
}

.title-img {
    padding: 40px 0 30px;
    text-align: center;
}


/*  关于我们  */

.about-txt {}

.about-txt p {
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 0 12px;
    text-indent: 2em;
    line-height: 24px;
}

.about-download {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 15px 0 30px;
}

.download-icon {
    text-align: center;
}

.download-icon:hover {
    transform: scale(1.3);
}

.download-icon>p:first-of-type {
    margin-top: 8px;
}

.more {
    display: block;
    width: 80%;
    height: 60px;
    margin: 10px auto;
    font-size: 16px;
    color: #00a0e9;
    text-align: center;
    line-height: 60px;
}

.more:hover {
    color: #005292;
    font-weight: bold;
    transform: scale(1.2);
}


/* 活动攻略 */

.Hstrategy-box {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 15px 8px;
}

.Hstrategy-box li {
    width: 260px;
    height: auto;
    box-sizing: border-box;
    padding: 6px;
    float: left;
    margin: 0px 6px;
}

.Hstrategy-box li:first-of-type {
    width: 600px;
    height: auto;
}

.Hstrategy-box li>a {
    display: inline-block;
    width: 100%;
    height: auto;
}

.Hstrategy-box li>a:hover {
    opacity: 0.6;
}

.Hstrategy-box li>a>img {
    width: 100%;
    height: auto;
    object-fit: cover;
    box-sizing: border-box;
    padding: 3px;
}

.Hstrategy-box li>a>p {
    line-height: 18px;
}

.Hstrategy-box li>a>p:first-of-type {
    margin-top: 5px;
}

.Hstrategy-box li:first-of-type>a>p {
    line-height: 22px;
    font-size: 16px;
}

.Hstrategy-box li:first-of-type>a>img {
    width: 100%;
    height: 325px;
}

.Hstrategy-box li:first-of-type>a>p:first-of-type {
    margin-top: 8px;
}


/* 营员风采 */

.swiper-container.person-swiper {
    width: 100%;
    height: auto;
    margin: 20px auto;
}

.home-campers {
    padding: 20px 0;
}

.person-swiper .swiper-slide {
    text-align: left;
    font-size: 14px;
    background: #fff;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.person-swiper .swiper-slide .stu-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.home-campers .person-swiper .swiper-slide p {
    width: 100%;
    box-sizing: border-box;
    padding: 0 8px;
}

.home-campers .person-swiper .swiper-slide p.stu-name {
    padding: 3px 8px 8px;
    color: #0041d6;
}


/* 往届回顾 */

.previous-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 25px 0;
}

.previous-video {
    width: 550px;
}

.previous-txt {
    width: 500px;
    text-indent: 2em;
    line-height: 26px;
}

@media only screen and (max-width: 768px) {
    .news-par {
        padding-top: 16px;
    }
    .news-box {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0px auto 30px;
        background: url(../../images/app/news_bg.png) no-repeat;
        background-size: contain;
    }
    .news-main {
        position: static;
        width: 100%; height: auto; min-height: 235px;
        margin: 0 auto 30px;
        transform: translate( 0%, 0%);
        padding-top: 45px;
    }
    .news-imgPar {
        text-align: center;
        padding-top: 0px;
    }
    .news-imgBox.news-imgPar {
        text-align: center;
        padding-top: 0px;
    }
    .news-imgPar>img {
        width: 69%;
        height: auto;
    }
    .news-imgPar.news-imgBox>img {
        width: 42%;
        height: auto;
        margin: 0 10px;
    }
    .title-img {
        padding: 25px 0 21px;
        text-align: center;
    }
    .title-img>img{
    	width: 30%;
    }
    .Hstrategy-box li {
        width: 48%;
        height: auto;
        box-sizing: border-box;
        padding: 0;
        float: left;
        margin: 0px 1%;
        margin-bottom: 12px;
    }
    .Hstrategy-box li>a>img {
        padding: 0;
    }
    .Hstrategy-box li>a>p:first-of-type {
        margin-top: 5px;
    }
    .Hstrategy-box li:first-of-type {
        width: 100%;
        height: auto;
    }
    .Hstrategy-box li:first-of-type>a>img {
        width: 100%;
        height: auto;
    }
    .Hstrategy-box li:first-of-type>a>p {
        line-height: 19px;
        font-size: 14px;
    }
    .person-swiper .swiper-button-next,
    .person-swiper .swiper-button-prev {
        display: none;
    }
    .swiper-container-free-mode>.swiper-wrapper {
        height: auto;
    }
    .person-swiper .swiper-slide .stu-img {
        height: auto;
    }
    .previous-box {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .previous-video {
        width: 100%;
    }
    .previous-txt {
        width: 100%;
        margin-top: 15px;
        line-height: 22px;
    }
}