search-list.css 2.25 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: 18px;
}

.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: 18px;
}
.s_tag {
	margin-top:20px;
	margin-left: 145px;
	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:45px;
	width:70px;
	text-align:center;
}

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

.tag_active {
	border-bottom:5px solid #179bf0;/* #38f; */
	/* font-weight: bold; */
    color: #179bf0;
    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;
}
.labels {
	color:#797979;
	margin-right:15px;
}
.titleRow{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.contentRow{
/* 	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;	 */
}
.opened{  
    height: auto;  
}  
.toggle .close, .opened .toggle .open  {  
   display: none;  
}  
.toggle .opened, .opened .toggle .close {  
   display: inline;  
}