@charset "utf-8";
/* CSS Document */
body{
	font-family: "微软雅黑";
}
.main-left-main{
    margin-top:35px;
	position:relative; 
	left:20%;
	width:80%; 
	text-align:center;
}
h1 {
	font-size: 24px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
	padding-bottom:15px;
}

.main-left-li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
	list-style-type: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #333;
	cursor:pointer;
}
.a-color{
	color:#999;
}
.current-location{
	font-size: 12px;
	padding-left: 30px;
	padding-top: 25px;
	/* color: #808080; */
}
.h30 {
	font-size: 26px;
	font-weight: 900;
	padding-bottom:10px;
}
.h40 {
	text-align:left;
	font-size: 16px;
	font-weight: 500;
	color: #808080;
	line-height:28px; 
	letter-spacing:2px;
	margin-bottom:30px;
	margin-top:20px;
	width:840px;
}
.h15 {
	text-align:left;
	font-size: 24px;
	font-weight: 900;
	margin-bottom:30px;
	margin-top:15px;
	margin-left:25px;
	position:relative;
}
.h50{
	font-size: 14px;
	font-weight: 200;
	color: #808080;
	cursor:pointer;
}
.h60{
	font-size: 14px;
	font-weight: 200;
	color: #808080;
	text-align:left;
	margin:4px 0px 4px 10px;
}
.content-main {
	position:relative;
	width:84%;
	height:740px;
	margin-left:70px;
	padding-top: 15px;
}
.li-float-left{
	float:left;
	margin-right:20px;
}
.li-wygd{
	float:left;
	height:190px;
	width:90px;
}
.li-img{
	float:left;
	width:90px;
	margin-top:35px;
}
#login .inner {
	width:350px;
	height:230px;
	background-color:#FFFFFF;
	position:relative;
	left:20%;
	top:10%;
}
#login input[type="text"],
#login input[type="password"]
{
	width:100%;
	height:35px;
	font-size:18px;
	background-color:#E3E9E9;
	border-radius:4px;
	border:1px solid #D7DBDC;
	border-top:2px solid #BFC3C4;
	text-indent:8px;
	}
#login input[type="text"]:focus,
#login input[type="password"]:focus{
	background-color:#ffffff;
	outline:none;
	border-color: #89D8EF;
	-webkit-box-shadow:0 0 8px rgba(19,166,236,.2);
	-moz-box-shadow:0 0 8px rgba(19,166,236,.2);
	-o-box-shadow:0 0 8px rgba(19,166,236,.2);
	box-shadow:0 0 8px rgba(19,166,236,.2);
	-webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
	-moz-transition:border linear .2s, -moz-box-shadow linear .5s;
	-o-transition: border linear .2s, -o-box-shadow linear .5s;
	transition:border linear .2s, box-shadow linear .5s;
	}
#login .loginButton{
	width:80%;
	padding:0px 5px;
	margin: 5px auto 20px auto;
}
.title{
	float:right;
	display:inline;
	margin:10px 140px 0 0;
	font-size:16px;
	font-family: 宋体,隶书;
	font-weight:bold;
	}	
.idpw{
	text-align:center; 
	width:100%;
	}
.ct{
	width:85%;
	margin:auto; 
	border-spacing:0px 10px;
	border-collapse:separate;
	}
.ct td{ 
    text-align:center;
    }
.ct tr{
	line-height:35px;
}