.new_article_title{
    width:300px;
    height:300px;
    line-height:30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    padding:10px;
    display: block;
}
.new_article_title .article-title{
    width: 280px;
    height: 32px;
    line-height: 32px;
    text-align: left;
    font-size: 12px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new_article_title .main-title{
    font-size: 14px;
    color: #ff6600;
}
.new_article_title .sub-title{
    font-size: 14px;
    color: #424242;
}
.one_article_title{
    width:450px;
    height:350px;
    line-height:30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    padding:10px;
}
.one_article_title .main-title{
    font-size: 14px;
    color: #ff6600;
}
.one_article_title .sub-title{
    font-size: 14px;
    color: #424242;
}

.one_article_title .article-title{
    width: 320px;
    height: 32px;
    line-height: 32px;
    text-align: left;
    font-size: 12px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.one_article_title .article-date{
    width: 130px;
    height: 20px;
    line-height: 20px;
    text-align: right;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top_book{
    width:280px;
    height:640px;
    text-align: center;
}
.top_book .book-cover{
    width: 105px;
    height: 150px;
    box-shadow: 10px 10px 10px rgba(0,0,0,.5);
    /*考虑浏览器兼容性*/
    -moz-box-shadow: 10px 10px 10px rgba(0,0,0,.5);
    -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,.5);
}

.top_book .book-title{
    width: 280px;
    height: 25px;
    font-size: 12px;
    font-weight: bold;
    line-height:25px;
    text-align: center;
    color: grey;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top_book .book-price{
    width: 280px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    line-height:30px;
    text-align: center;
    color: #f40;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article_class_title{
    width:1200px;
    height:300px;
    line-height:30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    padding:10px;
}
.article_class_title .article-title{
    width: 1000px;
    height: 32px;
    line-height: 32px;
    text-align: left;
    font-size: 14px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article_class_title .article-date{
    width: 200px;
    height: 20px;
    line-height: 20px;
    text-align: right;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article_class_title .main-title{
    font-size: 14px;
    color: #ff6600;
}
.article_class_title .sub-title{
    font-size: 14px;
    color: #424242;
    color:#5FB878;
    color:#1E9FFF;
}
