﻿/* banner轮播图 */
.banner-link {
    width: 100%;
    display: block;
    height: 400px;
}

    .banner-link img {
        width: 100%;
        height: 100%; 
    }

.banner-pagination {
    position: absolute;
    z-index: 1;
    text-align: center;
    bottom: 20px !important;
}

.banner-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #0000004d;
    opacity: 1;
    transition: all .3s ease;
    margin: 0 4px !important;
}

.banner-swiper .swiper-pagination-bullet-active {
    background: #fff;
    border-radius: 7px;
}

.banner-prev,
.banner-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #00000033;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: #fff;
    padding: 0;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .banner-prev i,
    .banner-next i {
        padding: 0;
    }

    .banner-prev:hover,
    .banner-next:hover {
        color: #fff;
        background: #00000080;
    }

.banner-prev {
    left: 30px;
}

.banner-next {
    right: 30px;
}


/* 新闻动态 */
.news-bg {
    background: url(../image/2.png) 0 0 no-repeat;
    padding: 50px 0;
}

.news-box {
    width: 56%;
}

.public-more {
    font-size: 14px;
    color: #8F8F8F;
    transition: all .3s ease;
}

    .public-more:hover {
        color: #1E51A8;
    }

/*  */
.tzgg-icon {
    font-size: 20px;
    color: #666;
    position: relative;
}

    .tzgg-icon::after {
        content: "";
        display: block;
        width: 0;
        height: 6px;
        background: url(../image/4.png) 0 0/cover no-repeat;
        position: absolute;
        bottom: -11px;
        left: 0;
        transition: all .3s ease;
    }

    .tzgg-icon:hover::after,
    .tzgg-icon.active::after {
        width: 124px;
    }

    .tzgg-icon img {
        width: 17px;
        margin-right: 4px;
    }

    .tzgg-icon.active {
        color: #1E51A8;
        font-weight: 700;
    }

    .tzgg-icon:hover {
        color: #1E51A8;
    }

.zytz.active img,
.zytz:hover img {
    content: url(../image/3-1.svg);
}

.gsgg.active img,
.gsgg:hover img {
    content: url(../image/11-1.svg);
}

.tongzhi-head {
    border-bottom: 1px solid #DEE4EE;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.tz-line {
    margin: 0 17px;
    color: #CBD0D7;
}

/*  */

.tz-list {
    line-height: 43px;
    position: relative;
    padding-left: 30px;
}

    .tz-list::before {
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        background: #B1C9F3;
        position: absolute;
        top: 50%;
        left: 8px;
        transform: translateY(-50%) rotate(45deg);
        transition: all .3s ease;
    }


    .tz-list::after {
        content: "";
        display: block;
        width: 0;
        height: 2px;
        background: #1E51A8;
        position: absolute;
        bottom: -1px;
        left: 0;
        transition: all .3s ease;
    }

    .tz-list:not(:last-of-type) {
        border-bottom: 1px dashed #D3DAE8;
    }

        .tz-list:hover::after {
            width: 100%;
        }

    .tz-list:hover .tz-link,
    .tz-list:hover span {
        color: #1E51A8;
    }

    .tz-list:hover::before {
        background: #1E51A8;
    }

    .tz-list span {
        font-size: 16px;
        color: #999;
        transition: all .3s ease;
        min-width: 90px;
    }

.tz-link {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    transition: all .3s ease;
    max-width: calc(100% - 110px);
    position: relative;
    padding-right: 20px;
}

.tz-new {
    width: 15px;
    height: 15px;
    margin-left: 2px;
    position: absolute;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
}

/*  */
.diaocha-box {
    width: 40%;
}

    .diaocha-box a {
        height: 180px;
        transition: all .3s ease;
    }

        .diaocha-box a:hover {
            transform: translateY(-5px);
        }

        .diaocha-box a:nth-of-type(1) {
            margin-bottom: 10px;
        }

    .diaocha-box img {
        width: 100%;
        height: 100%;
    }

/*  */
.xueshu-bg {
    background: #fff;
    padding: 40px 0;
}

/* 1024 */
.xueshu-box {
    width: 48.8%;
}


.xueshu-icon {
    font-size: 20px;
    color: #666;
    position: relative;
}

    .xueshu-icon::after {
        content: "";
        display: block;
        width: 0;
        height: 6px;
        background: url(../image/4.png) 0 0/cover no-repeat;
        position: absolute;
        bottom: -11px;
        left: 0;
        transition: all .3s ease;
    }

    .xueshu-icon:hover::after,
    .xueshu-icon.active::after {
        width: 124px;
    }

    .xueshu-icon img {
        width: 17px;
        margin-right: 4px;
    }

    .xueshu-icon.active {
        color: #1E51A8;
        font-weight: 700;
    }

    .xueshu-icon:hover {
        color: #1E51A8;
    }


.xueshu-head {
    border-bottom: 1px solid #DEE4EE;
    padding-bottom: 10px;
    margin-bottom: 12px;
}

.xueshu-list {
    position: relative;
    line-height: 37px;
}

    .xueshu-list a {
        font-size: 16px;
        color: #333;
        transition: all .3s ease;
        display: block;
        max-width: calc(100% - 100px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        padding-left: 30px;
    }

        .xueshu-list a::after {
            content: "";
            display: block;
            width: 5px;
            height: 5px;
            background: #B1C9F3;
            position: absolute;
            top: 50%;
            left: 14px;
            transform: translateY(-50%) rotate(45deg);
            transition: all .3s ease;
        }

        .xueshu-list a:hover {
            color: #1E51A8;
        }

            .xueshu-list a:hover::after {
                background: #1E51A8;
            }

    .xueshu-list span {
        font-size: 16px;
        color: #999;
        min-width: 90px;
    }

/*  */
.lianjie-bg {
    background: #F1F6FF;
    padding: 30px 0;
}

.lianjie-head {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #1E51A8;
    background: url(../image/17.png) 50% no-repeat;
    margin-bottom: 15px;
}

    .lianjie-head img {
        width: 14px;
    }

.lianjie-body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
}

.lianjie-link img {
    width: 100%;
}

.lianjie-link {
    transition: all .3s ease;
}

    .lianjie-link:hover {
        transform: translateY(-5px);
    }

.public-link-box a {
    display: none;
}

    .public-link-box a.active {
        display: block;
    }

@media screen and (max-width:1023px) {
    .news-all {
        flex-wrap: wrap;
    }

        .news-all > div {
            width: 100%;
        }

    /* 0801 */
    .banner-link {
        height: 220px;
    }

    .news-bg {
        padding: 20px 0;
    }

    .news-box {
        margin-bottom: 20px;
    }

    .xueshu-all {
        flex-wrap: wrap;
    }

        .xueshu-all > div {
            width: 100%;
        }

    .xueshu-bg {
        padding: 20px 0;
    }

    .xueshu-box {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:600px) {
    .lianjie-body {
        grid-template-columns: 1fr 1fr;
    }

    .news-body {
        flex-wrap: wrap;
    }

        .news-body > div {
            width: 100%;
        }

    .news-left {
        margin-bottom: 15px;
    }

    .news-right {
        flex-direction: row !important;
    }

    .news-right-img {
        width: 49.5%;
    }

    .news-icon,
    .xueshu-icon,
    .tzgg-icon {
        font-size: 16px;
    }

        .tzgg-icon:hover::after,
        .tzgg-icon.active::after,
        .xueshu-icon:hover::after,
        .xueshu-icon.active::after {
            width: 90px;
        }

        .xueshu-icon::after,
        .tzgg-icon::after {
            background: url(../image/4.png) 100%/cover no-repeat;
        }

    .public-more {
        font-size: 12px;
    }

    .xueshu-list {
        padding-left: 20px;
    }

        .xueshu-list::after {
            left: 7px;
        }

    .banner-link {
        height: 120px;
    }

    .banner-pagination {
        bottom: 5px !important;
    }
}
