search-list.css 1.75 KB

body{background-color: white;}

.div-search-list{
	width:1000px;
	margin:0 auto;
	
}
.div-search-list>div{
	color:#999999;
}
.div-search-list>ul{
	padding-left:0;
	list-style: none;
}
.div-search-title{
	margin-bottom: 14px;
}
.div-search-title a,.div-search-title label,.font-key{
	font-size:15px;
}
.div-search-title a{
	text-decoration: none;
	color:#179bf0;
	font-size: 20px;
}

.div-search-title a:hover{
	text-decoration: underline;
	color:#1e57ad;
}

.div-search-list>ul>li{
	margin-top:20px;
}


.search-text{
	border:1px solid #0096eb;
	border-right:none;
	width:515px;
	height:38px;
	float:left;
}
.search-text img{
	margin-left:10px;
/* 	margin-top:10px; */
	margin-right:4px;
}
.search-text input[type="text"]{
	border:none;
	width:475px;
	height:36px;
	padding:4px;
}
.btn-search{
	width:92px;
	height:38px;
}
.distance{
/* 	margin-left: 36px; */
}
.highlight{
	color: red;
}
.div-search-title .highlight{
	font-size: 20px;
}
.s_tag {
	margin-top:20px;
	margin-left:85px;
	background: #f8f8f8;
    line-height: 36px;
    height: 38px;
    float: none;
}
#tag {
/* 	margin-left:100px; */
}
#tag > ul > li {
	float:left;
	list-style:none;
	margin-right:5px;
	height:60px;
	width:70px;
	text-align:center;
}

#tag > ul > li:hover {
	cursor:pointer;
}

.tag_active {
	border-bottom:5px solid #38f;
	font-weight: bold;
    color: #323232;
    font-size: 18px;
}

.null_content {
	text-align: center;
	font-size: 25px;
/* 	height: 100px; */
/* 	text-align:center; */
/* 	line-height: 100px; */
/* 	font-size: 25px; */
/* 	font-weight: 600; */
}

nav>ul>li>a{
	font-size:12px;
	color:#1e57ad;
}

.searchContent {
	text-overflow: ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

.threeRow {
	font-size:14px;
	line-height:1.4;
	max-height:60px;
}
.ul_data li{
	margin-top: 40px;
}