.dl_wrap img { 
    height: 25px
}

.dl_box .dl_box-icon {
    width: 50px;
    text-align: center
}

    .dl_box .dl_box-icon i {
        font-size: 20px;
        color: #706c6c;
        transform: rotate(45deg)
    }

.dl_box .dl_box-fl {
    color: #001837;
    font-size: 23px;
    font-weight: 700;
    line-height: 29px;   
    float: left;
    text-align:center;        
}

.dl_box-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 100%
}
.dl_box-btn span
{
    white-space:nowrap;
}

.dl_wrapper {
    box-shadow: 0 8px 12px #0000000D;
    border: 1px solid #CBCBCB;
    padding: 13px 30px
}

.dl_box-btn a {
    padding: 9px 15px;
    border: 1px solid #1b72b5;
    font-size: 13px;
    border-radius: 25px;
    white-space: nowrap
}

.dl_box p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
    word-break: break-all
}

.dl_box-date {
    font-size: 15px;
    font-weight: 500
}

.dl_box-btn b {
    font-size: 20px
}
.dl_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

@media screen and (max-width:1199px) {
    .dl_box {
        justify-content: space-between
    }
}
