@media screen and (max-width: 768px){
.content .search {
    padding: 20px 0 0;
}
}
.search input {
	height: 44px;
	padding: 11px 12px;
	font-size: 15px;
	line-height: 20px;
	margin-right: -5px;
	box-sizing: border-box;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border: 1px solid #d9d9d9;
	overflow: visible;
}
.search select {
	height: 44px;
	padding: 11px 12px;
	font-size: 15px;
	line-height: 20px;
	margin-right: 10px;
	box-sizing: border-box;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border: 1px solid #d9d9d9;
	overflow: visible;
}
.search select:focus {
	outline: 0;
	border-color: #cb1e1e;
}
.search button {
    border: 0;
    min-width: 67px;
    padding: 0 12px;
    line-height: 44px;
    vertical-align: 0.5px;
    background: #de2222;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.search input:focus {
	outline: 0;
	border-color: #cb1e1e;
}


.search button:hover {
	background: #cb1e1ed9;
}

.data-list {
	padding-top: 0;
	height: auto;
}

.search-place {
	display: none;
}

.search-result {
	margin-top: 30px;
}

.loading {
	text-align: center;
	margin-top: 50px;
	display: none;
}

.search-result .em,
.ivu-list a .title .pd15 .em {
	color: red;
}

.ivu-list a.item {
	height: 100px;
	border-bottom: 1px solid #ccc;
}

.ivu-list a .title {
	height: 52px;
	line-height: 52px;
}

.ivu-list a .title .pd15 {
	padding: 0 15px;
}

.ivu-list a .title .pd15 .time {
	text-align: left;
	font-size: small;
	line-height: 32px;
}
