﻿@charset "utf-8";
/* CSS Document */
/*在线查询*/
.search_list{ border-bottom:solid 1px #d9d9d9; padding:10px 0px; height:125px; line-height:30px;}
.search_list dt{ border-right:solid 1px #d9d9d9; width:260px; float:left; text-indent:5px;}
.search_list dt h1{ font-size:14px; padding:0 0 0 20px;}
.search_list dt h1 a{color:#009b83;}
.search_list dt p{ padding:0 0 0 15px}
.search_list dt p img{ border:solid 1px #d9d9d9;}
.search_list dd{ float:left; width:380px; float:left; margin:0 0 0 20px;}
.search_s{ margin:5px 0 0 52px;}
.textbox_1{ border:solid 1px #819cb9; height:20px; line-height:20px;}
.pad_left20{padding-left:20px; display:block; font-size:14px; background:url(/Content/Areas/News/images/ZaiXianFuWu/zx_icon.jpg) no-repeat left center; color:#666;}
@media only screen and (max-width:48em){
	.search_list{ height:auto; clear:both; overflow:hidden}
	.search_list dt{ width:42%; box-sizing:border-box}
 .search_list dd{ width:56%; box-sizing:border-box; margin-left:2%}
}
@media only screen and (max-width:30em){
.search_list dt{ width:100%}
.search_list dd{ display:none}

} 