.hed_forum{
	background: #fff;
	padding: .2rem .32rem;
}
.hed_forum a{
	display: block;
	width: 100%;
	height: .64rem;
	background: #F7F7F7;
	color: #BBBBBB;
	font-size: .28rem;
	border-radius: 32px;
	
	line-height: normal;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center
}
.hed_forum i {
    background: url(../../Images/live/index_list/icon_search2.png) no-repeat;
    background-size: cover;
    width: .3rem;
    height: .28rem;
    display: inline-block;
    position: relative;
    top: .02rem;
    margin: 0 .1rem 0 .2rem;
}
.conter_forum{
	background: #fff;
	padding: .2rem .32rem;
}
.conter_forum.mt10{
	margin-top: .16rem;
}
.conter_forum .title{
	color: #333333;
	font-size: .32rem;
	font-weight: bold;
	border-bottom: solid 1px #EEEEEE;
	padding-bottom: .16rem;
}
.conter_forum ul li{
	overflow: hidden;
	font-size: .24rem;
	/* padding: .25rem 0; */
	position: relative;
}
.conter_forum ul li:first-child{
	padding-bottom: 0;
}
.conter_forum ul li:last-child{
	/* padding: 0; */
}
.conter_forum ul li a{
	display: block;
}
.conter_forum ul li img{
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-top: .3rem;
}
.conter_forum ul li .text{
	width: 5.6rem;
	float: left;
	margin-left: .24rem;
	border-bottom: solid 1px #EEEEEE;
	position: relative;
	padding-bottom: .4rem;
	padding-top: .3rem;
}
.conter_forum ul li:last-child .text{
	padding-bottom: .3rem;
	border-bottom: none;
}
.conter_forum ul li h3{
	color: #333;
	font-size: .28rem;
	padding-top: .06rem;
}
.conter_forum ul li h3 span{
	padding: 1px .15rem;
	color: #FFFFFF;
	font-size: .2rem;
	margin-left: .1rem;
	background: #FF406B;
	border-radius: 4px;
	line-height: initial;
}
.conter_forum ul li h3 span i{
	background: url(../../Images/icon_live_w.gif) no-repeat;
	background-size: 100% 100%;
	width: .2rem;
	height: .2rem;
	display: inline-block;
	margin-right: .1rem;
	position: relative;
	top: .02rem;
}
.conter_forum ul li p{
	padding-top: .1rem;
	color: #999999;
}
.conter_forum ul li .icon_r{
	background: url(../../Images/live/forum/color.png) no-repeat;
	background-size: 100% 100%;
	width: .12rem;
	height: .2rem;
	position: absolute;
	top: .64rem;
	right: 0;
}
/************************************/


/**/
.button_down{
	text-align: center;
	padding: .3rem 0;
	color: #999;
	font-size: 0.26rem;
	position: relative;
	margin-bottom: .3rem;
}
.button_down::after,
.button_down::before{
	content: "";
	width: 25%;
	height: 1px;
	background: #ddd;
	position: absolute;
	top: .45rem;
}
.button_down::after{
	left: 8%;
}
.button_down::before{
	right: 8%;
}