@charset "UTF-8";



#news-list {
	width: 1024px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-left: 80px;

}

#news-list ul {
	width: 984px;
	height: auto;
	padding-top: 28px;
}

#news-list ul li{
	width: 452px;
	height: 500px;
	float: left;
	padding-right: 40px;
	padding-bottom: 55px;
	padding-top: 15px;
}
/*#news-list ul li:last-child{
	width: 452px;
	height: 500px;
	float: right;
}
*/
#news-list .title {
	width: 452px;
	height: 92px;
	font-size: 24px;
	color: #88807b;
	line-height: 38px;
	font-family: 'Lato', sans-serif,  "Noto Sans CJK TC", "Microsoft JhengHei", "Microsoft YaHei";
	font-weight: 400;
	letter-spacing: 3px;
}

#news-list .pic {
	width: 452px;
	height: 250px;
}

#news-list .date {
	width: 452px;
	height: 29px;
	padding-top: 12px;
}

#news-list .style {
	width: auto;
	height: 22px;
	font-size: 16px;
	color: #717071;
	padding-top: 12px;
	background-image: url(../images/underline-news-date.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
	padding-bottom: 7px;
}



#news-list .desc {
	width: 452px;
	height: 100px;
	font-size: 15px;
	color: #717071;
	padding-top: 17px;
	line-height: 27px;
	font-family: 'Lato', sans-serif, "Noto Sans CJK TC", "Microsoft JhengHei", "Microsoft YaHei";
	font-weight: 400;
	letter-spacing: 1px;
	text-align: justify;
}


/*Pages*/

.pages {
	width: 100%;
	height: 26px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	padding-bottom: 60px;
}

DIV.meneame {
	FONT-SIZE: 13px;
	TEXT-ALIGN: center;
	width: auto;
}
DIV.meneame A {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	COLOR: #717171;
	MARGIN-RIGHT: 5px;
	TEXT-DECORATION: none;
	font-size: 13px;
	/* [disabled]background-color: #03F; */
}
DIV.meneame A:hover {
	COLOR: #272320;
}
DIV.meneame A:active {
	COLOR: #7f7f7f;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
}
DIV.meneame SPAN.current {
	FONT-WEIGHT: bold;
	COLOR: #717071;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
DIV.meneame SPAN.disabled {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 5px;
	COLOR: #717071;
	MARGIN-RIGHT: 10px;
	PADDING-TOP: 5px;
	font-size: 13px;
}
