﻿@charset "utf-8";
html,body,div,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,object,code,legend,button,input,textarea,label,th,td,a,img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0
}
body {
	font-family: "Noto Sans SC" !important;
	color: #111;
	background-color: #f9f9f9
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	font-size: 100%
}

:focus {
	outline: 0
}

ul,ol {
	list-style: none
}

fieldset,img {
	border: 0;
	vertical-align: top
}

address,caption,cite,code,dfn,em,i,th,var,optgroup {
	font-style: normal;
	font-weight: 400
}

abbr,acronym {
	border: 0;
	font-variant: normal
}

input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit
}

code,kbd,samp,tt {
	font-size: 100%
}

input,button,textarea,select {
	*font-size: 100%;
	outline: 0
}

textarea {
	resize: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

blockquote,q {
	quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none
}

.fl {
	float: left
}

.fr {
	float: right
}

a {
	color: #333;
	text-decoration: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
	text-decoration: none;
}

a:hover {
	text-decoration: none !important;
}

a.special,.special a {
	color: #1eb37b
}

a.special:hover,.special a:hover {
	color: #1eb37b;
	text-decoration: none
}

.cf:before,.cf:after,.clearfix:before,.clearfix:after {
	content: "";
	display: table
}

.cf:after,.clearfix:after {
	clear: both
}

.cf,.clearfix {
	clear: both;
	*zoom: 1
}


.f12,.fb12 {
	font-size: 12px
}

.simsun {
	font-family: SimSun
}

.f14,.fb14 {
	font-size: 14px
}

.f16,.fb16 {
	font-size: 16px
}

.f18,.fb18 {
	font-size: 18px
}

.f20,.fb20 {
	font-size: 20px
}

.fb,.fb12,.fb14,.fb16,.fb18,.fb20 {
	font-weight: 700
}

.tc {
	text-align: center
}

.tr {
	text-align: right
}

.show {
	display: block
}

.hide {
	display: none!important
}

.ti,.te {
	white-space: nowrap;
	overflow: hidden
}

.ti {
	text-indent: -999em
}

.te {
	text-overflow: ellipsis
}

.page_info{
	text-align:center;
	margin-top:10px;
	color:#b1b1b1;
}
.page_info span{
	padding:0 2px;
	font-weight:bold;}
.page_list{
	height:37px;
	line-height:37px; 
	text-align:center;
	letter-spacing:0; 
	font-size:14px;
	margin-top:40px;}
.page_list a{
	display:inline-block;
	color:#898989;
	border:1px solid #eee;
	background:#eee;
	text-align:center;
	padding:0 15px;
	margin:0 5px;
}
.page_list a:hover{color:#fff;border:1px solid #cccccc;background:#cccccc;}
.page_list a.on{color:#fff;border:1px solid #cccccc;background:#cccccc;}


@media screen and (max-width:576px) {
    .page_list {
    height: 30px;
    line-height: 30px;
    }
    .page_list a{
     padding: 0 10px;
    }
 }