/* * 主体内容 */ 
.global,.container{
    background-color:#f8f8f8;
}
/* 左边 */
.naver-box{
    float:left;
    width:150px; 
    border-radius:4px;  
}
.naver-box .am-accordion{
    background:#fff;
}
.naver-box .am-accordion-item{
    font-weight:400;
    overflow:hidden;
}
.naver-box .am-accordion-title{
    position:relative;
    padding:14px 22px;
    border-bottom:1px dashed #fafafa;
    font-size:14px;   
}
.naver-box .am-active .am-accordion-title{
    border-bottom:none;
    color:#FF8041;
}
.naver-box .am-accordion-item  .am-accordion-title .arrow{
    position:absolute;
    right:12px;
    top:20px;
    width:8px;
    height:4px;
    padding:10px;
    background:url("../../images/baike/list/arrow.png") no-repeat;
}
.naver-box .am-active .am-accordion-title .arrow {
    background: url("../../images/baike/list/arrow-in.png") no-repeat;
}
.naver-box .nav-panel{
    width:146px;
    margin-left:2px;
    border-radius:4px;
    color:#888;
    background:#fafafa;
}
.naver-box .nav-panel .nav{
    display:block;
    padding:12px 0 12px 21px;
}
.naver-box .nav-panel a:hover{
    color:#FF8041;
    background:#F4F4F4;
}
.naver-box .nav-panel .in{
    color:#FF8041;
    background:#F4F4F4;
}
/* 中间内容 */
.baike-main{
    float:left;
    overflow:hidden;
    width:670px;
    margin:0 20px 7px;
    padding:30px 30px 0;
    border-radius:4px;
    background:#fff;
}
.sort-select{
   position:relative;
}
.sort-select .title{
    display:block;
    margin-bottom:19px;
    font-size:14px;
    font-weight:bold;
    color:#666;
}
.sort-select .tab-content {
    overflow: hidden;
    border-bottom: 1px dashed #eee;
}
.sort-select .sort-tab {
    overflow: hidden;
    width: 106%;  
}
.sort-select .sort-tab a{
    float:left;
    display:inline-block;
    width:76px;
    height:21px;
    margin:0 23px 14px 0;
    padding-top:9px;
    border-radius:4px;
    text-align:center;
    font-weight:400;
    color:#666;
    background:#F8F8F8;
}
.sort-select .sort-tab a:hover{
    color:#FF8041;
}
.sort-select .sort-tab .on{
    color:#FF8041;
}
.sort-select .more-up{
    display:none;
    position:absolute;
    bottom:-8px;
    left:353px;
    width:24px;
    height:15px;
    background:url("../../images/baike/list/more-up.png") no-repeat;
}
.sort-select .more-down {
    display: none;
    position: absolute;
    bottom: -8px;
    left: 353px;
    width: 24px;
    height: 15px;
    background: url("../../images/baike/list/more-down.png") no-repeat;
}
/* 百科列表 */
.baike-list{
    margin-top:7px;
}
.baike-list .tab{
    height:120px;
    padding:30px 0;
    border-bottom:1px solid #eee;
    overflow:hidden;
}
.baike-list .tab img{
    float:left;
    width:160px;
    height:120px;
    margin-right:20px;
    border-radius:4px;
}
.baike-list .tab .baike-info{
    float:left;
    width:490px;
    
}
.baike-list .tab .baike-info .tit{
    width:490px;
    height:15px;
    font-size:14px;
    font-weight:400;
    color:#2B2B2B;
    overflow:hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.baike-list .tab .baike-info .txt{
    height:56px;
    margin:20px 0 19px;
    font-weight:400;
    line-height:20px;
    color:#999;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.baike-list .tab .baike-info .time{
    color:#bbb;
}
/* 分页 */
.page{
    width:670px;
}
/* 右边内容 */
.sidebar{
    float:left;
    width:260px;
    margin-bottom:50px;
}
/* 热门百科 */
.hot-baike,.newest-baike{
    height:336px;
    padding:30px;
    background:#fff;
}
.sidebar .tit{
    display:block;
    padding-bottom:20px;
    border-bottom:1px solid #eee;
    font-size:14px;
    font-weight:400;
}
.sidebar .baike-box{
    width:116%;
    overflow:hidden;
}
.sidebar .baike-box li{
    float:left;
    width:81px;
    margin:18px 35px 0 0;
    font-weight:400;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
/* 最新百科 */
.newest-baike{
    margin:20px 0;
}
/* 推荐文章 */
.rec-news{
    height:452px;
    padding:30px;
    border-radius:4px;
    font-weight:400;
    background:#fff;
}
.rec-news .news-list{
    padding-top:20px;
}
.rec-news .news-list li{
    height: 60px;
    margin-bottom:30px;
    overflow:hidden;
}
.rec-news .news-list .fl{
    width:108px;
    height:60px;
    margin-right:12px;
}
.rec-news .news-list .fl a{
    height:38px;
    line-height:20px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.rec-news .news-list .fl span{
    display:block;
    margin-top:11px;
    color:#bbb;
}
.rec-news .news-list .fr img{
    width:80px;
    height:60px;
    border-radius:4px;
}
.sidebar .more-btn{
    display:block;
    width:110px;
    height:24px;
    margin:0 auto;
    padding-top:10px;
    border-radius:17px;
    border:1px solid #ddd;
    font-size:13px;
    color:#999;
    text-align:center;
}
.sidebar .more-btn:hover{
    color:#fff;
    background:#FF8041;
    border:1px solid #FF8041;
}