﻿@charset "utf-8";
/*
** 功能名称：响应式界面布局
** 修改时间：2017年12月19日15:29:21
*/

/* 新闻列表16 */

#list{
    padding:0 20px;
}
.list16-Min {
    position: relative;
    padding: 30px 50px;
    border-left: 2px solid #efefef;
}

.list16-time {
    padding-top: 30px;
}

.list16-month, .list16-Title {
    font-size: 18px;
    color: #434343;
}

.list16-month {
    text-align: center;
}

.list16-Title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .6s cubic-bezier(.215, .61, .355, 1);
}

.list16-txt {
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 38px;
    margin-top: 10px;
}
.list16-Time {
    margin-top:5px;
    color: #999999;
}
.list16-cover {
    width: 20px;
    height: 20px;
    border: 3px solid #efefef;
    background: #cacaca;
    border-radius: 100%;
    position: absolute;
    left: -11px;
    top: 30px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1);
    box-sizing: border-box;
}

.list16-Main:hover > div .list16-Min .list16-cover {
    border-color: #53ceda;
    background: #fff;
}

.list16-Main:hover > div .list16-Min a .list16-Title {
    color: #53ceda;
}

@media (max-width: 767px) {
    .list16-Min {
        padding: 30px 0 20px 20px;
    }
}
/* end */
