@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_title{
	float: left;
	width: calc(100% - 140px);
	/*padding: 0 6px 0 0;*/
}
.list_blue01_vert ul li .post_info{
	float: left;
	color: #999;
}
.list_blue01_vert ul li .post_time{
	float: right;
	/*width: 20%;*/
	/*margin: 0 0 0 10px;*/
	text-align: center;
	padding: 10px 20px;
	background: #F8F8F8;
}
.list_blue01_vert ul li .post_time .news_year{
	color: #999;
	font-size: 1.4rem;
}
.list_blue01_vert ul li .post_time .news_date{
	color: #666;
	font-size: 3rem;
}