

/* 搜索城市框 */	
	.resum_city{
		position: absolute;
		z-index: 999;
		margin-top: 10px;
	}
    .resum_city{
        border: 1px solid #d4d4d4;
		border-radius: 5px;
        margin-bottom:100px;
        overflow:hidden;
        background-color:#fff;
    }
	/* 三个盒子共用 */
	.Data_box,.Data_box2,.Data_box3{
		background-color: #fff;
		
		padding: 20px 30px;
		color: #535353;
		font-size: 14px;
		display: none;
	}

	.Data_box .head_tip,.Data_box2 .tips,.Data_box3 .tips{
		font-size: 12px;
	}
	/* line */

	.search_record2{
		/*margin-top: 20px;*/
	}
	.history_search2 .tit{
		font-weight: bold;
		padding-top: 5px;
	}
	.history_search2 .cont{
		margin-left: 100px;
        line-height: 14px!important;
        margin-top:0px!important;
        margin-bottom:20px;
	}
	.history_search2 .cont ul li{
		float: left;
		padding: 5px 10px;
		border-radius: 5px;
		margin-right: 10px;
		cursor: pointer;
	}
	.history_search2 .cont ul li:hover{
		color: #fff;
		background-color: #366dae;

	}
	.letter_nav2 ul{
		border-bottom: 1px solid #d4d4d4;
		padding-bottom: 10px;
	}
	.letter_nav2 ul li{
		float: left;
		margin-right: 50px;
        margin-top:0;
	}

	.letter_nav2 ul li.current{
		color: #366dae;
		cursor: pointer;
	}
	.search_res2 ul li{
		float: left;
		margin: 10px 0;
		
	}
	.search_res2 ul li a{
		padding: 5px 10px;
		border-radius: 5px;
		display: block;
		margin-right: 10px;
	}
	.search_res2 ul li a:hover{
		color: #fff;
		background-color: #366dae;

	}

	/* line */

	.Data_box2 .search_res2 li {
	    width: 30%;
	    margin-right: 8px;
	    padding: 4px 0 4px 10px;
	    cursor: pointer;
	}
	.Data_box2 .search_res2 li:hover{
		color: #fff;
		background-color: #366dae;
		border-radius: 5px;
	}
	.Data_box2 .search_res2 li b{
		margin-right: 5px;
	}
	.Data_box2 .page_num {
		margin-top: 20px;
		text-align: center;
	}
	.Data_box2 .page_num span{
		display: inline-block;
		border: 1px solid  #d4d4d4;
		padding:2px 5px;
		border-radius: 5px;
		margin: 0 6px;
		cursor: pointer;
	}
	.Data_box2 .page_num span.current,.Data_box2 .page_num span:hover{
		background-color:#366dae;
		border-color: #366dae;
		color: #fff;
	}

	/* line */
	.Data_box3  .no_res{
		text-align: center;
		padding: 40px;
	}