﻿@charset "utf-8";
/*
** 功能名称：响应式界面布局
** 修改时间：2017年12月19日15:29:21
*/

/* to 新闻列表二十六 */
.list26-Main {
    padding: 2%;
    margin-top: 20px;
    transition: .6s ease-in-out;
    visibility:hidden;
}
.ie .list26-Main {
    visibility:visible;
}
.list26-top {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.list26-img {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.list26-Title {
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    color: #3b3b3b;
    padding-top: 30px;
    transition: .6s;
}

.list26-time {
    font-size: 12px;
    color: #7b7b7b;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 20px;
}

.list26-txt {
    font-size: 14px;
    color: #7b7b7b;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-top: 20px;
    height: 58px;
}

.list26-Main:hover > a .list26-bottom .list26-Title {
    color: #ff9804;
    transition: .6s;
}

.list26-Main:hover {
    transform: translateY(-15px);
    transition: .6s ease;
}
/* end */
