@charset "utf-8";
/* CSS Document */
.jiansuo{
	width: 1000px;
	background: #fff;
	margin: 20px auto;
	box-shadow: 0 0 6px 0 #666;
	padding-bottom: 20px;
}
.jiansuo-top{
	width: 960px;
	height: 50px;
	margin: 0 auto;
}
.jiansuo-top .wangzhan{
	font-size: 14px;
	color: #666;
	display: inline-block;
	margin-left:20px;
	margin-top:20px;
	line-height:25px;
}
.wangzhan input{
	width: 95px;
	height: 25px;
	line-height:25px;
	border: 1px solid #999;
	padding-left: 3px;
}
.wangzhan select{
	width: 120px;
	min-height:25px;
	line-height:25px;
	border: 1px solid #999;
}
.jiansuo-top button{
	width: 80px;
	height: 30px;
	background: #229cf8;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 6px;
	font-size: 16px;
	margin-left: 20px;
	border: 0px;
}
.jiansuo .gaoji h4{
     font-size: 20px;
     color: #116abf;
     height: 40px;
     line-height: 40px;
     width: 930px;
     border-bottom: 1px solid #116abf;
     margin: 0px auto;
     font-weight:normal;
     padding-left:11px;
}
.gaoji table{
	width: 930px;
	margin:20px auto;
	font-size: 14px;
	color: #666;
	text-align: center;
	cursor: pointer;
}
.gaoji table tr{
	height: 35px;
	line-height: 30px;
}
.gaoji table .trss{
	height: 35px;
	color: #fff;
	background: #1b8be2;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
}
.gaoji table .trss td{
	border-bottom: none;
}
.gaoji table td{
	padding: 0px 5px;
	border-bottom: 1px dashed #ccc;
	text-align: center;
}
.gaoji table td p{
	padding-left:10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
.gaoji table td .list-td1{
	text-align: left;
	width: 400px;
}
.gaoji table td .list-td2{
	width: 170px;
}
.gaoji table td .list-td3{
	width: 170px;
}
.gaoji table td .list-td4{
	width: 170px;
}
