/*分页样式*/

#pages ul{ border:none; margin:0px;}
#pages li{ background:none; display:inline-block; padding:0px; overflow: visible !important;}
#pages li span{ float:none; right: auto;}
#pages .disabled span{ background: #fff;border: 1px solid #e5e5e5;font-size: 18px; color: #666;}

.pagination li{ float:none; width:auto; margin:0px;}


.mtop_10{ margin-top:10px;}

.sp_div li h4{ height:75px;overflow: hidden;
text-overflow:ellipsis;
}

.flfg_div li a{overflow: hidden;
text-overflow:ellipsis;white-space: nowrap; }

.m_divc li a{overflow: hidden;
text-overflow:ellipsis;white-space: nowrap; display:block;width:95%; }


@media (max-width: 768px){
	.select_left70{ margin-left: 100px;}
	#test1 input{ width:100%;}
	.shaixuan .bito{ width:100px;}
	.submit_button{ padding: 10px 0;}
}

@media (max-width: 640px){
	.denglu {
		min-height: 600px;
	}	
	.submit_button{ padding: 10px 0;}
}



/*下拉框样式*/
.jav_select{
	width: 220px;
	height:48px;
	display:table;
	float:left;
	margin-right:10px;
}
.jav_select select {
    border: solid 1px #f0f0f0;
    cursor: pointer;
    left: 0;
    top: 48px;
	width:100%;
	height:100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99;
}

.jav_select select option {
    width: auto;
    height: 45px;
    line-height: 45px;
    border-bottom: solid 1px #f0f0f0;
    text-indent: 32px;
    font-size: 16px;
    cursor: default;
    outline: none;
    text-decoration: none;
    display: block;
    cursor: pointer;
}


