﻿@charset "utf-8";
/*
** 功能名称：响应式界面布局
** 修改时间：2017年12月19日15:29:21
*/
#innerMeun{
    display:none;
}
.container.list_18 {
    padding-top: 50px;
    padding-bottom: 25px;
}
#list{
    overflow:inherit;
}
/* to 新闻列表二十六 */
.list26-Main {
    padding: 0;
    margin-bottom: 40px;
    transition: .6s ease-in-out;
    visibility: hidden;
}
.ie .list26-Main {
    visibility:visible;
}
.list26-top {
    width: 100%;
    /*height: 154px;*/
    overflow: hidden;
    position: relative;
    background: #ffffff;
    border: 1px solid #e8ebf1;
    box-sizing:border-box;
}

.list26-img {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    object-fit:cover;
}

.list26-Title {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    height: 60px;
    line-height:60px;
    text-align:center;
    background: #e8ebf1;
    transition: .6s;
}
 
.list26-Main:hover > a .list26-bottom .list26-Title {
    color: #ff9804;
    transition: .6s;
}

.list26-Main:hover {
    transform: translateY(-15px);
    transition: .6s ease;
}
/* end */
/*屏幕小于或等于1200px*/
@media screen and (max-width:1200px) {

}

/*屏幕小于或等于 991px */
@media screen and (max-width:991px) {
 
}

/*屏幕小于或等于 767px */
@media screen and (max-width:767px) {
 
}

/*屏幕小于或等于 600px */
@media screen and (max-width:600px) {
}

/*屏幕小于或等于 480px */
@media screen and (max-width:480px) {
}