﻿html,body,form
{
	padding:0px;
	margin:0px;
	background:#fff;
	font-size:14px;
	font-family:微软雅黑;
	color:#797979;
	width:100%;
	min-width:1000px; 

}  

.contain
{
	position:relative;
	margin:0px auto;
	height:660px; 
	min-width:1000px; 
	}
.top
{  
	margin:0px auto;
	/*
	background:url(../images/lglogo.png) no-repeat 20px center #f4f4f4;
	*/
	height:80px; 
	}
.banner
{
	height:440px;
	 background:url(../images/lgbanner.png) no-repeat center #999ea3;
	 
	margin:0px auto;
	width:100%;
}
.content
{
	margin:0px auto;
	width:1000px;
	clear:both;  
	margin-bottom:10px;
	height:660px;
	overflow:hidden;
	position:relative;
	top:-440px;
	z-index:2px;
	}
.downdiv
{
	width:500px;
	height:60px; 
	padding-top:120px; 
	position:absolute;
	top:30px;
	left:0px;
	z-index:2px;
}	
.downdiv a
{
	background:#e24a96;
	text-decoration:none;
	display:block;
	width:300px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:20px;
	color:#FFF;
	cursor:pointer;
	
	}
.downdiv a:hover
{
	background:#eb5fa5;
	text-decoration:none; 
}
.logindiv
{
	position:absolute;
	top:30px;
	right:0px;
	z-index:2px;
	width:320px;
	height:300px;
	background:url(../images/loginbg.png) no-repeat;
	}
.userno
{
	margin:0px auto ;
	padding-top:69px;
	width:250px;
	height:40px;
	
	}
.userno input
{
	width:230px;
	height:32px;
	line-height:32px;
	font-size:14px;
	color:#a9a9a9;
	padding:4px 10px;
	border-style:none;
	font-family:微软雅黑;
}
.userpsd
{
	margin:0px auto ;
	padding-top:13px;
	_padding-top:7px; 
	width:250px;
	height:40px;
	}
.userpsd input
{
	width:230px;
	height:32px;
	line-height:32px;
	padding:4px 10px;
	font-size:14px;
	color:#a9a9a9;
	border-style:none;
	font-family:微软雅黑;
}
.useryzm
{
	margin:0px auto ;
	padding-top:15px;
	_padding-top:9px; 
	width:250px;
	height:40px;
	
	}
.useryzm input
{ 
	width:80px;
	height:32px;
	line-height:32px;
	padding:4px 10px;
	font-size:14px;
	color:#a9a9a9;
	border-style:none;
	float:left;
	text-align:center;
	font-family:微软雅黑;
	}
.useryzm a
{ 
	display:block;
	width:70px;
	height:30px;
	line-height:40px;  
	float:left;
	margin-left:20px;
	margin-top:10px;
	cursor:pointer;
	}
.userbtn
{
	margin:0px auto ;
	padding-top:23px;
	width:250px;
	height:40px; 
	}	
.userbtn  input
{
	width:100px;
	height:40px;
	line-height:40px;
	background:none;
	border-style:none;
	color:#FFF;
	text-align:center;
	font-size:18px;
	font-family:微软雅黑;
	cursor:pointer;
	}
.msgdiv
{
	position:absolute;
	top:354px;
	right:0px;
	z-index:2px;
	width:1000px;
	height:300px;  
	overflow:hidden;
	}
.msgdiv_div
{
	width:300px;
	height:300px;
	float:left;
	background:#fff;
	margin-right:50px;
}
.msgdiv_div_title
{
	width:300px;
	height:60px;
	line-height:60px;
	background-color:#7d7d7d; 
  }
.msgdiv_div_title span
{ 
	display:block;
	width:100px;
	height:60px;
	line-height:60px;
	font-size:18px; 
	font-family:微软雅黑;
	float:left;
	color:#FFF;
	padding-left:10px;
	}
		
.msgdiv_div_title a
{
	display:block;
	width:80px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	color:#fff;
	font-family:微软雅黑;
	float:right; 
}
.msgdiv_div_title a:hover
{
	text-decoration:underline; 
	}
.msgdiv_div_con
{
	width:250px;
	height:205px;
	padding:10px 20px;
	background:#f7f7f7;
	}
.msgdiv_div_con_line
{ 
	width:250px;
	height:50px;
	line-height:50px;
	border-bottom:1px dashed #CCC;
	word-break: keep-all; /* 不换行 */
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一 起使用。*/
}
.msgdiv_div_con_line a
{ 
	color:#797979;
	text-decoration:none;
	}
.msgdiv_div_con_line a:hover
{ 
	color:#ff0000;
	text-decoration:underline;
	}
	
	



.bottom
{ 
	margin:20px auto; 
	height:100px; 
	line-height:100px;
	text-align:center; 
	}