.dnkh_box{
    margin-top: 24px;
}
.dnkh_box1{
    width: 100%;
}

.dnkh_box1 img{
    width: 100%;
    vertical-align: bottom;
    transition: all 0.4s;
}
.dnkh_box1 img:hover{
    transform:  scale(1.05);
}
.dnkh_box2{
    margin-top: 32px;
}
.dnkh_box2_span1{
    font-weight: 600;
    font-size: 20px;
    color: #C7282E;

}
.dnkh_box2_span2{
    font-weight: 400;
    font-size: 12px;
    color: #848484;
}
.dnkh_box2_ul{
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.dnkh_box2_li{
    width: 134px;
    height: 38px;
    margin-bottom: 8px;
}
.dnkh_box2_li img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.dnkh_box2_ts{
    margin-top: 12px;
    display: flex;
}
.dnkh_box2_ts_L{
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 150%;
}
.dnkh_box2_ts_R p{
    font-weight: 400;
    font-size: 12px;
    line-height: 200%;
    color: #848484;
}
.dnkh_box3{
    margin-top: 40px;
}
.dnkh_box3_title{
    font-weight: 600;
    font-size: 20px;
    color: #C7282E;
    margin-bottom: 24px;
}
.dnkh_box3_ul{
    display: flex;

}
.dnkh_box3_ul_L{
    flex: none;
    font-weight: 400;
    font-size: 16px;
    color: #C7282E;

}
.dnkh_box3_ul_R{
    flex: 1;
}
.dnkh_box3_p1{
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #252525;
    margin-bottom: 12px;
}
.dnkh_box3_img_box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dnkh_box3_img_li1{
    width: 48%;
    margin-bottom: 40px;
}
.dnkh_box3_img_li1 img{
    width: 100%;
    cursor: pointer;
}
.dnkh_box3_img_li2{
    width: 24.5%;
    margin-bottom: 40px;
}
.dnkh_box3_img_li2 img{
    width: 100%;
    cursor: pointer;
}
.dnkh_box3_img_li3{
    width: 100%;
    margin-bottom: 40px;
}
.dnkh_box3_img_li3 img{
    width: 100%;
    cursor: pointer;
}
@media screen and (max-width:1024px) {
    .dnkh_box {
        margin-top: 1rem;
    }
    .dnkh_box2 {
        margin-top: 1rem;
    }
    .dnkh_box2_span1 {
        font-weight: 500;
        font-size: 0.7rem;
    }
    .dnkh_box2_span2 {
        font-size: 0.4rem;
    }
    .dnkh_box2_ul {
        margin-top: 1rem;
    }
    .dnkh_box2_li {
        width: 32%;
        height: auto;
        margin-bottom: 0.3333rem;
    }
    .dnkh_box2_ts {
        margin-top: 0.5rem;
        flex-wrap: wrap;
    }
    .dnkh_box2_ts_L {
        font-size: 0.6rem;
    }
    .dnkh_box2_ts_R p {
        font-size: 0.5rem;
    }
    .dnkh_box3 {
        margin-top: 1rem;
    }
    .dnkh_box3_title {
        font-size: 0.7rem;
        margin-bottom: 0.5rem;
    }
    .dnkh_box3_ul {
        flex-wrap: wrap;
    }
    .dnkh_box3_ul_L {
        font-size: 0.6rem;
        margin-bottom: 0.3333rem;
        font-weight: 500;
    }
    .dnkh_box3_ul_R{
        width: 100%;
        flex: none;
    }
    .dnkh_box3_p1 {
        font-size: 0.6rem;
        margin-bottom: 0.2rem;
    }
    .dnkh_box3_img_li1 {
        margin-bottom: 1rem;
    }
    .dnkh_box3_img_li2 {
        margin-bottom: 1rem;
    }
    .dnkh_box3_img_li3 {
        margin-bottom: 1rem;
    }
}