
.main{
    padding: 0px 10px 0px 10px;


}
.toppic{
    height: 180px;
    width: 100%;
    padding-top: 44px;
    background-image: url('/static/image/img_moren.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: content-box;
}
.i_new_title_cen {
    font-size: 12px;
    font-weight: 300;
    color: #000;
    height: 70px;
    line-height: 1.2;
    overflow: hidden;
    padding-top: 4px;
}

.i_new_title_org {
    font-size: 20px;
    font-weight: 900;
    color: #f66337;
    display: -webkit-box;
    /* -webkit-box-orient: vertical;
        autoprefixer: off; */
    -webkit-box-orient: vertical;
    /* autoprefixer: on; */
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-top: 4px;
    line-height: 30px;
}
.remarks {
    height: 22px;
    padding: 0 4px;
    /*width: 60px;*/
    background-color: rgb(0, 128, 255);
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    border-radius: 4px;
}
.button{
    height: 40px;
    background-color: #f66337;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    width: 49%;
    border-radius: 4px;
}
.zpic{
    height: 45px;
    width: 90px;
    background-image: url('/static/image/img_moren.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: content-box;
}
.xname{

    font-size: 14px;
    color: #333;
}