@charset "utf-8";
/***************************************
	Created by www.makeweb.com.tw
	  
	E-Mail:service@makeweb.com.tw
***************************************/

.list_blue001 {
	/*width:100%;*/
}

.list_blue001 ul {
	overflow: hidden;
	display: table;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	list-style:none;
}
.list_blue001 li {
	overflow: hidden;
	margin: 20px;
	width: calc( 100% - 40px );
	/*width: 700px;*/
	box-shadow: 0px 0px 5px 2px #DDD;
}
.list_blue001 li .post_image{
	float: left;
	width: 250px;
}
.list_blue001 li .post_image img{
	width: 100%;
}
.list_blue001 li .post_text{
	float: left;
	width: calc( 100% - 250px );
	padding: 20px;
}
.list_blue001 li .post_text .post_title{
	font-size: 2.2rem;
	font-weight: 400;
	margin: 4px 0;
	padding: 0 0 0px 0;
}
.list_blue001 li .post_text .post_content{
	overflow:hidden;

	/*display: -webkit-box;
	white-space: normal;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;*/
}
.list_blue001 li .post_text .post_more{
	float: right;
	margin: 8px 0 0 0;
	color: #FF0031;
}