p {
    line-height: 1.5;
    margin-bottom: 10px;
}

.risk_mainBg {
    width: 100%;
    float: left;
    min-width: 1200px;
    padding: 0 0 15px 0;
    background: url(../images/risk_img2.png) top right no-repeat;
    /* background: url(images/risk_bg.png) bottom right no-repeat; */
}

.risk_main {
    width: 1200px;
    margin: 0 auto;
    /* background: url(images/risk_img2.png) top right -110px no-repeat; */
}

.risk_txt {
    background-color: rgba(253, 244, 217, .7);
    padding: 1rem;
}

.risk_main .risk_title {
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    margin: 1rem 0;
}

.risk_title img {
    margin-right: 15px;
}

.padding_block {
    padding-top: 30px;
}

.risk_list li {
    list-style: inside;
    margin: .5rem 0;
    padding-left: 20px;
}

.risk_block {
    display: flex;
    flex-wrap: wrap;
}

.risk_box {
    width: calc(100% / 3 - 4.2rem);
    margin: 1rem;
    padding: 1rem;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.risk_box h4 {
    margin-bottom: 15px;
    font-size: 1.125rem;
}

.risk_box h4 img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.risk_box:nth-child(odd) {
    background-color: rgb(164 62 62 / 20%);
}

.risk_box:nth-child(even) {
    background-color: rgb(237 237 237 / 50%);
}

.Det-btn {
    background: url(../images/chc_fm_bg.png) left bottom no-repeat, #B50029;
    color: #FFF;
    padding: 10px 15px;
    display: inline-block;
}

.Det-btn:hover {
    color: #000;
}