﻿@charset "utf-8";
/*
** 功能名称：响应式界面布局
** 
*/

/* to新闻列表模板二十 */
.list20-Main {
    padding: 2%;
    margin: 0 auto;
    transition: all .45s cubic-bezier(.215, .61, .355, 1);
    margin-bottom: 20px;
    overflow: hidden;
}
.ie .list20-Main {
    overflow:visible;
}
    .list20-Main .list20-top {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

.list20-img {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.list20-bottom {
    padding: 4%;
    position: relative;
}

.list20-Title {
    width: 80%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #3c3c3c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list20-txt {
    width: 80%;
    height: 20px;
    font-size: 14px;
    color: #9a9a9a;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.list20-cove {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: #fec303;
    background-size: 50%;
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .3s ease-out 0s;
}

    .list20-cove:after {
        content: "";
        background: url(/Webs/r/Article/Themes/images/right-white.svg) no-repeat center center/50%;
        display: block;
        width: 32px;
        height: 32px;
    }

.list20-Main:hover {
    box-shadow: 0 6px 10px 0px rgba(0, 0, 0, 0.08);
}

    .list20-Main:hover > a .list20-bottom .list20-cove {
        opacity: 1;
        right: 5%;
    }
/* end */
