@charset "utf-8";
.container{
	background:#fff;
	min-height:200px;
}
.tiezi{
	
	height:50px;
	line-height:normal;
}
.tiezi ul {
	max-height: 48px;
	border-bottom: 1px solid #ddd;
}
.tiezi ul:after {
	content: '';
	display: table;
	clear: both;
}
.tiezi ul li {
	float:left;	
	line-height:47px;
	border:1px solid #ddd;
	box-sizing:border-box;
	border-bottom:0;
	padding: 0 20px;
	cursor:pointer;
	border-right: none;
    height: 49px;
}
.tiezi ul li:last-child{
	border-right:1px solid #ddd;
}
.tiezi ul li.on{
	border-top:3px solid #00B484;
	border-bottom: 1px solid #fff;
	color:#00B484;
}
.tiezi a{
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    float: right;
    margin-left: 10px;
    color: #fff;
    text-align: center;
    text-indent: 1.4em;
    margin-top: 20px;
    font-size: 15px;
    margin-top: 7px;
}
 .tiezi a.btn_green{
 	background: #00B386 url(../../images/community/icon_huati.png) 7px center no-repeat;
	background-size: 20px;
	border-radius: 5px;
}
 .tiezi a.btn_orange{
    background: #F9963B url(../../images/community/youji_03.png) 7px center no-repeat;
    margin-right: 10px;
	background-size: 20px;
	border-radius: 5px;
}
.teizi_list{
	width:100%;
	box-sizing:border-box;
	padding: 0 19px;
}
.teizi_list>ul.fabu>li{
	border-bottom:1px solid #f2f2f2;
	overflow:hidden;
	margin-top:10px;
	padding-bottom:10px;
}
.teizi_list>ul.fabu li p{
	font-size:14px;
    overflow: hidden;
    padding-left: 18px;
    position: relative;
}
.teizi_list>ul.fabu li p img{
	vertical-align: middle;
}
.teizi_list ul .tag {
    position: absolute;
    top: 1px;
    left: 0;
}
.teizi_list>ul.fabu li p a.tiezi_title{
	display: inline-block;
    width: 700px;
   	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.teizi_list>ul.fabu li p span{
	display:inline-block;
	text-indent:1.5em;
	float:right;
	margin-left:30px;
}
.teizi_list>ul.fabu li p .edit{
	background: #fff url(../../images/community/icon_bianji.png) 0px 2px no-repeat;
}
.teizi_list>ul.fabu li p .edit > a {
	color: #00B484;
}
.teizi_list>ul.fabu li p .del{
	background: #fff url(../../images/community/icon_delete.png) 0px 2px no-repeat;
}
.teizi_list>ul.fabu li ol{
	color:#999;
	margin-top:5px;
}
.teizi_list>ul.fabu ol li{
	display:inline-block;
	margin-right: 10px;
	border-bottom:0;
	color:#999;
	font-size:12px;
}
.teizi_list>ul.fabu ol li.time{
	float:right;
	margin-right: 0;
}
.teizi_list>ul.fabu ol li img{
	vertical-align:middle;
	margin:5px;
}
.teizi_list>ul.pinlun li{
	border-bottom:1px solid #f2f2f2;
	padding: 20px 0;
	text-align: left;
}
.teizi_list>ul.pinlun li p a{color:#00B484;}
.teizi_list>ul.pinlun li p span{
	float:right;
	color:#999;
}
.teizi_list>ul.pinlun li .tiezi_ct {
	background:#F6F6F6;
	width:100%;
	box-sizing:border-box;
	padding:10px;
	margin:5px auto;
	overflow: hidden;
}
.teizi_list>ul.pinlun li div img{
	width:30px;
	height:30px;
	border-radius:50%;
	vertical-align:middle;
}
.teizi_list>ul.pinlun li div a:first-child{
	float:left;
}
.teizi_list>ul.pinlun li div a:last-child{
	display:inline-block;
	margin-top:5px;
	/* width:880px; */
	float:left;
	margin-left:10px;
}
.teizi_list .no{
	display:inline-block;
	background: #fff url(../../images/event/icon_remind.png) 5px 50% no-repeat;
	text-indent:2em;
	margin-top:20px;
}
.time_del_wrap {
    position: relative;
}
.time_del_wrap .time {
	color: #ccc;
}
.time_del_wrap .tiezi_del_btn {
    position: absolute;
    right: 0;
    color: #999;
}
.time_del_wrap .del {
    text-indent: 1.2em;
    display: inline-block;
	font-size: 14px;
	background: url(../../images/community/icon_delete.png) 0px 2px no-repeat;
}
.teizi_list > ul.pinlun li .tiezi_status {
	color: #ccc;
}
.teizi_list > ul.pinlun li .tiezi_status.u {
	color: #f89a36;
}
.teizi_list>ul.fabu li p .tiezi_status {
	margin-left: 0;
	font-size: 12px;
	float: none;
	text-indent: 0;
	color: #999;
}
span.note-warn {
    color: #F9963B;
    font-weight: bold;
	text-indent: 0 !important;
    float: none !important;
    margin: 0 !important;
    margin-right: 5px !important;
}
.LA-dialog p>span{
    display: inline-block;
    width: 16px;
    height: 16px;
     background: url(../../images/alipay/tick_off.png) 0 0 no-repeat;
    background-size: 16px;
    margin: 0 5px;
    vertical-align: middle;
    cursor: pointer;
 }
 .LA-dialog p>span.checked{
 	    background: url(../../images/alipay/tick_on.png) 0 0 no-repeat;
    background-size: 16px;
 	
 }