﻿@charset "utf-8";
/* CSS Document */
.logininfo {
	padding: 0px 10px;
	clear:both;
	margin-top:10px;
	
}
.logininfo li {
	width: 33.3%;
	float: left;
}
.logininfo li .mu1 {
	margin: 0px auto 10px;
	width: 96%;
}
.logininfo .mu1 {
	height: 250px;
}
.list2 {
	width: 90%;
	margin: 10px auto;
}
.list2 li {
	line-height: 28px;
	width:100%;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom:1px  solid #ddd;
}
.mu11 {
	background: #eef1f8;
}
.mu1cont2 {
	background: #fff;
	border-radius: 0 0 5px 5px;
}
.list4 {
}
.list4 li {
	height: 35px;
	line-height: 35px;
	padding: 9px 10px;
	padding-left:30px;
	width: 90%;
	border-bottom: 1px solid #ddd;
}
.icoimg {
	width:26px;
	height: 26px;
	padding:5px;
	display:inline-block;
	margin:5px 20px;
	border-radius:30px;
	background: #2082c5;
	vertical-align:middle;
}
.tbhs1{

	width:100%;
}
.tbhs1 td, .tbhs1 th, .tbhs1 caption {
	border: 1px solid #c3d8de;
	padding:3px;
	height: 20px;
	line-height: 20px;
	color: #333;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tbhs1 th {
	background: #d5e9f5;
	color: #2c4f6f;
	text-align:left;
}