@charset "utf-8";
html {
	color:#000;
	background:#FFF
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
fieldset, img {
	border:0
}
ol, ul {
	list-style:none
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal
}
q:before, q:after {
	content:''
}
abbr, acronym {
	border:0;
	font-variant:normal
}
sup {
	vertical-align:text-top
}
sub {
	vertical-align:text-bottom
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit
}
input, textarea, select {
*font-size:100%
}
legend {
	color:#000
}
body {
	background-color: #FFF;
	font: normal 12px arial, sans-serif;
	line-height:1;
	white-space:normal;
}
a {
	color: #15c;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	color:#22749b
}
a:active {
	color: #d14836;
}

.red, .red a {
	color:#F30 !important;
}
.blue, .blue a {
	color:#15c !important;
}
.gray, .gray a {
	color:gray !important;
}
.green, .green a {
	color:green !important;
}
.black, .black a {
	color:black !important;
}
.pipe {
	padding: 0 0.4em;
	color: #DDD;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table td, table th {
	padding:5px;
}
strong {
	color: #222;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
}
textarea {
	color:#333;
	overflow-y:auto;
	padding:0;
	margin: 0;
	outline:0;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
input[type=text], input[type=password] {
	color:#333;
	margin: 0;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align:middle;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	padding: 8px;
	height: 12px;
	line-height:12px;
}
.input {
	color:#333;
	margin: 0;
	background: #fff;
	vertical-align:middle;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	padding: 8px;
	height: 12px;
	line-height:12px;
}
input[type=text]:hover, input[type=password]:hover, textarea:hover, select:hover {
	border-color: #a0a0a0 #b9b9b9 #b9b9b9;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.input:hover {
	border-color: #a0a0a0 #b9b9b9 #b9b9b9;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	outline: none;
	border-color:#7CBDF0;
	border-color: rgba(82, 168, 236, .75);
	box-shadow: 0 0 8px rgba(82,168,236,.5);
	-moz-box-shadow: 0 0 8px rgba(82,168,236,.5);
	-webkit-box-shadow: 0 0 8px rgba(82,168,236,.5);
}
.input:focus {
	border-color:#7CBDF0;
}
input:disabled, input:disabled:hover {
	border-color:#DDD;
	background:#FDFDFD;
	box-shadow:none;
}
:root input[type=checkbox], :root input[type=radio] {
	-webkit-appearance: none;
	appearance: none;
	width: 13px;
	height: 13px;
	margin: 0;
	cursor: pointer;
	vertical-align: bottom;
	background: #fff;
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
:root input[type=checkbox]:active, :root input[type=radio]:active {
	border-color: #c6c6c6;
	background: #ebebeb;
}
:root input[type=checkbox]:hover {
	border-color: #c6c6c6;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
}
:root input[type=radio] {
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	width: 15px;
	height: 15px;
}
:root input[type=checkbox]:checked, :root input[type=radio]:checked {
	background: #fff;
}
:root input[type=radio]:checked::after {
	content: '';
	display: block;
	position: relative;
	top: 3px;
	left: 3px;
	width: 7px;
	height: 7px;
	background:#357AE8;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
:root input[type=checkbox]:checked::after {
	content: url(../images/vip/checkmark.png);
	display: block;
	position: absolute;
	top: -6px;
	left: -5px;
}
input[type=checkbox]:focus {
	outline: none;
	border-color:#4d90fe;
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
 border:none;
 padding:0;
}
button, input[type=button], input[type=submit], input[type="reset"], .btn {
	background-color: #F5F5F5;
	background-image: -webkit-gradient(linear, from(#f5f5f5), to(#f1f1f1));
	background-image: -webkit-linear-gradient(#f5f5f5, #f1f1f1);
	background-image: -moz-linear-gradient(#f5f5f5, #f1f1f1);
	background-image: -ms-linear-gradient(#f5f5f5, #f1f1f1);
	background-image: -o-linear-gradient(#f5f5f5, #f1f1f1);
	background-image: linear-gradient(#f5f5f5, #f1f1f1);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f1f1f1', GradientType=0 );
	min-width: 54px;
	min-width: 36px\0/;
	height: 30px;
	overflow:visible;
	padding: 0 8px;
	margin:0;
	outline: 0;
	border: 1px solid #DCDCDC;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 2px;
	color: #444;
	font-size: 12px;
	font-weight: bold;
	line-height: 27px;
 *line-height: 25px;
	line-height: 29px\0/;
	text-align: center;
	vertical-align:middle;
	cursor:pointer;
}
*html button {
	background-color: #F5F5F5;
	width:54px;
	height:27px;
	overflow:visible;
	padding: 0 8px;
	border: 1px solid #DCDCDC;
	font-size:12px;
	font-family:Tahoma;
	vertical-align:middle;
}
button:hover, input[type=button]:hover, input[type=submit]:hover, input[type="reset"]:hover, .btn:hover {
	background-color: #F8F8F8;
	background-image: -webkit-gradient(linear, from(#f8f8f8), to(#f1f1f1));
	background-image: -webkit-linear-gradient(#f8f8f8, #f1f1f1);
	background-image: -moz-linear-gradient(#f8f8f8, #f1f1f1);
	background-image: -ms-linear-gradient(#f8f8f8, #f1f1f1);
	background-image: -o-linear-gradient(#f8f8f8, #f1f1f1);
	background-image: linear-gradient(#f8f8f8, #f1f1f1);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f1f1f1', GradientType=0 );
	border-color:#C6C6C6;
	color: #333;
}
.submit {
	background-color: #3D9400;
	background-image: -webkit-gradient(linear, from(#3d9400), to(#398a00));
	background-image: -webkit-linear-gradient(#3d9400, #398a00);
	background-image: -moz-linear-gradient(#3d9400, #398a00);
	background-image: -ms-linear-gradient(#3d9400, #398a00);
	background-image: -o-linear-gradient(#3d9400, #398a00);
	background-image: linear-gradient(#3d9400, #398a00);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d9400', endColorstr='#398a00', GradientType=0 );
	border-color:#29691D;
	color: #FFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
.submit:hover {
	background-color: #368200;
	background-image: -webkit-gradient(linear, from(#3d9400), to(#368200));
	background-image: -webkit-linear-gradient(#3d9400, #368200);
	background-image: -moz-linear-gradient(#3d9400, #368200);
	background-image: -ms-linear-gradient(#3d9400, #368200);
	background-image: -o-linear-gradient(#3d9400, #368200);
	background-image: linear-gradient(#3d9400, #368200);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d9400', endColorstr='#368200', GradientType=0 );
	border-color:#2D6200;
	color: #FFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}
.button {
	color: #FFF;
	border: solid 1px #1c6a9e;
	background: #2288cc;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#2288cc');
	background: linear-gradient(top, #33bbee, #2288cc);
	background: -moz-linear-gradient(top, #33bbee, #2288cc);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#2288cc));
	text-shadow: -1px -1px 1px #1c6a9e;
}
.button:hover {
	background: #2288cc;
	filter:none;
	color:#FFF;
	border-color:#0F3A56;
}
.button:active {
	border-color:#1c6a9e;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#2288cc');
	background: linear-gradient(top, #33bbee, #2288cc);
	background: -moz-linear-gradient(top, #33bbee, #2288cc);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#2288cc));
}
.remind {
	background-color: #D14836;
	background-image: -webkit-gradient(linear, from(#dd4b39), to(#d14836));
	background-image: -webkit-linear-gradient(#dd4b39, #d14836);
	background-image: -moz-linear-gradient(#dd4b39, #d14836);
	background-image: -ms-linear-gradient(#dd4b39, #d14836);
	background-image: -o-linear-gradient(#dd4b39, #d14836);
	background-image: linear-gradient(#dd4b39, #d14836);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd4b39', endColorstr='#d14836', GradientType=0 );
	border-color:#B0281A;
	color: #FFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
}
.remind:hover {
	background-color: #C53727;
	background-image: -webkit-gradient(linear, from(#dd4b39), to(#c53727));
	background-image: -webkit-linear-gradient(#dd4b39, #c53727);
	background-image: -moz-linear-gradient(#dd4b39, #c53727);
	background-image: -ms-linear-gradient(#dd4b39, #c53727);
	background-image: -o-linear-gradient(#dd4b39, #c53727);
	background-image: linear-gradient(#dd4b39, #c53727);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd4b39', endColorstr='#c53727', GradientType=0 );
	border-color: #B0281A #B0281A #af301f #B0281A;
	color: #FFF;
}
button:hover, input[type=button]:hover, input[type=submit]:hover, input[type="reset"]:hover, .button:hover, .submit:hover, .remind:hover, .btn:hover {
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
button:active, input[type=button]:active, input[type=submit]:active, input[type="reset"]:active, .button:active, .submit:active, .remind:active, .btn:active {
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
}
button:disabled, button.disabled {
	box-shadow:none;
	opacity:.5;
	filter:alpha(opacity=50);
}
a.btn {
	padding: 4px 14px;
	text-decoration:none;
	_display:block;
	_padding: 6px 14px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height:0;
}
.clearfix {
	display: inline-block;
}
html[lang] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.inner {
	width:960px;
	margin:0 auto;
}
#TopNav{background-color:#f5f5f5;width:auto;min-width:960px;border-bottom:1px solid #dcdcdc;}
#site-nav-bd{position:relative;width:960px;margin:0 auto;height:26px;line-height:26px;margin:0 auto;padding:1px 0;z-index:10000;color:#000;}
.sitenav-shoucang a{background:url(../images/shoucang.png) no-repeat 0 3px;padding-left:18px;float:left;}

#TopMenu {
	margin:0;
	padding:0;
	height:26px;
	line-height:26px;
	overflow:hidden;
	position:relative;
}
#TopMenu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#TopMenu ul li {
	list-style-type:none;
	margin:0;
	padding-bottom:2px;
	vertical-align:middle;
	float:left;
	line-height:26px;
	padding-left:0px;
}
#TopMenu ul li.selected span {
	color:#000;
	font-weight:bold;
}
#TopMenu ul li a{color:#666;}
#TopMenu ul li a:hover{color:#f50;}
#Personal {
	float:right;
	margin:0px;
	padding-right:0px;
	position:relative;
}
#Personal a:hover{color:#f50;}

#header {
	width:960px;
	margin:30px auto 0;
	height:200px;
}
#header div {
	float:left;
}
#header .logo {
	margin-left:370px;
	height:70px;
	margin-top:20px;
	
}
#header .logo a {
	display:block;
	width:120px;
	height:55px;
	text-indent:-9999px;
}
#header .search {
	margin-left:245px;
    margin-top:12px;
}
#header .search input {
	width:400px;
	height:13px;
	line-height:13px;
	border-radius:3px;
	border:2px solid #3D7ECB;
	padding:9px 60px 9px 23px;
	background:url(../images/soso.png) no-repeat 5px center;
	vertical-align:middle;
	outline:none;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	-o-transition:all .3s linear;
	transition:all .3s linear;
}
#header .search input:focus {
	border-color:#06C;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 126, 255,.6);
	-moz-box-shadow: 0px 0px 8px rgba(0, 126, 255,.6);
	box-shadow: 0px 0px 8px rgba(0, 126, 255,.6);
}
#header .search button {
	width:58px;
	height:35px;
	line-height:35px;
	background-color:#3D7ECB;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#0695F8), to(#3D7ECB));
	background:-webkit-linear-gradient(#0695F8, #3D7ECB);
	background:-moz-linear-gradient(#0695F8, #3D7ECB);
	background:-ms-linear-gradient(#0695F8, #3D7ECB);
	background:-o-linear-gradient(#0695F8, #3D7ECB);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0695F8', endColorstr='#3D7ECB', GradientType=0 );
	border:0 none;
	color:#FFF;
	margin:0 0 0 -58px;
	border-radius:0 3px 3px 0;
	vertical-align:middle;
	font-family:'Microsoft Yahei', '微软雅黑';
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
}
#header .search input:focus ~ button {
 text-shadow:1px -1px 10px #0066CC;
}
#header .search button:hover {
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
#header .search button:active {
	background:#06c;
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.5);
	box-shadow: inset 0 1px 5px rgba(0,0,0,.5);
}
#header .search .hotword {
	margin:10px 0;
}
#header .search .hotword a {
	color:#666;
	margin:0 5px;
}


.zk-new-nav {
	height: 16px;
	position: relative;
	z-index: 2;
	bottom: -14px;
	_background:none;
 _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/images/new-nav1.png', sizingMethod='scale');
}
@-webkit-keyframes animation {
0% {
background-position:0 0;
}
25% {
background-position:50% 0;
}
50% {
background-position:100% 0;
}
75% {
background-position:50% 0;
}
100% {
background-position:0 0;
}
}
@-moz-keyframes animation {
0% {
background-position:0 0;
}
25% {
background-position:50% 0;
}
50% {
background-position:100% 0;
}
75% {
background-position:50% 0;
}
100% {
background-position:0 0;
}
}
.zk-new-nav {
	-webkit-transform-origin: center center;
	-webkit-animation-name: animation;
	-webkit-animation-duration: 100s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-transform-origin: center center;
	-moz-animation-name: animation;
	-moz-animation-duration: 100s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
}
#nav .nav {
	display:inline-block;
 *float:left;
}
#nav .nav li {
	display:inline-block;
	height:40px;
}
#nav .nav a {
	font-size: 14px;
	display:inline-block;
	text-align:center;
	line-height:40px;
	color:#FFF;
	font-weight:bold;
	width:85px;
	font-family:'Microsoft Yahei', '微软雅黑';
	text-shadow:1px -1px 1px rgba(0,0,0,.5)
}
#nav .nav a.current, #nav .nav a:hover {
	background-color:#3B69B1;
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,.5);
	box-shadow: inset 0 0 10px rgba(0,0,0,.5);
	text-decoration:none;
	background-image:url(../images/nav_current.png)\9;
	background-repeat:no-repeat\9;
}
#nav .tool-r {
	height:40px;
	line-height:40px;
	float:right;
}
#nav .tool-r a {
	color: white;
	margin: 0 10px;
}

.docnum{
    color:#fff60d;
    font-size:20px;
    font-weight:800;
	font-family:'Georgia';font-style:italic;
}
.docnum2{
    color:#ff0d0d;
    font-size:20px;
    font-weight:800;
	font-family:'Georgia';font-style:italic;
}
.star-list a {
	background: url(../images/vip/icons-star.gif) 0 0 no-repeat;
	padding: 2px 8px;
	zoom: 1;
	font-size: 12px;
	cursor:default;
}
.star-list a.star-half {
	background-position:-43px 0;
}
.star-list a.star-on {
	background-position:-21px 0;
}

#main {
	width:690px;
	float:left;
}
.zk_box {
	border:1px solid #CCC;
	margin-bottom:10px;
	background:#FFF;
	border-radius:3px;
}
.zk_box:hover {
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,.08);
	-moz-box-shadow:2px 2px 2px rgba(0,0,0,.08);
	box-shadow:2px 2px 2px rgba(0,0,0,.08)
}
.zk_box .hd {
	height:30px;
	line-height:30px;
	color:#444;
	position:relative;
}
.zk_box .hd h3 {
	text-shadow: 1px -1px 1px rgba(225, 225, 225, .5);
	font-family:'Microsoft Yahei', '微软雅黑';
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
}
.zk_box .hd p {
	position:absolute;
	right:10px;
	top:0
}
.zk_box .hd p a {
	color:#666;
}
.zk_box .bd {
	padding:0 10px 10px;
}
.zk_box .bdd {
	padding:0 10px 10px;
	text-align:center;
}
.pagenum{font-family:'Georgia';font-style:italic;font-size:14px;color:#888
}

.hotfree .hd {
	background-color:#f5f5f5;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#f5f5f5));
	background:-webkit-linear-gradient(#FFF, #f5f5f5);
	background:-moz-linear-gradient(#FFF, #f5f5f5);
	background:-ms-linear-gradient(#FFF, #f5f5f5);
	background:-o-linear-gradient(#FFF, #f5f5f5);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#f5f5f5', GradientType=0 );
	border-bottom:1px solid #DDD;
}
.hotfree .hd li {
	background:#F9F9F9;
	height:30px;
	float:left;
	font-size:14px;
	padding:0 10px;
	font-family:'Microsoft Yahei', '微软雅黑';
}
.hotfree .hd li.current {
	background:#FFF;
	font-weight:bold;
	height: 31px;
	position:relative;
	margin-bottom:-1px;
}
.hotfree .bd {
	padding:5px 10px;
}
.hotfree .bd a {
	color:#444;
}
.hotfree .bd .blue {
	margin-right:5px;
}
.hotfree .bd dd {
	line-height:22px;
	height:22px;
}
.hotfree .bd dd span {
	float:left;
	width:570px;
	height:22px;
	overflow:hidden;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.hotfree .bd dd b {
	float:right;
	width:85px;
}


.rank {
	background:url(../images/wenku/rank-bar.png) no-repeat 0 0;
}
.top .rank-tab .current {
	background:#fff;
	border-bottom:0 solid #DFDFDF;
	border-top:2px solid #144999;
	color:#000;
}
.top .rank-tab {
	padding:0 10px 0 10px;
	height:25px;
}
.top .rank-tab li {
	cursor:pointer;
	float:left;
	font-size:12px;
	height:25px;
	line-height:25px;
	text-align:center;
	padding:0 14px;
	background:#FBFEFF;
	color:#626262;
	border-bottom:1px solid #D5EBFF;
}
.top .tab-1 {
	border-left:1px solid #D5EBFF;
	border-right:1px solid #D5EBFF;
	border-top:1px solid #ededed;
}
.top .tab-2 {
	border-top:1px solid #ededed;
	border-right:1px solid #ededed;
	border-bottom:1px solid #D5EBFF;
}
.top .tab-3 {
	border-right:1px solid #ededed;
	border-top:1px solid #ededed;
	border-bottom:1px solid #D5EBFF;
}
.top .tab-1, .tab-3 {
	width:48px;
}
.top .tab-2 {
	width:49px;
}

.top .zab-1, .zab-2, .zab-3, .zab-4, .zab-5, .zab-6, .zab-7, .zab-8 {
	border-right:1px solid #D5EBFF;
	border-top:1px solid #ededed;
}

.top .zab-1, .zab-2, .zab-3, .zab-4, .zab-5, .zab-6, .zab-7, .zab-8 {
	width:54px;
}

.top .bd {
	padding:5px 10px;
}
.top .bd li {
	height: 25px;
	line-height:20px;
	padding-left: 23px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 210px;
	position: relative;
	display: block;
}
.top span.num {
	position: absolute;
	left: 0;
	top:4px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	background: #F5F5F5;
	border: 1px solid #E5E5E5;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}
.top span.num.one {
	background: #CC0000 !important;
	border: 1px solid #990000;
	color:#FFF;
}
.top span.num.two {
	background: #F90 !important;
	border: 1px solid #F60;
	color:#FFF;
}
.top span.num.thr {
	background: #090 !important;
	border: 1px solid #060;
	color:#FFF;
}
.album-side .bd {
	padding-bottom:0;
}
.album-side dl {
	height:40px;
	padding:5px 0 5px 20px;
	overflow:hidden;
}
.album-side dt {
	float:left;
	display:inline;
	width:100%;
	height:20px;
	font-size:14px;
	padding:0;
}
.album-side dt img {
	margin-left: -20px;
	vertical-align: -1px;
}
.album-side dd {
	color:#666;
}
.album-side dd span {
	margin-right:8px;
}
.fileext {
	background-image:url(../images/icon_fileext.gif);
	background-position:0 0;
	zoom:1;
	font-size:12px;
	width:16px;
	height:16px;
	display:inline-block;
	overflow:hidden;
	margin-right:5px;
	vertical-align:middle;
}
.fileext.doc {
	background-position:0 0;
}
.fileext.docx {
	background-position:-21px 0;
}
.fileext.ppt {
	background-position:-42px 0;
}
.fileext.pptx {
	background-position:-63px 0;
}
.fileext.xls {
	background-position:-84px 0;
}
.fileext.xlsx {
	background-position:-105px 0;
}
.fileext.pdf {
	background-position:-126px 0;
}
.fileext.rar, .fileext.zip {
	background-position:-147px 0;
}
.fileext.no {
	background-position:-168px 0;
}
#container .links {
	width:100%;
	margin:1px auto;
	clear:both;
	margin-bottom:10px;
}
#container .links .bd {
	padding-bottom:5px;
}
#container .links li {
	float:left;
	width:84px;
	height:20px;
	line-height:20px;
	overflow:hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
#container .links a {
	color:#444;
}

#footer {
	line-height: 2;
	text-align:center;
	color:#555;
	background:#FFF;
	border-top:1px solid #DDD;
	padding-top:10px;
}
::-webkit-input-placeholder {
 color:    #999;
}
:-moz-placeholder {
 color:    #999;
}
.placeholder {
	color:    #999;
}
.signon-box {
	display:inline-block;
	padding:10px 12px;
	height:20px;
	vertical-align:top;
	cursor:pointer;
	white-space:nowrap;
}
.signon-box {
	position:absolute;
	right:44px;
	z-index:1;
}
.signon-box.hover, .signon-box:hover {
	color:#FFF;
	background: rgb(25, 80, 130);
	background:rgba(255,255,255,.1)
}
.signon-box ul {
	display: none;
	width: 140px;
	position: absolute;
	right: -1px;
	background: #3B69B1;
	background: rgba(59, 105, 177,.95);
	border-radius: 0 0 5px 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-radius: 0 0 5px 5px;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,.35);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.35);
	box-shadow: 0 3px 3px rgba(0,0,0,.35);
	z-index:1;
}
.signon-box ul li:last-child a {
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px
}
.signon-box:hover ul, .signon-box.hover ul {
	display:block;
	top:40px;
}
.signon-box ul li {
	height:24px;
}
.signon-box ul li a {
	padding:6px 15px;
	display:block;
	color: white;
}
.signon-box ul li a:hover {
	text-decoration:none;
	background: rgb(25, 80, 130);
	background: rgba(25, 80, 130,.95);
}
.signon-box .avatar {
	display:inline-block;
	width:20px;
	height:20px;
	vertical-align:top;
	margin-right:5px;
	border:none;
	cursor:pointer
}
.signon-box i {
	width:7px;
	height:7px;
	display:inline-block;
	background:transparent url(../images/triangle.png) no-repeat scroll center center;
	vertical-align:top;
	margin-top:6px;
	margin-left:1px
}
* html .signon-box i {
	background:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='/content/images/triangle.png');
}
.signon-box .screen-name {
	color: #CCC;
	cursor:pointer;
	font-weight:400;
	display:inline-block;
	line-height:20px;
	max-width:200px;
	overflow:hidden;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	margin-right:5px
}
.signon-box .sms {
	position:absolute;
	text-align:center;
	width:20px;
	height:20px;
	line-height:20px;
	color:#FFF;
	margin-top:10px;
	background:#333;
	border-radius:3px;
	right:140px;
}
.signon-box .sms a {
	color:#FFF;
}
.signon-box .hassms {
	background:#DD4B39;
}


#slider {
	width:680px;
	height:180px
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:rgba(0,0,0,.5);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000');
	color:#fff;
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
	display:none;
}
.nivo-nextNav {
	right:0px;
	display:none;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
	margin-bottom:5px;
}
.nivoSlider img {
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}
.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:10px;
	margin-left:-14px; /* Tweak this to center bullets */
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin:0 2px;
	float:left;
}

.nivo-controlNav a.active {
	background-position:0 -10px;
}
.nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
a.nivo-nextNav {
   background-position: -30px 0;
   right: 15px;
}
a.nivo-prevNav {
   left: 15px;
}
.nivo-caption {
	font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
	color:#fff;
	border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
	color:#fff;
}
.nivo-caption p {
    padding:10px;
    margin: 0;
}
.realAlert{border:1px solid #ffc045; background-color:#FFF8BE; padding:5px 10px;color:Red; width:auto; margin:0 auto; line-height:16px;}
.realAlert .aleTit{float:left;}
.realAlert .aleCot{float:right; width:660px; color:#666;}
.realAlert .aleTit strong{color:#ff7000;}
.realAlert .aleCot strong{ color:#666;}
.at_msg, .at_write {width: 42px;height: 44px;float: left;background: url(../images/bbs/pic.png) no-repeat;
}
.m_3_i {width: 17px;height: 16px;background-position: -256px -1069px;}
.feedback:hover{
	left:0 !important;
	-webkit-transition:all .5s linear;
	-moz-transition:all .5s linear;
	-ms-transition:all .5s linear;
	transition:all .5s linear;
}
/* 最新撰写 */
#container .linksb {
	width:100%;
	margin:1px auto;
	clear:both;
	margin-bottom:10px;
}
#container .linksb .bd {
	padding-bottom:5px;
}
#container .linksb ul {
	line-height:20px;
	overflow:hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
#container .linksb li {
	float:left;
	width:102px;
	height:22px;
	line-height:22px;
	overflow:hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
#container .linksb a {
	color:#1155cc;
}


/* 网站地图导航 */
#container .linksbzy {
	width:100%;
	margin:1px auto;
	clear:both;
	margin-bottom:10px;
	background: url(../images/bjbai.jpg) ;
}
#container .linksby .bd {
	padding-bottom:5px;
}
#container .linksbzy ul {
	line-height:20px;
	overflow:hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
#container .linksbzy li {
	float:left;
	width:102px;
	height:22px;
	line-height:22px;
	overflow:hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
#container .linksbzy a {
	color:#1155cc;
}