﻿
* *{	
	margin: 0;
	outline: 0;
	padding: 0;
	font-size: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
	color:#000;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
html {
	height: 100%;
	-webkit-text-size-adjust:none;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-family: Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif;
	font-size: 12px;
	line-height: 1.231;
	-webkit-touch-callout: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-align: stretch;
	position: relative;
}
img {
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
img:not([src*="/"]){display:none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
th, td, caption {
	vertical-align: middle;
}
textarea {
	resize: none;
	border: 0;
	padding: 8px 0;
	border-radius: 0;
}
input, button, select, textarea {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}
li {
	list-style: none;
}

/**********************************common**********************************/
.white {
	color: #fff;
}
.gray {
	color: #aaa;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ofh {
	overflow: hidden;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.vertical_top {
	vertical-align: top;
}
.vertical_middle {
	vertical-align: middle;
}
.vertical_bottom {
	vertical-align: bottom;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.hidden {
	display: none;
}
.hidden.on {
	display: block;
}
.vhidden {
	visibility: hidden;
}
.vhidden.on {
	visibility: visible;
}
.empty:empty {
	display: none;
}
.block {
	display: block;
}
.inlineBlock {
	display: inline-block;
}
.ml_10 {
	margin-left: 10px;
}
.mr_10 {
	margin-right: 10px;
}
.mt_10 {
	margin-top: 10px;
}
.mb_10 {
	margin-bottom: 10px;
}
.m_10 {
	margin: 10px;
}
.m_auto {
	margin: auto;
}
.ml_5 {
	margin-left: 5px;
}
.mr_5 {
	margin-right: 5px;
}
.mt_5 {
	margin-top: 5px;
}
.mb_5 {
	margin-bottom: 5px;
}
.m_5 {
	margin: 5px;
}
.m_auto {
	margin: auto;
}
.pl_10 {
	padding-left: 10px;
}
.pr_10 {
	padding-right: 10px;
}
.pt_10 {
	padding-top: 10px;
}
.pb_10 {
	padding-bottom: 10px;
}
.p_10 {
	padding: 10px;
}
.pl_5 {
	padding-left: 5px;
}
.pr_5 {
	padding-right: 5px;
}
.pt_5 {
	padding-top: 5px;
}
.pb_5 {
	padding-bottom: 5px;
}
.p_5 {
	padding: 5px;
}
.bold {
	font-weight: bold;
}
.bolder {
	font-weight: bolder;
}

.box {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box > * {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}
.tbox {
	width: 100%;
	height: 100%;
}
.tbox > * {
	height: 100%;
	display: table-cell;
	vertical-align: top;
}
.tbox > *:last-child {
	width: 100%;
}

.pre{
	white-space: nowrap;
}

/*************************************************/

.box_swipe{
	overflow:hidden;
	position:relative;
}
.box_swipe>ul li{position:relative;}
.box_swipe>ul li a{
	display: block;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.box_swipe>ol{
	margin-top:10px;
	height:20px;
	/*position: absolute;
	z-index:10;
	bottom:0;*/
	width:100%;
	text-align:center;
	-webkit-box-sizing:border-box;
	position: absolute;
	z-index: 10;
	bottom: 5px;
	pointer-events:none;
}

.box_swipe>ol>li{
	display:inline-block;
	margin:5px;
	width:10px;
	height:10px;
	background-color:rgba(255,255,255,0.5);
	border-radius: 10px;
}
.box_swipe>ol>li.on{
	background-color:#ffffff;
}

.clear:after{
	content: "";
	display: block;
	width:100%;
	height: 0;
	visibility: hidden;
	clear: both;
}

/*********************************************/
html,body,.container{
	min-height:100%;
}
.container{
	font-size:12px;
	min-width:320px;
	margin:auto;
	position:relative;
	background: url(img/1.jpg) repeat-y center 0;

}
.icons{
	background:url(img/icons.png) no-repeat 0 0;
	-webkit-background-size:50px auto;
}

/*************************/
.nav_footer{
	height:50px;
}
.nav_footer>ul{
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	margin:auto;

	z-index:1000;
	height:50px;

	display:-webkit-box; border-top: 1px solid #3D3D46; display: block; width: 100%; background: rgba(255, 255, 255, 0.7); display: -webkit-box; display: box; margin:0; padding:0; -webkit-box-orient: horizontal; background: -webkit-gradient(linear, 0 0, 0 100%, from(#697077), to(#3F434E), color-stop(60%, #464A53)); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
.nav_footer>ul li{
	padding:5px 0;
}
.nav_footer>ul a{
	display:block;
	width:70px;
	height:39px;
	line-height: 35px;
	overflow: hidden;
	margin:auto;
	color:#ffffff;
	text-align: center;
	/*overflow: hidden;*/
	/*border:1px solid red;*/
	-webkit-box-sizing:border-box;
	font-size:16px;
	color:#999999;
}
.nav_footer>ul a.nav_add{
	
	color: #ffffff;
	font-size:24px;
	border-radius:3px;
}
.nav_footer>ul a.on{
	
}
.nav_footer>ul a.on span{
}
.nav_footer>ul a span{
	display: inline-block;
	width:26px;
	height:34px;
	background:url(img/icons.png) no-repeat center -8px;
	-webkit-background-size:50px auto;
	/*background-color:blue;*/
	margin-top: 3px;
}

.nav_footer>ul a span.icons_home{
	background-position: center -8px;
}
.nav_footer>ul a.on span.icons_home{
	background-position: center -58px;
}

.nav_footer>ul a span.icons_home_edit{
	background-position: center -1559px;
}
.nav_footer>ul a span.icons_my{
	background-position: center -207px;
	position: relative;
}

.nav_footer>ul a span.icons_my[data-tip]:after{
	content: attr(data-tip);
	display: inline-block;
	background: red;
	color: #ffffff;
	line-height: 15px;
	padding: 0 5px;
	border-radius: 20px;
	position: absolute;
	z-index: 1010;
	left: 16px;
	top: 0px;
	font-size: 10px;
}
.nav_footer>ul a span.icons_my[data-tip="0"]:after{
	display: none;
}
.nav_footer>ul a.on span.icons_my{
	background-position: center -257px;
}
.nav_footer>ul a span.icons_back{
	background-position: center -907px;
}
/*.nav_footer>ul a.on span.icons_back{
	background-position: center -906px;
}*/
.nav_footer>ul a span.icons_comment{
	background-position: center -856px;
}
/*.nav_footer>ul a.on span.icons_comment{
	background-position: center -257px;
}*/
.nav_footer>ul a span.icons_like{
	background-position: center -958px;
}
.nav_footer>ul a.on span.icons_like{
	background-position: center -1007px;
}
.nav_footer>ul a span.icons_love{
	background-position: center -1057px;
}
.nav_footer>ul a.on span.icons_love{
	background-position: center -1107px;
}

.nav_footer>ul a span.icons_publish{
	background-position: center -1158px;
}

.nav_footer>ul a span.icons_back2{
	background-position: center -1608px;
	width: 30px;
}
.nav_footer>ul a.on span.icons_back2{
	background-position: center -1658px;
}


/****/
.nav_footer>ul a span.nav_shzh>p:not(:empty){
	position: absolute;
	right:-10px;
	top:-8px;
	line-height:23px;
	padding:0 3px;
	border-radius:23px;
	color:#ffffff;
	background:#ff0000;
	z-index:1010;
	height:23px;
	min-width:23px;
	text-align:center;
	-webkit-box-sizing:border-box;
}

/***********************************************/
.header_1{
	height:115px;
	
	-webkit-background-size:100%;
}

.header_1 .tbox>li{
	color:#ffffff;
	height:115px;
	vertical-align: middle;
}
.header_1 .head_img{
	display: block;
	width:60px;
	height:60px;
	margin:auto 15px;
}
.header_1 .head_img>img{
	width:100%;
	height:100%;
}

.header_1 h5{
	font-weight:100;
	font-size:18px;
	line-height:25px;
	white-space: pre;
	overflow: hidden;
	text-overflow:ellipsis;
	padding-right:10px;
	-webkit-box-sizing:border-box;
	max-width: 250px;
}
.header_1 p{
}
.header_1 p .icons{
	display: inline-block;
	width:20px;
	height:25px;

}

.header_1 p .icons.icons_post{
	background-position: center -312px;
}
.header_1 p .icons.icons_visisted{
	background-position: center -363px;
}
.header_1 p .label{
	display: inline-block;
	margin-right:10px;
	height:25px;
	line-height:25px;
	color:#ffffff;
}

/*******************************************************/
.list_article>article{
	font-size:15px;
	background:#ffffff;
	margin:6px;
	border:1px solid #d7d7d7;
	border-bottom-color:#a4a4a4;
	box-shadow:0 1px 3px solid rgba(0,0,0,0.2);
	/*border-radius: 10px 10px;*/
}
.list_article>article[data-role="guan"]{
	background-image:-webkit-gradient(linear, 100 0, 0 100, from(#0F5069), to(transparent), color-stop(50%, #0F5069), color-stop(50%, transparent) );
	background-repeat:  no-repeat;
	background-position: right 0;
	-webkit-background-size:15px 15px;
}
.list_article header .tbox>li{
	vertical-align: middle;
	padding: 15px 0 5px;
}
.list_article header .tbox>li:nth-of-type(2){
	width:100%;
}
.list_article header .head_img{
	display: block;
	width:40px;
	height:40px;
	margin:auto 10px;
}
.list_article header .head_img img{
	width:100%;
	height:100%;
}
.list_article header h5{
	font-size:18px;
	white-space: pre;
	overflow: hidden;
	text-overflow:ellipsis;
	max-width:150px;
	font-weight:100;
	line-height:20px;
}
.list_article header p{
	color:#828282;
	line-height:15px;
}
.list_article header .icons.icons_edit{
	display: block;
	width:40px;
	height:40px;
	margin:auto 10px;
	background-position: center -405px;
}

.list_article footer .box{
	background:#f3f3f3;
	border-top:1px solid #cccccc;
	height:45px;
	/*border-radius: 0 0 10px 10px;*/
}
.list_article footer .box li{
	width:25%;
	vertical-align: middle;
	border-left: 1px solid #cccccc;
	
}
.list_article footer .box li:first-of-type{
	width: 40%;
	border:0;
}
.list_article footer .box li a{
	color:#999999;
	display: inline-block;
	width:80px;
	height:30px;
	line-height:30px;
	margin:7px 5px;
}
.list_article footer .box li a .icons{
	display: inline-block;
	width:30px;
	height:30px;
}
.list_article footer .box li a .icons.icons_collect{
	background-position: center -460px;
}
.list_article footer .box li a .icons.icons_comment{
	background-position: center -510px;
}
.list_article footer .box li a .icons.icons_like{
	background-position: center -560px;
}

.list_article footer .box li a.a_collect.on .icons.icons_collect{
	background-position: center -610px;
}
.list_article footer .box li a.a_comment.on .icons.icons_comment{
	background-position: center -660px;
}
.list_article footer .box li a.a_like.on .icons.icons_like{
	background-position: center -710px;
}

.list_article footer .box li a.a_collect.on{
	color:#f82e23;
}
.list_article footer .box li a.a_like.on{
	color:#0F5069;
}

.list_article section>div{
	overflow:hidden;
	padding: 5px 10px 10px;
	color: #333333;
}
.list_article section>div>div{
	white-space:pre-wrap;
	line-height:20px;
	word-break: break-all;
	word-wrap: normal;
}
.list_article section img{
	max-width:100%;
	max-height:300px;
	margin-top:10px;
}
.list_article section>figure{
	position: relative;
	height:100px;
	padding:0px 10px;
	-webkit-box-sizing:border-box;
	white-space: nowrap;
}
.list_article section>figure>div{
	overflow:hidden;
	overflow-x:auto;
}
.list_article section>figure[data-count]:after{
	content: attr(data-count);
	position: absolute;
	z-index: 10;
	right:5px;
	top:3px;
	padding:5px;
	color:#ffffff;
	background:rgba(0,0,0,0.5);
	border-radius:2px;
	font-size:12px;
}
.list_article section>figure img{
	margin-top:0;
	height:100px;
	max-width:260px;
	margin-right:5px;
}
.list_article section>figure p{
	display: inline-block;
	height:100px;
	width:100px;
	margin-right:5px;
}
.list_article section video{
	height:100px;
	width:100px;
	margin:5px 10px;
	/*height:100px;
	margin-right:5px;
	display: inline-block;
	width:180px;*/

}
.list_article section h5{
	color:#000000;
	font-size:16px;
	padding:5px 0;
	padidng-right:10px;
	-webkit-box-sizing:border-box;
	overflow: hidden;
	text-overflow:ellipsis;
	/*white-space: pre;*/
	font-weight:100;
	line-hegiht:30px;
}
.list_article section h6{
	color:#828282;
	font-size:14px;
	padding:5px 0;
	font-weight: 100;
}
.list_article section h6 small{
	font-size:12px;
	display: block;
}

.list_article section>a{
	color:#0F5069;
	font-size:13px;
	line-height:30px;
	display: inline-block;
	padding:0px 10px 10px;
}

/*****************************************************/
.discuss_detail .list_article footer .box li{
	border:0;
	position: relative;
}
.discuss_detail .list_article footer .box li a .number{
	color:#333333;
	padding:0 3px;
	margin-left:15px;
	overflow: hidden;
}

.discuss_detail .list_article footer .box li:first-of-type::after{
	content: "";
	display: block;
	width:12px;
	height:12px;
	background:#f3f3f3;
	-webkit-transform:rotate(45deg);
	border:1px solid #cccccc;
	border-color:transparent #bbbbbb #bbbbbb transparent;
	position: absolute;
	bottom: -7px;
	left: 24px;
	z-index: 10;
}

/****/
.list_comment{
	color:#5d5d5d;
	margin:10px 5px;
	background:#ffffff;
	border:1px solid #d7d7d7;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
}

.list_comment li{
	border-top:1px solid #cccccc;
}
.list_comment li.load_more:nth-last-of-type(n+2){
	display: none;
}
.list_comment li.load_more a{
	display: block;
	line-height:45px;
	text-align: center;
	color:#999999;
}


.list_comment .head_img{
	display: block;
	width:40px;
	height:40px;
	margin:auto 10px;
}
.list_comment .head_img img{
	width:100%;
	height:100%;
}

.list_comment .tbox dd{
	padding:10px 0;
}
.list_comment .tbox dd:nth-of-type(2){
	width:100%;
}

.list_comment .icons_op{
	display: block;
	width:30px;
	height:30px;
	margin:10px 10px 0;
	background-position:center -758px;
}
.list_comment .icons_op>a{
	display: none;
}

.list_comment h7{
	color:#333333;
	font-size:13px;
	line-height:16px;
}
.list_comment p{
	font-size:14px;
	line-height:23px;
	white-space: pre-wrap;
	overflow: hidden;
	word-break:break-all;
	word-wrap:nowrap;
}

.list_comment time{
	font-size:10px;
}

.list_comment time span{
	display: inline-block;
	margin-left:10px;
}

.list_comment .icons_del{
	display: inline-block;
	width:23px;
	height:23px;
	background-position: center -814px;
}

/****/
.pop_operate{
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index: 2000;
	background:#ffffff;
	border-top:1px solid #cccccc;
}
.pop_operate:not(.on){
	display: none;
}
.pop_operate .pop_masker{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 1900;
	background:rgba(0,0,0,0.4);
}
.pop_operate .pop_container{
	position: relative;
	z-index: 1950;
	background:#e7e7e7;
}
.pop_operate a.btn{
	display: block;
	background: #f8f8f8;
	font-size: 16px;
	color: #505050;
	border: 0;
	line-height:50px;
	text-align: center;
	border-bottom:1px solid #dfdfdf;
	border-top:1px solid #ffffff;
}
.pop_operate a.btn:nth-of-type(2){
	border-bottom-color:#d1d1d1;
}
.pop_operate a.btn.calcel{
	border-top:1px solid #d1d1d1;
	margin-top:7px;
}


/*************************/
.discuss_comment .container{
	background:#f6f6f6;
}
.form_comment header .tbox{
	font-size:17px;
	color: #333333;
	background:#f8f8f8;
	line-height: 45px;
	border-bottom:1px solid #b2b2b2;
}

 .form_comment header .tbox .title{
 	display: block;
 	width:150px;
 	margin:auto 10px;
 }

 .form_comment header .tbox .cancel{
 	width:50px;
 	color:#0F5069;
 	margin:0 10px;
 }
 .form_comment .form_title{
 	color:#858585;
 	background:#ffffff;
 	margin:0;
 	border:0;
 	border-bottom:1px solid #cccccc;
 	width:100%;
 	padding:10px;
 	-webkit-box-sizing:border-box;
 	font-size:17px;
 }

.form_comment article{
	line-height:20px;
	font-size:15px;
	height:170px;
	padding:10px;
	-webkit-box-sizing:border-box;
	color:#858585;
	background:#ffffff;
	word-break:break-all;
	word-wrap:break-word;
	white-space: pre-line;
	overflow:hidden;
	overflow-y:auto;
}

.form_comment article .emotion{
	display: inline-block;
	width:24px;
	height:24px;
	color:transparent;
	overflow:hidden;
	text-indent: 30px;
	background-size:24px;
	vertical-align: middle;
}

.form_comment article:empty:not(:focus):before{
	content: attr(placeholder);
}

.form_comment footer {
	color:#858585;
	background:#ffffff;
	padding:0 10px;
	line-height: 30px;
}


.form_pic_emotion nav ul{
	height:45px;
	background:#f8f8f8;
	border-top:1px solid #c0c3c8;
	border-bottom:1px solid #b2b2b2;
}
.form_pic_emotion nav ul li{
	display: inline-block;
	height:100%;
}
.form_pic_emotion nav a{
	display: block;
	width:50px;
	height:45px;
	margin-left:10px;
	margin-right:3px;

}

.form_pic_emotion nav a .icons{
	display: block;
	width:50px;
	height:45px;
	background-position: center -1303px;
}

.form_pic_emotion nav a .icons_emotion{
	background-position: center -1352px;
}

.page_pic_emotion{
	margin:auto;
}
.page_pic_emotion li{
	height:1px;
	visibility: hidden;
	overflow: hidden;
	padding-left:7px;
}
.page_pic_emotion li.on{
	visibility: visible;
	height: auto;
	min-height:100px;
}
.page_pic dd, .page_pic dt{
	display: inline-block;
	width:55px;
	height:55px;
	margin:15px 3px;
	position: relative;
	float:left;
}
.page_pic dt{
	display:inline-block;
	height:55px;
	line-height: 55px;
	width:130px;
	font-size:12px;
	color:#aaaaaa;
	margin: 15px 0px;
}
.page_pic dt:nth-last-of-type(n+2){
	display: none;
}
.page_pic dd input[type="file"]{
	display: block;
	position: absolute;
	z-index:100;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity: 0;
}
.page_pic dd img{
	width:100%;
	height:100%;
	display: block;
	border:0;
}
.page_pic dd img[src^="data:"]{
	background:url(img/icons.png) no-repeat center -147px;
	background-size:50px auto;
	background-color:#888888;
	border-radius:5px;
	border:0px solid #d0d0d0;
}

.page_pic dd span{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 110;
	right: 0px;
	top: -10px;
	border-radius: 30px;
	background: url(img/icons.png) no-repeat center -98px;
	background-size: 31px auto;
	background-color: red;
	-webkit-transform: rotate(45deg);

}

.page_pic dd img[src^="data:"]+span{
	visibility: hidden;
}

.page_pic dd:nth-of-type(n+9){
	display: none;
}

.page_emotion{
	width:90%;
	margin:auto;
}
.page_emotion dl>div{
	padding:0 15px;
	-webkit-box-sizing:border-box;
}
.page_emotion dd{
	display: inline-block;
	float:left;
	width:14.2%;
	height:24px;
	-webkit-box-sizing:border-box;
	margin:5px 0;
	text-align:center;
}


.list_emotion *[data-key]{
	color:transparent;
	display: block;
	width:24px;
	height:24px;
	margin: auto;
	background:url(img/default.gif) no-repeat 0 0;
	-webkit-background-size:auto 24px;
}
.list_emotion *.del{
	background-image:url(img/del.png);
}


.nav_emotion{
	padding:10px 0;
	text-align: center;
}
.nav_emotion span{
	display: inline-block;
	width:8px;
	height:8px;
	border-radius:10px;
	background: #ebebeb;
	margin:0 5px;

}
.nav_emotion span.on{
	background-color:#ffffff;
}

/*************************************************/
.discuss_my .header_1 .head_img{
	border-radius: 100px;
	overflow: hidden;
	display: inline-block;
	-webkit-box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.discuss_my .header_1 .head_img[data-upload-state]::after{
	content: attr(data-upload-state);
	display:inline-block;
	width:40px;
	height:20px;
	line-height: 20px;
	background:rgba(0,0,0,0.5);
	border-radius: 3px;
	text-align: center;
	clor:#ffffff;
	position: absolute;
	z-indez:20;
	top:50%;
	left:50%;
	margin:-10px -20px;
}

.discuss_my .header_1 .head_img input{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(0,0,0,0.3);
	border-radius: 70px;
	opacity: 0;
}
.discuss_my .header_1 .icons.icons_edit{
	display: inline-block;
	width: 30px;
	height: 25px;
	margin: auto;
	background-position: center -1971px;
	-webkit-background-size: 65px auto;
}

.header_1 p .icons.icons_vip_1{
	background-position: center -1461px;
}
.header_1 p .icons.icons_vip_0{
	background-position: center -1415px;
}

.header_2{
	background:#ffffff;
}
.header_2 li{
		border-left:1px solid #dcdcdc;
	border-top:1px solid #dcdcdc;
}
.header_2 li:first-of-type{
	border-left:0;
}

.header_2 li a{
	padding:8px 10px;
	height:50px;
	-webkit-box-sizing:border-box;
	display: block;
	margin:auto;
	line-height:18px;
	font-size:15px;
	color:#5d5d5d;
	text-align:center;
	overflow: hidden;
	white-space:nowrap;
}
.header_2 li a.on{
	border-bottom:2px solid #0F5069;
}
.header_2 li a label{
	display: block;
}
.header_2 li a span{
	font-size:13px;
	color: #4661bf;
}

.discuss_my_tiezi .list_article article .tbox>li:first-of-type{
	padding-left:10px;
}


.article_state span{
	display: inline-block;
	line-height:25px;
	padding:0 7px;
	color: #ffffff;
	font-size:14px;
}
.article_state span.state1{background:#0F5069;}
.article_state span.state2{background:#adadad;}
.article_state span.state3{background:#f75e5e;}

/**********/
.list_message.list_article header h5 {font-size:15px;}
.list_message.list_article header p {font-size:14px;}
.list_message .icons_op {
	display: block;
	width: 30px;
	height: 30px;
	margin: auto 10px;
	background-position: center -758px;
}
.list_message .icons_op>*{display: none;}

.list_message .message{
	margin:0 10px 10px;
	padding:10px;
	-webkit-box-sizing:border-box;
	min-height:30px;
	border:1px solid #dcdcdc;
	background:#f6f6f6;
	word-break:break-all;
	position: relative;
	color: #555555;
	line-height: 20px;
	font-size:14px;
}
.list_message .message:before{
	content:"";
	display: inline-block;
	width:10px;
	height:10px;
	background:#f6f6f6;
	border:1px solid #dcdcdc;
	border-color:#dcdcdc #dcdcdc transparent transparent;
	position: absolute;
	top:-6px;
	left:20px;
	-webkit-transform:rotate(-45deg);
}
.list_message.list_article section>div{
	font-size:16px;
	color:#000000;
}
.list_message .message img{
	max-width:100%;
	min-height: 150px;
}

.list_message .icons.icons_like{
	display: inline-block;
	width: 30px;
	height: 20px;
	background-position: center -714px;
}