@charset "utf-8";
/* 全局样式 */

/* html5 */
article, aside, dialog, figure, footer, header, legend, nav, section {display:block; margin:0px; padding:0px;}

/* 全局总体 */
body {margin:0; padding:0; font-size:12px; font-family:Arial, Helvetica, sans-serif, "宋体";}
ul,ol,li,dl,dt,dd,menu {margin:0; padding:0; list-style:none;}
a img {border:none;}
form {border:none; margin:0; padding:0;}
.clear {clear:both;}

/* 全局链接样式 */
a:link {color:#0093dd; text-decoration:none;}
a:visited {color:#0093dd; text-decoration:none;}
a:hover {color:#006ea6; text-decoration:underline;}
a:active {color:#0093dd; text-decoration:none;}

/* 超出部分省略号 */
.slh{
	white-space:nowrap;/*强制文本在一行内显示*/
	text-overflow:ellipsis; /*溢出省略号，支持ie、safari（webkit）*/
	-o-text-overflow:ellipsis; /*溢出省略号，支持opera*/
	overflow:hidden;/*溢出隐藏*/
	-moz-binding:url('ellipsis.xml#ellipsis');/*溢出省略号，支持firefox*/
}


/* 标题字 */
h1,h2,h3,h4,h5,h6 {font-family:"微软雅黑","黑体","宋体";}

/* 颜色块 */
.red {color:#F00;}
.orange {color:#F70;}
.link {color:#6ad;}


/* 主体框 */
.mainBody {width:990px; height:auto; overflow:hidden; clear:both; margin:0 auto;}

/* 现在位置 */
#weizhi {width:787px; height:31px; background:#e5e5e5; float:right; clear:right; line-height:31px; color:#3e3f41; margin-bottom:8px; text-indent:11px;}
#weizhi a {color:#3e3f41;}

/* 左侧栏 */
.leftSide {width:195px; height:auto; overflow:hidden; float:left; background:#e5e5e5;}
.leftSide figure {font-size:0;}
.leftSide figure img {margin-bottom:8px;}

/* 分类切换 */
.sortList {padding-top:55px; padding-bottom:130px;}
.sortList li {width:169px; height:38px; line-height:38px; background:#e5e5e5; border-left:6px solid #e5e5e5; padding-left:20px; font-size:14px; font-family:"微软雅黑","黑体","宋体";}
.sortList li a {width:189px; height:38px; display:inline-block; color:#3e3f40; text-decoration:none;}
.sortList li.now {background:#FFF; border-color:#0ca5b6;}
.sortList li.now a {color:#0ca5b6;}




