*{margin: 0;padding: 0;}
.tuiJian{
    width: auto;
    height: auto;
    background: #fff;
    padding: .3rem;
    padding-bottom: .35rem;
}
.tuiJian h5{
    font-size: .36rem;
    text-align: center;
    /* padding-top: .33rem; */
    padding-bottom: .22rem;
}
.tuiJian .tuiJian_contor{
    width: 100%;
    height: 1.7rem;
    overflow: hidden;
    border-radius: .15rem;
    box-shadow: 0 0 .05rem #ccc;
}
.tuiJian .tuiJian_contor .tuiJian_contor_left{
    width: 45%;
    height: 1.7rem;
    float: left;
}
.tuiJian .tuiJian_contor .tuiJian_contor_left img{
    width: 2.8rem;
    height: 1.4rem;
    margin: .15rem .15rem;
}
.tuiJian .tuiJian_contor .tuiJian_contor_right{
    width: 55%;
    height: 1.7rem;
    float: right;
    position: relative;
}
.tuiJian .tuiJian_contor .tuiJian_contor_right h5{
    font-size: .3rem;
    padding-top: .2rem;
    padding-bottom: .1rem;
    text-align: left;
}
.tuiJian .tuiJian_contor .tuiJian_contor_right p{
    width: 94%;
    font-size: .12rem;
    text-align: left;
    color: #b6b6b6;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tuiJian .tuiJian_contor .tuiJian_contor_right a{
    width: 1.51rem;
    height: .49rem;
    border: .01rem solid #b46636;
    border-radius: .3rem;
    font-size: .25rem;
    text-decoration: none;
    font-weight: 600;
    float: left;
    text-align: center;
    line-height: .49rem;
    margin-top: .1rem;
}
.tuiJian .tuiJian_contor .tuiJian_contor_right .left_color{
    float: left;
    color: #b46636;
}
.tuiJian .tuiJian_contor .tuiJian_contor_right .right_color{
    float: right;
    background: #b46636;
    color: #fff;
    margin-right: .4rem;
}
.tuiJian .tuiJian_contor .tuiJian_contor_right span{
    width: 1rem;
    height: .3rem;
    background: #f00;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: .2rem;
    text-align: center;
    line-height: .3rem;
    border-radius: 0 0 0 .25rem;
}