.registedMember {
    clear: both;
    margin-top: 45px;
}

.registedMember h3,
.cooperation h3,
.upcomming h3,
.news h3 {
    width: 1100px;
    margin: 0px auto 50px;
    font-size: 48px;
    text-align: center;
    padding-top: 50px;
    font-weight: bold;
}

/* .registedMemberBox .swiper-button-prev,
.newsBox .swiper-button-prev {
    margin-left: -578px;
} */

/* .registedMemberBox .swiper-button-next,
.newsBox .swiper-button-next {
    margin-left: 630px;
} */

.registedMemberBox.swiper-container {
    height: 200px !important;
}

.registedMemberBox .swiper-slide,
.newsBox .swiper-slide {
    width: 100%;
    padding: 0 165px;
}

.logoWrapper {
    height: 100%;
    width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.logoWrapper a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: inherit;
    text-decoration: none;
    width: 25%;
    height: auto;
}

.logoWrapper a>img {
    width: 90%;
}

.tipBox {
    width: 1100px;
    margin: 0 auto;
    padding: 25px 0;
    overflow: hidden;
    font-size: 14px;
}

.tipBox a {
    color: #000;
    text-decoration: underline;
    float: right;
}

.programWrapper{
    width: 1248px;
    margin: 0 auto;
    text-align: center;
}
.programWrapper a{
    font-size: 20px; 
    display: inline-block;
}

@media(max-width:768px) {

    .registedMember h3,
    .cooperation h3,
    .upcomming h3,
    .news h3 {
        width: 100%;
        font-size: 18px;
        padding-top: 25px;
        margin-bottom: 25px;
    }

    .registedMemberBox.swiper-container {
        height: 44px !important;
    }

    .registedMemberBox .swiper-slide {
        width: 100% !important;
        padding: 0;
    }

    .registedMemberBox .swiper-button-prev,
    .newsBox .swiper-button-prev {
        margin-left: -48%;
        display: block;
        width: 25px;
        height: 25px;
    }

    .registedMemberBox .swiper-button-next,
    .newsBox .swiper-button-next {
        margin-left: 41%;
        display: block;
        width: 25px;
        height: 25px;
    }

    .logoWrapper {
        width: 100%;
    }

    .logoWrapper a {
        width: 24%;
    }

    .logoWrapper a img {
        width: 100%;
        height: auto;
    }
    .tipBox{
        width: auto;
        margin-left: 10px;
        font-size: 12px;
        padding-bottom: 50px;
    }
    .tipBox a{
        margin: 10px 10px 0 0;
    }
}