@charset "utf-8";
/***************************************
	Created by www.makeweb.com.tw
	  
	E-Mail:service@makeweb.com.tw
***************************************/

.list_blue01_vert ul{
	display: table;
	width: 100%;
	margin: 40px auto;
	padding:0;
	list-style:none;
}
.list_blue01_vert ul li {
	overflow: hidden;
	position: relative;
	float: left;
	width: 100%;
 	padding: 16px 0;
	border-bottom: 1px solid #EFEFEF;
}
.list_blue01_vert ul li:first-child {
	border-top: 2px solid #EFEFEF;
}
.list_blue01_vert ul li:hover {
	background: #EFEFEF;
}
.list_blue01_vert ul li:nth-child(odd) {
    /*background: #EEE;*/
}
.list_blue01_vert ul li:nth-child(even) {
    /*background: #CCC;*/
}
.list_blue01_vert ul li .post_time{
	float: left;
	width: 20%;
	margin: 0 0 0 10px;
	font-weight: 400;
}
.list_blue01_vert ul li .post_title{
	overflow: hidden;
	float: right;
	width: 78%;
	padding: 0 6px 0 0;
}