﻿@charset "utf-8";
/*
** 功能名称：响应式界面布局
** 修改时间：2017年12月19日15:29:21
*/

.list14-main{
    padding: 2%;
    border-bottom:1px dashed #cfcfcf;
    position: relative;
    overflow:hidden;
    visibility:hidden;
}
.ie .list14-main {
    visibility:visible;
}
.list14-main>a{
    display:block;
    height:100%;
    display:flex;
}
.list14-main a .head{
    width:150px;
    height:105px;
    text-align:center;
    background:#f2f2f2;
    position: relative;
    float: left;
    margin-right: 15px;
    cursor: pointer;
    overflow:hidden;
}
.list14-main a .head .list14-img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.list14-main a .head>.day{
    font-size: 25px;
    line-height: 25px;
    margin-top: 20px;
    color:#666666;
}
.list14-main a .head>.verticalStyleYearandMonth{
    font-size: 14px;
    line-height: 14px;
    color:#666666;
}
.list14-left{
    width: 30%;
    height:100%;
}
.list14-top{
    font-size: 18px;
    color: #2c2c2c;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.list14-bottom{
    font-size: 14px;
    color: #a6a6a6;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    margin-top:10px;
    height:38px;
}
.list14-right {
	width: 42px;
    height: 42px;
    position: absolute!important;
    text-align: center;
    line-height: 42px!important;
    right: 0;
    top: -50%!important;
    transform: translateY(-50%);
    opacity: 0;
    background: #fdd947;
    transition: .6s;
    color: #fff;
}
.main:hover > div.list14-right {
	top: 50%!important;
    opacity: 1;
    border-radius: 100%;
    transition: .6s;
}
.main{
    width:calc(100% - 180px)!important;
    float:left!important;
    padding: 5px 0;
    padding-right:50px!important;
    border-collapse: collapse;
    border-spacing: 0;
    position:relative!important;
    overflow:hidden;
}
.list14-Time {
    color:#a6a6a6;
    margin-top:5px;
    font-size:14px;
}
@media(max-width:768px){
    .main{
        padding-right:0;
        flex:inherit;
    }
}
@media(max-width:480px){
    .list14-main>a{
        display:block;
    }
    .main {
        width:100%!important;
    }
    .list14-main a .head{
        width:100%!important;
        height:200px;
    }
}