.detail_list_top_banner_box {
    width: 100%;
    height: 218px;
    background: url('../image/banner_topbg.png') no-repeat;
    background-size: cover;
}

.detail_list_top_banner_content_box {
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    color: #fff;
    padding-top: 132px;
    box-sizing: border-box;
}

.linear_box {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 34%);
    background-size: 100% 100%;
}

.detail_list_top_banner_nav_box {
    line-height: 86px;
}

.detail_list_top_banner_title_box {
    font-size: 40px;
    font-weight: 600;
}

.detail_list_top_banner_span {
    /* padding: 0 3px; */
}

.detail_list_box {
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px 0;
    box-sizing: border-box;
    display: flex;
}

.detail_list_left_box {
    width: 332px;
    box-sizing: border-box;
    font-size: 18px;
    margin-right: 40px;
}

.detail_list_left_box_border {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 20px;
}

.detail_list_left_item {
    padding: 16px;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 10px;
    border-bottom: 1px solid #fff;
}

.detail_list_left_item:hover {
    border-bottom: 1px solid #ccc;
}


.detail_list_left_item_active {
    background-color: rgb(22, 99, 179);
    color: #fff;
}

.detail_list_left_item_active>a {
    color: #fff;
}

.detail_list_right_box {
    flex: 1;
}

.detail_list_right_item {
    display: flex;
    box-sizing: border-box;
    border-radius: 14px;
    padding: 10px 14px;
    border-bottom: 1px solid #e3e3e3;
    cursor: pointer;
}

.detail_list_right_item:hover {
    /* display: flex; */
    /* box-sizing: border-box; */
    /* border-radius: 14px; */
    /* padding: 10px 14px; */
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: rgba(22, 99, 179, .05);
}

.detail_list_right_item_date {
    margin-right: 24px;
    box-sizing: border-box;
    height: 64px;
    border-radius: 10px;
    background-color: #eff1f4;
    /* padding: 8px; */
}

.detail_list_right_item_year {
    font-size: 12px;
    background-color: #1663b3;
    border-radius: 10px 10PX 0 0;
    color: #fff;
    padding: 6px 12PX;
}

.detail_list_right_item_day {
    font-size: 22px;
    font-weight: 600;
    color: #1663b3;
    text-align: center;
}

.detail_list_right_item_title {
    width: 85%;
    line-height: 64px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



@media screen and (max-width: 992px) {
    .header_box {
        /*display: none;*/
    }

    .detail_list_left_box {
        width: 100%;
        overflow: hidden;
    }

    .detail_list_left_box_border {
        border-radius: 10px;
        padding: 20px 10px;
        border: none;

    }

    .detail_list_top_banner_box {
        height: 250px;
        position: relative;
    }

    .detail_list_top_banner_content_box {
        width: 100%;
        padding: 0px 10px 0px 10px;
        position: absolute;
        bottom: 12px;
        display: flex;
        justify-content: space-between;
    }

    .linear_box {
        height: 250px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 34%);
        background-size: 100% 100%;
    }

    .detail_list_top_banner_title_box {
        font-size: 16px;
    }

    .detail_list_top_banner_nav_box {
        font-size: 12px;
        line-height: 28px;
    }

    .detail_list_box {
        display: block;
        padding: 10px;
    }

    .detail_list_right_box {
        width: 100%;
        margin-bottom: 24px;
    }

    .detail_list_right_item_title {
        line-height: 64px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 68%;
    }

    .detail_list_top_banner_span {
        /* padding: 0 4px; */
    }

    .detail_list_left_item {
        margin-bottom: 0px;
    }
}