.user_sign{
	border:1px dashed #ddd;
	border-left:3px solid #27BBBF;
	background:#F5F5F5 url(../haibao_style/default/haibao_hua.png);
	background-size:200px 100px;
	margin:20px 0;
	padding:10px;
	max-height:50px;
	overflow: hidden;
}
.user_sign a{
	color:#bbb;
}
.show_MainContainer {
	overflow: hidden;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
span.pl_name_lx {
	background: #ffde94;
	font-size: 12px!important;
	height: 18px;
	line-height: 18px;
	padding: 2px 8px;
	border-radius: 50px;
	color: #bf9028!important;
}
.show_LeftCnt {
	width: 850px;
	padding: 10px;
	margin-left: 30px;
}
.content_act div {
	/* display: table-cell; */
	width: 120px;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	color: #BBB;
	margin-top: 20px;
	cursor: pointer;
	position: relative;
}
.RightSideshw {
	width: 120px;
	position: relative;
}
.top_bbsinfo {
	padding: 10px;
}
/*相关主题开始*/
.ListMoreTitle{
	display:table;
	width:100%;
	min-height:50px;
}
.ListMoreTitle .ltile{
	display:table;	
	width:47%;
	padding-right:15px;
	float:left;
	height:23px;
	margin-top:13px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.tag_more a{
	font-size:13px;
	margin-left:10px;
}

.content_act>div:last-child{
	padding-left:0px;
}
.content_act font {
	font-size: 14px;
	margin: 0 0 10px 0;
	display: block;
}
.content_act div em {
	position: absolute;
	top: 0;
	right: 29px;
	background: red;
	color: #fff;
	font-size: 12px;
	padding: 2px 5px;
	border-radius: 50px;
}

/*弹层回复相关*/
.replayBox{
	text-align:center;
	position: relative;
}
.replayBox_upfile{
	position: absolute;
    right: 30px;
    bottom:45px;	
}
.replayBox_upfile i{
	position: relative;
	font-size:25px;
	color:#b1b1b1;
	margin-left:8px;
}
.replayBox_upfile .choose_num{
	position: absolute;
    right: -4px;
	top:-4px;
	background:orange;
	padding:1px 2px;
	color:#fff;
	font-size:14px;
	display:none;
}

.ueditor .replayBox_upfile{
	right: 5px;
    bottom:10px;	
}

/***内容页样式***/
.ShowContent_show{
	background: #FFF;
	/*padding: 20px;*/
	/*box-shadow: 0px 0px 2px #DDD;*/
	/*border-radius: 3px;*/
}
.ShowContent_show .topinfo:after{
	content: '';
	display: block;
	clear: both;
}
.ShowContent_show .topinfo .guide{
	float: left;
	line-height: 30px;
	color: #999;
}
.ShowContent_show .topinfo .guide a{
	color: #888;
}
.ShowContent_show .topinfo .SharBox{
	float: right;
	position: relative;
}
.ShowContent_show .topinfo .SharBox dt{
	text-align: right;
	line-height: 30px;
	font-size: 16px;
	color: #888;
	cursor: pointer;
}
.ShowContent_show .topinfo .SharBox dt i{
	color:#378FB3;
	font-size: 18px;
}
.ShowContent_show .topinfo .SharBox dd{
	position: absolute;
	background: #FFF;
	width: 200px;
	box-shadow: 0px 0px 2px #666;
	right: 0px;
	top:35px;
	border-radius: 5px;
	text-align: center;
	padding: 20px 0px;
	display: none;
}
.ShowContent_show .topinfo .SharBox dd .exit{
	position: absolute;
	width:20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background: #CCC;
	color: #FFF;
	top:-8px;
	right:-8px;
	cursor: pointer;
}
.ShowContent_show .topinfo .SharBox dd .exit:hover{
	background: #F60;
}
.ShowContent_show .title{
	padding: 20px 0px;
	line-height: 42px;
	font-size: 32px;
	font-weight: 700;
}
.ShowContent_show .thebase{
	background: #F5F5F5;
	border-radius: 5px;
}
.ShowContent_show .thebase:after{
	content: '';
	display: block;
	clear: both;
}
.ShowContent_show .thebase ul{
	display: table;
	float: left;
}
.ShowContent_show .thebase ul ol,.ShowContent_show .thebase ul li{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.ShowContent_show .thebase ul ol{
	width:60px;
	padding: 10px 10px 10px 20px;
}
.ShowContent_show .thebase ul ol a{
	display: block;
	width: 60px;
	height: 60px;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	box-shadow: 0px 0px 3px #000;
}
.ShowContent_show .thebase ul ol a img{
	position:absolute;
	width:100%;
	height: 100%;
	left:50%;
	top: 50%;
	-webkit-transform: translate3D(-50%, -50%, 0);
	-ms-transform: translate3D(-50%, -50%, 0);
	transform: translate3D(-50%, -50%, 0);
}
.ShowContent_show .thebase ul li{
	line-height: 25px;
	color: #888;
}
.ShowContent_show .thebase ul li span{
	display: inline-block;
	font-size: 16px;
	color: #333;
	padding-right: 10px;
}
.ShowContent_show .thebase ul li a{
	display: inline-block;
	background: #F90;
	color: #FFF;
	padding: 0px 10px;
	margin-top: 5px;
	border-radius: 3px;
}
.ShowContent_show .thebase ul li a:hover{
	background: #F60;
}
.ShowContent_show .thebase dl{
	display: table;
	float:right;
}
.ShowContent_show .thebase dl dt,.ShowContent_show .thebase dl dd{
	display: table-cell;
	padding: 10px 0px;
	height: 60px;
	vertical-align: middle;
	font-size:18px;
	color: #888;
}
.ShowContent_show .thebase dl dd{
	padding-right: 20px;
}
.ShowContent_show .thebase dl i{
	margin-left: 10px;
	margin-right: 3px;
}