.banner {
    width: 100%;
}
.banner .swiper-container {
    width: 100%;
}
.banner .swiper-pagination-bullet {
    background-color: #fff;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #00eaff;
}
.news {
    width: 100%;
    height: 677px;
    display: flex;
    justify-content: center;
    background-image: url(../images/news_bg.png);
}
.news .main {
    width: 1360px;
}
.news .main .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.news .main .top .title {
    font-size: 34px;
    font-weight: 700;
    color: #000;
}
.news .main .top .all {
    font-size: 16px;
    background-color: #2651c5;
    color: #fff;
    height: 40px;
    width: 120px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news .main .top .all img {
    width: 8px;
    height: 14px;
    margin-left: 8px;
}
.news .main .container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
}
.news .main .container .left {
    overflow: hidden;
    border-radius: 20px;
}
.news .swiper-container2 {
    height: 495px;
    width: 530px;
}
.news .swiper-container2 img {
    width: 100%;
    height: 355px;
}
.news .swiper-container2 .desc {
    height: 140px;
    width: 100%;
    background-color: #2651c5;
    color: #fff;
    padding-top: 30px;
}
.news .swiper-container2 .desc .title {
    font-size: 20px;
    width: 470px;
    text-overflow: ellipsis;
    margin: 0 auto;
}
.news .swiper-container2 .desc .date {
    font-size: 16px;
    width: 470px;
    margin: 30px auto 0;
}
.news .swiper-pagination-bullet {
    background-color: #fff;
}
.news .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #00eaff;
}
.swiper-container2 {
    position: relative;
}
.swiper-pagination2 {
    position: absolute;
    z-index: 9;
    display: flex;
    bottom: 30px !important;
    right: 20px !important;
    justify-content: flex-end;
    padding-right: 20px;
    width: 100%;
}
.swiper-pagination2 .swiper-pagination-bullet {
}
.swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}
.news .main .container .right {
    width: 800px;
    height: 495px;
    background-color: #fff;
    border-radius: 20px;
}
.news .main .container .right ul {
    width: 728px;
    margin: 28px auto 0;
}
.news .main .container .right ul li {
    list-style-type: disc;
    width: 672px;
    margin-left: 28px;
    margin-bottom: 24px;
}
.news .main .container .right ul a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #000;
}
.news .main .container .right ul a:hover {
    color: #2651c5;
    font-weight: 600;
}

.activity {
    width: 100%;
    height: 306px;
    display: flex;
    justify-content: center;
}
.activity .main {
    width: 1360px;
}
.activity .main .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.activity .main .top .title {
    font-size: 34px;
    font-weight: 700;
    color: #000;
}
.activity .main .top .all {
    font-size: 16px;
    background-color: #2651c5;
    color: #fff;
    height: 40px;
    width: 120px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.activity .main .top .all img {
    width: 8px;
    height: 14px;
    margin-left: 8px;
}
.activity .container {
    margin-top: 25px;
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-between;
}
.lineBox {
    width: 1360px;
    margin: 0 auto;
}
.notice {
    width: 100%;
    height: 737px;
    display: flex;
    justify-content: center;
}
.notice .main {
    width: 1360px;
}
.notice .main .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.notice .main .top .title {
    font-size: 34px;
    font-weight: 700;
    color: #000;
}
.notice .main .top .all {
    font-size: 16px;
    background-color: #2651c5;
    color: #fff;
    height: 40px;
    width: 120px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.notice .main .top .all img {
    width: 8px;
    height: 14px;
    margin-left: 8px;
}
.notice .container {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.notice .container .item {
    width: 433px;
    height: 258px;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    padding: 26px;
    margin-bottom: 30px;
}
.notice .container .item .title {
    color: #000;
    font-size: 20px;
    line-height: 35px;
    word-break: normal;
    height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.notice .container .item .desc {
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 16px;
    margin-top: 16px;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.notice .container .item .date {
    color: #777;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.notice .container .item .date .idle {
    display: block;
}
.notice .container .item .date .cur {
    display: none;
}
.notice .container .item .date img {
    width: 16px;
    height: 12px;
}
.notice .container .item:hover {
    background-color: #2651c5;
}
.notice .container .item:hover .title {
    color: #fff;
}
.notice .container .item:hover .desc {
    color: #b0c5ff;
}
.notice .container .item:hover .date {
    color: #b0c5ff;
}
.notice .container .item:hover .cur {
    display: block;
}
.notice .container .item:hover .idle {
    display: none;
}

.science {
    width: 100%;
    height: 745px;
    display: flex;
    justify-content: center;
    background-image: url('../images/science-bg.png');
}
.science .main {
    width: 1360px;
}
.science .main .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.science .main .top .title {
    font-size: 34px;
    font-weight: 700;
    color: #000;
}
.science .main .top .all {
    font-size: 16px;
    background-color: #2651c5;
    color: #fff;
    height: 40px;
    width: 120px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.science .main .top .all img {
    width: 8px;
    height: 14px;
    margin-left: 8px;
}
.science .container {
    width: 100%;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.science .container .item {
    width: 667px;
    height: 175px;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.science .container .item .img {
    width: 200px;
    height: 134px;
    border-radius: 14px;
}
.science .container .item .right {
    width: 375px;
    float: none;
    text-align: left;
}
.science .container .item .right .title {
    width: 100%;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.science .container .item .right .date {
    color: #777;
    margin-top: 15px;
    font-size: 16px;
}
.science .container .item .right .desc {
    color: #777;
    margin-top: 18px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1360px) {
    .banner {
        width: 100%;
    }
    .banner .swiper-container {
        width: 100%;
    }

    .banner .swiper-container img {
        width: 100%;
    }
    

    .news {
        height: auto;
    }
    .news .main {
        width: 100%;
    }

    .news .main .top {
        width: 90%;
        margin: 20px auto 0;
    }
    .news .main .top .title {
        font-size: 0.7rem;
        font-weight: 700;
        color: #000;
    }
    .news .main .top .all {
        font-size: 0.4rem;
        height: 1rem;
        width: 3rem;
    }
    .news .main .top .all img {
        width: 0.2rem;
        height: 0.3rem;
        margin-left: 0.3rem;
    }
    .news .main .container {
        display: block;
        width: 95%;
        margin: .7rem auto 0;
    }
    .news .main .container .left {
        width: 100%;
    }
    .news .swiper-container2 {
        width: 100%;
    }
    .news .swiper-container2 .desc {
        padding-left: 0.5rem;
    }

    .news .main .container .right {
        width: 100%;
        margin: 0.2rem auto 0.2rem;
        border-radius: 20px;
        height: auto;
    }
    .news .main .container .right ul {
        width: 100%;
        margin: 0;
    }
    .news .main .container .right ul li {
        list-style-type: disc;
        width: 100%;
        margin-left: 0;
        padding: 5px;
        margin-bottom: 0;
        border-bottom: 1px solid #eee;
        padding: .4rem .2rem;
        display: block;
    }
    .news .main .container .right ul a {
        text-align: left;
        display: flex;
        justify-content: space-between;
        font-size: 0.37rem;
        color: #000;
        margin-right: 5px;
    }
    .news .main .container .right ul a span:nth-child(1){
        width: 7rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .activity {
        height: auto;
    }
    .activity .main {
        width: 100%;
    }
    .activity .main .top {
        width: 90%;
        margin: 20px auto 0;
    }
    .activity .main .top .title {
        font-size: 0.7rem;
        font-weight: 700;
        color: #000;
    }
    .activity .main .top .all {
        font-size: 0.4rem;
        height: 1rem;
        width: 3rem;
    }
    .activity .main .top .all img {
        width: 0.2rem;
        height: 0.3rem;
        margin-left: 0.3rem;
    }
    .activity .container {
        margin: 0 auto;
        margin-top: 25px;
        width: 95%;
        height: auto;
        display: block;
    }
    .activity .container a {
        width: 100%;
        height: auto;
        margin-bottom: 0.2rem;
    }
    .activity .container a img {
        width: 100%;
        height: auto;
        margin-bottom: 0.2rem;
    }

    .lineBox {
        width: 100%;
        margin: 0 auto;
    }
    .notice {
        height: auto;
    }
    .notice .main {
        width: 100%;
    }
    .notice .main .top {
        width: 90%;
        margin: 20px auto 0;
    }
    .notice .main .top .title {
        font-size: 0.7rem;
        font-weight: 700;
        color: #000;
    }
    .notice .main .top .all {
        font-size: 0.4rem;
        height: 1rem;
        width: 3rem;
    }
    .notice .main .top .all img {
        width: 0.2rem;
        height: 0.3rem;
        margin-left: 0.3rem;
    }
    .notice .container {
        margin: 0 auto;
        width: 95%;
        margin-top: 0.3rem;
    }
    .notice .container .item {
        width: 100%;
        height: auto;
        padding: 0.3rem;
        margin-bottom: 0.5rem;
    }
    .notice .container .item .title {
        font-size: 0.45rem;
        line-height: 0.75rem;
        height: auto;
    }
    .notice .container .item .desc {
        font-size: 0.4rem;
        margin-top: 0.4rem;
        line-height: 0.65rem;
        height: auto;
    }
    .notice .container .item .date {
        font-size: 0.35rem;
        color: #777;
        margin-top: 0.3rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .notice .container .item .date img {
        width: 0.4rem;
        height: 0.3rem;
        margin-right: 0.5rem;
        margin-top: 0.2 rem;
    }

    .science {
        height: auto;
    }
    .science .main {
        width: 100%;
    }
    .science .main .top {
        width: 90%;
        margin: 0.5rem auto 0;
    }
    .science .main .top .title {
        font-size: 0.7rem;
        font-weight: 700;
        color: #000;
    }
    .science .main .top .all {
        font-size: 0.4rem;
        height: 1rem;
        width: 3rem;
    }
    .science .main .top .all img {
        width: 0.2rem;
        height: 0.3rem;
        margin-left: 0.3rem;
    }
    .science .container {
        width: 100%;
        margin-top: 0.5rem;
        display: block;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .science .container .item {
        width: 95%;
        margin: 0 auto;
        height: auto;
        padding: .4rem 0.3rem;
        border-radius: 0.5rem;
        margin-bottom: 0.3rem;
    }
    .science .container .item .img {
        display: none;
    }
    .science .container .item .right {
        width: 100%;
    }
    .science .container .item .right .title {
        width: 100%;
        font-size: 0.45rem;
    }
    .science .container .item .right .date {
        margin-top: 0.2rem;
        font-size: 0.4rem;
    }
    .science .container .item .right .desc {
        margin-top: 0.2rem;
        font-size: 0.35rem;
    }
}
