
.rule{
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 10px 0 rgba(0, 134, 71, 0.18);
    border-radius: 8px 8px 20px 8px;
    border-top: 10px solid #008647;
    padding: 50px 55px 80px;
}
.rule_text .rule_tit{
    margin-bottom: 20px;
    margin-top: 40px;
}
.rule_text p{
    color: #606060;
    line-height: 40px;
}

@media only screen and (max-width:1199px){
    .rule_text p {
        line-height: 34px;
    }
}
@media only screen and (max-width:768px){
    .rule {
        border-top: 8px solid #008647;
        padding: 30px 20px 40px;
    }
    .rule_text .rule_tit {
        margin-bottom: 14px;
        margin-top: 24px;
        font-size: 18px;
    }
}
