/* ------- 新聞類別 (cate_list.htm) ------- */
.cate_list ul {
	padding: 0px;
	margin: 0px 25px;
	list-style-type: none;
}
.cate_list ul li {
	display: inline-block;
}
.cate_list ul li a.cate_item i {
	padding-right: 5px;
}
.cate_list ul li a.cate_item {
	display: inline-block;
	padding: 5px 8px;
	margin: 5px 5px;
}
.cate_list ul li a.cate_item:hover {
}
/* ------- 新聞內容(detail.htm) ------- */
.news_detail {
	margin: 20px 50px;
}
.news_detail h4 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0px;
	padding: 5px 10px;
	font-weight: bold;
}
.news_detail h4:before {
	content: "\f027";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding: 0px 10px 0px 0px;
}
.news_content {
	line-height: 1.75em;
	padding: 20px 0px 20px 5px;
	clear: both;
	margin: 0px;
}
.news_date {
	float: right;
	padding: 5px 10px;
	margin: 0px 0px 0px 10px;
	background: #09C;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
}
.news_date span {
	font-weight: normal;
}
@media only screen and (max-width: 640px) {
.news_detail {
	margin: 20px 0px 20px 0px;
}
.news_date {
	float: none;
	margin: 0px;
}
.news_detail h4 {
	margin: 10px 0px;
}
}
/* ============================================================================================
 新聞列表(recent.htm)
 ============================================================================================ */
.news {
	padding: 0px;
	margin: 0px;
}
.news ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.news ul li {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	float: left;
}
/*News List 區塊*/
.news ul li .item {
	text-align: left;
	border: 1px #CCCCCC dashed;
	margin: 0px 10px;
}
/*News 日期樣式*/
.news h6.recent_news_date {
	padding: 0px 0px;
	margin: 10px auto;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background: #09C;
	display: inline-block;
	text-align:center;
}
.news h6.recent_news_date p {
	font-size: 1.25em;
	font-weight: bold;
	color: #FFF;
	line-height: 100px;
	text-align: center;
}
/*News 主旨樣式*/
.news h3.recent_news_title {
	padding: 0px 0px;
	margin: 10px auto;
	width: 70%;
	display: inline-block;
	vertical-align:middle;
	text-align:left;
}
.news a.news_title {
	margin: 10px 0px 10px 20px;
	font-size: 1.05em;
	display: inline-block;
}
@media only screen and (max-width: 768px) {
.news h6.recent_news_date {
	display: block;
	text-align:center;
}
.news h3.recent_news_title {
	display: block;
	text-align:center;
}
.news a.news_title {
	font-size: 1em;
}	
}
.news a.news_title:hover {
	/*color: #F60;*/
}
.news a.recent_list_all {
	float: right;
	margin: 10px;
}
/* -----------------------
 * BASE STYLES
 * ----------------------- */
.news_recent {
	margin: 0;
	padding: 0;
}
.news_recent .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.news_recent .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .news_recent .slides {
	display: block;
}
* html .news_recent .slides {
	height: 1%;
}
.no-js .news_recent .slides > li:first-child {
	display: block;
}
/* -----------------------
 * DEFAULT THEME
 * ----------------------- */
.news_recent {
	margin: 0x;
	position: relative;
	zoom: 1;
	padding: 15px 0px;
}
.news_recent .slides {
	zoom: 1;
}
.news_recent .slides img {
	height: auto;
	-moz-user-select: none;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.carousel li {
	margin-right: 5px;
	
}
.news_recent .flex-direction-nav {
 *height: 0;
}
.news_recent .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 20px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0.75);
  border-radius: 5%;
  padding: 10px 10px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align:center;
}
.news_recent .flex-direction-nav a:before {
	font-family: "flexslider-icon";
    font-size: 18px;
    display: inline-block;
    content: '\f001';
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
    padding-top: 5px;
}
.news_recent .flex-direction-nav a.flex-next:before {
	content: '\f002';
}
.news_recent .flex-direction-nav .flex-prev {
	left: 20px;
}
.news_recent .flex-direction-nav .flex-next {
	right: 20px;
}
.news_recent:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 20px;
}
.news_recent:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.news_recent:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 20px;
}
.news_recent:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}

@media only screen and (max-width: 1024px) {
.news_recent .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 30px;
	top: 5px;
}
.news_recent .flex-direction-nav .flex-next {
	opacity: 1;
	right: 30px;
	top: 5px;
}
.news_recent .flex-direction-nav a {
	margin-top: 30px;
	padding: 10px 10px;
}
.news_recent .flex-direction-nav a:before {
	padding-top: 0px;
}
}
@media only screen and (max-width: 768px) {
.news_recent .flex-direction-nav .flex-prev {
	left: 20px;
}
.news_recent .flex-direction-nav .flex-next {
	right: 20px;
}

}
@media only screen and (max-width: 480px) {
.news_recent .flex-direction-nav .flex-prev {
	left: 20px;
}
.news_recent .flex-direction-nav .flex-next {
	right: 20px;
}	
}

/* ============================================================================================
 新聞列表(recent.htm)
 ============================================================================================ */
