body {
    background-color: #FFF !important;
}

.top_con.top_conNormative div:first-of-type {
    margin-bottom: 0
}

.top_con.top_conNormative div:last-of-type {
    border: 0;
    font-size: 16px;
    background-color: transparent;
    margin-top: 20px
}

.top_con.top_conNormative div:last-of-type i {
    width: auto;
    line-height: 30px;
}

.top_con.top_conNormative div:last-of-type .layui-form-radio {
    font-size: 16px;
    line-height: 30px;
    margin-top: 0;
    display: inline-flex;
    align-items: center;
    color: #FFF !important;
}

.top_con.top_conNormative div:last-of-type .layui-form-radio i {
    color: #FFF;
}

.top_con.top_conNormative div:last-of-type .layui-form-radio:hover i,
.top_con.top_conNormative div:last-of-type .layui-form-radioed,
.top_con.top_conNormative div:last-of-type .layui-form-radioed>i {
    color: #183f8a;
}

.top_con.top_conNormative div:last-of-type .layui-form-radio div {
    margin-top: 0;
    color: #FFF !important;
}

.store_box.Normativebox .right {
    padding: 28px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.store_box.Normativebox .right .dh {
    width: 215px;
    background-color: #f3f6ff;
    padding: 0 10px 20px;
    box-sizing: border-box;
}

.store_box.Normativebox .right .dh h1 {
    background-color: #305db8;
    color: #FFF;
    margin-top: 15px;
    line-height: 46px;
    font-size: 22px;
    margin-bottom: 18px;
}

.store_box.Normativebox .right .dh h1::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #FFF;
    margin-left: 13px;
}

.store_box.Normativebox .right .dh a {
    font-size: 16px;
    display: flex;
    padding: 0 14px;
    box-sizing: border-box;
    margin-bottom: 16px;
    align-items: flex-start;
}

.store_box.Normativebox .right .dh a::before {
    content: '';
    width: 4px;
    height: 4px;
    margin-right: 10px;
    background-color: #000;
    border-radius: 100px;
    flex-basis: 4px;
    /* flex-grow: unset; */
    flex: none;
    margin-top: 9px;
}

.store_box.Normativebox .right .dh a:hover,
.store_box.Normativebox .right .dh a.hover {
    color: #305db8;
}

.store_box.Normativebox .right .content {
    width: calc(100% - 230px);
}

.store_box .right h2 {
    line-height: 46px;
    display: flex;
    font-size: 20px;
    color: #2f5db8;
    font-weight: bold;
    margin-bottom: 10px;
    align-items: center;
    border-bottom: 1px solid #2f5db8;
}

.store_box .right ul.Normative li {
    display: flex;
    border-bottom: 1px #d6d6d6 dashed;
    font-size: 18px;
    margin-top: 20px;
}

.store_box .right ul.Normative li h2 {
    display: inline-block;
    margin-right: 15px;
    border: 0;
    line-height: 32px;
    color: #000
}

.store_box .right ul.Normative li>div {
    font-size: 0;
}

.store_box .right ul.Normative li>div:nth-of-type(1) {
    width: 100%;
    margin-right: 0;
}

.store_box .right ul.Normative li>div>a {
    font-size: 18px;
    line-height: 32px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.store_box .right ul.Normative li>div>a div {
    font-size: 16px;
    color: #7e7e7e;
    width: 150px;
    text-align: right;
}

.store_box .right ul.Normative li>div:nth-of-type(1) a:hover {
    color: #2f5db8;
}

.store_box .right ul.Normative li>div>div:first-of-type {
    display: block;
    margin-bottom: 5px;
    position: relative;
}

.store_box .right ul.Normative li>div>div:first-of-type>span {
    display: inline-block;
    line-height: 55px;
    min-width: 210px;
    font-size: 16px;
    color: #7e7e7e;
    margin-right: 20px;
    line-height: 60px;
}

.store_box .right ul.Normative li>div>div>span:nth-of-type(2),
.store_box .right ul.Normative li>div>div>span:nth-of-type(3) {
    min-width: unset;
    width: 250px;
}

.store_box .right ul.Normative li>div>div>span:nth-of-type(3) {
    margin-right: 0;
    width: 90px;
}

@media screen and (max-width: 768px) {
    .top_con>div {
        margin-bottom: 15px;
    }
    .top_con.top_conNormative div:last-of-type .layui-form-radio i {
        color: #183f8a;
    }
    .top_con.top_conNormative div:last-of-type .layui-form-radio div {
        margin-top: 0;
        color: #183f8a !important;
    }
    .store_box.Normativebox .right {
        padding: 10px !important;
        flex-wrap: wrap;
    }
    .store_box.Normativebox .right .dh {
        width: 100%;
        padding: 0 10px 10px;
    }
    .store_box.Normativebox .right .dh h1 {
        margin-top: 10px;
        line-height: 36px;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .store_box.Normativebox .right .dh h1::before {
        width: 4px;
        height: 4px;
        margin: 0 9px !important;
    }
    .store_box.Normativebox .right .dh a {
        padding: 0 8px;
        margin-bottom: 8px;
        display: inline-flex;
    }
    .store_box.Normativebox .right .content {
        width: 100%;
        padding-top: 15px;
    }
    .store_box .right ul.Normative li {
        margin-top: 0;
    }
    .store_box .right ul.Normative li h2 {
        display: none;
    }
    .store_box .right ul.Normative li>div>a {
        padding: 12px 0 8px;
    }
    .store_box .right ul.Normative li>div>div:first-of-type>span {
        line-height: 28px;
        width: auto !important;
        min-width: unset !important;
    }
}