﻿/*全局CSS*/
body,td,th { font-family: Arial, Helvetica, sans-serif; font-size:13px; color: #333333;}
body { background-color: #FFFFFF; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; text-align:center}
a:link { color: #333333; text-decoration: none; }
a:visited { text-decoration: none; color: #333333;}
a:hover { text-decoration: underline; color: #FF6600; }
a:active { text-decoration: none; }
.clear{ clear:both; float:none}

/*网站图片border*/
.pic_border{ border:1px #D5D5D5 solid }
#username,#email,#password,#confirm_password,#captcha{ border:1px #CCCCCC solid}

#indexAll{ width:966px; margin:auto}
	#left{ width:630px; float:left; text-align:left}
		/*快捷按钮*/
		#quickButton{ width:618px; border:1px #DCDCDC solid; text-align:center}
			.quickList{ width:24.5%; float:left}
				.q_pic{ width:50%; float:left; text-align:right}
				.q_name{ width:auto; text-align:left; line-height:61px; font-weight:bold}
		/*新闻版块*/
		#news{ width:620px; margin-top:10px}
			#news_title{ width:100%; background-image:url(../images/yj_login_bg.jpg); line-height:30px}
				.title_name{ width:90%; font-weight:bold; color:#8B1B28; float:left}
				.more{ width:auto; color:#B57B0B;}
			#news_con{ width:618px; padding-top:10px; border-bottom:1px #DCDCDC solid; border-left:1px #DCDCDC solid; border-right:1px #DCDCDC solid}
				#news_con ul{ list-style:none; margin:0px 25px 10px 25px;}
					#news_con ul li{ font-size:13px; line-height:20px}
		#bbs{ width:620px; margin-top:10px}
			#bbs_title{ width:100%; background-image:url(../images/yj_login_bg.jpg); line-height:30px}
				.title_name{ width:90%; font-weight:bold; color:#8B1B28; float:left}
				.more{ width:auto; color:#B57B0B;}
			#bbs_con{ width:618px; border-bottom:1px #DCDCDC solid; border-left:1px #DCDCDC solid; border-right:1px #DCDCDC solid}
				#bbs_con ul{ list-style:none; margin:10px 25px;}
					#bbs_con ul li{ font-size:13px; line-height:20px}
	#right{ width:331px; float:left; padding:15px 0px; background-image:url(../images/yj_login_form_bg.jpg); text-align:center; background-repeat:repeat-y; background-position:left; border:1px #DCDCDC dotted}
		/*登陆表单*/
		#loginForm{ width:276px; border:1px #DCDCDC solid; background-color:#ECECEC; margin:auto}
			#loginTitle{ width:90%; margin-top:10px}
				#l_pic{ width:20%; float:left}
				#l_title{ width:auto; text-align:left; float:left; line-height:30px; font-size:14px}
			#loginUser{ width:90%}
				#u_name{ width:23%; float:left; line-height:30px; text-align:right}
				#u_form{ width:auto; text-align:left; float:left}
			#loginPass{ width:90%}
				#p_name{ width:23%; float:left; line-height:30px; text-align:right}
				#p_form{ width:auto; text-align:left; float:left}
			#loginSumit{ width:90%; margin:10px 0px}
				#s_button{ width:33%; float:left; text-align:right}
				#s_con{ width:auto; text-align:center; margin-left:10px; line-height:22px; color:#990000; float:left}
		/*忘记密码*/
		#forgetPass{ width:276px; border:1px #DCDCDC solid; background-color:#ECECEC; margin:auto; margin-top:10px}
			#fp_pic{ width:18%; float:left; text-align:right}
			#fp_title{ line-height:34px; font-weight:bold; text-align:left; float:left}
		/*ask*/
		#ask{ width:276px; margin:auto; margin-top:10px}
			#ask_title{ width:100%; background-color:#ECECEC; border:1px #DCDCDC solid}
				#at_pic{ width:18%; float:left; text-align:right}
				#at_title{ line-height:34px; font-weight:bold; text-align:left}
			#ask_con{ width:276px; padding:10px 0px; border-bottom:1px #DCDCDC solid; border-left:1px #DCDCDC solid; border-right:1px #DCDCDC solid}
				#ask_con li{text-align:left; width:85%; line-height:20px; list-style-position:inside; margin-left:10px; *list-style-position:outside}