﻿@charset "utf-8";
/*
** 功能名称：响应式界面布局
** 修改时间：2017年12月19日15:29:21
*/

/*  to 新闻列表12 */
.list12-Main{
    padding: 2% 0%;
    border-bottom: 1px dashed #ebebeb;
    margin-bottom: 20px;
}
    .list12-Main:after {
        content:"";
        display:none;
        clear:both;
    }
.ie .list12-Main {
    visibility:visible;
}
.list12-top{
    margin-bottom: 15px;
}
.list12-top:after,.list12-Main:after{
    display: block;
    content: "";
    clear: both;
}
.list12-Title{
    font-size: 18px;
    color: #373737;
    width: calc(100% - 130px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
}
.list12-time {
    font-size: 18px;
    color: #373737;
    width: 110px;
    float: right;
    text-align:right;
    margin-right:10px;
}
.list12-txt{
    font-size: 14px;
    color: #a6a6a6;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    height:36px;

}
.list12-Main:hover .list12-top *{
    color: #53ceda;
}
/* end */
