@charset "utf-8";

/**CSS Reset 开始**/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

blockquote,q {quotes: none;}
blockquote:before,blockquote:after,q:before,q:after {content: none;}
table {border-collapse: collapse;border-spacing: 0;}
/**CSS Reset 结束**/

/**公共样式开始**/
body,th,td,button,input,select,textarea {font: 12px/1.62 "Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif;color: #333;}
ol,ul {list-style: none;}
img {border:0;vertical-align:middle;}
a {text-decoration: none;outline:none;blr:expression(this.onFocus=this.blur());}
h1 {font-size:36px;}
h2 {font-size:30px;}
h3 {font-size:1.5em;}
h4 {font-size:18px;}
h5 {font-size:14px;}
h6 {font-size:12px;}
.left, .l {float:left;}
.right, .r {float:right;}
.clearfix, .cf{*zoom:1}
.clearfix:after, .cf:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clear, .cl {clear:both;}
/**公共样式开结束**/


.page{clear:both;margin:15px auto;width:96%;height:26px;line-height:26px;}
.page .pagelist{float:left;display:none;}
.page .pagination{text-align:center}
.page .pagination span,.page .pagination a{display:inline-block;margin:0;padding:0 10px;height:28px;line-height:28px;color:#666;zoom:1;border:1px solid #ddd;background:#fff;overflow:hidden;border-radius:4px}
.page .pagination a:hover{color:#000;border:1px solid #000;}
.page .pagination span.disabled{color:#ccc;}
.page .pagination span.current{color:#fff;background:#37424a;}

.scd_l a{color: #fff;}
.scd_l>ul>li{border-bottom: 1px solid rgba(255,255,255,.5);}
.scd_l>ul>li>ul{background: #0b6caf;}
.scd_l>ul>li>ul li{border-bottom: 1px dotted rgba(255,255,255,.5);}
.scd_l>ul>li>ul li:last-of-type{border-bottom:none;}
.scd_l>ul>li>ul li:hover{background: #333;}
.scd_l>ul>li>ul li>a{color: #eee;}



.current{color: yellow!important;}