/***表格调整**/
.aq-main .table-cloum-2>div {
	width: 310px;
}

.aq-main thead tr {
	background: #4783e3;
}

.aq-main .table th {
	color: #fff;
}

.aq-main table {
	width: 100%;
}

.aq-main .table th>div {
	padding-left: 0;
	text-align: center;
}

.aq-main .table td>div {
	padding-left: 0;
}

.aq-main .table th, .aq-main .table td {
	border-left: 1px solid #dfdfdf;
	padding: 0 10px;
}

.aq-main .table th:last-child, .aq-main .table td:last-child {
	border-right: 1px solid #dfdfdf;
}

.aq-main .table-cloum-1 {
	width: 30%;
}

.aq-main .table-cloum-2 {
	width: 20%;
}

.aq-main .table-cloum-3 {
	width: 20%;
}

.aq-main .table-cloum-4 {
	width: 15%;
}

.aq-main .table-cloum-6 {
	width: 15%;
	text-align: center;
}
/*.aq-main .table-cloum-1>div,.aq-main .table-cloum-2>div,.aq-main .table-cloum-3>div,.aq-main .table-cloum-4>div,.aq-main .table-cloum-6>div{
    width: auto !important;
}*/
/**搜索***/
.search-box-div {
	border: 1px solid #dfdfdf;
	padding: 10px;
}

.search-box-div .search-item {
	overflow: hidden;
	border-bottom: 1px dashed #dfdfdf;
	padding: 13px 0 7px;
	margin-bottom: 0;
}

.search-box-div .search-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.search-box-div .search-item .search-name {
	float: left;
	margin-right: 1%;
	width: 7%; 
}

.search-box-div .search-item .search-item-right {
	float: left;
	width: 92%;
}

.search-box-div .search-item .search-item-right span, .search-box-div .search-item .search-name
	{
	padding-top: 2px;
	padding-bottom: 2px;
}

.search-box-div .search-item .search-item-right span {
	margin-right: 20px;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 6px;
}

.search-box-div .search-item .search-item-right span.on {
	background: #ffa115;
	color: #fff;
}

.search-box-div .search-item .search-input-box input {
	width: 580px;
	background-color: transparent;
	padding: 0 9px;
	height: 34px;
	line-height: 34px;
	float: left;
	border-radius: 2px;
	border: solid 1px #8e9199;
	margin-right: 20px;
}

.search-box-div .search-item .search-input-box {
	height: 36px;
	float: left;
}

.search-box-div .search-item .search-input-box button {
	width: 90px;
	border: none;
	background: #2582f8;
	color: #fff;
	border-radius: 4px;
	height: 34px;
}

.line-h-34 {
	line-height: 34px;
}

.search-box-div .search-item:first-child {
	padding-top: 5px;
}

.search-box-div .search-item .search-name {
	text-align-last: justify;
	-moz-text-align-last: justify; //兼容firefox 
	-webkit-text-align-last: justify;
	text-align: justify;
	text-justify: distribute-all-lines;//兼容ie
}

.search-box-div .search-item .search-name span:first-child {
	width: 83%;
	display: inline-block;
}