﻿@charset "utf-8";
/*
**功能名称：列表页公共样式，分页栏样式，标题样式
**
*/
.pt10 {
    padding: 10px;
}

.clear {
    clear: both;
}

#list {
    overflow: hidden;
}

#list a:hover {
    text-decoration: none;
}

.TaxonTitle {
    margin: 30px auto 40px;
    text-align: center;
}

.TaxonTitle .Title-z {
    font-size: 30px;
    color: #292929;
}

.Title-e {
    color: #999999;
}

/*分页样式*/
#page {
    text-align: center;
    margin: 40px 0;
}

#pagination {
    display: inline-block;
}

#pagination a, #pagination i {
    color: #808080;
    cursor: pointer;
    margin-left: 10px;
}

#pagination a:hover {
    text-decoration: none;
}
.pageUp {
    margin-left:0px !important;
}
.pageUp, .pageDown {
    font-size: 14px;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #eaeaea;
    display: inline-block;
    border-radius: 2px;
}

.pageCenter a, .pageCenter i {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    background: #eaeaea;
    transition: .6s;
}

.pageCenter a:hover, .pageUp:hover, .pageDown:hover, .pageCenter i:hover {
    color: #fff !important;
}

.pageCenter a.current {
    color: #fff !important;
}

/* end */