.info-detail{
    padding: 20px;
    background: #fff;
    overflow: hidden;
}
h1.info-detail-tit{
    color: #000000;
    font-size: 20px;
    width: 100%;
}
.info-detail-tag{
    margin: 14px 0;
}
.info-detail-tag span{
    color: #999999;
    margin-right: 18px;
}
p.info-abstract{
    width: 794px;
    background: #DEDEDE;
    padding: 8px;
    line-height: 18px;
    color: #888;
    font-size: 12px;
    margin-bottom: 12px;
}
.info-detail-cont p{
    text-indent: 20px;
    color: #505050;
    line-height: 22px;
    margin-bottom: 4px;
}
.info-detail-cont span{
    text-indent: 20px;
    color: #505050;
    line-height: 22px;
    margin-bottom: 4px;
}
.info-detail-cont img{
    max-width: 100%;
    margin: 12px 0;
    display:inline-block;
	*display:inline;
	*zoom:1;
}
.info-statement{
    width: 790px;
    padding: 12px 12px;
    margin-top: 16px;
}
.info-statement label{
    width: 65px;
    display: inline-block;
    font-size: 12px;
    color: #333;
    float: left;
}
p.info-statement-cont{
    color: #888;
    line-height: 20px;
    font-size: 12px;
    display: inline-block;
    width: 700px;
}
.info-detail-tag{
    margin: 16px 0;
    color: #333;
    margin-right: 6px;
}
.info-detail-tag span.info-detail-tag-txt{
    padding: 0 10px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #4A8EFF;
    border-radius: 2px;
    color: #4A8EFF;
    line-height: 24px;
    text-align: center;
    margin-right: 6px;
    display: inline-block;
}
p.turn-tag-cont{
    color: #999999;
    font-size: 12px;
    width: 48%;
    display: inline-block;
}
p.turn-tag-cont a{
    color: #999;
}
p.turn-tag-right{
    text-align: right;
}
/* 相关推荐 */
.info-details-tit{
    height: 58px;
    line-height: 58px;
    padding: 0 16px;
    width: auto;
    border-bottom: 1px solid #eee;
    color: #000;
    font-size: 18px;
    font-weight: bold; 
}
.info-details-tit i{
    background:#4A8EFF; 
    width: 4px;
    height: 18px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle; 
}
ul.info-more{
    padding: 16px 16px 0;
    width: 818px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.info-more li.info-more-list{
    width: 186px;
    height: 190px;
    overflow: hidden;
}
ul.info-more li.info-more-list img{
    width: 186px;
    height: 124px;
}
p.info-more-tit{
    color: #666666;
    line-height: 20px;
    width: 186px;
    margin-top: 6px;
}
.lovecont{
    padding: 0px 30px;
    font-size: 14px;
    overflow: hidden;
}
.lovecont>p{
    width: 360px;
    padding-right: 20px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float:left;
}
.lovecont>p>a{
    color: #666;
}