.main_colum{
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.con_colum{
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.detail_colum{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
}
.detail_colum .item_list{
    float: left;
    width: 100%;
    margin-bottom:10px;
}
.detail_colum .val_list{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-left:8px;
}


.title_colum{
    float: left;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
    padding-left:8px;
    box-sizing: border-box;
}
.title_colum span{
    float: left;
    width: 100%;
    line-height: 24px;
    color: #999;
    font-size: 14px;
}
.title_colum .name{
    font-size:24px!important;
    line-height: 30px!important;
    color: #000;
}