.statute {
    margin: 0 auto;
    /* margin: 62px auto 120px; */
    padding: 0 0 100px;
    display: flex;
}

.lstatute {
    width: 852px;
    padding: 50px 44px;
    background-color: #FFF;
    border-radius: 14px;
    box-shadow: 0 0 10px rgba(146, 172, 244, .56);
}

.lstatute-type {
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
    padding-bottom: 38px;
    border-bottom: 1px solid #eef4fc;
}

.lstatute-type-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lstatute-type-item img {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
}

.lstatute-type-item span {
    font-size: 16px;
    color: #15294e;
}

.lstatute-type-item span.active {
    color: #225AFC;
}

.lstatute-sontype {
    padding: 0 28px 34px;
    display: flex;
    flex-wrap: wrap;
}

.lstatute-sontype a,
.lstatute-sontype span {
    font-size: 14px;
    color: #15294e;
    margin-bottom: 36px;
    margin-right: 47px;
}

.lstatute-sontype a.active {
    color: #225afc;
}

.lstatute-sontype h2 {
    font-size: 14px;
}

.lstatute-list-title {
    font-size: 22px;
    color: #15294e;
    margin-bottom: 22px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.lstatute-list-title h3 {
    font-size: 22px;
}

.lstatute-list-intro {
    font-size: 14px;
    color: #5c6f92;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-bottom: 20px;
}

.lstatute-list-contents {
    font-size: 14px;
    color: #5c6f92;
    /* height: 44px; */
    /* overflow: hidden; */
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    /* display: -webkit-box; */
    -webkit-line-clamp: 2;
    margin-bottom: 20px;
}

.statute-lbox-msg {
    display: flex;
    justify-content: space-between;
    background-color: #F1F4F9;
    padding: 20px 30px;
    border-radius: 6px;
    font-size: 14px;
    color: #15294e;
    margin-bottom: 32px;
}

@media (max-width: 1400px) {
    .statute-lbox-msg {
        flex-wrap: wrap;
        padding: 10px 30px 0;
    }

    .statute-lbox-msg span {
        width: 50%;
        margin-bottom: 10px;
    }

    .statute-lbox-msg span.end {
        text-align: right;
    }
}

.rstatute {
    width: 315px;
    margin-left: 33px;
}

.charge-lbox-laws {
    background: #FFF;
    margin-bottom: 17px;
    border-radius: 10px;
    padding: 39px 29px 30px;
    box-shadow: 0 0 10px rgba(146, 172, 244, .56)
}

.charge-laws-title {
    font-size: 24px;
    color: #15294e;
    font-weight: 700;
    margin-bottom: 24px;
}

.charge-laws-item {
    margin-bottom: 22px;
    font-size: 16px;
    color: #5c6f92;
    display: block;
}

.find-lawyer {
    width: 100%;
    margin-bottom: 17px;
    background: #e3e7f0;
    padding: 38px 27px 39px;
    border-radius: 10px;
}
