﻿@charset "utf-8";
/* CSS Document */
/*翻页样式*/
.t2_fanye {
    text-align: center; margin:30px; overflow:hidden;
}
.t2_fanye span.active {
    display: inline-block;
    line-height: 28px;
    color: #fff;
    border: 1px #24a8e6 solid;
    background-color: #24a8e6;
    padding: 0px 10px;
    margin-right: 5px;
    transition: .4s;
	
}
.t2_fanye a {
    display: inline-block;
    line-height: 28px;
    border: 1px #ddd solid;
    padding: 0px 10px;
    color: #666666;
    margin-right: 5px;
    transition: .4s;
	border-radius:3px;
}
.t2_fanye a:hover{ color: #fff; background:#24a8e6; border: 1px #24a8e6 solid;}
.t2_fanye span {
    display: inline-block;
    line-height: 28px;
    border: 1px #ddd solid;
    padding: 0px 10px;
    color: #666666;
    margin-right: 5px;
    transition: .4s;
	border-radius:3px;
}


























