﻿@charset "utf-8";
/*
** 功能名称：响应式界面布局
** 修改时间：2017年12月19日15:29:21
*/

/* to 新闻列表21 */
.list21-Main {
    padding: 2%;
    margin: 0 auto;
    margin-bottom: 20px;
    visibility:hidden;
}
.ie .list21-Main {
    visibility:visible;
}
    .list21-Main .list21-top {
        position: relative;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

.list21-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;
}

.list21-bottom {
    position: relative;
    padding: 4%;
    padding-bottom: 10px;
    transition: all .45s;
}

.list21-bottom-c {
    height: 100px;
}

.list21-Title {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    color: #3c3c3c;
}

.list21-txt {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #9a9a9a;
}

.list21-cove {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    position: absolute;
    right: 15px;
    top: -50%;
    opacity: 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    transition: all ease-out .3s;
}

    .list21-cove:after {
        content: "";
        display:block;
        width:26px;
        height:26px;
        background-image: url('/Webs/r/Article/Themes/images/right-white.svg') ;
        background-repeat:no-repeat;
        background-position:center center;
        background-size:50%;
    }

.list21-Main:hover > a .list21-bottom .list21-cove {
    top: 14px;
    opacity: 1;
}

.list21-Main:hover > a .list21-bottom {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    padding-bottom: 30px;
    border-bottom: 5px solid #fff;
}
/* end */























