
.swiper-slide {
    color: #fff;
    font-size: 0.68rem;
    position: relative;
    background: #f7f7f7;
}

.swiper-slide:hover {
    color: #eee;
}

.swiper-slide img {
    width: 100%;
}

.swiper-pagination-bullet {
    background-color: #ddd;
    opacity: 0.9;
}

.swiper-pagination-bullet-active {
    background: #fff;
    padding: 1px;
    top: 1px;
    position: relative;
}

.swiper-slide .cover-text {
    position: absolute;
    width: 1100px;
    top: 0;
    height: 100%;
}


.home-video {
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.home-video video {
    height: 400px;
    border-radius: 10px;

}

.home-about {
    padding: 20px 40px
}

.home-about-title {
    text-align: center;
    font-size: 30px
}

.home-about-subtitle {
    text-align: center;
    color: #0d1634;
    margin-top: 10px;
    font-size: 16px
}

.home-about-intro {
    line-height: 30px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
    max-width: 80%;
    text-align:justify;
    -moz-text-align-last:justify;
}

.media-info-list .media-info-item {
    display: block;
    transition: all 0.4s ease;
    overflow: hidden;
}


.media-info-title {

    text-align: center;
    background: #fff;
    border-radius: 10px 10px 0 0;
    padding: 20px 0;
}

.media-info-title-inner {
    width: 100%;
}

.media-info-title h3 {
    font-size: 22px;
    line-height: 34px;
    height: 80px;
    padding: 0 20px;
    font-weight: 500;
}

.en_us .media-info-title h3{
    font-size: 18px;
    height: 90px;
    line-height: 26px;
}

.media-info-title a {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 5px 8px;
}

.media-info-list .media-info-item img {
    width: 100%;
    border-radius: 0 0 10px 10px;
}

@media (min-width: 768px) {
    .body-bg {
        background-image: url("/static/official/img/background.jpg");
        background-size: cover;

    }

    .media-info-list .media-info-item:hover {
        transform: scale(1.05);
    }

    .index-media-info-list .media-info-item-top {
        width: 100%;
    }

    .index-media-info-list .media-info-item-top .media-info-title {
        width: 350px;
        float: right;
        height: 255px;
        overflow-y: hidden;
        border-radius: 0 10px 10px 0;
        display: flex;
        align-items: center;
    }

    .index-media-info-list .media-info-item-top .media-info-img {
        float: left;
        width: calc(100% - 350px);
    }

    .index-media-info-list .media-info-item-top .media-info-img img {
        border-radius: 10px 0 0px 10px;
        height: 295px
    }
}


.newlist-panel-header {
    background: #e6e6e7;
    border-radius: 10px 10px 0 0;
    line-height: 45px;
    text-align: center;
    font-weight: 500;
}

.newlist-panel-body {
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 10px 20px;
}

.newlist-panel-body li {
    line-height: 40px;
    border-bottom: 1px solid #f1f1f1;
    background: url("/static/official/img/newslist-arrow.png") no-repeat;
    background-position-x: 20px;
    background-size: 6px 9px;
    background-position-y: center;
    padding-left: 35px;
}

.newlist-panel-body li:last-child {
    border-bottom: 0;
}


@media (max-width: 768px) {
    .home-video video {

        max-width: 100%;
        height: auto;
    }

    .home-about {
        padding: 20px;
    }

    .home-about-intro {
        max-width: 100%;
    }

    .media-info-title {
        text-align: left;
        padding: 15px 10px;

    }

    .media-info-title h3 {
        height: auto;
        padding: 0px;
        font-size: 18px;
        line-height: 24px;
    }

    .media-info-title-inner a {
        display: none;
    }
}

@media (max-width: 968px) {

}
<!--ºÄÊ±1753615594.278Ãë-->