﻿@charset "utf-8";
/*
** 功能名称：响应式界面布局
** 修改时间：2017年12月19日15:29:21
*/

/* to 新闻列表三十二 */
.list32-Main {
    padding: 2px;
    visibility: hidden;
}
.ie .list32-Main {
    visibility:visible;
}
.list32-top {
    height: 260px;
    position: relative;
    overflow: hidden;
}

.list32-img {
    width: 100%;
    height: 260px;
    /* padding-bottom: 140%; */
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.list32-Title {
    text-align: center;
    font-size: 22px;
    color: #333;
    width: 356px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    margin-top: 25px;
}

.list32-Main:hover a .list32-Title {
    color: #E50012;
}

._mt-50 {
    margin-bottom: 50px;
}
/* end */
@media (max-width:767px) {
    .list32-Title {
        width: 340px;
    }
}