/*------------------------------------------------------------------------------------------------------------------------------
  页面所有宽度为1004px
         高度为650px 其中顶部空白30px
  其整体结构为:
         all---
		      |--------topmain----                       
			  |                  |----topleft                              用于顶部菜单的显示 
			  |                  |
			  |                  |----topright		                       用于学院logo显示
			  |
			  |
			  |--------middlemain-----
			  |                      |----middleleft-----
			  |                      |                  |----other         用于图片报道、常用的链接、快速通道等的显示
			  |                      |                  |
			  |                      |                  |----news          用于通知公告新闻的显示
			  |                      |                  |
			  |                      |                  |----bottommenu    用于底部导航菜单的显示
			  |                      |
			  |                      |----middleright                      用于图片和日期的显示
			  |                                        
			  |-------copyright                                            用于底部版权信息的显示                                        
			  |
			  |
			  |
			  |-------edit                                                 用于特权用户的登录
			  |
			  |
			  |
			  |-------ad                                                   用于浮动公告等
-----------------------------------------------------------------------------------------------------------------------------------*/		
/*网页去色滤镜*/			          
/*html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }*/
  												
/*整体样式部分*/
body,div,ul,li,a,img,form,book,p,menu,img,h5
{
	border:0px;
	margin:0px;
	padding:0px;
	font-size:12px;
	
}
ul,li
{
	list-style:none;
}
a
{
	text-decoration: none;
}
/*个体样式部分*/
body
{
	background-image:url(../imagenew/bg/bg5.gif);
	text-align: center;	
}
/*整个网页的主体容器*/
#all  
{
    visibility:visible;
	width: 1004px;	
	margin:0px auto;	
	background-color:#FFFFFF;
	padding-top:30px;	
	height:620px;
	font-size:12px;
	/*对于页面总的容器all设置magin-top属性时 ie7并不支持，opera和ff是支持的，因此为页面显示的兼容性在这里设置padding-top属性*/
	
}
/* 网页头部的主体 */
#topmain   
{
	margin:0px 0px 0px 10px;
	width: 1004px;
	height:34px;
	visibility:visible;
	
}
/* 对于ie6、世界之窗、maxthon图片的显示下面会有一个间隙，使得菜单不能与背景色对齐解决方法添加下面的样式 */
#topmain .nogap
{
	display:block;
}
/* 网页头部的左边部分 这里只是为了在里面使用ul 以满足ie6的不兼容性*/
#topmain #topleft   
{
	float:left;			
}
/*ul 样式*/
#topmain #topleft .topmenu  
{
	width: 702px;
	height:34px;
	padding-top: 3px;
	float: left;
	padding-left: 8px;	
}
/*li样式，头尾两个个小图片*/
#topmain #topleft .topmenu .headandtail
{
	float:left;
	height:34px;
}
/*li样式，中间菜单部分*/
#topmain #topleft .topmenu .menubody
{
	float:left;
	height:34px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:10px;
	background-color:#003082;
	
}
/* 网页头部的右边部分 显示logo*/
#topmain #topright
{
	float:right;
	width:262px;
	padding-right:4px;
	padding-top:0px;
	margin-right:14px;
	margin-top:-4px;	
}
/* 网页中部的主体 */
#middlemain
{	/*ff 与 ie对于margin值的理解不一样如果采用margin:10px 0px 0px 4px;方式，ie的层与层之间距离是ff的两倍
      因此采用下面这种形式对于ff等支持!important的单独设为20px
    */
    margin-top:20px !important;
    margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:4px;
	/*margin:10px 0px 0px 4px;	*/
	width: 1000px;
	visibility:visible;		
	
}
/* 网页中部的左边部分(包括杂项和中间的新闻以及底部菜单) */
#middleleft
{
	float:left;
	width:670px;
	margin-top:0px;		
		
}
/* 网页中部的左边部的杂项 */
#middleleft #other
{
	float: left;
	width: 225px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	
	padding-left: 10px;
	padding-top: 6px;
	height: 480px;
	

}
/*ul样式*/
#middleleft #other .ustyle
{
	height: 225px;
	
}
/*li样式*/
#middleleft #other .ustyle .lstyle
{
	height: 90px;
	width: 143px;
	float: left;
	margin-top: 5px;
	margin-left: 0px;
	padding-left:0px;

}
/*用于显示flash用到的两个层的样式 
background: url(../imagenew/other/shadowAlpha.png) no-repeat bottom right !important;
margin: 10px 0 10px 10px !important;

#middleleft #other .showswf2
{
	background-color: #FFFFFF;
	height: 90px;
	width: 143px;
	float: left;
	margin-top: 5px;
	margin-left: 0px;
	padding-left:0px;

}
*/

#middleleft #other #shadow
{
	float:left;
	clear:both;		
	background: url(../imagenew/other/shadow.gif) no-repeat bottom right;	
	margin: 10px 0 10px 5px;
	padding: 0px;
	display:block;
	
}
#middleleft #other #innerbox
{
	/*position:relative;
	bottom:5px;
	right: 5px;
	border: 1px solid #999999;
	padding:4px;
	margin: 0px 0px 0px 0px;*/	

	position:relative;
	top:2px;
	right: 5px;
	padding:8px 6px 8px 4px;;
	margin: 0px 0px 0px 6px;	
	background: url(../imagenew/other/shadow.gif) no-repeat;	

}
/* 网页中部左边部的右面新闻部分 */
#middleleft #news
{
	width: 427px;
	float:right;
	padding-left:4px;
	margin-top:0px;	
	
}
#middleleft #news .stitle
{	
	margin-top:10px;	
}
#middleleft #news li
{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	float: left;
	width: 427px;
	
}
#middleleft #news .newsitem0
{	
	/*vertical-align:middle;*/
}
#middleleft #news .newsitem0 a
{	
    
    font-size: 9pt;
	text-decoration: none;
	padding-left: 5px;
	line-height: 24px;
	/*color:#06c;*/	
    color: #000099;
}
#middleleft #news .newsitem
{
	
}
#middleleft #news .newsitem a
{
	font-size: 9pt;	
	
	text-decoration: none;
	padding-left: 5px;	
	line-height: 25px;
/*	color: #003082;*/
    color: #000099;
}

#middleleft #news a:hover
{
    color: #ce0609;
}

#middleleft #news .content
{
	float:left;	
}

#middleleft #news .date
{
	font-family: "";
	font-size: 9pt;	
	line-height: 25px;

	padding-top: 1px;	
	float: right;
	/*color: #ce0609;*/
    color: #000099;

}
#middleleft #news .nwxx  /*”船院内部信息“文字的样式*/
{
	font-family: "";
	/*color: #7d2b27;*/
color: #003082;
font-weight:bold;
	font-size: 14px;
	line-height:16px;
	width: 90px;	
}
#middleleft #news .numxx  /*”今天共有x条信息“文字的样式*/
{	
	/*color: #f00;*/
	color: #a6091d;
	font-size: 12px;	
}
#middleleft #news .nwmain /*内网信息总的样式*/
{
    width:427px;
    /*border:thin double gray;*/
    margin-top:13px;
	
}
/*底部菜单*/
#middleleft #bottommenu
{
	float:left;	
	padding-top: 10px;
	width: 690px;
	height:26px;
	margin-left:-4px;	
	
}
/*
#bottommain #bottommenu .rightmenu
{
	float:left;
	padding-top:1px;
	height:23px;
	background-color:#e9e9e9;

}
*/
#middleleft #bottommenu .menu
{
	background-color: #66CCFF;
	float: left;
	padding-top: 1px;
	height: 26px;
	width: 84px;
	padding-bottom: 3px;
	
}
#middleleft #bottommenu .menu a
{
	font-size: 9pt;
	color: #002B5E;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #002B5E;
	padding-right: 17px;
	padding-left: 18px;
	line-height: 21px;
}
#middleleft #bottommenu .menu0
{
	background-color: #66CCFF;
	float: left;
	padding-top: 1px;
	height: 26px;
	width: auto;
	padding-bottom: 3px;
	padding-left: 3px;
}
#middleleft #bottommenu .menu0 a
{
	font-size: 9pt;
	color: #002B5E;
	text-decoration: none;
	
	padding-right: 17px;
	padding-left: 18px;
	line-height: 21px;
}
#middleleft #bottommenu .menu a:hover
{
	color:#bd1a1d;
}
/* 网页中部的右边部分 */
#middleright
{
	float:right;
	width: 300px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top:1px;	

}
#middleright #showdate
{
	padding-top:8px;
	color:#003082;
	font-size:14px;
}

/* 页面底部的主体 */
#bottommain
{
	visibility:visible;
	height:50px;	
	background-color:#FFCC99;
}
/* 页面底部的主版权信息*/
#copyright
{
	margin-top:7px;
	float:left;
	width:1003px;
	background-color:#002B5E;
	visibility:visible;
	margin-left:-5px;
}
#copyright .crli
{
	font-family: "";
	font-size: 9pt;
	line-height: 26px;
	color: #FFFFFF;
	text-decoration: none;
}
/*编辑层，用于登陆*/
#edit
{
	height:30px;
	width:850px;
	bottom:0px;
	/*position:fixed; */
	/*ie6不支持fixed属性
	  结果是登陆层不会隐藏，而是固定在页面底端  
	*/
	position:absolute;
	/*即使使用position:absolute;也不支持。只好在页面中此层前增加一个空的层来使之正常。*/
	top:auto;
	left:-792px;
	background:transparent;
	float:left;	
}
/* 238 247 254 */
#edit #childnews{
    height:30px;
	width:90px;
	position:absolute;
	background:transparent;
	left:0px;
	
}
#edit #childinfo{
    height:30px;
	width:90px;
	position:absolute;
	background:transparent;
	left:90px;
	
}
#edit #childnotice{
    height:30px;
	width:90px;
	position:absolute;
	background:transparent;
	left:180px;
	
}
#edit #childlogin{
	height:30px;
	width:580px;
	position:absolute;
	background:transparent;
	left:270px;
	

}
#edit #loginleft{
	height:30px;
	width:522px;
	position:absolute;
	float:left;
	background:#ccc;
	left:0px;
	

}
#edit #loginright{
	height:30px;
	width:58px;
	position:absolute;
	background:transparent;
	left:522px;
	

}
#edit a img
{
	border:0px;
}
/*浮动层，用于临时性的公告等*/
#ad
{
	position:absolute;
	width:120px;
	height:100px;
	left: 37px;
	top: 996px;
/*	background-color: #99FFFF;
	border: 1px none #000000;*/
}
