@charset "utf-8";

/* LY 2011-06-17 */

/*--------- general--------------------*/

* {
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	white-space:0;
	zoom:1;
	}
body {
	color:#010101;
	font:12px "微软雅黑","宋体", Verdane, Arial, Helvetica, sans-serif;
	font-family:
	text-align:left;
	}
img {
	border:0;
	}
a {
/*	color:#92A5BD;*/
	color:#1e50a2;/* Modify-LY-2011-06-17 */
	text-decoration:none;
	}
a:hover {
/*	color:#FF9900;*/
	color:#FE9000;/* Modify-LY-2011-06-17 */
	}
	
/* 通用样式 */	
.wp {
	position:relative;
	width:950px;
	margin:0 auto;
	}
.mtp {
	margin-top:60px;
	}
.ptp {
	padding-top:10px;	
}
.clearFix {
	display:block;
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
	}
	.clearFix:after{
		content:'';
		}

/* 头部标准框架 */
.header {
	<!--height:160px;-->
	}
	
/* 首页幻灯和热点新闻标准框架 */
.indexHeadline {
	height:350px;
	}

/* 推荐容器标准框架 */

	
/* 主体标准框架 */
.main {
	
	}

/* 页脚框架 */
.footer {
	position:relative;
	height:200px;
	clear:both;
	}
	
/*通栏*/
.column01{
/*	height: 350px;*/ /* Delete-LY-2011-06-17 */
    position: relative;
    width: 950px;
}
.column02{
    position: relative;
    width: 950px;
}

/* 极大左列 */
.column03{
	position:relative;
	float:left;
/*	width:680px;*/
	width:690px;/* Modify-LY-2011-06-17 */
	}

/* 极小右列 */
.column04{	
	position:relative;
/*	width:240px;
	float:left;*/
	width:230px;/* Modify-LY-2011-06-17 */
	float:right;
	background:#f5f5f5 60px 0;/* Add-LY-2011-06-17 */
	border:1px solid #c9c9c9;
	top:40px;
	padding:0px 0px 10px 10px;
	}


/*  极小左列 */
.column07{
	position:relative;
	float:left;
	width:210px;
	}
	
/*  极大右列 */
.column08{
	position:relative;
/*	float:right;
	width:730px;*/
	width:690px;/* Modify-LY-2011-06-17 */
	}