/* Rest CSS */
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,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}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:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* 全局 */
body{font-family: Geneva, Arial, Helvetica, sans-serif, serif;font-size:12px;line-height:1.5em;background:#fff;color:#000;} 
td,th,div{word-break:break-all;word-wrap:break-word} /*设置td、th和div元素内的文本强行截断单词，此代码仅对ie有用。[ 没有重定义的必要 ]*/
.c{clear:both;height:0px;font:0px/0px Arial;} /* 清除浮动样式 【没有重定义的必要】 */

/* 通用样式 */
.tal,.tl{text-align:left} /*文本左对齐*/
.tac,.tc{text-align:center} /*文本居中对其*/
.tar,.tr{text-align:right} /*文本右对齐*/
.fr,#right{float:right} /*往右浮动*/
.fl,#left{float:left} /*往左浮动*/
.b{ font-weight:bold} /*文本粗体*/
.tdn{ text-decoration:none} /*文本和链接无下划线*/
.small{ font-size:10px;} /*小文本字体*/
.big{ font-size:14px;} /*大号文本字体*/
.fsn{ font-size:12px} /*正常文本字体大小*/
.fn{ font-weight:normal} /*正常的字体粗细*/
.lh0{ line-height:0} /*行高为零*/
.yellow {color:#0c2f86} /*文本或者链接颜色*/
.gray{ color:#aaa} /*文本或者链接颜色*/
.keep{ word-break:keep-all; word-spacing:normal} /*保持单词不换行*/
.ip{ padding:2px; border:1px solid #fff; background:none} /*输入框颜色*/
.bt{background:#012E53;color:#fff;font-size:12px; } /*全站按钮样式*/
.blank{margin-top:8px;}
.m2{ margin:2px 6px 0 0;}
.m4{ margin:4px 6px 0 0;}
.m8{ margin:18px 10px 0 0;}
.nm4{ margin-left:4px}
.cooperatecollege{margin-top:20px;}
.hasbBorder{border:1px solid #9FCADB;}
/* 通用样式 */
/*a link 基本连接颜色*/
a{color:#000; text-decoration:none;} /*全局链接颜色*/
a:hover{text-decoration:underline;} /*鼠标覆盖链接以后的效果*/
a.noul{ text-decoration:none} /*没有下划线的链接样式【无需修改】*/
a.active{background:#0C5896; color:#fff} /*处于激活状态的链接样式*/
a.active:hover{color:#0C5896; background:none} /*处于激活状态下的链接被鼠标覆盖后的样式*/
h1{color:#0c2f86;font-size:24.5px; padding:.6em 0 0; margin-top:1em} /*一号标题的样式，依次定义了文本颜色、字体大小、内填白和上外补白*/
h2{ font-size:15px; padding:.5em .6em .3em; color:#0c2f86; } /*二号标题的样式，依次定义了字体大小，内填白和文本颜色*/
h3{ font-size:14px; color:#000} /*三号标题的样式，依次定义了字体大小和文本颜色*/
h4{ font:16px Georgia; display:inline} /*四号标题的样式，一次定义了字体大小和族名，以及渲染方式【无需改动】*/
.bb{ border-bottom:1px solid #fff; padding:0 0 .6em; margin:0 0 .3em; line-height:2em;} /*一下边框样式，border的颜色修改即可*/

/*#container{margin:0 auto;width:1002px;}*/ /* 主容器 */
.blackfont{ font-family:"黑体",Geneva, Arial, Helvetica, sans-serif, serif}
body{
	font:12px;
	font-family:"宋体", "黑体", Arial, Helvetica, sans-serif, Tahoma;
    line-height:1.5em;
	background:#fff;
	color:#000;
	margin:0 auto;
	background:url(../images/header_bg.gif) repeat-x;
}
ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
a{color:#000; 
  text-decoration:none;
} /*全局链接颜色*/
a:hover{
	    text-decoration:none;
		} /*鼠标覆盖链接以后的效果*/
a.noul{ 
        text-decoration:none;
		}
a.active{
	     background:#0C5896; 
	     color:#fff;
} /*处于激活状态的链接样式*/
a.active:hover{
	     color:#0C5896;
		 background:none
		 } /*处于激活状态下的链接被鼠标覆盖后的样式*/
/*head*/
#header{
	height:102px;
	margin-bottom:1em;
	margin:0 auto;	
}
#toolbar{ width:256px;
          margin-top:28px;
		  margin-bottom:20px;
		  float:right;
}/*设为首页,加入收藏,联系我们 */
.setIndex,.addFav,.contact{
	                        height:16px;
                            padding-left:20px;
							float:left;
							width:56px;
							line-height:16px;
}
.ablue a{ 
         color:#035a9f;
}
.setIndex{ 
          background:url(../images/setindex.gif) no-repeat;
}
.addFav{ 
          background:url(../images/fav.gif) no-repeat;
}
.contact{ 
          background:url(../images/letter.gif) no-repeat;
}
#logo{
	      margin-top:0px;
		  margin-left:0px;
		  width:274px;
		  height:102px;
		  float:left;
}/* LOGO */
#banner{   
          text-align:center;
          background:url(../images/menu_bg.gif);
		  width:632px;
		  height:34px;
		  float:right;
		  border:#3d93de 2px solid;
		  margin-top:0px;
		  margin-bottom:0px;
}/* 导航 */
#menu{ }
#menu  li{ 
          float:left; 
          line-height:34px;
		  letter-spacing:1px;
	      padding-left:33px;
		  display:inline;
}
#menu a{ font-size:14px; font-weight:bold; color:#FFF;}
#menu a:hover{ color:#EFBE0E; text-decoration:none;}
*{ margin:0; padding:0;}
#tipper{
        width:656px;
	    height:28px;
		float:right;
		background:url(../images/tiper.gif);
}
#today{
	   font-size:12px;
	   color:#ff7100;
       letter-spacing:1px;

	   margin-top:6px;
}
#search{
	color:#1695d8;
	letter-spacing:1px;
	/*margin-bottom:6px;*/
	text-align:center;
	float:left;
}
#search ul{ padding-top:2px; padding-left:35px;}
#search ul li{ float:left; padding-top:4px !important;  padding-top:2px;}
/*底部*/
#footer{ width:930px; margin:8px auto auto auto;}
#footerl,#footerc,#footerr{ float:left;height:116px;}
#footerl{ background:url(../images/footerLeft.gif) no-repeat; width:12px;}
#footerc{ background:url(../images/footerRepeat.gif) repeat-x; width:906px;}
#footerr{ background:url(../images/footerRight.gif) no-repeat; width:12px;}
/*代理学院*/
#dlschool{
	     width:924px;
		 height:110px;
		 border:1px solid #9FCADB;
}
#dlschool #top{
	     height:26px;
		 background:url(../images/Bg_tab.gif) repeat-x;
		 width:924px;
		 border-bottom:1px solid #9FCADB;
}
#dlschool #top #top-text{
	     width:96px;
		 height:23px;
		 border-right:1px solid #9FCADB;
		 font-size:14px;
		 padding-top:4px;
		 padding-left:16px;
		 font-weight:bold;
}
#dlschool #top #top-more{
	height:23px;
	padding-top:4px;
	padding-right:24px;
}
#rollimg{ margin:14px auto; width:926px;}
#rollimg img{ border:1px solid #d0d0d0; float:left; margin-left:16px;}
/*#friendlink{ width:860px; margin:0 auto; height:25px; line-height:25px;}
#friendlink a{ padding-left:30px}
#flogo{ background:url(../images/logobottom.jpg) no-repeat; height:56px; width:310px; margin:15px 20px;}
#copyright{ text-align:center;margin:15px 60px;}*/
/*友情链接*/
#friendlink{
	     margin-top:10px;
	     width:926px;
		 height:90px;
		 border:1px solid #9FCADB;
}
#friendlinkl{
	     margin-top:8px;
		 width:90px;
		 margin-left:12px;
		 color:#144e7c;
		 float:left;
}

#friendlinkr{	
         color:#686868;
	     margin-top:20px;
		 width:814px;
		 float:right;
}
#friendlinkr ul{ padding:10px 0px 0px 0px; }
#friendlinkr ul li{ float:left; padding-left:3px;}
#about{
	     text-align:center;
		 margin-top:18px;
		 
}
#copyright{
	     margin-top:10px;
		 line-height:30px;
		 text-align:center;
		 height:90px;
}


#h1style{ font-size:12px; display:inline; font-weight:bold;}

























