.definition {
    background: #f5f8fb;
}

.definition_main_left h2 {
    padding-bottom: 24px;
}

.definition_main_left p {
    width: 628px;
}

.definition_main_left ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

.definition_main_left p span {
    width: 6px;
    height: 6px;
    background: #d1161b;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}

.definition_main_right {
    /* width: 432px;
    height: 361px; */
    padding-top: 60px;
}

.definition_main_right img {
    width: 432px;
    height: 358px;
}

#cp {
    background: transparent;
}

#cp #cp_main dl {
    height: 210px;
}


@media screen and (max-width: 1024px) {
    #hxys {
        background-image: none;
        padding-bottom: 20px;
    }

    #hxys dl {
        width: 90%;
        padding: 5%;
        padding-bottom: 6%;
        margin-top: 0px;
        margin-bottom: 10px;
        height: auto;


    }
    #hxys dl dt{
        margin-bottom: 10px;
    }
    #hxys dl dd p{
        font-size: 13px;
    }

    #cp #cp_main dl{
        height: auto;
    }


}

