  @charset "utf-8";
/* CSS Document */

.newsArea{
	padding:70px 0;
	background:url(../images/bg_news.jpg);}

.newsArea .newsBox{}

.newsArea .newsBox .title{
	position:relative;}

.newsArea .newsBox .title h2{
	margin-bottom:10px;
	background:url(../images/titleword_news.png) no-repeat;
	height:40px;
	text-indent:-9999px;}

.newsArea .newsBox .title a{
	display:block;
	font-size:13px;
	color:#f8691c;
	position:absolute;
	right:0;
	top:20px;
}

.newsArea .newsBox .title a i{
	margin-right:5px;}

.newsArea .newsBox .title a:hover{
	text-decoration:underline;}

.newsArea .newsBox .Img{
	margin-bottom:20px;}

.newsArea .newsBox .Img img{
	display:block;
	width:100%;}

.newsArea .newsBox ul{}

.newsArea .newsBox ul li{
	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #f8691c;
}

.newsArea .newsBox ul li .date{
	float:left;
	padding-right:50px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#666;}

.newsArea .newsBox ul li h3{
	overflow:hidden;
	font-weight:normal;}

.newsArea .newsBox ul li h3 i{
	margin-right:5px;
	color:#f8691c;
}

.newsArea .newsBox ul li h3 a{
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:15px;
	color:#666;}

.newsArea .newsBox ul li h3 a:hover{
	color:#09F;}

.newsArea .otherBox{
	padding-top:40px;}

.newsArea .otherBox ul{}

.newsArea .otherBox ul li{
	padding:5px;}

.newsArea .otherBox ul li a{
	display:block;
	position:relative;
	padding:0;}

.newsArea .otherBox ul li a:before{
	display:block;
	content:"◢";
	font-size:13px;
	color:#FFF;
	position:absolute;
	right:5px;
	bottom:5px;}

.newsArea .otherBox ul li a img{
	display:block;
	width:100%;
	
	transition:all 0.4s ease;}

.aboutArea{
	padding:90px 0;
	background:url(../images/bg_dec.jpg) center left;
	background-size:cover;}

.aboutArea .Img{
	margin-bottom:25px;}

.aboutArea .Img img{
	max-width:100%;}
	
.aboutArea .Txt{
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:16px;
	color:#767676;
	line-height:1.8;}

.aboutArea .btn{
	margin-top:50px;}

.aboutArea .btn a{
	display:inline-block;
	padding:7px 20px;
	font-size:15px;
	color:#FFF;
	background-color: #930;
}

.aboutArea .btn a:hover{
	opacity:0.8;}
	
@media (max-width:768px){
}

@media (max-width:640px){

}

@media (max-width:480px){
.newsArea{
	padding:20px 0;}

.newsArea .newsBox{
	padding:0 0 30px 0;}

.newsArea .otherBox{
	padding:0;}

.newsArea .newsBox .title a{
	display:none;}
		
.newsArea .newsBox ul li .date{
	float:none;
	padding:0 0 10px 0;}
}
