﻿@charset "utf-8";
/*
** 功能名称：响应式界面布局
** 修改时间：2017年12月19日15:29:21
*/

.pt10 {
    padding: 10px;
}
.clear{
    clear: both;
}
.row {
    overflow: hidden;
    perspective: 800px;
}
.row a:hover{
    text-decoration: none;
}
.TaxonTitle{
    margin: 40px auto;
    text-align: center;
}
.TaxonTitle .Title-z{
    font-size: 30px;
    color: #292929;
}


.list14-main{
    padding: 2%;
    border-bottom:1px dashed #cfcfcf;
    position: relative;
    overflow:hidden;
}
.list14-main>a{
    display:block;
    height:100%;
    display:flex;
}
.list14-main a .head{
    width:150px;
    height:100px;
    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;
    margin-top:10px;
}
.list14-right {
	width: 42px;
    height: 42px;
    position: absolute;
    text-align: center;
    line-height: 42px;
    right: 0;
    top: -50%;
    transform: translateY(-50%);
    opacity: 0;
    background: #fdd947;
    transition: .6s;
    color: #fff;
}
.main:hover > div.list14-right {
	top: 50%;
    opacity: 1;
    border-radius: 100%;
    transition: .6s;
}
.main{
    width:100%;
    flex:1;
    float:left;
    padding: 15px 0;
    padding-right:50px;
    border-collapse: collapse;
    border-spacing: 0;
    position:relative;
    overflow:hidden;
}
@media(max-width:768px){
    .main{
        padding-right:0;
        flex:inherit;
    }
}
@media(max-width:480px){
    .list14-main>a{
        display:block;
    }
    
    .list14-main a .head{
        width:100%;
        height:100%;
    }
}
/*分页样式*/
#page {
    text-align: center;
    margin:50px 0;
}
#pagination {
    display: inline-block;
}
    #pagination a, #pagination i {
        font-size: 16px;
        color: #808080;
        padding: 10px;
        cursor: pointer;
    }
        #pagination a.current {
            color: #af251b;
        }
























