﻿﻿/* 全局公共样式的设定 */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd{margin:0;padding:0px;border:0;}
body{color:#444;font:14px Arial,'微软雅黑';}
li{list-style-type:none;}
h1,h2,h3,h4,h5,h6 {font-size:14px; font-weight:normal; margin:0px; padding:0px;}
input,button,textarea,select{font:100% Arial,'微软雅黑';}

/* 默认全局样式超链接样式*/
a:link{color:#444; text-decoration:none;}/* 链接基本样式 */
a:visited {color:#444; text-decoration:none;}/* 链接点击过后的样式 */
a:hover{color:#e61101;text-decoration:none;}/* 链接移上时的样式 */
a:active{color:#e61101;text-decoration:none;}/* 链接点击时的样式 */

/* 其它常用样式的定义 */
.fl{ float: left;}
.fr{ float: right;}
.clear{ clear: both;}
.noBorder{border:none;	}

img,li{ vertical-align:top;}/* 解决图片和LI的高度空隙问题 */

.last{ border:none; margin-right:0 !important}
ul{ overflow:hidden;zoom:1; width:100%;}

.hd{width:100%;}
.bd{width:100%;}

/*body{ background:url(../images/body-b.jpg)center 0 no-repeat; min-width: 1200px;background-attachment: fixed;
    background-size: cover;background-color: #ebf4fa; }
.topHeader,.toplink{ width:100%; margin:0 auto;}
.dblj,.logo,.menulist{width:1200px; margin:0 auto;}*/
body{ background:url(../images/body-bg.jpg);
      background-repeat: no-repeat; 
      min-width: 1200px;
	  background-attachment: fixed;
      background-size: cover;
	  background-color: #ebf4fa; }


/*------头部样式开始-------*/
/*--列表样式---*/
ul.newlist li{ overflow:hidden;zoom:1; line-height:32px; background:url(../images/arrow1.jpg) no-repeat left;}
ul.newlist li a{ float:left; display:block; max-width:80%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-indent:14px;}
ul.newlist li span{ display:inline-block;; width:75px; color:#9a9a9b; float:right; font-size:13px; text-align:center;}
ul.newlist li span.newstu{ float:left !important; vertical-align:middle; width: auto !important; }
ul.newlist li span.newstu img{ margin-top:9px;}





