﻿@charset "utf-8";
/*
** 功能名称：响应式界面布局
** 修改时间：2017年12月19日15:29:21
*/

.pt10 {
    padding: 10px;
}
.clear{
    clear: both;
}
#list {
    overflow: hidden;
    perspective: 800px;
}
#list a:hover{
    text-decoration: none;
}
.TaxonTitle{
    margin: 40px auto;
    text-align: center;
}
.TaxonTitle .Title-z{
    font-size: 30px;
    color: #292929;
}

/* to 新闻列表三十二 */
.list32-Main{
    padding: 2px;
}
.list32-top{
    height: 350px;
    position: relative;
    overflow: hidden;
}
.list32-top img{
	height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.list32-Title{
    text-align: center;
    font-size: 18px;
    color: #3b3b3b;
    padding: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list32-Main:hover a .list32-Title{
    color: #59e8e8;
}
/* end */

/*分页样式*/
#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;
        }