/* 列表页样式 */
.list .list_left{
    float: left;
    width: 720px;
    margin-right: 10px;
}
.list .list_left .left-top{
    padding: 10px 30px;
    background-color: #d4d0d0
}
.list .list_left .left-top .picker{
    margin: 0 auto;
    text-align: center
}
.list .list_left .left-top .picker .search{
    padding:0 10px;
    background-color: #524e4e;
    text-align: center;
    height: 34px;
    line-height: 34px;
    vertical-align: bottom;
    border-radius: 5px;
    margin-left: 15px;
    color: #FFF;
}
.list .list_left .left-top .title{
    font-size: 24px;
    text-align: center;
    height: 46px;
    line-height: 46px;
    color: #888;
}
.list .list_left .left-top .time{
    height: 27px;
    line-height: 27px;
    color: #666;
    font-size: 14px;
    text-align: center;
}
.list .list_left .left-top .time span{
    font-weight: 700;
    color: #ff0000;
}
.list .list_left .list-main{
    margin-bottom: 10px;
}
.list .list_left .list-main .item{
    margin: 0 18px;
    padding: 18px 0 0 0;
    border-bottom: 2px solid #e9e9e9;
}
.list .list_left .list-main .item .time{
    background: url("../imgs/th_list_time_icon.png") no-repeat;
    padding-left: 26px;
    height: 18px;
    line-height: 18px;
    color: #888;
    font-size: 16px;
}
.list .list_left .list-main .item .b_box{
    padding: 10px 0;
    /* overflow: hidden;
    zoom: 1; */
}
.list .list_left .list-main .item .b_box .date {
    color: red;
    font-size: 18px;
    width: 190px;
    float: left;
    line-height: 42px;
}
.list .list_left .list-main .item .b_box .dr{
    color: #000;
    font-size: 18px;
    width: 150px;
    float: left;
    line-height: 42px;
}
.list .list_left .list-main .item .b_box .ball{
    float: right;
}
.list .list_left .list-main .item .b_box .ball span{
    width: 38px;
    margin: 0 5px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    background-color: #472b2b;
    border-radius: 10px;
}
.list .list_right{
    float: right;
    width: calc(100% - 730px)
}
.list .list_right .right-top{
    background: url(../imgs/i_nr_left_box-bg.gif) no-repeat;
    width: 250px;
    height: 225px;
    display: block;
}
.page{
    text-align: center
}