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

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

.list_blue001 ul {
	display: table;
	width: 880px;
	margin: 0 auto;
	padding: 0;
	list-style:none;
}
.list_blue001 li {
	overflow: hidden;
	margin: 20px 0;
	width: 100%;
	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: 100%;
	/*width: calc( 100% - 250px );*/
	padding: 20px 40px;
}
.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: nowrap;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.list_blue001 li .post_text .post_more{
	float: right;
	margin: 8px 0 0 0;
	color: #FF0031;
}