@charset "utf-8";
.ui-category-box-wrap{
	height:auto;
	background-color:#F8F8F8;
}
.ui-category-box {
	line-height: 25px;
	font-size: 18px;
	margin-bottom:4px;
	overflow:hidden;
}
.ui-category-box>a {
	float:left;
	cursor: pointer;
	color: #FFF;
	padding:2px 8px;
	margin-right:5px;
	white-space:nowrap;
}
.ui-category-box>a:hover {
	text-decoration: underline;
}
.ui-category-box>a.selected{
	background-color:#45A0E6;
}
.ui-category-box-wrap .ui-category-box>a{
	color:#666666;
	font-weight:normal;
	padding:0 8px;
	line-height:35px;
	border-bottom:2px solid #F8F8F8;
}
.ui-category-box-wrap .ui-category-box>a:hover {
	text-decoration:none;
	color:#2C2C2C;
}
.ui-category-box-wrap .ui-category-box>a.selected{
	background-color:transparent;
	border-bottom:2px solid #3388FF;
	font-weight:bold;
	color:#2C2C2C;
}
/*分类聚合*/
.jsearch-category-merge{
	background-color:#FFFAED;
	padding:5px;
	margin: 3px;
	border:1px solid #FFEAA2;
	box-shadow: 0px 0px 3px #FFECAD;
	border-radius:3px;

}
.jsearch-category-merge-title{
	font-size: 16px;
    font-weight: bold;
    color: #257EC4;
	cursor:pointer;
}
.jsearch-category-merge-expand-btn{
	float:right;
	width:25px;
	height:22px;
	background:url(cate_merge_expand.png) center center no-repeat;
}
.jsearch-category-merge ul{
	margin:0;
	padding:0;
	margin-left:15px;
	margin-top:5px;
	overflow:hidden;
	/*display:none;*/
}
.jsearch-category-merge li{
	margin:0;
	padding:0;
	list-style:none;
	font-size: 14px;
	overflow:hidden;
}
.jsearch-category-merge .jsearch-category-merge-info-title{
    line-height: 1.54;
    word-wrap: break-word;
	color: #257EC4;
	text-decoration:underline;
	cursor:pointer;
}
.jsearch-category-merge-info-source{
	color:#008000
}
.jsearch-category-merge-info-date{
	float:right;
	color: #666;
}
.jsearch-category-merge-info-content{
	color: #333333;
	text-indent:2em
}
.jsearch-category-merge-info-img{
	float: left;
    margin-right: 10px;
    width: 150px;
    height: 100px;
    line-height: 80px;
    text-align: center;
    overflow: hidden;
}
.jsearch-category-merge-info-img img{
	width:100%;
	height:auto;
	vertical-align:middle;
}

.jsearch-category-merge-img li{
	float:left;
	width:150px;
	padding:5px;
	overflow:hidden;
}
.jsearch-category-merge-img li .jsearch-category-merge-info-img{
	float:none;
	width:100%;
}
.jsearch-category-merge-info-img-title{
	height:40px;
	overflow:hidden;
	font-size:13px;
	margin-top:5px;
	text-align:center;
}