.home_content_title{
    width: 620px;
    height: 94px;
    line-height: 94px;
    text-align: center;
    padding-left: 34px;
    color: #203A73;
    font-size: 40px;
    font-weight: 700;
    margin: auto;
    border: none;
    background: url("/static/img/home/home_content_title_bg.png") no-repeat center top;
}

/*内容板块1*/
.home_content_one{
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0 0;
    box-sizing: border-box;
    background: #F7FAFF;
    background: url("/static/img/home/home_content_bg.png") no-repeat center top;
}

.home_content_one_box_title{
    width: 846px;
    height: 80px;
    line-height: 80px;
    display: block;
    margin: 30px auto auto;
    color: #203A73;
    font-size: 32px;
    font-weight: 700;
    background: url("/static/img/home/home_content_one_box_title_bg.png") no-repeat center top;
}
.home_content_one_box_one{
    width: 1322px;
    height: 620px;
    position: relative;
    padding: 52px 52px 82px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: url(/static/img/home/home_box_bg1.png) no-repeat;
}
.home_content_box_left{
    position: relative;
    width: 605px;
    height: 480px;
    display: block;
    border-radius: 12px;
    overflow: hidden;
}

.home_content_box_right{
    width: 580px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home_content_one_box_two{
    width: 1322px;
    height: 620px;
    position: relative;
    padding: 52px;
    box-sizing: border-box;
    display: flex;
    background: url(/static/img/home/home_box_bg2.png) no-repeat;
}

.home_content_one_box_two{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home_box_big_item{
    width: 605px;
    height: 480px;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    text-align: left;
    background: #FFF;
}
.home_box_big_item:hover{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.home_box_big_item:hover .home_box_big_item_img img{
    transform: scale(1.05);
    transition: transform 0.3s ease;
}
.home_box_big_item_img{
    width: 100%;
    height: 302px;
    overflow: hidden;
}

.home_box_big_item_content{
    height: 178px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}


/*home_box_big_item_content*/
.home_box_big_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.home_box_big_item_title{
    color: #333;
    font-size: 24px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 12px;
}

.home_box_big_item_remarks{
    height: 44px;
    overflow: hidden;
    padding: 0 12px;
    margin-bottom: 12px;
    color: #666;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.home_box_big_item_text{
    color: #999;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home_box_big_item_text div{
    display: flex;
    align-items: center;
}
.home_box_big_item_text div img{
    display: block;
    margin-right: 2px;
}

.home_box_small_item{
    width: 278px;
    height: 232px;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    text-align: left;
    background: #FFF;
}
.home_box_small_item:hover{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.home_box_small_item:hover .home_box_small_item_img img{
    transform: scale(1.05);
    transition: transform 0.3s ease;
}
.home_box_small_item_img{
    width: 100%;
    height: 156px;
    overflow: hidden;
}

.home_box_small_item_img img{
    width: 100%;
    height: auto;
    max-height: 156px;
}
.home_box_small_item_title{
    width: 100%;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 12px;
}
.home_box_small_item_text{
    color: #999;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    padding: 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home_box_small_item_text div{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 50px;
    display: flex;
    align-items: center;
}
.home_box_small_item_text div img{
    display: block;
    margin-right: 2px;
}
.home_content_one_box_bottom{
    position: absolute;
    bottom: 16px;
    left: calc(50% - 50px);
}
.home_page_list_box{
    width: 100%;
    max-width: 1322px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 80px;
    text-align: left;
}
.home_page_list{
    width: 544px;
    height: 516px;
    margin-bottom: 80px;
    padding: 8px 24px 24px;
    box-sizing: border-box;
    position: relative;
}
.home_page_list:first-child{
    background: url(/static/img/home/home_page_list_bg01.png) no-repeat;
}
.home_page_list:nth-child(2){
    background: url(/static/img/home/home_page_list_bg02.png) no-repeat;
}
.home_page_list_title{
    color: #333;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.home_page_list_title img{
    margin-right: 8px;
}
.home_page_list_item{
    width: 100%;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin-top: 18px;
}
.home_page_list_item_name{
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home_page_list_item img{
    margin-right: 6px;
}
.home_page_list_bottom{
    position: absolute;
    bottom: 16px;
    left: calc(50% - 50px);
}

/* 轮播轨道 */
.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
    height: 100%;
}

/* 轮播项 */
.carousel-item {
    flex: 0 0 100%;
    height: 100%;
}

/* 控制按钮 */
.carousel-control {
    position: absolute;
    top: 150px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
}
.prev-btn {
    left: 10px;
}
.next-btn {
    right: 10px;
}

/* 指示器 */
.carousel-indicators {
    position: absolute;
    bottom: 190px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}
.indicator-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}
.indicator-dot.active {
    background: white;
}



@media (min-width: 780px) and (max-width: 1440px) {
    .home_content_one_box_one{
        width: 677px;
        height: 1106px;
        padding: 52px 36px;
        background: url(/static/img/home/home_box_bgm1.png) no-repeat;
    }
    .home_content_box_right{
        width: 605px;
    }
    .home_content_one_box_two{
        width: 677px;
        height: 1132px;
        padding: 52px 36px;
        background: url(/static/img/home/home_box_bgm2.png) no-repeat;
    }
}

@media screen and (max-width: 780px) {
    .home_content_one{
        padding-top: 36px;
    }
    .home_content_title{
        width: 100%;
        font-size: 24px;
        height: 44px;
        line-height: 44px;
        background: url("/static/img/home/home_content_title_bgs.png") no-repeat center top;
    }
    .home_content_one_box_title{
        width: 100%;
        font-size: 14px;
        height: 44px;
        line-height: 32px;
        background: url("/static/img/home/home_content_one_box_title_bgs.png") no-repeat center top;
    }

    .home_content_search_box{
        width: 100%;
    }
    .home_content_search_img{
        width: 100%;

    }

    .home_content_one_box_one{
        width: 374px;
        height: 750px;
        overflow: hidden;
        padding: 36px 8px;
        background: url(/static/img/home/home_box_bgs1.png) no-repeat;
    }
    .home_content_box_left{
        height: 342px;
    }

    .home_content_box_right{
        width: 374px;
    }
    .home_content_one_box_two{
        width: 374px;
        height: 723px;
        overflow: hidden;
        padding: 36px 8px;
        background: url(/static/img/home/home_box_bgs2.png) no-repeat;
    }


    .carousel-control{
        top: 80px;
    }

    .home_box_big_item{
        width: 358px;
        height: 342px;
    }
    .home_box_big_item_title{
        font-size: 18px;
    }
    .home_box_big_item_img{
        width: 100%;
        height: 178px;
        overflow: hidden;
    }

    .home_box_big_item_content{
        height: 164px;
    }

    .home_box_small_item{
        width: 175px;
        height: 154px;
    }
    .home_box_small_item_img{
        height: 98px;
    }
    .home_box_small_item_img img {
        max-width:100%;
    }
    .home_box_small_item_title{
        font-size: 14px;
        padding: 4px;
    }
    .home_box_small_item_text{
        font-size: 12px;
        padding: 0 4px;
    }

    .home_box_small_item_text div:first-child{
        max-width: 85px;
    }

    .home_page_list_box{
      margin-top: 24px;
    }


    .home_page_list{
        width: 100%;
        max-width: 374px;
        height: 462px;
        padding: 8px;
        margin-bottom: 24px;
    }
    .home_page_list_item{
      margin-top: 16px;
    }

    .home_page_list:first-child{
        background: url(/static/img/home/home_page_list_bgs01.png) no-repeat;
    }
    .home_page_list:nth-child(2){
        background: url(/static/img/home/home_page_list_bgs01.png) no-repeat;
    }

    .carousel-indicators {
        bottom: 175px;
    }
}
