.content-left>.left-menu{
    width:265px;
    padding:0;
    webkit-box-shadow: 0 0px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0px 2px rgba(0,0,0,.2);
    box-shadow: 0 0px 2px rgba(0,0,0,.2);
}
.left-menu>li>span{
    border-bottom:1px solid #ddd;
}
.left-menu>li>span:last-child{
    border:none;
}

/*.lowerMenu>li{*/
/*border-bottom:1px solid #ddd;*/
/*}*/
/*.lowerMenu>li:last-child{*/
/*border:none;*/
/*}*/
.content-right{
    width:calc(100% - 300px);
    padding:20px;
    webkit-box-shadow: 0 0px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0px 2px rgba(0,0,0,.2);
    box-shadow: 0 0px 2px rgba(0,0,0,.2);
}
.content-right .intro-title{
    border-bottom:1px solid #ddd;
}
.intro-content{
    line-height:22px;
}
.intro-content>p{
    margin-bottom:10px;
}
.content-right .classify-icon{
    width:80px;
    height:80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size:80px 80px;
}
.content-right .classify-wrapper .classify-list{
    height:100px;
    border-bottom:1px solid #ddd;
}
.readvolume{
    background:url(../img/eye.png) no-repeat left center;
    background-size:15px;
}
.friendLink>div>a:hover{
    color:#3eb4fa;
    text-decoration:underline;
}
/*征订排行*/
.rankingsLists .list-title{
    border-bottom:1px solid #ddd;
}
.rankingsLists .list-icon{
    width:60px;
    height:60px;
    background-repeat:no-repeat;
    background-position:center center;
    /*background-size:60px 60px;*/
}
.rankingsLists .list-num{
    width:16px;
    height:16px;
    line-height:16px;
    background:#8eb9f5;
}
.rankingsLists .list-num.first{
    background:#f54545;
}
.rankingsLists .list-num.second{
    background:#ff8547;
}
.rankingsLists .list-num.third{
    background:#ffac38;
}
/*资源应用*/
.article-content,.intro-content,.help-content{
    word-wrap: break-word;
}
.noData {
    width: 100%;
    height: 100%;
    font-size: 150px;
    text-align: center;
    padding: 80px;
    /* color: #3eb4fa; */
    color: #999;
    display: none;
}
.noData span {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    width: 100%;
    text-align: center;
    font-size: 22px;
    float: left;
    margin-top: 20px;
}


