@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
}
form{
	margin:0;
}
header{
	width:100%;
	height:80px;
	background:#fff;
}
header .logo{
	width:153px;
	height:50px;
	float:left;
	margin-left:40px;
	margin-top:15px;
	padding-right:30px;
	border-right:2px solid #f1a5a3;
}
.logo img{
	margin-top:9.5px;
}
header h1{
	font-family:'黑体';
	margin: 0;
	font-weight:400;
	line-height:80px;
	font-size: 27px;
	margin-left:30px;
	float: left;
	color:#434343;
}
header h1 img{
	float:left;
	margin-top:17px;
	margin-right: 10px;
}
.content{
	width:100%;
	background:url(../images/logoBg.png) no-repeat;
	background-size:100% 100%;
	position:relative;
}
.login{
	position:absolute;
	width:357px;
	height:407px;
	background:url(../images/frame.png) no-repeat;
	top:150px;
	right:110px;
}
.login .name{
	width:288px;
	height:55px;
	margin-left:34.5px;
	margin-top:103px;
	font-size:18.67px;
	font-family:'黑体';
	text-indent:23px;
	outline:none;
	border: 2px solid #e1e1e1;
	border-top: 4px solid #e1e1e1;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.login input[type='password']{
	width:288px;
	height:55px;
	margin-left:34.5px;
	font-size:18.67px;
	font-family:'黑体';
	text-indent:23px;
	border: 2px solid #e1e1e1;
	border-bottom-left-radius: 4px;
	outline:none;
	border-top: 0;
	border-bottom-right-radius: 4px;
}
.login input::-webkit-input-placeholder{
	color:#a7a6a6;
}
.login .yanz{
	border: 2px solid #e1e1e1;
	height:50px;
	width:158px;
	margin-left:34.5px;
	margin-top:20px;
	outline:none;
	border-radius:4px;
	border-top:3px solid #e1e1e1;
	font-family:'黑体';
	font-size:18.67px;
	text-indent:23px;
	float:left;
}
.login a{
	display:inline-block;
	width:119px;
	height: 47px;
	margin-top: 21px;
	margin-left: 10px;
}
.login input[type='submit']{
	width:288px;
	height:60px;
	margin-left:34.5px;
	background:url(../images/button.png) no-repeat;
	background-size:100% 100%;
	border:0;
	font-family:'黑体';
	outline:none;
	cursor:pointer;
	margin-top:24px;
	font-size:21.33px;
	color:#fff;
}
.login em{
	width:100%;
	font-family:'微软雅黑';
	font-size:26px;
	color:#a7a6a6;
	text-align:center;
	display:inline-block;
	font-style:normal;
	margin-top: 118px;
	margin-bottom: 45;
}
.login .pwd{
	border: 2px solid #e1e1e1 !important;
	border-top: 4px solid #e1e1e1;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}



/*新添加样式*/
ul{
	margin:0;
	padding:0;
	list-style:none;
}
.list{
	width:50%;
	margin-left: 17%;
	margin-top: 20.3vw;
	float: left;
	background: rgba(255, 255, 255, 0.64);
	padding: 15px;
	border-radius: 8px;
}
.list li{
	width:100%;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px dashed #222222;
}
.list li a{
	color: #222222;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
}
.list li span{
	width:60%;
	white-space: nowrap;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
}
.list li em{
	width: 24%;
	text-align:center;
	font-style:normal;
	display: inline-block;
}
.list li label{
	text-align:center;
	font-style:normal;
	display: inline-block;
	background:url(../images/bai.png) no-repeat center left;
	cursor: pointer;
	float:right;
	margin-right:3%;
	padding-left: 13px;
}
.login p{
	width:100%;
	float:left;
	margin:0;
	text-align: center;
	color: #6c6c6c;
	font-size: 14px;
	margin-top:5px;
}
.login p a{
	line-height:20px;
	margin: 0;
	width: 65px;
	font-size: 14px;
	text-decoration: none;
	color: #0191ff;
}