body{
    max-width: unset;
}
.hdjl-full-title {
    line-height: 64px;
    padding: 0 24px;
    background: linear-gradient(to right, #fff 20%, #FFF4E6 100%);
}
.hdjl-full-title>img,.hdjl-w4-list-title>img{
    margin-right: 16px;
}
.hdjl-full-title .hft-cn {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
}

.hdjl-full-title .hft-en {
    color: #999999;
    font-size: 21px;
    opacity: 0.2;
    margin-left: 13px;
    position: relative;
    top: 8px;
}

.hdjl-w2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.hdjl-w2 .hdjl-full-title .hft-cn {
    font-size: 28px;
}

.hdjl-w2 .hdjl-full-title .hft-en {
    top: 5px;
}

.hdjl-w2 .hdjl-w2-left {
    width: 608px;
}

.hdjl-w2 .hdjl-w2-middle,
.hdjl-w2 .hdjl-w2-right {
    width: 376px;
}

.hdjl-w2 .hdjl-w2-left-con {
    height: 266px;
    background: url(2024hdjl-chartbg1.png) center no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 32px;
}
.hdjl-w2 .hdjlwlc-dates{
    display: flex;
    align-items: center;
    justify-content: center;
}

.hdjl-w2 .hdjlwlc-date{
    width: 200px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #d9d9d9;
    padding: 0 10px;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    box-sizing: border-box;
    position: relative;
}
.hdjl-w2 .hdjlwlc-date:last-child{
    margin-left: 10px;
}

.hdjl-w2 .hdjlwlc-date input{
    width: 90%;
    height: 30px;
    border: none;
    font-size: 14px;
    width: 100%;
    position: relative;
    z-index: 999;
    background-color: transparent;
}

.hdjl-w2 .hdjlwlc-infos{
    display: flex;
    margin-top: 20px;
}

.hdjl-w2 .hdjl-w2-left-con .hdjlwlc-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(2024hdjl-lwrapbg.png) center no-repeat;
    background-size: 100% 100%;
    width: 174px;
    height: 144px;
    margin-right: 9px;
}

.hdjl-w2 .hdjl-w2-left-con .hdjlwlc-chart {
    margin-left: 33px;
    width: 144px;
    height: 144px;
}

.hdjl-w2 .hdjl-w2-left-con .hdjlwlc-num {
    font-weight: bold;
    font-size: 45px;
    color: #893e0b;
    line-height: 1;
    margin-top: -15px;
}

.hdjl-w2 .hdjl-w2-left-con .hdjlwlc-txt {
    font-weight: bold;
    font-size: 18px;
    color: #262628;
    margin-top: 16px;
    line-height: 1.1;
}

.hdjl-w2 .hdjl-w2-other-con {
    height: 266px;
    background: url(2024hdjl-chartbg2.png) center no-repeat;
    background-size: 100% 100%;
}

.hdjl-w4 {
    display: block;
}

.hdjl-w4-list-wrap{
    position: relative;
    margin-top: 40px;
}

.hdjl-w4-list-wrap .hdjl-w4-list-title{
    display: flex;
    align-items: center;
    padding: 0 21px 0 33px;
    background: linear-gradient(to right, #fff 20%, #FFF4E6 100%);
    height: 64px;
}

.hdjl-w4-list-wrap .hdjl-w4-list-title .hdjl-w4lt-txt{
    flex: 1;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
}

.hdjl-w4-list-wrap .hdjl-w4-list-title .hdjl-w4lt-more{
    font-size: 16px;
    color: #624303;
    display: flex;
    align-items: center;
}
.hdjlwlc-date .layui-icon{
    position: absolute;
    right: 10px;
}
.hdjl-w4-list-wrap .hdjl-w4-list-title .hdjl-w4lt-more img{
    width: 20px;
    height: 20px;
    margin-left: 7px;
}

.hdjl-w4-list-wrap .hdjl-w4-list{
    position: relative;
}

.hdjl-w4-list-wrap .hdjl-w4-list .hdjl-w4-list-item{
    padding: 19.2px 12px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #D9D9D9;
    line-height: 1.15;
}

.hdjl-w4-list-wrap .hdjl-w4-list .hdjl-w4li-date{
    margin-right: 28px;
    text-align: center;
}

.hdjl-w4-list-wrap .hdjl-w4-list .hdjl-w4li-date-day{
    font-weight: bold;
    font-size: 18px;
    color: #666666;
}

.hdjl-w4-list-wrap .hdjl-w4-list .hdjl-w4li-date-info{
    font-size: 14px;
    color: #999999;
    margin-top: 3px;
}

.hdjl-w4-list-wrap .hdjl-w4-list .hdjl-w4li-title{
    flex: 1;
    font-size: 18px;
    color: #000000;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hdjl-w4-section .hdjl-w4-list-wrap{
    float: left;
    width: 688.5px;
    margin-right: 23px;
}

.hdjl-w4-section .hdjl-w4-list-wrap:nth-of-type(2n){
    margin-right: 0;
}

@media screen and (max-width: 768px){
    .hdjl-full-title{
        line-height: 50px;
        padding: 0 0.25rem;
    }
    .hdjl-full-title .hft-cn{
        font-size: 0.4rem;
    }
    .hdjl-full-title .hft-en{
        font-size: 0.25rem;
        top: 5px;
        margin-left: 0.13rem;
    }

    .hdjl-w2{
        justify-content:unset;
        align-items: unset;
        flex-direction: column;
        margin-top: 0.2rem;
    }
    .hdjl-w2 .hdjl-full-title .hft-cn{
        font-size: 0.38rem;
    }
    .hdjl-w2 .hdjl-full-title .hft-en{
        font-size: 0.2rem;
    }
    .hdjl-w2 .hdjl-w2-left{
        width: 100%;
    }
    .hdjl-w2 .hdjl-w2-item{
        margin-top: 0.2rem;
    }
    .hdjl-w2 .hdjl-w2-item:first-child{
        margin-top: 0;
    }
    .hdjl-w2 .hdjl-w2-middle, .hdjl-w2 .hdjl-w2-right{
        width: 100%;
    }
    .hdjl-w2 .hdjl-w2-left-con{
        padding: 0 0.25rem;
        height: 200px;
    }
    .hdjl-w2 .hdjlwlc-infos{
        margin-top: 0.3rem;
        justify-content: space-between;
    }
    .hdjl-w2 .hdjl-w2-left-con .hdjlwlc-wrap{
        width: 2rem;
        height: 2rem;
    }
    .hdjl-w2 .hdjl-w2-left-con .hdjlwlc-chart{
        width: 2rem;
        height: 2rem;
        margin-left: 0;
    }
    .hdjl-w2 .hdjl-w2-left-con .hdjlwlc-num{
        margin-top: 0;
        font-size: 0.6rem;
    }
    .hdjl-w2 .hdjl-w2-left-con .hdjlwlc-txt{
        margin-top: 0.2rem;
        font-size: 0.3rem;
    }
    .hdjl-w4-list-wrap{
        margin-top: .3rem;
    }

    .hdjl-w4-list-wrap .hdjl-w4-list-title{
        height: 50px;
        padding: 0 0.25rem;
    }
    .hdjl-w4-list-wrap .hdjl-w4-list-title .hdjl-w4lt-txt{
        font-size: 0.38rem;
    }

    .hdjl-w4-list-wrap .hdjl-w4-list-title .hdjl-w4lt-more{
        font-size: 0.28rem;
    }
    .hdjl-w4-list-wrap .hdjl-w4-list-title .hdjl-w4lt-more img{
        width: 15px;
        height: 15px;
    }

    .hdjl-w4-list-wrap .hdjl-w4-list .hdjl-w4-list-item{
        padding: 0.2rem 0.25rem;
    }
    .hdjl-w4-list-wrap .hdjl-w4-list .hdjl-w4li-date{
        margin-right: 0.25rem;
    }
    .hdjl-w4-list-wrap .hdjl-w4-list .hdjl-w4li-date-day{
        font-size: 0.32rem;
    }
    .hdjl-w4-list-wrap .hdjl-w4-list .hdjl-w4li-date-day{
        font-size: 0.28rem;
    }
    .hdjl-w4-list-wrap .hdjl-w4-list .hdjl-w4li-title{
        font-size: 0.3rem;
    }

    .hdjl-w4-section .hdjl-w4-list-wrap{
        width: auto;
        float: none;
        margin-right: 0;
    }
}
