/**!
* CA办理
* date:2025-10-20
* author: jjuan;
*/

.handle-cont {
    padding-bottom: 30px;
}

.handle-list {
    display: flex;
    flex-wrap: wrap;
}

.handle-item {
    width: 285px;
    margin-right: 20px;
    border-radius: 6px;
    height: 408px;
    box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
}

.handle-item:nth-child(4n) {
    margin-right: 0;
}

.handle-item:nth-child(n + 5) {
    margin-top: 20px;
}

.handle-tt {
    display: block;
    height: 82px;
    padding: 16px 20px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
}

.handle-item:nth-child(4n + 1) .handle-tt {
    background-image: url('../images/handle/handle_tt1.png');
}

.handle-item:nth-child(4n + 2) .handle-tt {
    background-image: url('../images/handle/handle_tt2.png');
}

.handle-item:nth-child(4n + 3) .handle-tt {
    background-image: url('../images/handle/handle_tt3.png');
}

.handle-item:nth-child(4n) .handle-tt {
    background-image: url('../images/handle/handle_tt4.png');
}

.handle-box {
    margin-top: -30px;
    height: 356px;
    border-radius: 6px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 8px 20px;
}

.handle-item:nth-child(4n + 1) .handle-box {
    background-image: url('../images/handle/handle_box1.png');
}

.handle-item:nth-child(4n + 2) .handle-box {
    background-image: url('../images/handle/handle_box2.png');
}

.handle-item:nth-child(4n + 3) .handle-box {
    background-image: url('../images/handle/handle_box3.png');
}

.handle-item:nth-child(4n) .handle-box {
    background-image: url('../images/handle/handle_box4.png');
}

.handle-row {
    padding: 8px 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    line-height: 20px;
}

.handle-row:last-child {
    border-bottom: none;
}

.handle-row-tt {
    color: #999;
    margin-bottom: 3px;
}

.handle-row-text {
    color: #333;
}

.handle-file {
    display: block;
    color: #1f6de8;
    line-height: 20px;
    font-style: normal;
    text-decoration-line: underline;
    text-transform: none;
}
