/*网站全局定义*/
div,td,span,li{
	font-size: 9pt;
	line-height:1.5em;
	color:#333;
}
a {color: #333; text-decoration: none;}
a:hover {color: #c00; text-decoration: none;}
h1, h1 a:hover, h1 a:link, h1 a:visited{
	background:#eee url(/skin/oldbisu/titlebg.gif) repeat-x;
	color: #7598ff;
	display:block;
	text-indent: 2em;
	border-bottom:2px solid #ccc;
	margin:0px;
	font: bold 12px arial,"宋体";
	letter-spacing: 5px;
	height:25px;
	line-height:25px;
}
h2, h2 a:hover, h2 a:link, h2 a:visited{
	background:#eee;
	color: #900;
	display:block;
	text-indent: 1pc;
	border-bottom:1px solid #ccc;
	margin:0px;
	font: bold 12px arial,"宋体";
	letter-spacing: 2px;
	height:20px;
	line-height:20px;
}
h3, h3 a:link, h3 a:visited{
	background:#efefef;
	color: #333;
	display:block;
	text-indent: 1pc;
	margin:0px;
	font: 12px verdana,"宋体";
	letter-spacing: 2px;
	height:20px;
	line-height:20px;
}
h3 {border-bottom:dashed 1px #ccc;}
h3 a:hover{#background:#ccc;}

/*通用的一个表头*/
.redtitlebox{
         background:#efefef;
         width:100%;
         border-bottom:2px solid #900;
         height:20px;
         position:relative;
}
.redtitleleft{
	width:8px;
	background:url(/skin/oldbisu/redtitlebg_left.gif) no-repeat;
	float:left;
	height:20px;
	line-height:20px;
	font-size:0px;
	color: #fff;
}
.redtitleright{
	width:7px;
	background:url(/skin/oldbisu/redtitlebg_right.gif) no-repeat;
	float:left;
	height:20px;
	line-height:20px;
	font-size:0px;
	color: #fff;
}
.redtitlemain{
	/*min-width:100px;*/
	text-align:center;
	background:url(/skin/oldbisu/redtitlebg_main.gif) repeat-x;
	float:left;
	height:20px;
	line-height:20px;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
}
.redtitlerightbody, .redtitlerightbody a, .redtitlerightbody a:hover, .redtitlerightbody a:visited{
	/*float:right;*/
	height:20px;
	line-height:20px;
	color: #666;
	font-size: 12px;
	text-align:right;
}

/*网站页眉设定部分*/
#sitehead{
	background: url(/skin/oldbisu/topbg.gif) no-repeat center center;
	height: 145px;
	width: 100%;
}
#sitenav{
	background:#eee;
	width: 100%;
	text-align:center;
         height:auto;
         overflow:hidden;
}
#sitenav a{
         display:inline;
	text-align:center;
	background:#eee;
	line-height:2em;
         padding:0.5em 5px;
	text-decoration:none;
}
#sitenav a:hover{
	color:#f8f8f8;
	background:#900;
}
#showpath{
	text-indent: 2em;
	background-color: #e0e0e0;
	border-bottom: dashed 2px #ccc;
	height: 180%;
	line-height: 180%;
	color: #2c7aef;
}
#showpath a:link, #showpath a:visited{color: #2c7aef;}
/*网站页脚设定部分*/
#sitefoot{
	background:#f8f8f8;
	text-align: center;
	margin-bottom:0px;
	width:100%;
         font:11px/1.2em;
}
/*内容页的内容风格*/
.article_title {
	text-align:center;
	font-family: "宋体";
	font-size: 18px;
	text-decoration: none ;
	font-weight: bold;
	line-height:1.6em;
	color: #900;
	padding-left:2em;
	padding-right:2em;
}
.article_subtitle{
	text-align:right;
	margin-right:4em;
	font-size:16px;
	line-height:150%;
}
.content, .content p, .content div, .content td, .content li, .content span{
	margin:10px;
	color: #333333;
	font-size: 14px;
	line-height:150%;
	word-break:normal;
}

#line_dot{
	background: #990000;
	width: 100%;
	height:2px;
	line-height:2px;
	font-size: 0px;
	color:#990000;
}

/*页面布局专用类*/
.outbox{
	width:790px;
	text-align:left;
	background:#f8f8f8;
	clear:both;
         margin-left:auto;
         margin-right:auto;
}/*宽度760的容器*/
.leftbar,.rightbar{
	background:#eee;
	width:200px;
	float:left;
}/*浮动边栏，宽度200，可用宽度198*/
.leftbar{border-right:solid 2px #ccc;}
.rightbar{border-left:solid 2px #ccc;}
.mainbar{
	float:left;
	
         background:#fff;
}/*浮动主栏，宽度558，可用宽度558*/
.splitline{
	width:100%;
	background:#ccc;
	color:#ccc;
	font-size:0px;
	height:2px;
	line-height:2px;
}/*横向分隔线,高度2像素，默认宽度为父元素的100%*/

/*文章列表风格的定义*/
.listlink /* --文章列表链接下面加虚线 -- */
{
display:block;
width:100%;
border-bottom: dashed 1px #ccc;
line-height:1.5em;
}
.listbg1 /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:#fff;border-bottom: dashed 1px #ccc; line-height:1.5em;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#efefef;border-bottom: dashed 1px #ccc; line-height:1.5em;
}
.listbg1 a:hover, .listbg2 a:hover{
color:#999;
text-decoration:underline;
}
.foo {
	height:5px;
	width:100%;
	display:block;
	float:none;
	clear:both;
}
form {margin:0;padding:0;}
body {
	font: 12px verdana, arial, "宋体", sans-serif;
	color: #333333;
	background: #cacaca;
	text-align: center;
	margin-top:0px;
}
#announcement{height:220px;overflow:hidden;}
/*院系横向导航条css设定*/
.channelnav{
	background:#eee;
	width: 100%;
	text-align:center;
         height:auto;
         overflow:hidden;
}
.channelnav a{
         display:inline;
	text-align:center;
	background:#eee;
	line-height:2em;
         padding:0.5em 5px;
	text-decoration:none;
}
.channelnav a:hover{
	color:#900;
	background:#ccc;
}