﻿@charset "utf-8";
/*
** 功能名称：响应式界面布局
** 修改时间：2017年12月19日15:29:21
*/

/* to 新闻列表三十二 */
.list32-Main {
    padding: 2px;
    visibility: hidden;
}
.ie .list32-Main {
    visibility:visible;
}
.list32-top {
    height: 350px;
    position: relative;
    overflow: hidden;
}

.list32-img {
    width: 100%;
    height: 0;
    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: 18px;
    color: #3b3b3b;
    padding: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list32-Main:hover a .list32-Title {
    color: #59e8e8;
}
/* end */
