body{
    background-color: #F2F5F9;
}
#site{
    overflow: hidden;
}
ol.breadcrumb{
    height: 40px;
    overflow: hidden;
}
ol.breadcrumb li{
    float: left;
    line-height: 40px;
    font-size: 14px; color: #888;
}
ol.breadcrumb li a{
    display: inline-block;
    padding: 0 0 0 2px;
    font-size: 14px; color: #888;
}
ol.breadcrumb li a:hover{
    color: #00A1E9;
}
#main{
    overflow: hidden;
}
.main{
    float: left;
    width: 884px;
    overflow: hidden;
}
.cate{
    padding: 12px 30px;
    width: 824px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.cate dl.level{
    padding: 5px 0;
    overflow: hidden;
}
.cate dl.level dt{
    float: left;
    width: 74px;height: 30px; line-height: 30px;
    font-size: 14px; color: #888;
}
.cate dl.level dd{
    float: left;
    width: 750px;line-height: 30px;
    font-size: 14px; color: #888;
}
.cate dl.level dd a{
    display: inline-block;
    margin: 0 24px 0 0;
    font-size: 14px; color: #000;
}
.cate dl.level dd a.active,
.cate dl.level dd a:hover{
    color: #00A1E9;
}
.results{
    margin: 20px 0 0 0;
    padding: 12px 30px;
    width: 824px;min-height: 400px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.results ul.list{
    overflow: hidden;
}
.results ul.list > li{
    cursor: pointer;
    padding: 15px 0;
    border-bottom: 1px solid #ECECEC;
}
.results ul.list > li .title{
    height: 20px; line-height: 20px;
}
.results ul.list > li .title i{
    float: left;
}
.results ul.list > li .title a{
    float: left;
    margin: 0 7px;
    width: 788px; height: 20px;
    font-size: 16px; font-weight: 600; color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.results ul.list > li .title a:hover{
    color: #00A1E9;
}
.results ul.list > li .desc{
    margin: 15px 0;
    font-size: 14px; color: #666; 
    max-height: 72px; line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.results ul.list > li .data{
    height: 20px; line-height: 20px;
    font-size: 12px; color: #999;
    overflow: hidden;
}
.results ul.list > li .data .time{
    float: left;
    width: 200px;
}
.results ul.list > li .data .rate{
    float: right;
    width: 160px;line-height: 20px;
    vertical-align: middle;
}
.results ul.list > li .data .rate span{
    float: left;
    width: 62px; height: 20px;
}
.results ul.list > li .data .rate i{
    float: left;
    width: 85px;height: 20px;
    background: url(../../../lib/images/star.png) repeat;
}
.results .page {
    padding: 24px 0;
    height: 38px;
    text-align: center;
    overflow: hidden;
}
.results .page a,
.results .page span{
    display: inline-block;
    padding: 0 15px;
    margin: 0 2px;
    height: 36px;line-height: 36px;
    background: #fff;
    border:1px solid #eee;
    border-radius: 3px;
    font-size: 12px; color: #666;
    text-decoration: none;
}
.results .page span.disabled{
    background: #f5f5f5;
}
.results .page a:hover,
.results .page a.active{
    background: #00A1E9;
    border:1px solid #00A1E9;
    color: #fff;
}
.side{
    float: right;
    width: 296px;
}
.side .hot{
    padding: 24px 6px 24px 20px;
    width: 270px;
    background: #fff;
    border-radius: 5px;
}
.side .hot h2{
    height: 20px; line-height: 20px;
    font-size: 16px; font-weight: 600; color: #000;
    text-indent: 12px;
    background: url(../../../lib/images/h2_bg_1.png) no-repeat 1px 2px;
}
.side .hot ul.list{
    padding: 10px 0 0 0;
}
.side .hot ul.list > li{
    height: 20px; line-height: 20px;
    padding: 10px 0 7px 0;
    overflow: hidden;
}
.side .hot ul.list > li i{
    float: left;
    width: 20px; height: 20px;line-height: 20px;
    text-align: center;
    font-style: normal; font-size: 12px; color: #fff;
    border-radius: 3px;
    background: #ccc;
}
.side .hot ul.list > li i.num-1{
    background-color: #E92600;
}
.side .hot ul.list > li i.num-2{
    background-color: #E95D00;
}
.side .hot ul.list > li i.num-3{
    background-color: #E98F00;
}
.side .hot ul.list > li a.title{
    float: left;
    margin: 0 0 0 7px;
    width: 237px; height: 20px;
    font-size: 14px; color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.side .hot ul.list > li a.title:hover{
    color: #00A1E9;
}