@import 'base_1.css';
/* content */

/* 图文列表样式 */
dl.newsList {
    padding: 15px 0;
    border-bottom: 1px dashed #E5E5E5;
    display: flex;
}

dt.imgDt {
    width: 240px;
    height: 135px;
    /*background: linear-gradient(0deg, #209CFF 0%, #68E0CF 100%);*/
    border-radius: 1px;
    position: relative;
}

dl.newsList dt img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

dd.imgDd {
   margin-left: 20px;
   flex: 1;
}
dl.newsList dd h3 {
    margin-bottom: 5px;
}

dl.newsList dd h3 a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
}

dl.newsList dd h3 a:hover {
    color: #DF1129;
}

dl.newsList dd p {
    color: #888;
    font-size: 12px;
}

.text_p {
    margin-top: 5px;
    width: 100%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 12px;
}

/* 小分辨率 */
@media screen and (min-width: 992px) {}

/* 手机 */
@media screen and (max-width: 768px) {}