.jieshi_box{
    width: 6.9rem;
    border-radius:0.1rem;
    margin: 0.3rem auto;
    margin-bottom: 0.4rem;
}
.jieshi_box_tit{
    height: 0.88rem;
    line-height: 0.88rem;
    text-align: center;
    background: #D6BB9B;
    font-size: 0.32rem;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 0.1rem 0.1rem 0px 0px;
}
.jieshi_tr {

    overflow: hidden;
}
.jieqi_name {
    border-right: 1px solid rgba(233, 211, 186, 1);
    border-bottom: 1px solid rgba(233, 211, 186, 1);
    line-height: 1.8;
    font-size: 0.28rem;
    color: #333333;
    padding: 0.1rem;
    background: rgba(255, 252, 248, 1);
    border-top: none;
}
.jieqi_shichen {
    border-bottom: 1px solid rgba(233, 211, 186, 1);
    line-height: 0.42rem;
    font-size: 0.28rem;
    color: #666666;
    text-align: left;
    padding: 0.2rem 0.3rem;
    border-left: none;
    border-top: none;
    background: #fff;
}
.chamore{
    width: 2.92rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    margin: 0.2rem auto;
    color: #999;
    font-size: 0.32rem;
    background: #e6e6e6;
    border-radius: 0.1rem;
}
.jieshi_hl table{

    overflow: hidden;
    border: 0px solid rgba(233, 211, 186, 1);
    width: 100%;
}
.jieshi_hl{
    border: 1px solid rgba(233, 211, 186, 1);
    border-radius: 0px 0px 0.1rem 0.1rem;
    overflow: hidden;
}
.jieshi_tr:last-child .jieqi_name{
    border-bottom: none;
}

.jieshi_tr:last-child .jieqi_shichen{
    border-bottom: none;
}
