@charset "utf-8";
/* CSS Document */
/* reset.css */
body,h1,h2,h3,h4,h5,h6,p,dl,dd,ul,ol,form,input,textarea,th,td,li{margin:0;padding:0}
em{font-style:normal}
li{list-style:none}
a{text-decoration:none}
img{border:none; vertical-align:top;}
table{border-collapse:collapse;border-spacing:0}
textarea{ resize:none; overflow:auto;}
input,textarea{outline:none;}
h3,h2
{
	font-weight: normal;
}
/* end reset.css */

/*public.css*/
.clearFix
{
   zoom:1;
}
.clearFix:after
{
   content: "";
   display:block;
   clear:both;
}
.fl{
	float:left;
}
.fr{float: right;}
.menu .FL{
	background:#e0e0e0;
	height:28px;
	width:1px;
	padding:0 0;
	position:relative;
	top:30px;
}
body{
	font-family: "黑体简体", "Microsoft YaHei", "Arial regular,helvetica regular", serif;
    -webkit-text-size-adjust: 100%;
	background-color:#f4f4f4;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
 	min-width: 300px !important;
    overflow: auto;
    padding:0;
    margin:0;
}
/*end public.css*/
.wrap{
	width:1170px;
	margin:20px auto 0;
}
/*left-wrap.css*/
.left-wrap{
	float:left;
	width:885px;
	margin-top:0 !important;
	/* background:#fff; */
	overflow:hidden;
}
.right-wrap{
	float:left;
	margin-top:0 !important;
	margin-left: 15px;
	width:270px;
	height:auto;
	min-height:260px;
	padding-left:15px;
	padding-top:10px;
	background:#fff;
}
/* leftWrap.css */
.resultTips{
	position:relative;
	padding: 20px 36px;
	border-bottom: 1px solid #e0e0e0;
	overflow:hidden;
	background:#fff;
}
.resultTitle{
	display: inline-block;
	font-size:18px;
    margin: 0!important;
	line-height:30px;
	width: 800px;
	 position: relative;
}
.resultTitle .my-sm-modal{
	right: 10px;
    bottom: 45px;
}
.resultTitle .followIcon {
	float:right;
	margin-right:2px;
}
#resultNum,
#reslutTitle{
	color:#1e88e5;
}
#reslutTitle{
	/*margin:0 20px;*/
}
/* 导航 */
.nav-lists{
    padding:15px 36px !important;
    overflow:hidden;
    font-size:14px;
    background:#fff;
}
.nav-lists span{
	cursor:pointer;
	line-height:30px;
}
#spanList0{
	margin-right:10px;
}
.actives{
    color: #2196f3;
}
.shareDiv{
    float: right;
}
.share-s{
    line-height: 30px;
    margin-right: 10px;
    font-size:14px;
}
.shareBox{
    float: right;	
}
.arrow{
	display:none!important;
}
.bd_weixin_popup{
	height:auto!important;
}
.share-btn .bdsharebuttonbox a {
    width: 30px !important;
    height: 30px !important;
    display: inline-block;
    overflow: hidden;
    margin: 0 10px 0 0!important;
    float: left;
    background: url(../img/search/shareIcon.png) no-repeat !important;
}
.share-btn a.bds_tsina {
    background-position: -42px 0 !important;
}
.share-btn a.bds_qzone {
    background-position: -84px 0 !important;
}
.content-list{
	margin-top:0 !important;
}
/**热门标签**/
.hotsTip{
	font-size:16px;
	color:#424242;
	line-height:16px;
	margin-top:10px;
	margin-bottom:13px;
	font-weight: bold;
}
.hotsList{
	overflow:hidden;
	padding-bottom: 23px;
	padding-right:15px;
}
.hotsList li{
    display: inline-block;
    height: auto;
    text-align: center;
    border: 1px solid #d8d8d8;
    padding: 0 10px;
    color: #9e9e9e;
    margin-right: 10px;
    border-radius: 20px;
    line-height: 24px;
    margin-top: 7px;
    margin-bottom: 7px;
    font-size:14px;
}
.hotsList li:hover{
	cursor:pointer;
	border-color:#1e88e5;
	background:#1e88e5;
	color:#fff;
}
.hotsList li:hover a{
	color:#fff!important;
}
/**
加载更多
**/
@media only screen and (max-width: 750px){
	.right-wrap{
		padding-left:20px!important;
	}
	.shareDiv{
		display:none!important;
	}
}
.qqs{
	 background: url(../img/search/qq.png) no-repeat !important;
	 width: 30px;
   	height: 30px;
    overflow: hidden;
    display: inline-block;
}
.weibo{
	 background: url(../img/search/weibo.png) no-repeat !important;
 	 width: 30px;
   	height: 30px;
    overflow: hidden;
    display: inline-block;
    margin-right:8px;
}
.weixin{
	 background: url(../img/search/weixin.png) no-repeat !important;
 	 width: 30px;
   	height: 30px;
    overflow: hidden;
    display: inline-block;
    margin-right:8px;
}
.jiathis_style_32x32  .jtico{
	background:none!important;
}