﻿@charset "utf-8";
/*
** 功能名称：响应式界面布局
** 
*/

/* to新闻列表10 */
.list10-Main {
    margin-bottom: 40px;
    visibility: hidden;
}
.ie .list10-Main {
    visibility:visible;
}
    .list10-Main:after {
        display: block;
        content: "";
        clear: both;
    }

.list10-left {
    position: relative;
    height: 150px;
    overflow: hidden;
}

    .list10-left img {
        min-width: 100%;
        width: 100%;
        min-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.list10-time {
    width: 100px;
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative;
    left: 0px;
    text-align: left;
    transition: all .45s cubic-bezier(.215, .61, .355, 1);
}

.list10-month {
    font-size: 30px;
    color: #414141;
}

.list10-year {
    font-size: 18px;
    color: #717171;
}

.list10-Min {
    padding-top: 10px;
    position: relative;
    left: 0;
    transition: all .45s cubic-bezier(.215, .61, .355, 1);
}

.list10-Title {
    width: 80%;
    font-size: 20px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 25px;
}

.list10-txt {
    width: 80%;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 56px;
}

.list10-cover {
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border: 1px solid #c1c1c1;
    color: #c1c1c1;
    text-align: center;
    line-height: 35px;
    transition: all .45s cubic-bezier(.215, .61, .355, 1);
    background: url("/Webs/r/Article/Themes/images/right-gray.svg") center center no-repeat;
    background-size: 20px 20px !important;
}

.list10-Main:hover .list10-time {
    left: 20%;
}

.list10-Main:hover .list10-Min {
    left: 20px;
}

    .list10-Main:hover .list10-Min .list10-Title {
        color: #89c997;
    }

.list10-Main:hover a .list10-cover {
    background: #89c997 url("/Webs/r/Article/Themes/images/right-white.svg") center center no-repeat;
    border-color: transparent;
}
/* end */
