.header{
	position: fixed;
	top: 0;
	background: #23262f;
	width: 100%;
	height: 49px;
	z-index: 8888;	
}
.header-content{
	height: 49px;	
}
.left-part{
	padding-left: 8px;		
}
.wecat-part{
	padding: 17px 21px 0 0;
}
.wecat-part ul li{
	float: left;
	color: #ffffff;
	font-size: 12px;
	font-family: "Microsoft Yahei";
}
.wecat-part ul li.user-con{
	color: #c8c9cb;
	font-size: 14px;
}
.wecat-part ul li i.exit_1{
	display: inline-block;
   /* width: 237px;*/
    height: 10px;
    width: 10px;
    background: url(../images/search/exit.png) no-repeat center;
    background-position: 0 0;
    margin-right: 10px;
	margin-top: 5px\0;
	*margin-top:5px;
}
.wecat-part ul li i.exit_2{
	display: inline-block;
	background: url(../images/search/exit.png) no-repeat center;
	width: 12px;
	height: 10px;	
    cursor: pointer;
    background-position: 0 -15px;
    margin-left: 24px;
    margin-right: 10px;
	margin-top: 5px\0;
	*margin-top:5px;
}
/*主体开始*/
.fixed-box{		
	height: 39px;
	width:100%;
	background: #ffffff;
	border-bottom: 1px solid #e4e4e4;	
	position: fixed;
	left: 220px;
	top: 49px;
	z-index: 888;
}
.fixed-box .bread-crumbs-content{
	width: 100%;
	padding: 12px 0 12px 21px;
}
.fixed-box .bread-crumbs-content span{
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #777777;
}
.fixed-box .bread-crumbs-content span.cor-0498e4{
	color: #338ecf;
}
.fixed-box .bread-crumbs-content span.corr-0498e4{
	display: inline-block;
	padding-left: 13px;
	padding-right: 9px;
}
.page-footer{
	width: 100%;
	height: 40px;
	background: #ffffff;
	line-height: 40px;
	color: #797f87;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	margin: 0;
}
.main-content{
	padding-top: 10px;
}
.leader-con-box{
	width: 100%;
	height: auto;
	border: 1px solid #e8e8e8;
	margin-top: 40px;
}
.leader-con-box .leader-search{
	width: 100%;
	height: 45px;
	background: #ffffff;
	border-bottom: 1px solid #e7eaec;
}
.leader-con-box .leader-search b{
	display: inline-block;
	line-height: 45px;
	padding-left: 14px;
	font-size: 18px;
	font-family: "Microsoft Yahei";
	color: #303030;	
	position: relative;
}
.leader-con-box .leader-search b i{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/search/promble.png) no-repeat center;
	position: absolute;
	top: 15px;
	right: auto;	
	margin-left: 9px;
	cursor: pointer;
}
.leader-con-box .leader-search a.add-btn{
	width: 72px;
	height: 23px;
	background: #1ab394;	
	text-decoration: none;
	font-family: "Microsoft Yahei";
	font-size: 12px;
	color: #ffffff;	
	line-height: 23px;
	text-align: center;
	margin-right: 20px;
	margin-top: 10px;
	transition: opacity 2s;
	cursor: pointer;
}
.leader-con-box .leader-search a.add-btn:hover{
	opacity: .8;
}
.leader-con-box .leader-search a{
	border-radius: 2px;
}
.leader-con-box .leader-search a.delete-btn{
	border: 1px solid #ebebeb;
	width: 72px;
	height: 23px;
	text-decoration: none;
	color: #505050;
	font-family: "Microsoft Yahei";
	font-size: 12px;
	text-align: center;
	line-height: 23px;
	margin-right: 19px;
	margin-top: 10px;
}
.table-boxs{
	padding-left:20px ;
	padding-right: 20px;
	background: #ffffff;
}
.table-boxs .table{
	margin-bottom: 0px;
}
.table-boxs .table tr th{
	color: #303030;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	padding: 10px;
}
.table-boxs .table tr.on{
	background: #f3f4f5;
}
.table-boxs .table tr span.td-color-bg{
	padding: 3px 20px 3px 22px;
	background: #cedde6;
	border-radius: 20px;
	color: #000000;
}
.table-boxs .table tr span.td-color-none{
	padding: 3px 20px 3px 14px;
	color: #000000;
}
.table-boxs .table tr.td-color td{
	color: #1ab394;
}
.table-boxs .table tr td{
	color: #6a6f7b;
	font-size: 12px;
	font-family:"Microsoft Yahei";
	padding: 0px 10px;
	height: 35px;
    line-height: 35px;
}
#hotWordContent tr td{
	border-top:0;
	border-bottom:1px solid #dddddd;
}
.table-boxs .table tr label{
	position: relative;
	display: inline-block;
}
.table-boxs .table tr  label span{
	display: block;
	width: 21px;
	height: 21px;
	background: url('../images/search/notcheck.png') no-repeat center;
	position: absolute;
	top:0;
}
.table-boxs .table tr  label input{
	opacity: 0;
	margin-top:0;
}
.table-boxs .table tr label input:checked + span{
	background: url('../images/search/check_btn.png') no-repeat center;
}
.table-boxs .table tr td .bth-Set-up{
	display: inline-block;
	float: right;
	margin-right: 10px;
}
.table-boxs .table tr td .bth-Set-up a{
	text-decoration: none;
	color: #505050;
	font-family: "Microsoft Yahei";
	font-size: 12px;
	display: inline-block;
	position: relative;
	border-radius: 2px;
	transition: opacity 2s; 
}
.table-boxs .table tr td .bth-Set-up a i{
	position: absolute;
	width: 7px;
	height: 17px;
	background: url(../images/search/move.png) no-repeat center;
	background-position: 0 0;
	display: inline-block;
	left: 5px;
    top: 3px;
}
.table-boxs .table tr td .bth-Set-up a i.down-icon{
	background: url(../images/search/move.png) no-repeat center;
	background-position: 0 -14px;
}
.table-boxs .table tr td .bth-Set-up a.edit-btn{
	width: 72px;
	height: 23px;
	background: #1ab394;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	line-height: 23px;
	font-family: "Microsoft Yahei";	
}
.table-boxs .table tr td .bth-Set-up a.edit-none{
	background: #ffffff;
	font-family: "Microsoft Yahei";
	font-size: 12px;
	color: #505050;
	border: 1px solid #ebebeb;
}
.table-boxs .table tr td .bth-Set-up a.dete-btn{
	width: 72px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	font-family: "Microsoft Yahei";	
	border: 1px solid #ebebeb;
	color: #505050;
	font-size: 12px;
	margin-left: 7px;
	background: #fff;
	cursor: pointer;
}
.table-boxs .table tr td .bth-Set-up a.edit-btn:hover{
	opacity: .7;
}
.table-boxs .table tr td .bth-Set-up a.Move-up{
	border: 1px solid #ebebeb;
	margin: 0 10px;
	width: 54px;
	height: 25px;
	text-align: center;
	line-height: 23px;
}
.table-boxs .table tbody tr:hover{
	background: #f3f4f5;
}
.table-boxs .table tr td .bth-Set-up a.Move-down{
	border: 1px solid #ebebeb;
	width: 54px;
	height: 25px;
	text-align: center;
	line-height: 23px;
}
.table-boxs .table tr td.td_center{
	padding-left:14px;
}
.table-boxs .table tr.tr-hide{
	display: none;
}
.table-boxs .table tr td{
	position: relative;
	vertical-align: middle;
}
.table-boxs .table tr td a{
	color: #6a6f7b;
	font-size: 12px;
	font-family: "Microsoft Yahei";
}
.table-boxs .table tbody tr.on{
	background: #f3f4f5;
}
.table-boxs .table tr td .centerCon{
	text-align: center;
	width:26px;
	display: inline-block;
}
.table-boxs .table tr td .allCon{
	text-align: center;
	width:58px;
	display: inline-block;
}
.table-boxs .table tr td em.add{
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/search/add.png) no-repeat center;
	background-position: 0 0;
	cursor: pointer;
	position: absolute;
    top: 10px;
	margin-left:10px;
}
.table-boxs .table tr td .celebrity{
	margin: 0;	
    padding-top: 2px;
    padding-bottom: 7px;
	margin-left: 42px;
}
.table-boxs .table tr td em.reduce{
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/search/add.png) no-repeat center;
	cursor: pointer;
	position: absolute;
    top: 10px;
	background-position: 0 -16px;
	margin-left:10px;
}
.table-boxs .table tr td .celebrity_img{
	margin-top: -14px;
    margin-left: 34px;
    margin-right: 6px;
}
.table-boxs .table tr td .celebrity li{
	color: #707070;
	line-height: 20px;
	position: relative;
}
.table-boxs .table tr td .celebrity li span{
	color:#b8b8b8 ;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	padding-left:57px;
}
.table-boxs .table tr td .celebrity li i.vertical-line{
	display: inline-block;
	width:48px;
	height:1px;
	background:#e7eaec ;
	position: absolute;
	left:0;
	top:11px;
}
.table-boxs .table tr td .celebrity li i.first-line{
	position: absolute;
	width:1px;
	height:25px;
	background:#e7eaec ;
	left:0;
	top:-14px;
}
.table-boxs .table .pagination{
	position: relative;
	margin: 0;
	margin-top: 15px;
}
.table-boxs .table .pagination span{
	display: inline-block;
	position: absolute;
}
.table-boxs .table .pagination span.pagination-page{
	right: auto;
	margin-left: 64px;
	width: 53px;
    height: 29px;
    border: 1px solid #dbdbdb;
    position: relative;
}
.table-boxs .table .pagination span.pagination-page ol{
	position: absolute;
	left: -26px;
	top: 29px;
	width: 53px;
	background: #fff;
	border: 1px solid #ccc;
	display: none;
}
.table-boxs .table .pagination span.pagination-page ol li{
	text-align: center;
	line-height: 25px;
	cursor: pointer;
}
.table-boxs .table .pagination span.pagination-page ol li:hover{
	background: #04c4a5;
}
.table-boxs .table .pagination span.pagination-page i{
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 4px;
	background: url(../images/search/btn-arrow2.png) no-repeat  center;
	right: 10px;
	top: 13px;
	cursor: pointer;
}
.table-boxs .table .pagination span.pagination-page .page-width{
	width:39px ;
	height:100% ;
	line-height: 29px;
	text-align: center;
}
.table-boxs .table .pagination span.pagination-page ul{
	border: 1px solid #ccc;
	position: absolute;
	left: -1px;
	top: 29px;
	width: 100%;
	z-index: 9999;
	display: none;
}
.table-boxs .table .pagination span.pagination-page ul li{
	line-height: 25px;
	background: #fff;
	text-align: center;
	line-height: 25px;
	cursor: pointer;
	width: 100%;
	display: block;
}
.table-boxs .table .pagination span.pagination-page ul li:hover{
	background: #1ab394;
	color: #fff;
}
.table-boxs .table .pagination small{
	position: absolute;
	top: -1px;
	left: auto;
	margin-left: 10px;
}
.table tbody + tbody{
	border-top:0;
}
.pagination .prev a {
	width: 85px !important;
	height: 34px !important;
	padding-left: 11px !important;
	text-align: left;
	box-sizing: border-box;
}
.table tr .pagination ul .prev a:hover,.pagination ul .next a:hover{
	border-color:#dbdbdb!important;
	color:#6a6c7a!important;
	border-width:1px!important;
	background:#fff!important;
}
.pagination .next a {
	width: 85px !important;
	height: 34px !important;
	padding-left: 17px !important;
	text-align: left;
	box-sizing: border-box;
	margin-right: 0;
}
.table-boxs .table tr .pagination ul > li > a:hover{
	border-width:0;
	color: #fff;
}
.table tr  .pagination .active a{
	color:#fff!important;
	border-width:0;
}
.table-boxs .table tr .pagination .prev a i, .pagination .next a i {
	position: absolute;
	top: 10px;
	width: 4px !important;
	height: 8px !important;
}
.pagination .prev a, .pagination .next a {
	position: relative;
}
.pagination .next a i {
	right: 10px;
	left: auto !important;
}
.table-boxs .table tr .pagination .prev a i {
	left: 9px;

}
.pagination_con .pagination ul .prev a:hover, .pagination_con .pagination ul .next a:hover {
	border-color: #dbdbdb !important;
	color: #6a6c7a !important;
	border-width: 1px !important;
	background: #fff !important;
}
.table-boxs .table tr .pagination ul > li > a:hover{
	border-width:1px;
	border-color: #1abc9c;
	color: #fff;
}
.table tr  .pagination .active a{
	color:#fff!important;
	border-width:1px;
	border-color: #1abc9c;
}
/*首页概览页面开始*/
.page-content{
   /*padding-bottom: 18px;*/
}
.page-home-content h3{
	line-height: 50px;
	color: #303030;
	font-size:18px ;
	font-family: "Microsoft Yahei";	
}
.page-home-content .home-page-list [class*="span"]{
	background: #ffffff;
	height: 136px;
	border-top: 1px solid #e7eaec;
}
.page-home-content .home-page-list [class*="span"] h4{
	line-height: 46px;
	border-bottom: 1px solid #e7eaec;
	padding-left: 25px;
	color: #282b33;
	font-family: "Microsoft Yahei";
	font-size: 16px;
}
.page-home-content .home-page-list [class*="span"] .data-con{
	padding-top: 19px;
	padding-right: 29px;
	padding-left: 20px;
	color: #676a6c;
	font-family: "Microsoft Yahei";
	font-size: 26px;
}
.page-home-content .home-page-list [class*="span"] .data-con p{
	font-size: 12px;
	margin-top: 10px;
}
.page-home-content .home-page-list [class*="span"] .data-con p .Corner_arrow{
	width: 7px;
	height: 10px;
	display: inline-block;
	background: url(../images/search/Corner_arrow.png) no-repeat center;
	background-position: 0 0;
	margin-top: 5px;
    margin-left: 4px;
}
.page-home-content .home-page-list [class*="span"] .data-con p .Corner_arrow1{
    width: 7px;
    height: 10px;
    display: inline-block;
    background: url(../images/search/drown_arrow.png) no-repeat center;
    background-position: 0 0;
    margin-top: 5px;
    margin-left: 4px;
}
.page-home-content .home-page-list [class*="span"] .data-con p .Corner_arrow2{
	width: 7px;
	height: 10px;
	display: inline-block;
	background: url(../images/search/drown_arrow1.png) no-repeat center;
	background-position: 0 0;
	margin-top: 5px;
	margin-left: 4px;
}
.page-home-content .home-page-list [class*="span"] .data-con p em{
	font-size: 10px;
	color: #1c84c6;
}
.page-home-content .home-page-list [class*="span"] .data-con p em.blue_font{
	color: #23c6c8;
}
.page-home-content .home-page-list [class*="span"] .data-con p .Corner_arrow_blue{
	background-position: 0 -12px;
}
/*首页概览页面结束*/


/*搜索词库开始*/
.leader-search .search-input-contain{
	margin-left: 106px;
    width: 170px;
    height: 28px;
    border: 1px solid #dddddd;
    margin-top: 9px;
    position: relative;
}
.leader-search .drop-down{
	width: 78px;
	height: 28px;
	border: 1px solid #dddddd;
	margin-top: 9px;
	margin-left: 59px;
	position: relative;
}
.leader-search .drop-down i{
	position: absolute;
	display: inline-block;
	top: 10px;
	width: 9px;
	height: 6px;
	background: url(../images/search/btn-arrow3.png) no-repeat center;
	cursor: pointer;
}
.leader-search .drop-down span{
	width: 65px;
	display: inline-block;
	height: 100%;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #707070;
}
.journal-box .search-input-contain{
	margin-left: 10px;
}
.leader-search .search-site-manage{
	width: 78px;
	height: 28px;
	border: 1px solid #dddddd;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	margin-top: 9px;
}
.leader-search .search-site-manage i{
	position: absolute;
	width: 8px;
	height: 4px;
	display: inline-block;
	background: url(../images/search/btn-arrow2.png) no-repeat center;
	top: 12px;
}
.leader-search .search-site-manage .site-list-con{
	width: 78px;
	border: 1px solid #ccc;
	margin: -1px;
	background: #fff;
	z-index:999;
	height: auto;
	position: absolute;
	top: 29px;
	left: 0;
}
.leader-search .search-site-manage .site-list-con li{
	line-height: 25px;
	height: 25px;
	padding-left: 8px;
	color: #707070;
}
.leader-search .search-site-manage .site-list-con li:hover{
	background: #1ab394;
	color: #fff;
}
.leader-search .search-site-manage span{
	display: inline-block;
	width: 57px;
	height: 28px;
	line-height: 28px;
	padding-left: 8px;
	color: #707070;
	font-size: 12px;
	font-family: "Microsoft Yahei";
}
.leader-search .search-input-contain input{
	width: 132px;
	height: 28px;
	outline: none;
	border: 0;
	box-shadow: none;
	height: 28px;
	padding: 0;
	padding-left: 10px;
	color: #707070;
	font-size: 12px;
	font-family: "Microsoft Yahei";
}
.leader-search .search-input-contain input::-webkit-input-placeholder{
	color: #b7b7b7;
	font-size: 12px;
	font-family: "Microsoft Yahei";
}
.leader-search .search-input-contain i{
	position: absolute;
	width: 18px;
	height: 18px;
	display: inline-block;
	right: 8px;
    top: 5px;
	background: url(../images/search/search_icon.png) no-repeat center;
	cursor: pointer;
}
.drop-down ul{
	border: 1px solid #ccc;
	position: absolute;
	left: -26px;
	top: 28px;
	width: 100%;
	z-index: 9999;
	display: none;
}
.drop-down  ul li{
	line-height: 25px;
	background: #fff;
	text-align: center;
	line-height: 25px;
	cursor: pointer;
	width: 100%;
	color: #707070;
	display: block;
}
.drop-down ul li:hover{
	background:  #1ab394;
	color: #fff;
}

/*搜索词库结束*/