@charset "utf-8";
/* CSS Document */
.list .list_des{ padding-top:6px;}
.list{
    width: 32%;
    float: left;
    margin-right: 2%;
    border-radius: 6px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow:0px 1px 5px #ccc;
    }
.list .list_des .list_des_l .list_com{
    width: 100%;
    max-height: 42px;
    min-height: 42px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    font-weight:bold;
    margin-bottom:4px;
    text-align:left;
    }
.list .list_pic .rank{
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
    color: #fff;
    width:auto;
    height:auto;
    text-align: center;
    line-height:20px;
    font-size: 14px;
    padding:4px 14px;
    border-top-left-radius:6px;
    }
.list .list_pic{ overflow:hidden; border:1px solid #ff7f24; border-top-left-radius:6px; border-top-right-radius:6px;}
.list .list_pic img{ border:none;}
.container .youce{ margin-right:0px;}
.list .list_des .list_menu .num{ float:left; width:auto; font-size:14px; color:#333;}
.list .list_des .list_menu .num b{ color:#f68b0d; width:auto;}
.list .list_des .list_menu .list_vote{ float:right; width:auto; font-size:14px; color:#555;}
.list .list_des .list_menu .list_vote b{ color:#ff0000; width:auto;}
.list .list_des .list_des_r button{
    width: 100%;
    height: 36px;
    padding: 0px;
    line-height: 36px;
    /*background: #ff7f24;*/
    color: #fff;
    border: none;
    border-radius:6px;
    margin-top:10px;
    margin-bottom:0px;
    font-size:14px;
    cursor: pointer;
    font-weight:bold;
    }
.list .list_des .list_des_l .list_name{
    width:100%;
    font-size:14px;
    color:#333;
    line-height:20px;
    /*max-height:42px;*/
    font-weight:bold;
    text-align:left;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow:hidden;

/*! autoprefixer: off */
    -webkit-box-orient: vertical;
    }
    .list {
        height:auto;
    }
.list .list_des .list_des_r button.before{background: #ccc;}
.list .list_des .list_des_r button.end{background: #ccc;}
.list .list_des .list_des_r button.start{background:#028bd1;}
div.list:nth-child(3n){
    margin-right:0px;
    }
@media( max-width:768px){
    div.list:nth-child(3n){
    margin-right:4%;
    }
    div.list:nth-child(odd){margin-right: 4%;}
    div.list:nth-child(even){margin-right:0;}
    .tit .icon_star{
        top:6px;
        transform: scale(0.6);
        }
    .list{border-radius:4px;}
    .list .list_pic{
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    }
    .list .list_pic img{ border-radius:4px;}
    .list .list_des .list_des_l .list_name{ font-size:12px; line-height:18px;/* max-height:42px;*/ overflow:hidden;}
    .list .list_pic .rank{ font-size:12px; line-height:18px; padding:2px 10px;border-top-left-radius:4px;}
    .list .list_des .list_des_l .list_com{ font-size:12px; line-height:18px;min-height:36px;max-height:36px; overflow:hidden;}
    .list .list_des .list_menu .num{ font-size:12px;}
    .list .list_des .list_menu .list_vote{ font-size:12px;}
    .list .list_des .list_des_r button{ height:30px; line-height:30px;border-radius:4px; font-size:12px;}
    }