/*拍卖公告*/
.notice-contents{
	height: auto;
}
.notice-term {
    margin-bottom:10px;

}
.notice-left-img{
    margin-right: 20px;
    position: relative;
    height: 160px;
    float: left;
}
.notice-left-img {
    width: 240px;
    text-align: center;
    max-height: 160px;
    line-height: 160px;
    overflow: hidden;
}
.notice-left-img img {
    width: 100%;
    height: 100%;
}
.notice-term li .notice-content {
    float: left;
    width: 290px;
    text-align: left;
}
.notice-term li {
    padding: 10px;
    margin-top: 20px;
    width: 540px;
    float: left;
    background-color: #fff;
}
.notice-left-img, .notice-term li {
    margin:5px;
    position: relative;
    height: 160px;
    float: left;
    
}

.notice-term li .notice-content h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #333;
    font-weight: 800;
}
.notice-term li:hover .notice-content h2{
    color:#d91615;
}
.notice-term li .notice-content .item-descript {
    max-height: 72px;
    color: #999;
    overflow: hidden;
    /* height: 57px; */
    line-height: 18px;
    margin-bottom: 32px;
}
.notice-content .item-author {
    line-height: 14px;
    position: absolute;
    left: 260px;
    right: 15px;
    color: #999;
    bottom: 13px;
}
.notice-content .item-author .company {
    color: #999;
    display: inline-block;
    width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: text;
    vertical-align: -2px;
}
.notice-content .item-author .line {
    width: 1px;
    height: 13px;
    background-color: #e2e2e2;
    margin: 0 12px;
    position: relative;
    top: 2px;
    display: inline-block;
}