﻿@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;
}


/* to新闻列表模板二十 */
.list20-Main {
    padding: 2%;
    margin: 0 auto;
    transition: all .45s cubic-bezier(.215, .61, .355, 1);
    margin-bottom: 20px;
}
.list20-Main .list20-top{
    width: 100%;
    height: 245px;;
    position: relative;
    overflow: hidden;
}
.list20-top img{
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: .6s;
}
.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: url("../images/right.svg") center center no-repeat;
    background-color:#fec303;
    background-size: cover;
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .3s ease-out 0s;
}
.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 */

/*分页样式*/
#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;
        }
























