/* 证书办理 */
.cerhandle {
    width: 100%;
    /* height: 29.6rem; */
    margin-bottom: 3.4rem;
}

.cerhandle .content {
    padding: 3rem 0;
    margin: 0 auto;
}

.cerhandle .content .title {
    position: relative;
    padding: 0 0.5rem;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.6rem;
}

.cerhandle .content .title::before {
    content: '';
    width: 0.3rem;
    height: 1.6rem;
    background-color: #1d2088;
    position: absolute;
    top: 0;
    left: 0;
}

.cerhandle .content .title::after {
    content: '';
    width: 42rem;
    height: 1px;
    border-top: 1px dashed #b9b9b9;
    position: absolute;
    top: 0.8rem;
    right: 0.6rem;
}

.cerhandle .content .content-list .item {
    width: 13.9rem;
    height: 8.75rem;
    margin: 0.9rem 0.75rem;
    padding: 2px;
    /* border: 1px solid red; */
}

.cerhandle .content .content-list .item:hover {
    border: 1px solid #1d2088;
}

.cerhandle .content .content-list .item img {
    height: 100%;
    object-fit: contain;
}

.cerhandle .content .other {
    padding-top: 0.6rem;
}

.cerhandle .content .other div {
    width: 15.45rem;
    height: 8.7rem;
    margin: 0.4rem;
    /* border: 1px solid blue; */
}