﻿@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_Text {
    margin-bottom: 20px;
}

.TaxonTitle .Title-z {
    font-size: 75px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    color: #ffffff;
    position: absolute;
    top: 220px;
    left: 0;
    width: 100%;
    margin: 0 auto;
}

@media (max-width:767px) {
    .TaxonTitle .Title-z {
        display: none;
    }
}

.Title-e {
    color: #999999;
}

/*分页样式*/
#page {
    text-align: center;
    margin: 40px 0 100px;
}

#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 */