body{
	font-size: 16px;
	line-height: 30px;
	font-family: "微軟正黑體";
	color: #333;
}
.last_mainBg{
	width: 100%;
	float: left;
	background: url(../images/lat_mainBg.png) center bottom no-repeat, url(../images/lat_mainBg_2.png) left bottom repeat-x;
	padding: 50px 0 40px 0;
}
.last_main{
	width: 1200px;
	height: 120px;
	margin: 0 auto;
}
.last_main ul{
	width: 940px;
	margin: 0 auto 0 auto;
}

.last_main li{
	width: 940px;
	height: 141px;
	float: left;
}
.last_main li .date{
	width: 170px;
	height: 141px;
	float: left;
	font-family: 'Century Gothic';
	font-size: 22px;
	color: #0068b7;
	line-height: 48px;
	font-weight: 500;
}
.last_main li .date span{
	width: 48px;
	height: 48px;
	text-align: center;
	float: left;
	font-size: 30px;
	color: #fff;
	margin-right: 10px;
	background: url(../images/lat_date_bg.png) left top no-repeat;
}
.last_main li .text{
	width: 685px;
	height: 141px;
	float: left;
	background: url(../images/lat_text_bg.png) right top no-repeat;
	padding: 0 40px;
}
.last_main a:hover li{
	color: #333;
}
.last_main li:hover .text{
	background: url(../images/lat_text_bg_h.png) right top no-repeat;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-0-transition: 0.5s;
	transition: 0.5s;
}

.last_main li .text .tit{
	width: 100%;
	color: #333;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	font-weight: bold;
	float: left;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.last_mainBg{
	min-width: 1000px;
}
.last_main{
	width: 970px;
	padding: 0 15px;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.last_mainBg{
	min-width: 320px;
}
.last_main{
	width: 90%;
	margin: 0 5%;
	height: auto;
}
.last_main ul{
	width: 100%;
}
.last_main li{
	width: 100%;
	height: auto;
}
.last_main li .date{
	width: 100%;
	height: 48px;
	background: rgba(255,255,255,0.7);
}
.last_main li .text{
	width: 80%;
	height: auto;
	padding: 5px 15% 10px 5%;
	overflow: hidden;
	font-size: 14px;
	background: rgba(255,255,255,0.4);
}
.last_main li:hover .text{
	background: rgba(255,249,157,0.6);
}
.last_main li .text .tit{
	font-size: 16px;
	height: auto;
	line-height: 30px;
}
}