/* banner */
.banner-link {
    width: 100%;
    display: block;
    height: 460px;
}

.banner-link img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.banner-pagination {
    position: absolute;
    z-index: 1;
    text-align: center;
    bottom: 20px !important;
}

.banner-swiper .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #0049A3;
    opacity: 1;
    transition: all .3s ease;
}

.banner-swiper .swiper-pagination-bullet-active {
    width: 40px;
    height: 14px;
    background: #fff;
    border-radius: 7px;
}

/* 新闻动态 */
.news-bg {
    padding: 40px 0;
    background: #fff;
}

.tupian-box {
    width: 48.5%;
}

.tupian-link {
    width: 100%;
    height: 440px;
    overflow: hidden;
    position: relative;
    display:block;
}

.tupian-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}

.tupian-text {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #00000099;

    font-size: 16px;
    color: #fff;
    padding: 12px 14px;
}

.tupian-text div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    transition: all .3s ease;
}

.tupian-text div:hover {
    color: #0088FF;
}

.tupian-pagination {
    width: auto !important;
    position: absolute;
    bottom: 14px !important;
    left: auto !important;
    right: 30px;
    z-index: 1;
}

.tupian-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #fff;
}

.tupian-swiper .swiper-pagination-bullet-active {
    background: #0088FF;
}

.tupian-link:hover img {
    transform: scale(1.1);
}

/* 新闻动态 */
.xinwen-box {
    width: 48.5%;
}

.xinwen-title {
    font-weight: 700;
    font-size: 24px;
    color: #1B1B1B;
}

.xinwen-head {
    border-bottom: 1px solid #D2E5FF;
    padding: 10px 0;
}

.xinwen-title img {
    width: 26px;
    margin-right: 9px;
    display:none;
}

.xinwen-first-title {
    font-weight: 700;
    font-size: 22px;
    color: #1B1B1B;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.xinwen-first-info {
    font-size: 14px;
    color: #959595;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}

.xinwen-first {
    padding: 15px 0;
    border-bottom: 1px solid #EDECEB;
    margin-bottom: 10px;
}

.xinwen-link a {
    font-size: 16px;
    color: #262626;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
}

.xinwen-link a:hover {
    color: #0088ff;
}

.xinwen-date {
    font-size: 14px;
    color: #878787;
    min-width: 78px;
}

.xinwen-link {
    position: relative;
    padding-left: 25px;
    line-height: 36px;
}

.xinwen-link::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #D2D0CD;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.xinwen-link:nth-of-type(1) {
    display: none !important;
}

/* 通知公告 */
.flower-bg {
    background: url(../img/3.png) 0 0/cover no-repeat;
    padding: 40px 0;
}

.tongzhi-box {
    width: 48.5%;
}

.tongzhi-head a {
    font-size: 18px;
    color: #005DDC;
    line-height: normal;
    font-weight:700;
}

.tongzhi-head .active {
    font-weight: 700;
    font-size: 24px;
    color: #1B1B1B;
}

.tongzhi-head a:not(:first-of-type) {
    margin-left: 25px;
    position: relative;
}

.tongzhi-head a:not(:first-of-type)::after {
    content: "/";
    display: block;
    position: absolute;
    left: -17px;
    bottom: 0;
    font-size: 16px;
    color: #005DDC;
    font-weight: 400;
}

.tongzhi-head {
    margin-bottom: 30px;
}

.tongzhi-link {
    background: #fff;
    padding: 11px 30px;
    line-height: normal;
    align-items: center;
}

.tongzhi-date {
    text-align: center;
    color: #003F8C;
    margin-right: 30px;
white-space:nowrap;
}

.tongzhi-date .day {
    font-weight: 700;
    font-size: 24px;
    color: #003F8C;
}

.tongzhi-date .year {
    font-size: 12px;
    color: #003F8C;
}

.tongzhi-text {
    font-size: 18px;
    color: #1B1B1B;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    transition: all .3s ease;
}

.tongzhi-link:hover .tongzhi-text {
    font-weight: 700;
    color: #003F8C;
}

.tongzhi-link:not(:last-of-type) {
    margin-bottom: 12px;
}

/* 科研进展 */
.keyan-box {
    width: 48.5%;
}

.keyan-head a {
    font-size: 14px;
    color: #005DDC;
}

.keyan-head {
    line-height: normal;
    margin-bottom: 30px;
}

.keyan-title {
    font-weight: 700;
    font-size: 24px;
    color: #1B1B1B;
}

.keyan-first-img {
    min-width: 260px;
    height: 160px;
    margin-right: 18px;
}

.keyan-first-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.keyan-first {
    margin-bottom: 10px;
}

.keyan-text {
    font-weight: 700;
    font-size: 20px;
    color: #1B1B1B;
}

.keyan-info {
    font-size: 14px;
    color: #626262;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}

.keyan-date {
    font-size: 14px;
    color: #707070;
}

.keyan-right {
    width: calc(100% - 280px);
}

.keyan-list a {
    font-size: 18px;
    color: #1B1B1B;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
}

.keyan-list a:hover {
    color: #0088FF;
}

.keyan-time {
    font-size: 14px;
    color: #707070;
    min-width: 78px;
}

.keyan-list {
    border-bottom: 1px solid #C9C9C9;
    padding: 15px 0;
    line-height: normal;
}

.keyan-list:nth-of-type(1) {
    display: none !important;
}

@media screen and (max-width:1250px) {
    .tongzhi-head a {
        font-size: 14px;
    }

    .tongzhi-head a:not(:first-of-type) {
        margin-left: 20px;
    }
}
@media screen and (min-width:1024px){
.tongzhi-all{
 min-height:394px;
}
}
@media screen and (max-width:1023px) {

    .tp-all,
    .tz-all {
        flex-wrap: wrap;
    }


    .tp-all>div,
    .tz-all>div {
        width: 100%;
    }

    .tupian-box {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .tongzhi-box {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 800px) {
    .banner-link {
        height: 300px;
    }

    .tupian-link {
        height: 380px;
    }

    .flower-bg,
    .news-bg {
        padding: 20px 0;
    }
}

@media screen and (max-width:500px) {
    .keyan-first {
        flex-wrap: wrap
    }

    .keyan-first>div {
        width: 100%;
    }

    .keyan-first-img {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .banner-link {
        height: 250px;
    }

    .tupian-link {
        height: 260px;
    }
}