.hc_baner {
    position: relative;
}

.hc_baner .bd img {
    width: 100%;
    object-fit: cover;
    min-height: 240px;
}

.hc_baner .bd li {
    position: relative;
}

.hc_baner_desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hc_baner_desc h2 {
    font-size: 0.72rem;
    color: #fff;
    font-weight: bold;
    position: relative;
    top: 45%;
    width: 90%;
    max-width: 1400px;
    margin: auto;
    /* padding: 0 26px; */

}

/* 内容导航 */
.hc_main_nav {
    height: 60px;
    background-color: #fff;
    box-shadow: 0px 1px 40px 0px rgba(0, 62, 153, 0.15);
    position: sticky;
    top: 69px;
    z-index: 9;
    width: 100%;
}

.hc_main_nav ul {
    display: flex;
    justify-content: center;
    width: 96%;
    height: 100%;
    max-width: 1400px;
    margin: auto;
}

.hc_main_nav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.26rem;
    cursor: pointer;
    position: relative;
}

.hc_main_nav ul li::after {
    content: "";
    height: 30%;
    width: 2px;
    background-color: rgb(19, 85, 138);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;

}


.hc_main_nav ul li:last-of-type::after {
    background-color: transparent;
}

.hc_main_nav ul li a {
    text-align: center;
    position: relative;
    font-size: 0.18rem;
    line-height: 60px;
    padding: 0 5px;
}

.hc_main_nav ul li a:hover::after {
    width: 100%;
}

.hc_main_nav ul li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #13558A;
    transform: translate(-50%);
    transition: all .36s;
}

.hc_main_nav ul li.active a::after {
    width: 100%;
}

.hc_main_nav ul li:hover a {
    color: #13558A;
}



/* 集团动态 */
.hc_visual_block1 {
    padding: 0.8rem 0;
}

.hc_visual_bt {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-bottom: 0.7rem;
}

.hc_visual_baner {
    position: relative;
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

/* swiper分页器 */
.swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    min-width: 6px;
    min-height: 6px;
    border-radius: 0%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background-color: rgb(19, 85, 138);
}

.swiper-pagination {
    text-align: right;
    padding-right: 3.9rem;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0.6rem;
}

/* hd */
.hc_visual_baner .hd {
    position: absolute;
    bottom: 0.6rem;
    right: 3.9rem;
    z-index: 8;
}

.hc_visual_baner .hd ul {
    display: flex;
}

.hc_visual_baner .hd ul li {
    width: 0.1rem;
    height: 0.1rem;
    min-width: 6px;
    min-height: 6px;
    /* border-radius: 50%; */
    background-color: rgb(171, 171, 171);
    margin: 0 8px;
    cursor: pointer;
}

.hc_visual_baner .hd ul li.on {
    background-color: rgb(19, 85, 138);
}

/* bd */
.hc_visual_baner .bd ul {}

.hc_visual_baner .bd li {
    /* display: flex; */
}

.hc_visual_baner .bd .hc_bda {
    display: flex;
}

.hc_hotimg {
    width: 54%;
    height: 470px;
    padding-left: 2px;
}

.hc_hotimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hc_hotdoc {
    display: flex;
    align-items: center;
    width: 46%;
}

.hc_hotdesc {
    width: 80%;
    padding-left: 1rem;
    transform: translateY(-0.4rem);
}

.hc_date p {
    font-size: 0.24rem;
    color: rgba(0, 1, 1, 0.522);
    font-weight: bold;
}

.hc_date p span {
    font-size: 0.36rem;
    color: rgb(19, 85, 138);
    font-weight: bold;
    margin-left: 0.2rem;
}

.hc_bt p {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #000;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0.40rem 0 0.25rem;
}

.hc_ms p {
    line-height: 30px;
    color: #5b5b5b;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* 集团2 */
.hc_visual_block2 {
    padding: 1rem 0;
}

.hc_visual_cont {
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

.hc_cont_list {
    display: flex;
    flex-wrap: wrap;
}

.hc_cont_item {
    width: 33.3333%;
    padding: 0.4rem 0.34rem 0.3rem;
    margin-bottom: 20px;
    position: relative;
}

.hc_cont_item:hover .hc_itbt p {
    color: #13558A;
}

.hc_cont_item:hover .hc_itemimg img {
    transform: scale(1.05);
}

.hc_cont_item::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(191, 191, 191, 0.7);
    position: absolute;
    top: 0;
    left: -1px;
}

.hc_cont_item::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(191, 191, 191, 0.7);
    position: absolute;
    top: 0;
    right: 0;
}

.hc_itemdoc {
    /* margin-bottom: 0.5rem; */
}

.hc_itdate p {
    font-size: 0.24rem;
    font-weight: bold;
    color: rgba(0, 1, 1, 0.522);
    margin-bottom: 0.4rem;
}

.hc_itbt {
    height: 0.9rem;
    min-height: 70px;
}

.hc_itbt p {
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 60px;
    transition: all .5s;
}

.hc_itdesc {
    height: 1.2rem;
    min-height: 90px;
}

.hc_itdesc p {
    line-height: 30px;
    color: rgb(91, 91, 91);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 60px;
}

.hc_itemimg {
    overflow: hidden;
}

.hc_itemimg img {
    width: 100%;
    height: 244px;
    object-fit: cover;
    transition: all .5s;
}


@media (max-width:1600px) {
    .hc_hotimg {
        height: calc(470 / 1600 * 100vw);
    }

    .hc_itemimg img {
        height: calc(260 / 1600 * 100vw);
    }
}

@media (max-width:1024px) {
    .hc_baner_desc h2 {
        width: 100%;
        padding: 0 26px;
    }

    .hc_main_nav {
        top: 59px;
    }

    .hc_visual_baner .bd .hc_bda {
        flex-direction: column;
    }

    .hc_hotimg {
        width: 100%;
        margin-bottom: 40px;
        height: calc(572 / 1024 * 100vw);
    }

    .swiper-pagination {
        text-align: center;
        padding: 0;
    }

    .hc_hotdoc {
        width: 100%;
    }

    .hc_hotdesc {
        width: 100%;
        padding-left: 0;
        transform: translateY(0);
        padding-bottom: 50px;
    }

    .hc_visual_baner .hd {
        left: 0;
        right: 0;

    }

    .hc_visual_baner .hd ul {
        justify-content: center;
    }

    .hc_cont_item {
        width: 50%;
    }

    .hc_itemimg img {
        height: calc(260 / 1024 * 100vw);
    }


}

@media (max-width:640px) {
    .hc_hotimg {
        /* height: 240px; */
    }

    .hc_cont_item {
        width: 100%;
    }

    .hc_itemimg img {
        height: auto;
    }
}