a { color: inherit; }
a:hover{ text-decoration: none; }

/* 专题专栏- 概览样式 */
.subjects_content{
    width: 888px;
    float: left;
    list-style: none;
}
.subject_list{
    float: left;
    width: 420px;
}
.subject_listleft{
    margin-right: 40px;
}
.subject_list ul{
    width: 100%;
    border: 1px solid #e2e2e2;
    margin-top: 20px;
}
.subject_list .subject_poster{
    width: 100%;
}
.subject_list ul li.title {
    line-height: 40px;
    font-size: 14px;
    border-bottom: 1px solid #e2e2e2;
}
.smllogo{ height: 36px; }
.smllogo p{
    float: left;
    padding: 0 15px;
    line-height: 36px;
    border-left: 1px solid #e8e8e8;
    text-indent: 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #949494;
}
.smllogo img{
    float: left;
    padding: 0 8px;
    vertical-align: middle;
}

