body{
    background-color: #F2F5F9;
}
#recommend{
    padding: 20px 0 0 0;
    overflow: hidden;
}
#recommend .recommend{
    float: left;
    padding: 24px 30px;
    width: 824px; height: 416px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
#recommend .recommend .first h2,
#recommend .recommend .today h2{
    height: 20px; line-height: 20px;
    font-size: 20px; font-weight: 600; color: #000;
}
#recommend .recommend .first{
    float: left;
    width: 452px;
}
#recommend .recommend .first ul.list{
    width: 452px; height: 408px;
    overflow: hidden;
}
#recommend .recommend .first ul.list > li{
    padding: 25px 0;
    height: 86px;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
}
#recommend .recommend .first ul.list > li .cover{
    float: left;
    width: 128px; height: 86px; line-height: 86px;
    background: #f5f5f5;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
}
#recommend .recommend .first ul.list > li .cover img{
    width: 100%; height: 100%;
}
#recommend .recommend .first ul.list > li a.title{
    float: left;
    margin: 0 0 0 15px;
    width: 300px; height: 20px; line-height: 20px;
    font-size: 16px; color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#recommend .recommend .first ul.list > li a.title:hover{
    color: #00A1E9;
}
#recommend .recommend .first ul.list > li .desc{
    float: left;
    cursor: pointer;
    margin: 24px 0 0 15px;
    width: 300px; height: 48px; line-height: 24px;
    font-size: 14px; color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
#recommend .recommend .today{
    float: right;
    width: 338px;height: 408px;
}
#recommend .recommend .today ul.list{
    padding: 10px 0 0 0;
}
#recommend .recommend .today ul.list > li{
    height: 20px; line-height: 20px;
    padding: 10px 0 9px 0;
    overflow: hidden;
}
#recommend .recommend .today ul.list > li i{
    float: left;
}
#recommend .recommend .today ul.list > li a.title{
    float: left;
    margin: 0 7px;
    width: 260px;height: 20px;
    font-size: 14px; color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#recommend .recommend .today ul.list > li a.title:hover{
    color: #00A1E9;
}
#recommend .recommend .today ul.list li small.date{
    float: right;
    font-size: 12px; color: #666;
}
#recommend .ranking{
    float: right;
    padding: 24px 6px 24px 20px;
    width: 276px; height: 416px;
    background: #fff;
    border-radius: 5px;
}
#recommend .ranking h2{
    height: 20px; line-height: 20px;
    font-size: 20px; font-weight: 600; color: #000;
    text-indent: 12px;
    background: url(../../lib/images/h2_bg_2.png) no-repeat 0 2px;
}
#recommend .ranking ul.list{
    padding: 10px 0 0 0;
}
#recommend .ranking ul.list > li{
    height: 20px; line-height: 20px;
    padding: 10px 0 9px 0;
    overflow: hidden;
}
#recommend .ranking 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;
}
#recommend .ranking ul.list > li i.num-1{
    background-color: #E92600;
}
#recommend .ranking ul.list > li i.num-2{
    background-color: #E95D00;
}
#recommend .ranking ul.list > li i.num-3{
    background-color: #E98F00;
}
#recommend .ranking ul.list > li a.title{
    float: left;
    margin: 0 0 0 7px;
    width: 240px; height: 20px;
    font-size: 14px; color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#recommend .ranking ul.list > li a.title:hover{
    color: #00A1E9;
}
#tags{
    padding: 20px 0 0 0;
    overflow: hidden;
}
#tags .tags{
    padding: 24px 30px;
    background: #fff;
    border-radius: 5px;
}
#tags .tags h2{
    height: 20px; line-height: 20px;
    font-size: 20px; font-weight: 600; color: #000;
}
#tags .tags ul.list{
    padding: 10px 0 0 0;
    overflow: hidden;
}
#tags .tags ul.list > li{
    float: left;
    padding: 10px 12px 10px 0;
}
#tags .tags ul.list > li a{
    display: block;
    padding: 0 24px;
    height: 36px;line-height: 36px;
    border: 1px solid #ECECEC;
    border-radius: 5px;
    text-align: center;
    font-size: 14px; color: #000;
}
#tags .tags ul.list > li a:hover{
    color: #00A1E9;
    text-decoration: underline;
}
.category{
    padding: 20px 0 0 0;
}
.category .row{
    padding: 24px 30px;
    background: #fff;
    border-radius: 5px;
}
.category .hd{
    height: 20px; line-height: 20px;
    overflow: hidden;
}
.category .hd h2{
    float: left;
    width: 240px; height: 20px; line-height: 20px;
    font-size: 20px; font-weight: 600; color: #000;
}
.category .hd .more{
    float: right;
    width: 40px; height: 20px;
}
.category .hd .more a{
    display: block;
    width: 40px;height: 20px; line-height: 20px;
    font-size: 14px; color: #888;
}
.category .hd .more a:hover{
    color: #00A1E9;
}
.category .bd{
    padding: 18px 0 0 0;
    overflow: hidden;
}
.category .hot h3,
.category .sift h3{
    height: 36px; line-height: 36px;
    font-size: 16px; font-weight: 600; color: #000;
    text-indent: 12px;
    background: #F9F9F9 url(../../lib/images/h2_bg_1.png) no-repeat 1px 11px;
    border-radius: 5px;
}
.category .hot{
    float: left;
    width: 278px; 
}
.category .hot ul.list{
    padding: 10px 0 0 0;
}
.category .hot ul.list > li{
    height: 20px; line-height: 20px;
    padding: 10px 0 7px 0;
    overflow: hidden;
}
.category .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;
}
.category .hot ul.list > li i.num-1{
    background-color: #E92600;
}
.category .hot ul.list > li i.num-2{
    background-color: #E95D00;
}
.category .hot ul.list > li i.num-3{
    background-color: #E98F00;
}
.category .hot ul.list > li a.title{
    float: left;
    margin: 0 0 0 7px;
    width: 250px;height: 20px;
    font-size: 14px; color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.category .hot ul.list > li a.title:hover{
    color: #00A1E9;
}
.category .re{
    float: left;
    width: 434px; height: 420px;
    padding: 0 45px;
    overflow: hidden;
}
.category .re ul.list{
    width: 434px; 
    overflow: hidden;
}
.category .re ul.list > li{
    padding: 0 0 30px;
    height: 80px;
    overflow: hidden;
}
.category .re ul.list > li .cover{
    float: left;
    width: 120px; height: 80px; line-height: 80px;
    background: #f5f5f5;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
}
.category .re ul.list > li .cover img{
    width: 100%; height: 100%;
}
.category .re ul.list > li .cont{
    float: left;
    margin: 0 0 0 12px;
    width: 302px; height: 20px; line-height: 20px;
    font-size: 16px; font-weight: 600; color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.category .re ul.list > li .cont span{
    display: inline-block;
    width: 36px; height: 20px;line-height: 20px;
    margin: 0 2px 0 0;
    background: #FF9800;
    border-radius: 5px;
    font-size: 12px; color: #fff;
    text-align: center;
}
.category .re ul.list > li .cont a.title:hover{
    color: #00A1E9;
}
.category .re ul.list > li .desc{
    float: left;
    cursor: pointer;
    margin: 18px 0 0 12px;
    width: 302px; height: 48px; line-height: 24px;
    font-size: 14px; color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.category .sift{
    float: right;
    width: 338px;
}
.category .sift ul.list{
    padding: 10px 0 0 0;
}
.category .sift ul.list > li{
    height: 20px; line-height: 20px;
    padding: 10px 0 7px 0;
    overflow: hidden;
}
.category .sift ul.list > li i{
    float: left;
}
.category .sift ul.list > li a.title{
    float: left;
    margin: 0 7px;
    width: 260px;height: 20px;
    font-size: 14px; color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.category .sift ul.list > li a.title:hover{
    color: #00A1E9;
}
.category .sift ul.list li small.date{
    float: right;
    font-size: 12px; color: #666;
}
#friendly{
    padding: 20px 0 0 0;
    overflow: hidden;
}
.friendly{
    background: #fff;
    padding: 15px 20px;
    overflow: hidden;
}
.friendly h2{
    float: left;
    width: 100px; height: 30px;line-height: 30px;
    font-size: 18px; font-weight: 600; color: #000; 
}
.friendly ul.list{
    float: left;
    width: 1060px;
    overflow: hidden;
}
.friendly ul.list li{
    float: left;
    padding: 3px 24px 0 0;
    height: 24px; line-height: 24px;
}
.friendly ul.list li a{
    font-size: 14px; color: #888;
}
.friendly ul.list li a:hover{
    text-decoration: underline;
}