
/*-------------

ad

-------------*/

.ad-content {
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
    min-height: 150px;
}

.ad-item a {
    background-color: #fefefe;
    width: 100%;
    overflow: hidden;
}

.ad-item h6 {
    font-size: 15px;
    line-height: 18px;
    color: #454545;
    background-color: #fff;
    text-align: center;
    padding: 12px 6px;
}

.ad-item h5 {
    font-size: 14px;
    line-height: 15px;
    color: #767676;
    text-align: center;
    padding: 0px 24px 6px;
}

.ad-item .ad-img {
    border: 1px solid #f1f1f1;
    height: 180px;
    margin: 6px 6px;
    background-color: #fefefe;
    overflow: hidden;
    position: relative;
}

.ad-item .ad-img img {
    position: absolute;
    left: 0;
    height: 100%;
}

.ad-item .item-banner {
    width: 120px;
    height: 50px;
}

.ad-item .content {
    overflow: hidden;
}

.ad-item .item-title {
    color: #232323;
    font-size: 15px;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ad-item .item-brief {
    color: #787878;
    font-size: 13px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ad-content:hover {
    box-shadow: 0 2px 8px 4px #898989;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.ad-content:hover,
.ad-content:hover a,
.ad-content:hover h6 {
    background-color: #00a8ff;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
