.spot-im-amp {
    margin: 0 10px;
    color: #373e44;
}
.spotim-title {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    height: 47px;
    line-height: 47px;
    border-top: 2px solid;
}
.spot-im-amp amp-ad {
    margin: 0 auto;
display: block;
    margin-top: 20px;
}
.spotim-amp-list {
    margin-top: 10px;
}
.item {
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
    padding: 10px 5px;
    clear: both;
    width: 80%;
    height: 180px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-bottom: 10px;
    position: relative;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.item .item-content amp-img {
    float: left;
    margin-right: 10px;
}
.item .item-link {
    display: block;
    text-decoration: none;
    color: #373e44;
}
.item .item-content {
    height: 50%;
}
.item .item-title {
    white-space: normal;
    min-height: 79px;
    display: -webkit-box;
    font-size: 13px;
    line-height: 1.5em;
    max-height: 3em;
    font-weight: bold;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item .item-social {
    padding-left: 34px;
    margin-top: 15px;
}
.item .item-social amp-img {
    float: left;
    margin-left: -34px;
    margin-top: -5px;
    border-radius: 50%;
    background-color: #f6f7f8;
}
.item .item-social .item-social-details {
    padding: 0 7px;
}
.item .item-social .item-social-details .item-comment-head {
    font-weight: 700;
    font-size: 11px;
    color: #373e44;
    line-height: 1.3em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item .item-social .item-social-details .item-comment-head .time {
    font-size: 11px;
    color: #7b7f83;
    line-height: 1.3em;
}

.item .item-comment-text {
    white-space: normal;
    margin-top: 20px;
    padding-left: 42px;
    font-size: 13px;
    color: #373e44;
    line-height: 18px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 40px;
}

.spot-im-amp-overflow {
    background: white;
    font-size: 15px;
    padding: 15px 0;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    color: #307fe2;
}