﻿@charset "utf-8";
/*
** 功能名称：响应式界面布局
** 修改时间：2017年12月19日15:29:21
*/

/* to 新闻列表13 */
.list13-Main {
    padding: 3% 0;
    border-bottom: 1px dashed #ebebeb;
}

.ie .list13-Main {
    visibility: visible;
}

.list13-Main:after {
    display: block;
    content: "";
    clear: both;
}

.list13-time {
    width: 80px;
    height: 80px;
    background: #eeeff2;
    text-align: center;
    float: left;
    transition: .6s;
}

.list13-month {
    font-size: 36px;
    color: #404040;
}

.list13-year {
    font-size: 14px;
    color: #404040;
}

.list13-Min {
    float: left;
    width: 915px;
    padding: 0 5%;
}

.list13-Title {
    font-size: 18px;
    color: #535353;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 8px;
}

.list13-txt {
    font-size: 14px;
    color: #a6a6a6;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list13-Main:hover > .list13-time * {
    color: #fff;
}

.list13-Main:hover > .list13-Min a .list13-Title {
    color: #53ceda;
}
/* end */
