ul {
	margin: 0;
	padding: 0;
}/*不可刪*/
/*NEWS*/
#focus {
	clear: both;
	width: 210px;
	height: 150px;
	overflow: hidden;
	position: relative;
	margin-top: 12px;
	margin-bottom: 10px;
}
#focus ul {
	height: 270px;
	position: absolute;
}
#focus ul li {
	float: left;
	width: 210px;
	height: 143px;
	overflow: hidden;
	position: relative;
}
#focus ul li div {
	position: absolute;
	overflow: hidden;
}
#focus .btnBg {
	position: absolute;
	width: 210px;
	left: 0;
	bottom: 0;
	background: #000;
}
#focus .btn {
	position: absolute;
	width: 210px;
	right: 0;
	bottom: 0;
	text-align: right;
}
#focus .btn span {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 25px;
	height: 10px;
	_font-size: 0;
	margin-left: 5px;
	cursor: pointer;
	background: #000;
	display: none;
}/*display:none;隱藏點點選單*/
#focus .btn span.on {
	background: #000;
}
#focus .preNext {
	width: 22px;
	height: 30px;
	position: absolute;
	background: url('../images/index/sprite.png') no-repeat 0 0;
	cursor: pointer;
	margin-top: 20px;
}
#focus .pre {
}
#focus .next {
	right: 0;
	background-position: right top;
}
#focus ul li h3 a {
	color: #FFF;
	text-decoration: none;
	display: block;
	overflow: hidden;
	height: 28px;
	padding: 5px 20px 0 20px;
	transition: all 0.4s;
	font-size: 15px;
	background: url(../images/index/news_border.png) no-repeat center bottom;
	text-align: left;
	overflow: hidden;
	font-weight: 500;
	width: 150px;
	margin: 0 auto 7px auto;
}
#focus ul li h3 a:hover {
	color: #e31e25;
	font-weight: 500;
}
#focus ul li p a {
	color: #FFF;
	text-decoration: none;
	display: block;
	overflow: hidden;
	padding: 0 20px;
	transition: all 0.4s;
	height: 40px;
	font-size: 13px;
	width: 150px;
	margin: 0 auto 7px auto;
	font-weight: 500;
}
#focus ul li p a:hover {
	color: #e31e25;
	font-weight: 500;
}
#focus ul li h5 {
	text-align: right;
	padding: 0 20px;
	font-size: 13px;
}
#focus ul li h5 a {
	font-weight: 100;
	font-family: 'Noto Sans TC', 'Raleway', sans-serif;
	letter-spacing: 2px;
	color: #FFF;
	text-decoration: none;
	transition: all 0.4s;
}
#focus ul li h5 a:hover {
	color: #e94b36;
}
/*NEWS_END*/
