body {
    background: #fff;
}

.banner-swiper img {
    width: 100%;
    height: 586px;
    object-fit: cover;
}

.banner-img {
    position: relative;
}

.banner-font {
    width: 100%;
    height: 280px;

    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgba(8, 19, 90, 0) 0%, #08135A99 100%);
}

.banner-font-box {
    flex-direction: row-reverse;
    line-height: normal;
    padding: 50px 0;
}

.banner-font-box>div {
    width: 50%;
}

.banner-title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}

.banner-xiangqing {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
}

.banner-xiangqing:hover {
    color: #4BB4FF;
}

.banner-btn {
    width: 76px;
    height: 76px;
    background: #fff;
    border-radius: 50%;
    border: 0;
    outline: 0;
    position: absolute;
    bottom: 110px;
    z-index: 1;
    color: #0830A3;
    transition: all .3s ease;
}

.banner-btn i {
    font-size: 36px;
}

.banner-btn:hover {
    background: #4BB4FF;
}

.banner-btn:hover i {
    color: #fff;
}

.banner-prev {
    left: 10%;
}

.banner-next {
    right: 10%;
}

/* 新闻速递 */
.news-box {
    padding: 40px 0;
    line-height: normal;
}

.news-left {
    width: 58.6%;
}

.news-head {
    padding-bottom: 20px;
    border-bottom: 2px solid #E2E2E2;
}

.news-head a {
    font-size: 14px;
    color: #4BB4FF;
}

.public-head a:hover,
.news-head a:hover {
    color: #1846B4;
}

.news-title {
    font-size: 26px;
    font-weight: 700;
    color: #1B1B1B;
    margin-right: 15px;
}

.news-en {
    font-size: 18px;
    color: #4BB4FF;
    padding-left: 15px;
    position: relative;
}

.news-en::after {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background: linear-gradient(0deg, rgba(75, 180, 255, 0) 0%, #4BB4FF 49%, rgba(75, 180, 255, 0) 100%);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.news-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;

    margin-top: 20px;
}

.news-img {
    overflow: hidden;
}

.news-body img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all .3s ease;
}

.news-body a:hover .news-text {
    color: #4BB4FF;
}

.news-body a:hover img {
    transform: scale(1.1);
}

.news-text {
    font-size: 18px;
    color: #262626;
    padding: 0px 10px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}

.news-date-box {
    padding-bottom: 10px;
    position: relative;
}

.news-date {
    position: absolute;
    bottom: 0;
    left: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
}

.news-day {
    background: #3578C2;
    color: #fff;
    padding: 2.5px 10px;
}

.news-year {
    background: #1056A8;
    color: #ffffff99;
    padding: 2.5px 10px;
}

/* 通知公告 */
.news-right {
    width: 37%;
}

.tongzhi-list {
    padding: 13px 5px;
    border-bottom: 1px solid #E5E5E5;
}

.tongzhi-date {
    background: #1846B4;
    border-radius: 8px 0px 8px 0px;
    padding: 4px 9px;
    text-align: center;
    margin-right: 15px;
}

.tongzhi-day {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.tongzhi-year {
    font-size: 12px;
    color: #ffffff80;
}

.tongzhi-link {
    font-size: 16px;
    color: #434343;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    flex: 1;
}

.tongzhi-link:hover {
    color: #4BB4FF;
}

.tongzhi-pingtai {
    margin-top: 20px;
    transition: all .3s ease;
}

.tongzhi-pingtai:hover {
    transform: translateY(-5px);
}

.tongzhi-pingtai img {
    width: 100%;
}

/*  */
.light-color {
    background: #EDF6FF;
}

.chengguo-box {
    padding: 40px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}

.public-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 10px;
}

.public-head a {
    font-size: 14px;
    color: #4BB4FF;
}

.public-box {
    padding: 20px 20px 10px;
    background: #fff;
    line-height: normal;
}

.public-title {
    font-size: 20px;
    font-weight: 700;
    color: #1B1B1B;
    margin-left: 10px;
}

.public-link img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: all .3s ease;
}
.shuangchuang-swiper .public-link img,
.xuesheng-swiper .public-link img{
    display:block;
    width:auto;
    margin:0 auto;
}

.public-link {
    position: relative;
    overflow: hidden;
}

.public-link:hover img {
    transform: scale(1.1);
}

.public-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    padding: 12px;
    line-height: normal;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.public-btn {
    width: 20px;
    height: 54px;
    line-height: 54px;
    background: #000000b3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    outline: 0 !important;
    border: 0;
}

.public-btn i {
    color: #fff;
}

.public-left {
    left: 0;
}

.public-right {
    right: 0;
}

.chengguo-box>div {
    overflow: hidden;
}

.chengguo-box .swiper-pagination-bullet {
    background: #BFBFBF;
    opacity: 1;
}

.chengguo-box .swiper-pagination-bullet-active {
    background: #1846B4;
}

.chengguo-box .public-pagination {
    text-align: center;
    line-height: normal;
    padding-top: 4px;
}

/* 列表 */
.public-list-box {
    padding: 5px 0 10px;
}

.wicket-list {
    padding: 6px 0 6px 20px;
    position: relative;
}

.wicket-list::after {
    content: "";
    display: block;
    width: 12px;
    height: 10px;
    background: url(../img/6.png) 0 0/cover no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.wicket-list a {
    font-size: 14px;
    color: #364458;
    padding-right: 20px;
    max-width: calc(100% - 40px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wicket-list a:hover {
    color: #4BB4FF;
}

.wicket-list span {
    font-size: 12px;
    color: #A0A0A0;
    display: inline-block;
    min-width: 40px;
}

/* 双创大事记 */
.shiji-bg {
    background: url(../img/4.png) 0 0/cover no-repeat;
    padding: 70px 0 40px;
}

.shuzi-box {
    padding: 70px 0 40px;
}

.shiji-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    position: relative;
    margin: 0 12px;
}

.shuzi-title {
    font-size: 36px;
    font-weight: 700;
    color: #1D2872;
    position: relative;
    margin: 0 12px;
}

.shuzi-title::after,
.shiji-title::after {
    content: "Memorabilia";
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #62AADE1a;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%);
}

.shiji-left-line {
    width: 40%;
    max-width: 200px;
    height: 2px;
    background: linear-gradient(-90deg, #62AADE 0%, rgba(98, 170, 222, 0) 100%);
}

.shiji-right-line {
    width: 40%;
    max-width: 200px;
    height: 2px;
    background: linear-gradient(90deg, #62AADE 0%, rgba(98, 170, 222, 0) 100%);
}

.shiji-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: all .3s ease;
}

.shiji-img {
    margin-bottom: 15px;
    overflow: hidden;
}

.shiji-text {
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    margin-bottom: 10px;
}

.shiji-date {
    font-size: 14px;
    color: #62AADE;
}

.shiji-swiper .swiper-slide:hover img {
    transform: scale(1.1);
}

.shiji-btn {
    border: 0;
    outline: 0;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.shiji-bg .kt-container {
    position: relative;
}

.shiji-btn img {
    width: 16px;
    height: 42px;
}

.shiji-prev {
    left: 0px;
}

.shiji-prev:hover img {
    content: url(../img/left-hover.svg);
}

.shiji-next {
    right: 0px;
}

.shiji-next:hover img {
    content: url(../img/right-hover.svg);
}

.shiji-head,
.shuzi-head {
    margin-bottom: 40px;
    white-space: nowrap;
}

.shiji-body {
    margin-bottom: 30px;
}

.shiji-more {
    border: 1px solid #62AADE;
    border-radius: 19px;
    font-size: 14px;
    color: #62AADE;
    padding: 10px 30px;
    line-height: normal;
    transition: all .3s ease;
}

.shiji-more div {
    margin-right: 5px;
}

.shiji-more:hover {
    color: #62AADE;
    transform: translateY(-5px);
}

/* 双创数字 */
.shuzi-btn {
    border: 0;
    outline: 0;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    opacity: 1;
    transition: all .3s ease;
}

.shuzi-swiper .shuzi-prev {
    left: 0;
}

.shuzi-swiper .shuzi-next {
    right: 0;
}

.shuzi-btn svg {
    width: 16px;
    height: 42px;
    fill: #62AADE;
    transition: all .3s ease;
}

.shuzi-btn:hover svg {
    fill: #0083FF;
}

.shuzi-btn[disabled]:hover svg {
    fill: #62AADE;
}

.shuzi-btn[disabled] {
    /* cursor: not-allowed; */
    /* display: none; */
    opacity: 0;
}

.shuzi-list {
    text-align: center;
    margin: 0 30px;
}

.shuzi-img {
    width: 130px;
    height: 130px;
    line-height: 130px;
    border: 2px solid #4BB4FF80;
    border-radius: 50%;
    text-align: center;
}

.shuzi-num {
    display: flex;
    align-items: baseline;
}

.dt-num {
    font-size: 36px;
    font-weight: 700;
    color: #4BB4FF;
    margin-right: 5px;
}

.shuzi-num div {
    font-size: 16px;
    color: #364458;
}

.shuzi-text {
    font-size: 16px;
    color: #364458;
}

.shuzi-text,
.shuzi-img img {
    transition: all .3s ease;
}

.shuzi-list:hover .shuzi-img img {
    transform: scale(1.1);
}

.shuzi-list:hover .shuzi-text {
    color: #4bb4ff;
}

/* 友情链接 */
.lianjie-bg {
    background: #F8F8F8;
    padding: 20px 0 15px;
}

.lianjie-title {
    font-size: 24px;
    font-family: PangMenZhengDao;
    color: #62AADE;
    margin-right: 55px;
    margin-bottom: 5px;
    white-space: nowrap;
}

.lianjie-img>a:not(:last-of-type) {
    margin-right: 20px;
}

.lianjie-img>a {
    margin-bottom: 5px;
    transition: all .3s ease;
}

.lianjie-img>a:hover {
    transform: translateY(-5px);
}


.right-side {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 25px 30px 20px;

    text-align: center;
    font-size: 14px;
    color: #364458;
    background: #fff;
    z-index: 999;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 20%);
}

.right-side img {
    width: 115px;
    height: 115px;
}

.right-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
}

.right-close i {
    padding-right: 0;
}

.right-ewm {
    margin-bottom: 5px;
}

.lianjie-img img {
    width: 100%;
}

.shuzi-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
@media screen and (min-width:1024px) {
    .chengguo-box {
        overflow: hidden;
    }
}

@media screen and (max-width:1023px) {

    .right-side {
        display: none;
    }

    /*  */
    .news-box {
        flex-wrap: wrap;
    }

    .news-box>div {
        width: 100%;
    }

    .news-left {
        margin-bottom: 40px;
    }

    .chengguo-box {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

    /*  */
    .banner-font-box>div {
        width: 100%;
    }

    .banner-prev {
        left: 10px;
    }

    .banner-next {
        right: 10px;
    }

    .banner-btn {
        width: 50px;
        height: 50px;
        bottom: 60px;
    }

    .banner-swiper img {
        height: 450px;
    }

    .banner-title {
        font-size: 26px;
    }

    .banner-font {
        height: 230px;
    }

    .banner-font-box {
        padding: 20px 50px;
    }

    .banner-btn i {
        font-size: 26px;
    }

    .shuzi-img {
        width: 110px;
        height: 110px;
        line-height: 110px;
    }

    .shuzi-img img {
        width: 60px;
        height:60px;
    }

    .shiji-body {
        padding: 0 15px;
    }

    .shiji-prev {
        left: 5px;
    }

    .shiji-next {
        right: 5px;
    }
}

/* @media screen and (max-width:768px) {
    .shuzi-body {
        flex-wrap: wrap;
    }

    .shuzi-list {
        width: 45%;
        max-width: none;
        margin-bottom: 10px;
    }
} */

@media screen and (max-width:580px) {
    .news-body {
        grid-template-columns: 1fr;
    }

    .chengguo-box {
        grid-template-columns: 1fr;
    }

    .banner-swiper img {
        height: 310px;
    }

    .banner-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .banner-font {
        height: 180px;
    }

    .lianjie-box {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .lianjie-title {
        margin-right: 0;
    }

    .lianjie-box>div {
        width: 100%;
    }

    .lianjie-img>a:not(:last-of-type) {
        margin-right: 0;
    }

    .lianjie-img {
        flex-direction: column;
    }

    .banner-btn {
        width: 30px;
        height: 30px;
    }

    .banner-btn i {
        font-size: 16px;
    }

    .banner-font-box {
        padding: 20px 30px;
    }

    .shiji-bg {
        padding: 40px 0;
    }
}

/* @media screen and (max-width:480px) {
    .shuzi-list {
        width: 100%;
    }
} */

@media screen and (max-width:380px) {
    .news-title {
        font-size: 20px;
    }

    .news-en {
        font-size: 14px;
    }

    .banner-swiper img {
        height: 280px;
    }

    .shiji-img img {
        height: 235px;
    }
}