.title{
    font-size: 18px;
        color:#333333;
        font-weight: bold;
}
.noList{
    width: 100%;
    line-height: 200px;
    text-align: center;
    font-size: 18px;
    color:#333333;
    font-weight: bold;
}
.yesList{
    width: 100%;
    padding: 12px;
    .left_title{
        text-align: right;
        font-size: 14px;
        color:#333333;
        font-weight: bold;
        margin:12px 0;
    }
    .right_content{
        font-size: 14px;
        color:#333333;
        margin:12px 0;
    }
}