﻿@charset "UTF-8";
.excellent-wrap{
    margin-top: 110px;
}
.common-line{
    margin-bottom: 16px;
}
#excellent ul li.excel-item{
    height: auto;
}
#excellent ul li.excel-item{
    margin-bottom: 24px;
}
#excellent ul li.excel-item > img{
    display: block;
    width:100%;
    /*height: 240px;*/
    height: auto;
}
#excellent .excel-item > .excel-author{
    width: 100%;
    height: 64px;
    line-height: 64px;
    padding:0 15px;
    text-align: left;
    margin: 0;
}

#excellent .excel-item > .excel-author >img{
    float:right;
    width: 56px;
    height: 56px;
    margin-top: 8px;
}
#excellent .excel-item > p.excel-desc{
    padding:0 15px;
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 16px;
    text-align: left;
    color: #666;
}