﻿@charset "utf-8";
/*
** 功能名称：响应式界面布局
** 
*/

.list14-Main{
    padding: 2% 15px;
    border-bottom:1px dashed #a6a6a6;
    position: relative;
    overflow:hidden;
}
    .list14-Main::after {
        display:block;
        content:"";
        clear:both;
    }
/*.ie .list14-Main {
    overflow:visible;
}*/
.list14-Main>a{
    display:block;
    height:100%;
    display:flex;
}
.list14-Main a .head{
    width:80px;
    height:80px;
    text-align:center;
    background:#f2f2f2;
    position: relative;
    float: left;
    margin-right: 15px;
    min-height: 23px;
    line-height: 23px;
    cursor: pointer;
}
.list14-Main a .head img{
    width:100%;
    height:100%;
}
.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; 
    height:38px;
}
.list14-right {
	width: 42px;
    height: 42px;
    position: absolute;
    text-align: center;
    line-height: 42px;
    right: 0%;
    top: 10%;
    margin-top:-21px;
    opacity: 0;
    filter:alpha(opacity=0); 
    background: #fdd947 url(../images/go.png) center center no-repeat;
    transition: 0.6s;
    color: #fff;
}
.main:hover > div.list14-right {
	top: 50%;
    opacity: 1;
    filter:alpha(opacity=100); 
    border-radius: 100%;
    transition: 0.6s;
}
.main{
    float:left;
    height: 100%;
    padding: 15px;
    padding-right:50px;
    border-collapse: collapse;
    border-spacing: 0;
    position:relative;
    min-height:80px;
    overflow:hidden;
    width:1040px;
}