﻿﻿/*
fonts
*/

@font-face {
    font-family: 'Mf';
    src: url('/n15752132/fonts/SourceHanSans/AdobeHeitiStd-Regular.otf?#iefix') format('opentype');
	font-style: normal; 
	font-weight: normal; 
}

/*多行文本截断并在最后显示省略号*/
html, body, p ,ul,li{ margin: 0; padding: 0; font-family: sans-serif;}
.ellipsis {
	overflow: hidden;
	height: 32px;
	
 }

.ellipsis:before {
	content:"";
	float: left;
	width: 5px; height: 40px;	
}

.ellipsis > *:first-child {
	float: right;
	width: 100%;
	margin-left: -5px; 
}        

.ellipsis:after {
	content: "\02026";  
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	float: right; 
	position: relative;
	top: -25px; 
	left: 100%; 
	width: 3em; 
	margin-left: -3em;
	padding-right: 5px;
	text-align: right;
 	background: -webkit-gradient(linear, left top, right top,from(rgba(255, 255, 255, 0)), to(white), color-stop(70%, white));
	background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 70%, white);            
	background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 70%, white);
	background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 70%, white);
	background: linear-gradient(to right, rgba(255, 255, 255, 0), white 70%, white); 
}


html,body,div,h2,p,a,img,ul,li,
.post,figure{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
}
body{
	font-family:'Microsoft Yahei','helvetica','arial';
	line-height:1;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a
{
	text-decoration:none;
}

h2{
	font-size:24px;
}
.clear-both{
	clear:both;
}
img{
	max-width:100%;
}

.listcontent{
}
.post{
	font-size:14px;
	padding:5px;
	color:#3d3d3d;
	border-bottom:1px solid #eee;
}
.post-info{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	margin-top:-5px;
}
.post-content{
font-family:'Mf',Arial, Helvetica, sans-serif;
	margin-top:5px;
	font-size:14px;
	color:#7d7d7d;
	padding-top:2px;
	padding-right:5px;
	line-height:1.2em;
}
.post-info span{
	color:#ddd;
}
.post-info a{
}
.post h2{
	font-family:'Mf','helvetica','arial';
	font-weight:normal;
	line-height:1.2em;
	word-spacing:0.2em;
	padding:5px 0;
	background:none;
}
.post h2 a
{
	display:block;
}
.post h2{
	font-size:1.2em;
}

.post figure,
.post p{
	padding:0px 0 0px 0;
	color:#7d7d7d;
	font-size:12px;
	line-height:10px;
}
.post p
{
	line-height:1.2em;
}
.post b,strong{
	font-weight:bold;
}
.post a{
	color:#000000;
}
.post a:hover{
	color:#5d5d5d;
}

.post figure{
	text-align:center;
}
.post figure img{
	margin-bottom:10px;
	max-width:100%;
}