/* -----------------------
 *		This is a free template, but the use of the terms of the license agreement
 *
 *		$Id: common.css
 *		$Created & Modified by 上官雨伦

	----------------------------------

/*
	Name:			mod_reset
	Level:			Global
	Explain:		初始选择器属性
	Last Modify:	上官雨伦
*/
		*				{ padding: 0; margin: 0; }
		a				{ color: #444; text-decoration: none; }
		body			{ background-image: url("bgR.jpg"); font: 12px/1.5 Arial,'Microsoft Yahei','Simsun'; }
/* 
	全局
------------------------------------------------------------------- */
#YuLun_Box	{ width: 1200px; margin: 0 auto; padding: 100px 0;}
#YuLun_Box .title	{ height: 46px; line-height: 46px; color: #FFF; text-align: center; }
#YuLun_Box .box	{ margin-bottom: 20px; }
#YuLun_Box .box	h2.title{ font-size: 24px; color: #0693CF; text-align: left; margin-bottom: 10px; }
#YuLun_Box .box	table{ width: 96%; margin: 0 auto; }
#YuLun_Box .box	table td{ width: 218px; border: #352f2a 1px solid; padding: 5px; font-size: 18px; color: #FFF; }
#YuLun_Box .box	table td a{ color: #026690; }