@media screen and (min-width: 1220px) {

    .body-show {
        font-size: 12px;
    }

    .body-show .white {
        color: #FFFFFF;
    }

    .banner {
        width: 100%;
    }

    .banner .item {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-size: 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .banner .item p {
        position: relative;
        top: 30%;
        color: #FFFFFF;
        font-size: 50px;
    }

    .banner .item div {
        position: relative;
        top: 40%;
        color: #FFFFFF;
        font-size: 16px;
        background-color: #C7263e;
        padding: 4px 18px 4px 18px;
    }

    .present {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 1220px;
        height: 350px;
        margin-top: 50px;
    }

    .present-0 {
        width: 100%;
    }

    .present-0-item {
        color: #C72634;
    }

    .present-1 {
        font-size: 28px;
        color: #333333;
        margin-bottom: 10px;
    }

    .present-2 {
        font-size: 18px;
        color: #666666;
    }

    .present-3 {
        position: relative;
        width: 80px;
        height: 30px;
        top: -65px;
        right: -550px;
        color: #fff;
        border: 2px solid #007C41;
        background: #007C41;
        line-height: 30px;
        text-align: center;
        text-decoration: none;
    }

    .present-4 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
    }

    .present-4 div {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 24%;
        height: 180px;
        margin-right: 10px;
        background-color: #f6f6f6;
    }

    .present-4 img {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .course {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        background-color: #f7f7f7;
    }

    .course-show {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 1220px;
    }

    .course-show .title {
        font-size: 28px;
        margin-top: 90px;
    }

    html body .course-2 {
        position: relative;
        width: 80px;
        height: 30px;
        top: -65px;
        right: -550px;
        color: #fff;
        border: 2px solid #007C41;
        background: #007C41;
        line-height: 30px;
        text-align: center;
        text-decoration: none;
    }

    .course-3 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        width: 100%;
    }

    .course-item {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        width: 32%;
    }

    .course-item .img-box {
        overflow: hidden;
    }

    .course-item img {
        height: 283px;
        transition: all 0.8s;
    }

    .course .box {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #FFFFFF;
        position: relative;
        top: -100px;
        width: 300px;
        height: 145px;
    }

    .course .box div {
        width: 38px;
        height: 7px;
        background-color: #007C41;
        margin-bottom: 20px;
    }

    .course .box p {
        font-size: 22px;
    }

    .teacher {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    #teacher {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 1220px;
        height: 230px;
    }


    .teacher-show {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 1220px;
        margin-top: 50px;
    }

    .teacher-show .title {
        font-size: 28px;
        margin-bottom: 50px;
    }

    .teacher-2 {
        position: relative;
        width: 80px;
        height: 30px;
        top: -345px;
        right: -550px;
        color: #fff;
        border: 2px solid #007C41;
        background: #007C41;
        line-height: 30px;
        text-align: center;
        text-decoration: none;
    }

    .teacher-3 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

    .teacher-item {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 31%;
        height: 150px;
        background-color: #f7f7f7;
        border-bottom: 3px solid #f7f7f7;
        margin: 30px 1% 0 1%;

    }

    .teacher-item:hover {
        border-bottom: 3px solid #007C41;
    }

    .teacher-item img {
        position: relative;
        width: 135px;
        height: 155px;
        margin-left: 25px;
        margin-right: 20px;
        border-radius: 10px;
        top: -30px;
    }

    .teacher-item .box .title {
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .teacher-item .box .li {
        font-size: 12px;
    }


    .school {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        background-color: #f8f8f8;
    }

    .school-show {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 1220px;
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .school-show .title {
        font-size: 28px;
    }

    .school-show .school-2 {
        position: relative;
        width: 80px;
        height: 30px;
        top: -35px;
        right: -550px;
        color: #fff;
        border: 2px solid #007C41;
        background: #007C41;
        line-height: 30px;
        text-align: center;
        text-decoration: none;
    }

    .school-show .school-3 {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        width: 100%;
    }

    .school-show .school-3 .tag {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .school-show .school-3 .tag-item {
        color: #333333;
        background-color: #FFFFFF;
        margin-right: 20px;
        padding: 5px 5px 5px 5px;
    }

    .school-show .school-3 .tag .tag-item-B {
        color: #FFFFFF;
        background-color: #007C41;
    }

    .school-show .school-3 .con {
        width: 1180px;
    }

    .school-show .school-3 .con-item {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }

    .school-show .school-3 .con-item-logo {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 20%;
        margin-top: 40px;
    }

    .school-show .school-3 img {
        width: 130px;
        height: 130px;
        transition: all 0.5s;
    }

    .school-show .school-3 img:hover {
        transform: scale(1.2);
    }


    .school-show .school-3 p {
        color: #333333;
        margin-top: 14px;
    }


    .share {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        background-color: #f2f2f2;
    }

    .share-show {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 1220px;
        margin-top: 50px;
        margin-bottom: 60px;
    }

    .share-show .title {
        font-size: 28px;
    }

    .share-show .share-2 {
        position: relative;
        width: 80px;
        height: 30px;
        top: -35px;
        right: -550px;
        color: #fff;
        border: 2px solid #007C41;
        background: #007C41;
        line-height: 30px;
        text-align: center;
        text-decoration: none;
    }

    .share-show .share-3 {
        width: 100%;
    }

    .share-show .share-item {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0 80px;
    }

    .share-item .img {
        width: 270px;
        height: 200px;
        margin-left: 50px;
    }

    .share-item .box {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-content: flex-start;
        margin-left: 55px;
    }

    .share-item .box .title {
        font-size: 22px;
        color: #292929;
        margin-bottom: 0;
        font-weight: 700;
        margin-top: 22px;
    }

    .share-item .box .time {
        font-size: 15px;
        color: #7d7d7d;
        line-height: 26px;
        margin: 5px 0 10px 0;
    }

    .share-item .box .con {
        font-size: 15px;
        color: #7d7d7d;
        line-height: 26px;
    }


    .swiper-container {
        --swiper-navigation-color: #c3c3c3; 
        --swiper-navigation-size: 44px; 
    }

    .newsroom {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .newsroom-show {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 1220px;
        margin-top: 70px;
        margin-bottom: 60px;
    }

    .newsroom-show .title {
        font-size: 28px;
    }

    .newsroom-show .newsroom-2 {
        position: relative;
        width: 80px;
        height: 30px;
        top: -35px;
        right: -550px;
        color: #fff;
        border: 2px solid #007C41;
        background: #007C41;
        line-height: 30px;
        text-align: center;
        text-decoration: none;
    }

    .newsroom-show .newsroom-3 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
    }

    .newsroom-show .newsroom-3 .act-item {
        height: 270px;
        width: 380px;
        padding: 0;
        color: #4a4a4a;
        background-position: bottom;
        background-size: cover;
        cursor: pointer;
        overflow: hidden;
        position: relative;
        z-index: 0;
        background-repeat: no-repeat;
    }

    .newsroom-3 .act-item-cover {
        bottom: -55px;
        width: 340px;
        height: 110px;
        padding: 20px 30px;
        background-color: hsla(0, 0%, 100%, .85);
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        position: absolute;
        background-repeat: no-repeat;
        overflow: hidden
    }

    .newsroom-3 .act-item-cover:before {
        background-position: bottom;
        background-size: auto 304px
    }

    .newsroom-3 .act-item-cover:before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        filter: blur(10px);
        -webkit-filter: blur(10px);
        -moz-filter: blur(10px);
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
        background-size: cover;
        margin: -10px;
        z-index: -1
    }

    .newsroom-3 .act-item-cover strong {
        font-size: 20px;
        font-weight: 500;
        font-style: normal
    }

    .newsroom-3 .act-item:hover .act-item-cover {
        bottom: 0;
        background-color: rgba(33, 33, 33, .9);
        color: #fff
    }

    .newsroom-3 .act-item .act-item-cover strong a {
        font-size: 18px;
        color: #4a4a4a;
        text-decoration: none
    }

    .newsroom-3 .act-item:hover .act-item-cover strong a {
        color: #fff
    }

    .newsroom-3 .act-item-cover p {
        position: absolute;
        bottom: 35px;
        font-size: 14px;
    }
}

@media screen and (min-width: 480px) and (max-width: 1220px) {


    html body .pad {
        display: none;
        position: absolute;
    }

    .body-show {
        font-size: 14px;
    }

    .body-show .white {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #FFFFFF;
    }

    .banner {
        width: 100%;
    }

    .banner .item {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-size: 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .banner .item p {
        position: relative;
        top: 30%;
        color: #FFFFFF;
        font-size: 30px;
    }

    .banner .item div {
        position: relative;
        top: 40%;
        color: #FFFFFF;
        font-size: 16px;
        background-color: #C7263e;
        padding: 4px 18px 4px 18px;
    }

    .present {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 98%;
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .present-0 {
        width: 100%;
    }

    .present-0-item {
        color: #C72634;
    }

    .present-1 {
        font-size: 28px;
        color: #333333;
        margin-bottom: 10px;
    }

    .present-2 {
        font-size: 18px;
        color: #666666;
    }

    .present-3 {
        position: relative;
        width: 80px;
        height: 30px;
        top: -65px;
        right: -43%;
        color: #fff;
        border: 2px solid #007C41;
        background: #007C41;
        line-height: 30px;
        text-align: center;
        text-decoration: none;
    }

    .present-4 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        width: 100%;
    }

    .present-4 div {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 24%;
        background-color: #f6f6f6;
    }

    .present-4 img {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .course {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        background-color: #f7f7f7;
    }

    .course-show {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 98%;
    }

    .course-show .title {
        font-size: 28px;
        margin-top: 40px;
    }

    .course .course-2 {
        position: relative;
        width: 80px;
        height: 30px;
        top: -65px;
        right: -43%;
        color: #fff;
        border: 2px solid #007C41;
        background: #007C41;
        line-height: 30px;
        text-align: center;
        text-decoration: none;
    }

    .course-3 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        width: 100%;
    }

    .course-item {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        width: 32%;
    }

    .course-item .img-box {
        overflow: hidden;
        width: 100%;
    }

    .course-item img {
        transition: all 0.8s;
    }

    .course .box {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #FFFFFF;
        position: relative;
        top: -50px;
        width: 80%;
        height: 90px;
    }

    .course .box div {
        width: 38px;
        height: 7px;
        background-color: #007C41;
        margin-bottom: 20px;
    }

    .course .box p {
        font-size: 22px;
    }

    .teacher {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 98%;
    }

    #teacher-pad {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .teacher-show {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 45px;
    }

    .teacher-show .title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .teacher-2 {
        position: relative;
        width: 80px;
        height: 30px;
        top: -85px;
        right: -43%;
        color: #fff;
        border: 2px solid #007C41;
        background: #007C41;
        line-height: 30px;
        text-align: center;
        text-decoration: none;
    }

    .teacher-3 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        margin-bottom: 40px;
    }

    .teacher-item {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 48%;
        height: 135px;
        background-color: #f7f7f7;
        border-bottom: 3px solid #f7f7f7;
    }

    .teacher-item:hover {
        border-bottom: 3px solid #007C41;
    }

    .teacher-item img {
        position: relative;
        width: 100px;
        height: 116px;
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 10px;
        top: 12px;
    }

    .teacher-item .box .title {
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .teacher-item .box .li {
        font-size: 12px;
    }

    .school {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .school .title {
        margin: 2rem 0 1rem 0;
        font-size: 2.3rem;
    }

    .school .list {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        width: 96%;
    }

    .school .list .list-item {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        width: 32%;
        margin-bottom: 1rem;
    }

    .school .list .list-item p {
        width: 100%;
        text-align: center;
        background-color: #f5f5f5;
        line-height: 2.5rem;
    }

    .school .school-button {
        line-height: 2.5rem;
        color: #FFFFFF;
        font-size: 1.5rem;
        background-color: #C72634;
        padding: 4px 18px 4px 18px;
        margin-top: 2rem;
        margin-bottom: 3rem;
        border-radius: 5px
    }
    
    .touguo {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    .touguo .school-button {
        line-height: 2.5rem;
        color: #FFFFFF;
        font-size: 1.5rem;
        background-color: #C72634;
        padding: 4px 18px 4px 18px;
        margin-top: 2rem;
        margin-bottom: 3rem;
        border-radius: 5px
    }

    .share {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        background-color: #f2f2f2;
    }

    .share-show {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 98%;
        margin-top: 20px;
        margin-bottom: 60px;
    }

    .share-show .title {
        font-size: 28px;
    }

    .share-show .share-2 {
        position: relative;
        width: 80px;
        height: 30px;
        top: -35px;
        right: -43%;
        color: #fff;
        border: 2px solid #007C41;
        background: #007C41;
        line-height: 30px;
        text-align: center;
        text-decoration: none;
    }

    .share-show .share-3 {
        width: 100%;
    }

    .share-show .share-item {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0 80px;
    }

    .share-item .img {
        width: 270px;
        height: 200px;
    }

    .share-item .box {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-content: flex-start;
        margin-left: 55px;
    }

    .share-item .box .title {
        font-size: 22px;
        color: #292929;
        margin-bottom: 0;
        font-weight: 700;
        margin-top: 22px;
    }

    .share-item .box .time {
        font-size: 15px;
        color: #7d7d7d;
        line-height: 26px;
        margin: 5px 0 10px 0;
    }

    .share-item .box .con {
        font-size: 15px;
        color: #7d7d7d;
        line-height: 26px;
    }


    .swiper-container {
        --swiper-navigation-color: #c3c3c3; 
        --swiper-navigation-size: 44px; 
    }

    .newsroom {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 98%;
    }

    .newsroom-show {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 70px;
        margin-bottom: 60px;
    }

    .newsroom-show .title {
        font-size: 28px;
    }

    .newsroom-show .newsroom-2 {
        position: relative;
        width: 80px;
        height: 30px;
        top: -35px;
        right: -43%;
        color: #fff;
        border: 2px solid #007C41;
        background: #007C41;
        line-height: 30px;
        text-align: center;
        text-decoration: none;
    }

    .newsroom-show .newsroom-3 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
    }

    .newsroom-show .newsroom-3 .act-item {
        height: 164px;
        width: 32%;
        padding: 0;
        color: #4a4a4a;
        background-position: bottom;
        background-size: cover;
        cursor: pointer;
        overflow: hidden;
        position: relative;
        z-index: 0;
        background-repeat: no-repeat;
    }

    .newsroom-3 .act-item-cover {
        bottom: -55px;
        width: 91%;
        height: 110px;
        padding: 5px 5%;
        background-color: hsla(0, 0%, 100%, .85);
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        position: absolute;
        background-repeat: no-repeat;
        overflow: hidden
    }

    .newsroom-3 .act-item-cover:before {
        background-position: bottom;
        background-size: auto 304px
    }

    .newsroom-3 .act-item-cover:before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        filter: blur(10px);
        -webkit-filter: blur(10px);
        -moz-filter: blur(10px);
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
        background-size: cover;
        margin: -10px;
        z-index: -1
    }

    .newsroom-3 .act-item-cover strong {
        font-size: 16px;
        font-weight: 500;
        font-style: normal
    }

    .newsroom-3 .act-item:hover .act-item-cover {
        bottom: 0;
        background-color: rgba(33, 33, 33, .9);
        color: #fff
    }

    .newsroom-3 .act-item .act-item-cover strong a {
        color: #4a4a4a;
        text-decoration: none
    }

    .newsroom-3 .act-item:hover .act-item-cover strong a {
        color: #fff
    }

    .newsroom-3 .act-item-cover p {
        position: absolute;
        bottom: 35px;
        font-size: 14px;
    }
}


@media screen and (max-width: 480px) {

    body {
        font-size: 14px;
    }

    .banner {
        width: 100%;
    }

    .banner .item {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-size: 100%;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .banner .item p {
        width: 75%;
        color: #FFFFFF;
        font-size: 26px;
        padding: 0 10px;
        line-height: 50px;
        text-align: center;
        margin-bottom: 18px;
    }

    .banner .item div {
        color: #FFFFFF;
        font-size: 1.5rem;
        background-color: #C72634;
        padding: 4px 18px 4px 18px;
    }

    .present {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        background-color: #e7e7e7;
    }

    .present-0 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
    }

    .present .present-0-item {
        color: #C72634;
        margin: 2rem 3rem 2rem 3rem;
        padding-bottom: 0.3rem;
        font-size: 1.8rem;
        font-weight: bold;
        border-bottom: 3px solid #C72634;
    }

    .present-1 {
        font-size: 2.3rem;
        color: #333333;
        margin-bottom: 0.5rem;
    }

    .present-2 {
        font-size: 1.8rem;
        color: #666666;
        margin-bottom: 1rem;
    }

    .present-3 {
        position: relative;
        width: 80px;
        height: 30px;
        top: -65px;
        right: -550px;
        color: #fff;
        border: 2px solid #007C41;
        background: #007C41;
        line-height: 30px;
        text-align: center;
        text-decoration: none;
    }

    .present-4 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 96%;
    }

    .present-4 div {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 48%;
        background-color: #f6f6f6;
    }

    .present-4 img {
        width: 30%;
        height: 30%;
        margin-bottom: 10%;
    }

    .present .present-5 {
        color: #FFFFFF;
        font-size: 1.5rem;
        background-color: #C72634;
        line-height: 2.5rem;
        padding: 4px 18px 4px 18px;
        margin-top: 3rem;
        margin-bottom: 4rem;
        border-radius: 5px;
    }

    .course {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .course-show {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 96%;
    }

    .course-show .title {
        font-size: 2.3rem;
        margin-top: 40px;
        margin-bottom: 25px;
    }

    .course-2 {
        position: relative;
        width: 80px;
        height: 30px;
        top: -65px;
        right: -550px;
        color: #fff;
        border: 2px solid #007C41;
        background: #007C41;
        line-height: 30px;
        text-align: center;
        text-decoration: none;
    }

    .course-3 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }

    .course .course-4 {
        color: #FFFFFF;
        font-size: 1.5rem;
        background-color: #C72634;
        padding: 4px 18px 4px 18px;
        margin-bottom: 3rem;
        border-radius: 5px;
        line-height: 2.5rem;
    }

    .course-item {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        width: 90%;
        margin-bottom: -65px;
    }

    .course .box {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #FFFFFF;
        position: relative;
        top: -100px;
        width: 300px;
        height: 145px;
        box-shadow: 3px 5px 7px #ccc;
    }

    .course .box div {
        width: 38px;
        height: 7px;
        background-color: #007C41;
        margin-bottom: 20px;
    }

    .course .box p {
        font-size: 22px;
    }

    .school {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .school .title {
        margin: 2rem 0 1rem 0;
        font-size: 2.3rem;
    }

    .school .list {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        width: 96%;
    }

    .school .list .list-item {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        width: 48%;
        margin-bottom: 0.6rem;
    }

    .school .list .list-item p {
        width: 100%;
        text-align: center;
        background-color: #f5f5f5;
        line-height: 2.5rem;
    }

    .school .school-button {
        line-height: 2.5rem;
        color: #FFFFFF;
        font-size: 1.5rem;
        background-color: #C72634;
        padding: 4px 18px 4px 18px;
        margin-top: 2rem;
        margin-bottom: 3rem;
        border-radius: 5px
    }


    .newsroom {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .newsroom-1 {
        font-size: 2.3rem;
        text-align: center;
        margin: 1.6rem;
        margin-top: 3rem;
    }

    .newsroom-2 {
        margin-bottom: 1.5rem;
        width: 94%;
    }

    .newsroom-2 img {
        width: 100%;
    }

    .newsroom-2-item p {
        text-align: center;
        font-size: 1.6rem;
        width: 80%;
        margin: 0.5rem auto 0 auto;
    }

    .swiper-container {
        --swiper-navigation-color: #FFF; 
        --swiper-navigation-size: 30px; 
    }

    .newsroom .newsroom-3 {
        line-height: 2.5rem;
        color: #FFFFFF;
        font-size: 1.5rem;
        background-color: #C72634;
        padding: 4px 18px 4px 18px;
        margin-bottom: 4rem;
        border-radius: 5px
    }

}