/*页面容器*/
.container{
	width: 951px; margin: 0px auto;
	background: url(../images/banner.jpg) no-repeat;
}

/*头部样式*/
#header{ background: url(../images/top_bg.gif) no-repeat right top; }
#header .info{
	float: right; text-align: right; padding: 30px 20px;
}
.topinfo{ color:#fff;}
.logo{
	width: 201px; float: left;
}
.info a{
	margin-left: 10px; color: #001247; text-decoration: underline; font-size: 13px; font-weight: bold;
}
.info a:hover{
	text-decoration:none;
}

.banner{
}

/*主体部分样式*/
.content{
}

.content h2{		/*主体H2标签样式*/
	border-bottom: 1px solid #e0e0e0; padding:0px 0px 5px 23px; font-size: 14px; color: #555; margin: 0px 0px 10px 0px;
}

.content .c_s_t,.content .c_s_h2{		/*主体内容上部栏目样式*/
	background: url(../images/icon_d.gif) no-repeat 0px 3px;
}

.content h2 label{
	width: 480px; float: left;
}


.content .c_s_b{
	margin-top: 30px; background: url(../images/icon_f.gif) no-repeat 0px 3px;
}

/*主体左侧样式*/
.content .c_left{
	width: 600px; float: left; margin: 10px 10px 10px 15px;
}

/*主体左侧内容样式*/
.content .c_l_c{
	margin: 0px;
}

.content .c_l_c label{
	margin: 50px 20px 0px 0px;
}

.content .c_l_c li{
	width: 288px; float: left; margin: 0px 0px 25px 5px; padding: 0px;
}

.content .c_l_c .l_pic{
	width: 56px;float: left;
}
.content .c_l_c .l_content{
	width:200px; float: left; line-height: 20px; margin: 0px 10px 0px 10px;
}
.content .c_l_c .l_content h3{
	margin: 0px; padding: 0px; font-size: 12px; color: #307495;
}

/*主体右侧样式*/
.content .c_right{
	width: 260px; float: left; margin: 63px 0px 0px 50px;
}
.content .c_right .r_s_1{
	background: url(../images/icon_l.gif) no-repeat 0px 3px;
}

.content .c_right .r_s_2{
	background: url(../images/icon_p.gif) no-repeat 0px 4px; margin-top: 40px;
}

/*主体右侧内容样式*/
.content .c_right .r_s_c{
	margin: 0px;
}

.content .c_right .r_s_c li{
	margin: 0px 5px 0px 10px;
	background: url(../images/nav.gif) no-repeat 0px 11px;
	padding-left: 15px;
	line-height: 28px;
}

.content .c_right .news {width:260px; }
.content .c_right .news li{
	 background: url(../images/li-point.gif) no-repeat 5px 9px; margin-left: 0px; line-height: 22px;
	 word-break:break-all; word-wrap:break-all;overflow:hidden;
}

.content .c_right .r_s_c a{
	text-decoration: none; color: #666;
}
.content .c_right .r_s_c a:hover{
	text-decoration: underline; color: #ff7800; font-weight: bold;
}

/*底部样式*/
.footer{
	margin-top: 20px;
	border-top: 1px solid #e0e0e0;
	height: 40px;
}

.footer .logo{
	margin-top: 4px;
}
.footer .info{
	float: right; margin-top: 9px; color: #333333;
}

/*内页抬头样式*/
.content .c_s_h2{
	font-size: 14px; color: #333; margin: 0px 0px 30px 0px;
}

/*全局样式*/
.clear{
	clear: both;
}
.nes {
	color: #ea5b0d;
}
/*段落样式*/
p{
	text-indent:24px; margin-top: 0px;
}
a{
	color: #ff7800; text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
img { border: 0px; }
/*清除UL样式*/
ul{
	list-style:none; margin: 0px; padding: 0px;
}
body{
	background: url(../images/body_bg.gif) repeat-x;
	font-size: 12px; font-family: Arial, "宋体";
	color: #888;
	line-height: 24px;
}
html, body{
	margin: 0px; padding: 0px;
}


/*登录页面样式*/
.content .c_l_login, .content .c_l_login input{
	color: #666;
}
.content .c_l_login{
	margin-left: 10px;
}

.content .c_l_login h3{
	color: #e98820; font-size: 14px; margin: 2px 0px 5px 0px;
}
.content .c_l_login .input {
	border: 1px solid #d3d3d3; width: 130px; padding: 2px;
}
.content .c_l_login .input50 {
	border: 1px solid #d3d3d3; width: 50px; padding: 2px;
}
.content .c_l_login td{
	height: 30px;
}

.content .c_l_login a{
	cursor: pointer;
}

.content .c_l_login .btn{
	border: 0px; background: url(../images/btn.gif) no-repeat; padding: 3px 8px 3px 5px; margin: 0px 10px 0px 0px; color: #888; font-size: 12px; cursor: pointer; text-align:center; width:49px;
}

.content .c_l_login .l-form{
	background: url(../images/login-form.gif) repeat-y; width: 284px; float:left;margin: 0px; padding:0px;
}

.content .c_l_login .r-form{
	width: 280px; float: left; margin: 50px 0px 0px 10px; color: #ea902f; vertical-align:bottom;
}
