.parent_u {
    width: 100%;
    min-height: 50px;
    float: left;
    /*margin-bottom: 30px;*/
}
.parent{
    font-size: 20px;
}
.parent_u li {
    float: left;
}

.parent_t {
    width: 100%;
    line-height: 50px;
    /*height: 30px;*/
    border-bottom: 1px solid #E0E0E0;
}

.parent_l{
    min-width: 33%;
    height: 50px;
    line-height: 50px;
    float: left;
    text-indent: 10px;
}

.parent_u .parent_l a{
    color: #004B85;
}

.parent_c{
    color: #000;
}

.parent_n{
    font-size: 13px;
    min-width: 33%;
    height: 50px;
    line-height: 50px;
    float: left;
    text-indent: 10px;
}

.h1part{
    display: inline-block;
    font-size: 13px;
}

.partList_h1{
    font-size: 16px;
    line-height: 48px
}

.but_order_asc_img{
    background: url('../part_images/sort_asc.png') no-repeat 0 0;
    width: 16px;
    height: 17px;
    border: 0;
}

.but_order_asc_in_img{
    background: url('../part_images/sort_asc.png') no-repeat 0 -18px;
    width: 16px;
    height: 17px;
    border: 0;
}

.but_order_desc_img{
    background: url('../part_images/sort_desc.png') no-repeat 0 0;
    width: 16px;
    height: 17px;
    border: 0;
}

.but_order_desc_in_img{
    background: url('../part_images/sort_desc.png') no-repeat 0 -18px;
    width: 16px;
    height: 17px;
    border: 0;
}