.link {
    max-width: 1100px;
    margin: 0 auto;
}

.twolink {
    max-width: 1266px;
    margin: 0 auto;
}

.event_notice .row {
    max-width: 1266px;
    margin: 0 auto;
}

.SPOTLIGHT_art {
    font-weight: 400;
    width: 60%;
    margin-left: 74px;
    margin-top: 22px;
    line-height: 40px;
}

.my-5 {
    /* margin-left: 74px; */
    /* margin-top: 20px */
}

.carousel-img {
    position: relative;
}

.whybfu .carousel-caption {
    max-width: 1213px;
    position: static;
    margin: 0 auto;
}

.whybfu {
    background: url(../images/bg-mid.jpg) no-repeat center top;
    background-size: cover;
}

.whybfu .col-md {
    width: 25%;
}

.whybfu .carousel-card {
    width: 100%;
}

.video {
    width: 100%;
    height: auto;
    background: url(../images/bg_bt.jpg) no-repeat center top;
    background-size: cover;
}

.video .carousel-item {
    max-width: 1200px;
    margin: 0 auto;
    float: none;
}

.carousel-caption-footer {
    position: static;
    text-align: center;
    float: left;
}

.video_right {
    float: right;
    margin: 300px 0 237px 0;
}

.carousel-caption-player {
    position: static;
    right: 0px;
    /* float: right; */
    padding: 0px;
}

.carousel-caption-button {
    position: static;
    /* float: right; */
    padding: 0px;
}
.cpding {
    height: 0px;
    display: block;
    overflow: hidden;
    padding-bottom: 36%;
}
@media screen and (max-width:1430px) {
    .SPOTLIGHT_art {
        margin-left: 0px;
        white-space: wrap;
        word-break: break-all;
        width: 90%;
    }
}

@media screen and (max-width:1365px) {
    .container, .container-fluid {
        width: auto;
        max-width: 100%;
    }

    .btn-default {
        padding: 40px 0;
    }

    .btn-default img {
        width: 100%;
    }
}

@media screen and (max-width:1023px) {
    .carousel-caption-footer {
        float: none;
    }

    .video_right {
        float: none;
        margin: 20px 0;
    }

    .carousel-caption-footer {
        right: 10%;
    }

    .carousel-caption-player {
        bottom: 8%;
        left: 33%;
    }

    .carousel-caption-button {
        bottom: 1%;
    }

    .greenlink .col-md {
        width: 50%;
        flex: none;
    }

    .SPOTLIGHT .col-7 {
        width: 100%;
    }

    .SPOTLIGHT .col-5 {
        width: 100%;
    }

    .SPOTLIGHT .text-white {
        white-space: wrap;
    }



    .twolink>div {
        padding-top: 30px !important;
        margin: 0px;
    }



    .event_notice .col-md-5 {
        width: 100%;
    }

    .event_notice .col-md-3 {
        width: 100%;
    }

    .bg-mid {
        height: auto;
    }

    .event_notice .col-sm {
        width: 100%;
        flex: auto;
    }

    .whybfu .row {
        margin: 0 -10px;
    }

    .whybfu .col-md {
        width: 48%;
        padding: 1% 1%;
        flex: none;
    }

    .whybfu .carousel-card {
        /* margin: 0 10px; */
    }

    .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .whybfu .carousel-caption-mid {
        width: auto;
        margin: 0 20px;
    }

}

@media screen and (max-width:768px) {
    .link .col-md-1 {
        display: none !important;
    }

    .link .row {
        display: block;
    }

    .link .col-md {
        width: 50% !important;
        padding: 0px;
        float: left;
    }

    .whybfu .col-md {
        width: 50%;
        margin: 0 0 10px 0;
    }

}