﻿@charset "utf-8";
/*
** 功能名称：响应式界面布局
** 修改时间：2017年12月19日15:29:21
*/

/* 新闻列表5 */
.list5-Main {
    width: 100%;
    margin-bottom: 40px;
}
.ie .list5-Main {
    visibility:visible;
}
    .list5-Main .list5-left {
        width: 15%;
        height: 80px;
        float: left;
        margin-right: 5%;
    }

    .list5-Main .list5-right {
        width: 80%;
        float: left;
        box-sizing: border-box;
        padding-right: 3%;
        padding-bottom: 1%;
        border-bottom: 1px dashed #dddddd;
    }

    .list5-Main:after {
        content: "";
        display: block;
        clear: both;
    }

.list5-Title {
    font-size: 24px;
    color: #3b3b3b;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 20px;
}

.list5-txt {
    font-size: 14px;
    color: #929292;
}

.list5-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height:38px;
}
.list5-Time {
    margin-top:5px;
    color:#929292;
}
.list5-more {
    margin-top: 10px;
    font-size: 14px;
    color: #3f3f3f;
}

    .list5-more a {
        color: #3f3f3f;
    }

.list-year {
    max-width: 100px;
    width: 100%;
    text-align: center;
    border-top: 3px solid #57d1de;
    margin: 0 auto;
}

    .list-year div:first-child {
        font-size: 40px;
        font-weight: bold;
        color: #3b3b3b;
    }

    .list-year div:last-child {
        font-size: 14px;
        color: #3b3b3b;
    }

.list5-Main:hover > .list5-right > .list5-Title {
    color: #53ceda;
}

.list5-Main:hover > .list5-right > .list5-more > a {
    color: #53ceda;
}

.list5-Main .list5-right .list5-more a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .list5-Main .list5-right {
        width: 100%;
    }
}
/* end */
