/*试学班*/
.test_class_box{
    clear:both;
    overflow: hidden;
    font-family: "Microsoft Yahei";
}
.test_class_box .test_class_head{
    overflow: hidden;
    margin-bottom: 14px;
    line-height: 25px;
}
.test_class_box .test_class_head_title{
    color: #262626;
    font-size: 18px;
    line-height: 25px;
    overflow: hidden;
    float:left;
    font-weight: bold;
}
.test_class_box .test_class_head_more{
    float: right;
    margin-right: 9px;
    color: #999;
    font-size: 16px;
    color: #333;
}
.test_class_box .test_class_content{
    width: 750px;
    overflow: hidden;
}
.test_class_box .test_class_item_box{
    width: 785px;
    overflow: hidden;
}
.test_class_box .test_class_item{
    float: left;
    width: 168px;
    overflow: hidden;
    margin-right:25px;
}
.test_class_box .test_class_item:hover a.test_class_item_button{
    background: #F5A623;
    border:1px solid #F5A623;
    color: #FFF;
    text-decoration: none;
}

.test_class_box .test_class_item_img{
    width: 168px;
    height: 112px;
    overflow: hidden;
    display: block;
}
.test_class_box .test_class_item_img img{
    width: 168px;
    height: 112px;
    display:block;
}
.test_class_box .test_class_item_name{
    line-height: 22px;
    height: 44px;
    font-size: 16px;
    margin-top: 8px;
    overflow : hidden;
    display: block;
}
.test_class_box .test_class_item_name a{
    color:#272727;
}
.test_class_box .test_class_item_tip{
    color: #7F7F7F;
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    margin-top: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.test_class_box .test_class_item_like{
    margin-top: 10px;
    line-height: 30px;
    font-size: 12px;
    color: #999;
    float: left;
}
.test_class_box a.test_class_item_button{
    border-radius: 2px;
    width: 73px;
    height: 28px;
    color: #656565;
    line-height: 28px;
    border:1px solid #DBDBDB;
    display: block;
    text-align: center;
    float: right;;
    margin-top: 10px;
}