.banner-img {
    height: 500px;
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-prev,
.banner-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 24px;
    cursor: pointer;
}

.banner-prev {
    left: 50px;
}

.banner-next {
    right: 50px;
}

/* 新闻信息 */
.public-head {
    text-align: center;
    margin-bottom: 55px;
}

.xwxx-bg {
    padding: 55px 0;
}

.xwxx-left {
    width: 48%;
}

.xwxx-img {
    height: 310px;
    margin-bottom: 25px;
}

.xwxx-img img {
    width: 100%;
    height: 100%;
}

.xwxx-time {
    font-size: 14px;
    color: #6c757d;
}

.xwxx-link {
    font-size: 20px;
    color: #f00;
    font-weight: 700;
    transition: all .3s ease;
    margin: 10px 0;
}

.xwxx-link:hover {
    color: #000;
}

.xwxx-info {
    color: #6c757d;
    font-size: 14px;
    line-height: 24px;
}

.list-img {
    width: 162px;
    min-width: 162px;
    height: 136px;
    margin-right: 25px;
}

.list-img img {
    width: 100%;
    height: 100%;
}

.xwxx-right {
    width: 48%;
}

.list-time {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 10px;
}

.list-link {
    color: #182320;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-link:hover {
    color: #182320;
}

.list-info {
    color: #6c757d;
    font-size: 14px;
    line-height: 24px;
}

.xwxx-list:not(:last-of-type) {
    margin-bottom: 30px;
}

.xwxx-body {
    margin-bottom: 55px;
}

.public-more {
    border: 1px solid #149f7e;
    color: #149f7e;
    font-size: 16px;
    width: 216px;
    height: 50px;
    transition: all .3s ease;
}

.public-more:hover {
    background: #149f7e;
    color: #fff;
}

/* 通知公告 */
.tzgg-bg {
    background: #e4f4ef;
    padding: 55px 0;
}

.tzgg-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-bottom: 55px;
}

.tzgg-list {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.tzgg-list::after {
    content: "";
    display: block;
    width: 0;
    height: 5px;
    background: #45ad8c;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .8s ease;
}

.tzgg-list:hover::after {
    width: 100%;
}

.tzgg-img {
    width: 46px;
    min-width: 46px;
    margin-right: 20px;
}

.tzgg-img img {
    width: 100%;
}

.tzgg-link {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #0a1121;
    font-weight: 700;
    margin-bottom: 10px;
    transition: all .3s ease;
}

.tzgg-link:hover {
    color: #45ad8c;
}

.tzgg-time {
    color: #6c757d;
    font-size: 14px;
    line-height: 24px;
}

.tzgg-info {
    color: #6c757d;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
}

/*  */
.gzfz-bg {
    padding: 30px 0 20px;
}

.fzjg-box,
.gzzd-box {
    width: 48%;
}

.gzfz-head {
    font-size: 27px;
    color: #0a1121;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 30px;
}

.gzzd-body {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
}

.gzzd-body,
.fzjg-body {
    height: 410px;
}

.gzzd-time {
    width: 60px;
    min-width: 60px;
    height: 55px;
    background: #188067;
    color: #fff;
    line-height: normal;
    margin-right: 16px;
}

.gzzd-day {
    font-size: 20px;
    font-weight: 700;
}

.gzzd-month {
    font-size: 12px;
}

.gzzd-link {
    font-size: 16px;
    color: #0a1121;
    font-weight: 700;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gzzd-link:hover {
    color: #0a1121;
}

.gzzd-info {
    color: #6c757d;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gzzd-list:not(:last-of-type) {
    margin-bottom: 20px;
}

.fzjg-body { 
    background: #45ad8c url(../img/6.png) no-repeat right 50px;
    padding: 45px;
}

.fzjg-body .fzjg-link {
    font-size: 18px;
    line-height: 44px;
    color: #fff;
}

/* 会员单位 */
.hydw-bg {
    background: #e4f4ef;
    padding: 55px 0;
}

.totop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background: #188067;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    z-index: 99;
    font-size: 25px;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width:1023px) {
    .banner-img {
        height: 300px;
    }

    .xwxx-body {
        flex-wrap: wrap;
    }

    .xwxx-left,
    .xwxx-right {
        width: 100%;
    }

    .xwxx-left {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:700px) {
    .tzgg-body {
        grid-template-columns: 1fr;
    }

    .gzfz-box {
        flex-wrap: wrap;
    }

    .gzfz-box>div {
        width: 100%;
    }

    .gzzd-box {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:500px) {
    .xwxx-list {
        flex-wrap: wrap;
    }

    .list-img {
        width: 100%;
        margin: 0;
    }
}