@charset "utf-8";
.famous-content .famous-item {
    margin-bottom: 2em;
    float: left;
    width: 50%;
    padding: 0 3em 0 0;
}
.famous-content .item-line-box:hover{box-shadow:0 0 25px -5px rgba(0,0,0,.5)}
.famous-content .famous-item .item-line-box {
    cursor: pointer;
    padding: 1em;
    border: solid 1px #e4e4e4;
    transition: all .2s linear;
    
	background-color:#fff;
}
.famous-content .famous-item .item-img {
    float: left;
    padding: .3em 0;
}
.famous-content .famous-item .item-img>img {
    height: 6.6em;
    border-radius: 50%;
}
.famous-content .famous-item .item-text {
    padding-left: 8em;
    height: 6.6em;
    padding-top: 10px;
    margin-top: 4px;
    float: none;
    width: auto;
    margin-bottom: 10px;
}

.famous-content .famous-item .item-text .item-name {
    font-size: 1.2em;
    margin-bottom: .6em;
    color: #000;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.famous-content .famous-item .item-text .item-identity {
    margin-bottom: .8em;
    color: #999;
    height: 20px;
    overflow: hidden;
}
.famous-content .famous-item .item-text .item-course {
    line-height: 1.6em;
    max-height: 3.4em;
    color: #cc001b;
}
.famous-content .famous-item .item-text .item-course span{
    color: #989898;
}
