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

.contentBox .leftBox{
	padding:0 40px 0 0;}

.contentBox .rightBox{
	padding:0;}
	
/*新訊列表*/

ul.newsList{}
ul.newsList li{
	overflow:hidden;
	position:relative;
	background:#f6f6f6;}
ul.newsList li:nth-child(even){
	background:#fbfbfb;}
ul.newsList li .Img {
	opacity:0;
	z-index:10;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#010000fc;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
}
ul.newsList li:hover .Img {
	opacity:1;}
ul.newsList li .Img img{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	width:100%;
	float:left;}
ul.newsList li:hover .Img img{
	opacity:0.15}
ul.newsList li .Txt {
	position:relative;
	z-index:20;
	padding:60px 30px;}
ul.newsList li .Txt div.date{
	letter-spacing:2px;
	font-family: 'Raleway', sans-serif;
	color:#fff;
	font-size:13px;
	padding:10px 0;
	text-align:center;
	background:#bda87f;
	margin:0 30px;}

ul.newsList li .Txt h3{
	line-height: 28px;
    height: 60px;
	overflow:hidden;
	color:#373737;
	font-weight:normal;
	font-size:20px;
	margin: 50px 0 10px 0;
	overflow: hidden;
}
ul.newsList li:hover .Txt h3{
	color:#fff;
}
ul.newsList li .Txt h3 a{
	color:#373737;
	
	}
ul.newsList li:hover .Txt h3 a{
	color:#fff;}

ul.newsList li .Txt h3 a:hover{
text-decoration:underline
}

ul.newsList li .Txt p{
	color:#b5b5b5;
	line-height:21px;
	height:130px;
	overflow:hidden;
	}
	
ul.newsList li .Txt p:before {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    margin-top: 10px;
	margin-bottom: 20px;
    background: url(../images/newsline.png) center top no-repeat;
}	
ul.newsList li:hover .Txt p{
	color:#fff;}
ul.newsList li .Txt a.More{
	display:block;
	font-family: 'Raleway', sans-serif;
	text-align:center;
	color:#bda87f;
	font-size:13px;
	padding-top:50px;}
ul.newsList li:hover .Txt a.button{
	letter-spacing:5px;}
	
	
ul.newsList li .Txt a.More:hover{
text-decoration:underline
}

.newsDate{/*發布日期*/
	padding:5px 0;
	font-size:12px;
	color:#818181;
	letter-spacing:1px;
	text-transform:uppercase;}

.newsDate strong{
	font-weight:normal;}

.newsDate strong i{
	margin-right:2px;
	font-size:14px;
	color:#AE4233;}

.newsDate b{
	margin-left:3px;}

.newIcon{/*分類小圖示*/
margin:10px auto;
	padding:3px 5px;
	margin-right:3px;
	display:inline-block;
	font-family:新細明體;
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	border-radius:3px;}

	
