﻿/******************   css hack 说明  *********************/
/******************   以属性height为例  *********************/
/******************   height:100px for all explorer   *********************/
/******************   *height:100px for ie6&ie7   *********************/
/******************   _height:100px for ie6 only  *********************/


#newsContent{
	margin-top:5px;
	margin-bottom:5px;
	width:940px;
	height:420px;
	background-image:url("Images/bigpicbk.jpg");
	background-repeat:no-repeat;
	overflow:hidden;
}
#bigImage{
	float:left;
	border:1px solid black;
	margin-top:5px;
	margin-left:5px;
	height:380px;
	width:450px;
	overflow:hidden;

}
#newsTitle{
	width:95%;
	text-align:right;
	margin-bottom:0px;
}
#newsTitle a{	
	height:20px;
	line-height:20px;
	font-size:14px;
}
#bigImage #pic{
	height:380px;
	min-height:420px;
	height:auto;
}

#newsList{
	margin-top:2px;
	height:400px;
	width:470px;
	float:right;
	overflow:hidden;

}

#newsList li{
	 height:72px;
	 _height:69px;
	 cursor:pointer;
	 margin-left:-40px;
	 _margin-left:0px;
	 align:center;
	 background-image:url("Images/whyz_test/TopicBack2.gif");
	 
}
#newsList .showImg{
	filter:alpha(opacity=100);
	opacity:1;
}
#newsList .hiddImg{
	filter:alpha(opacity=0);
	opacity:0
}

#jiaoxuehuodong,#jiaoliuhuodong,#liuxuezixun,#yiyufengcai{
	width:460px;
	height:300px;
	overflow:hidden;
	float:left;
	background-image:url("images/whyz_test/guojibk.gif");
	background-repeat:no-repeat;
	margin-top:10px;
	_margin-top:0px;
	margin-left:3px;

}
#jiaoliuhuodong,#yiyufengcai{
	float:right;
}
#guojiTitle{
	text-align:left;
	height:40px;
	
}
#guojiTitle a{
	margin-left:40px;
	_margin-left:0px;
	color:#202A50;
	font-weight:bold;
	font-size:14px;
	line-height:35px;
	text-indent:40px;
}
#guojiList{
	margin-left:17px;
	_margin-left:-22px;
	width:400px;
}
#guojiList a{
	font-size:14px;
}
#guojiList td{
	text-align:left;
	height:26px;
}

