body {
    font-family: Microsoft YaHei;
    margin: 0px;
}

.border-w {
    border: 1px solid #fff;
}

.border {
    border: 1px solid #000;
}

a {
    text-decoration: none;
}

.logo {
    width: 176px;
    position: fixed;
    /* position: absolute; */
    top: 26px;
    left: 91px;
}

.News {
    /* position: absolute; */
    margin-top: 220px;
    margin-left: 9%;
    font-size: 70px;
    font-family: Poppins;
    font-weight: bold;
    color: #292525;
    /* line-height: 32px; */
}

.groupnews {
    /* position: absolute; */
    margin-top: 320px;
    margin-left: 9%;
    /* left: 180px; */
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #292525;
    line-height: 32px;
}

.swiper-slide {
    position: relative;
    overflow: hidden;
    height: 22.135417vw;
    min-height: 300px;
}

.swiper-slide .slide-main {
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    width: 50%;
    left: 5%;
    top: 75%;
    line-height: 50px;
    /* padding-left: 3%; */
    white-space: nowrap;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    color: #000;
    display: flex;
    justify-content: space-around;
}

.swiper-slide .slide-main .slide-main-left {
    text-align: right;
    width: 10%;
}

.swiper-slide .slide-main .slide-main-right {
    width: 90%;
    overflow: hidden;
    position: relative;
}

@keyframes ball {
    0% {
        left: 100%;
        transform: translate(0%);
    }
    1% {
        /* left: 100%; */
    }
    25% {
        /* left: 100%; */
    }
    50% {
        /* right: 0%; */
    }
    75% {
        /* right: 100%; */
    }
    100% {
        left: 0%;
        transform: translate(-100%);
    }
}

.runtext {
    position: absolute;
    /* left: 100%; */
    /* width: 100%; */
    animation-name: ball;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.group-information {
    position: absolute;
    top: 302px;
    left: 278px;
    /* left: 14%; */
    width: 280px;
    height: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #004EA1;
    line-height: 32px;
}

.container {
    position: absolute;
    top: 367px;
    left: 9%;
    width: 1560px;
    height: 425px;
}

.swiper {
    width: 82%;
    /* height: 425px; */
}

.swiper-pagination {
    top: 50px;
    width: auto !important;
    left: 40px !important;
    bottom: auto !important;
}

.list {
    /* position: absolute; */
    margin-top: 10px;
    margin-left: 9%;
    width: 82%;
    /* height: 1350px; */
}

.list .list-info {
    position: relative;
    width: 100%;
    /* height: 300px; */
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
}

.list .list-info:hover .info-content {
    color: #004EA1;
}

.list .list-info:hover .info-button {
    width: 127px;
    height: 35px;
    background: #004EA1;
    color: #fff;
    border-radius: 5px;
}

.info-left {
    /* float: left; */
    display: inline-block;
    width: 32%;
    height: 300px;
    overflow: hidden;
}

.info-left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    transition: all 0.4s;
}

.info-left img:hover {
    width: 110%;
    height: 110%;
}

.info-right {
    margin: 20px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: 64%;
    height: 300px;
}

.time {
    /* position: absolute; */
    display: inline-block;
    top: 30px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #292525;
    /* line-height: 32px; */
}

.biaoqiandiv {
    display: inline-block;
    border: 1px solid #004EA1;
    color: #004EA1;
    font-size: 14px;
    padding: 0px 8px;
    margin-left: 10px;
}

.info-title {
    /* position: absolute; */
    top: 72px;
    /* left: 50px; */
    width: 100%;
    /* height: 25px; */
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #004EA1;
    line-height: 32px;
}

.info-content {
    /* position: absolute; */
    top: 123px;
    /* left: 50px; */
    width: 100%;
    /* height: 31px; */
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A5A8B9;
}

.info-button {
    position: relative;
    margin-top: 5%;
    /* left: 50px; */
    width: 127px;
    height: 35px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: all 0.1s;
}

.pages {
    /* position: absolute; */
    /* top: 2322px; */
    /* left: 50px; */
    display: flex;
    justify-content: center;
}
.page{
    margin: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    background-color: #F6F6F6;
    color: #004EA1;
    font-size: 14px;
    font-family: Poppins;
    font-weight: bold;
    border-radius: 50%;
}
.current{
    margin: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    background-color: #004EA1;
    color: #F6F6F6;
    font-size: 14px;
    font-family: Poppins;
    font-weight: bold;
    border-radius: 50%;
}

@media (max-width:1700px) {
    .News {
        /* position: absolute; */
        margin-top: 140px;
    }
}

@media (max-width:1500px) {
    .swiper {
        /* height: 300px; */
    }
}

@media (max-width:1199px) {
    .info-title {
        font-size: 20px;
    }
    .swiper {
        /* height: 300px; */
    }
}

@media (max-width: 996px) {
    .sub-group-list {
        background-color: #fff;
    }
    .groupnews {
        margin-left: 0%;
    }
    .border-w {
        width: 90%;
        margin: 0px auto;
    }
    .swiper-slide .slide-main {
        width: 90%;
    }
    .list .list-info {
        margin-bottom: 20px;
    }

    /*  */
    .News {
        font-size: 40px;
        margin-left: 0%;
    }
    .list {
        margin-left: 0%;
        width: auto;
    }
    .info-left {
        clear: left;
    }
    .list .list-info {
        flex-direction: column;
    }
    .info-left {
        overflow: hidden;
        width: 100%;
    }
    .info-right {
        width: 100%;
    }
    .swiper {
        width: 100%;
        height: 300px;
    }

    /* 导航996 */

    .logo {
        width: 122px;
        top: 35px;
        left: 20px;
    }
    /* footer-996/// */
    .swiper-slide .slide-main .slide-main-left {
        width: auto;
        margin-left: 10px;
    }
}

@media (max-width:700px) {
    .info-title {
        font-size: 14px;
    }
    .info-content {
        font-size: 12px;
    }
    .list {
        margin-left: 0%;
        width: 100%;
    }
}

@media (max-width:415px) {
    .info-title {
        font-size: 13px;
    }
}