@charset "utf-8";
/* CSS Document */

/*content部分的美化设置*/
.contentWrap{width:1200px;margin:0 auto;margin-top: 30px;}
	
	.picInfo{ }
	
	.pic{ width:900px; height:300px; float:left;}
	/*content部分info（平台概况）的美化设置*/
	.info{ position:relative; width:252px; height:288px; float:right; background:#fff; border:1px solid #EAEAEA; border-radius:3px; padding:6px 16px;}
		.infoTitle{ font-size:16px; color:#06508F; font-weight:600; margin-top:6px; font-family:microsoft yahei;}
		.infoText{ height:216px; overflow:hidden; line-height:24px; font-size:14px; color:#333; font-family:"微软雅黑"; margin-top:-8px;}
		.infoMore{ position:absolute; bottom:15px; right:12px;}
		.infoMore a:hover{ color:#06508F;}
	
	/*content部分具体区块（首页栏目）的美化设置*/
	.content{ margin-top:20px;}
	.contentLeft, .contentRight{ float:left; width:560px; background:#fff; padding:10px;height:230px;}
	.contentRight{ margin-left:40px;}
		.contentTitle{ margin:0 10px; padding:10px; border-bottom:1px solid #DDDDDD;}
		.contentTitle .titleText{ float:left; color:#06508F; font-size:16px; font-weight:bold;}
		.contentTitle .contentMore{ float:right; }
		.contentMore a{color:#FFBA15;}
		.contentList{ padding:10px 6px;}
		.contentList li{ height:30px; line-height:30px; position:relative; background:url(../images/tangle.png) no-repeat left; padding-left:14px;}
		.contentList li a:hover{ color:#666;}
		.contentList li .newsTime{ position:absolute; right:2px; top:2px; color:#666;}