.container{
    padding: 20px 0 50px;
    background: #f5f5f5;
}
.filter{
    border-bottom: 0;
    padding-bottom: 0;
}
.filter .filter_list .li{
    width: 600px;
}
.filter .filter_list .li .list{
    width: 510px;
}
.type_box{
    margin-top: 30px;
    width: 100%;
}
.type_box .li{
    width: 33.333333%;
    float: left;
    position: relative;
    height: 40px;
}
.type_box .li .type_sel{
    width: 100px;
    height: 40px;
    line-height: 38px;
    color: #000000;
    background: #f1f1f1;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 5px solid #01b1ae;
    text-align: center;
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px;
    font-size: 16px;
    padding-right: 4px;
}
.type_box .li .line{
    width: 100%;
    height: 1px;
    background: #cccccc;
    margin-top: 20px;
}
.type_box .li.active .type_sel{
    border: 0;
    background: #01b1ae;
    color: #ffffff;
    padding-right: 0;
}
.type_box .li.active .line{
    background: #01b1ae;
}

.search_result{
    padding: 10px 30px 40px;
    background: #ffffff;
    box-shadow: 0 1px 2px #d2d2d2;
}
.college_list{

}
.college_list .li{
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.college_list .li:last-child{
    border-bottom: 0;
}
.college_list .li .img{
    width: 250px;
    height: 160px;
}
.college_list .li .desc{
    margin-left: 270px;
    position: relative;
}
.college_list .li .desc h4{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #424242;
    margin-bottom: 10px;
}
.college_list .li .desc .content{
    font-size: 13px;
    color: #808080;
    line-height: 24px;
    max-height: 80px;
    overflow: hidden;
}
.college_list .li .desc .count{
    position: absolute;
    bottom: 0;
    left: 0;
}
.college_list .li .desc .count .look_count{
    font-size: 12px;
    color: #808080;
}
.college_list .li .desc .count .look_count span{
    vertical-align: middle;
}
.college_list .li .desc .count .look_count i{
    width: 18px;
    height: 12px;
    vertical-align: middle;
    display: inline-block;
    background: url(../image/browse_icon.png) no-repeat;
    margin-right: 4px;
}
.college_list .li .desc .count .comment_count{
    font-size: 12px;
    color: #808080;
    margin-left: 30px;
}
.college_list .li .desc .count .comment_count span{
    vertical-align: middle;
}
.college_list .li .desc .count .comment_count i{
    width: 16px;
    height: 14px;
    vertical-align: middle;
    display: inline-block;
    background: url(../image/comment_icon.png) no-repeat;
    margin-right: 4px;
}