@charset "utf-8";



.news_con{height:1408px;background:url(../images/news/news_indexback_03.jpg) repeat-x;}
.news_left{
	width:600px;
	padding-left:36px;
	padding-top:56px;
}
.news_mov{width:582px;height:392px;background:#b7c6e1;padding-top:12px;padding-left:12px;}

.news_title{
	font-size:24px;
	line-height:34px;
	letter-spacing:4px;
	color:#1b4ea8;
	font-weight:bold;
	padding:28px 0;
}

.news_text_h1{font-weight:bold; font-size:17px; padding-bottom:7px;}

/*相關連結*/
.news_text_button{
	font-weight:bold;
 	padding:10px 11px;
	color:#1b4ea8;
	border:1px solid #1b4ea8;
	-webkit-transition: opacity 1s ease-in-out;
  	-moz-transition: opacity 1s ease-in-out;
 	-o-transition: opacity 1s ease-in-out;
  	transition: opacity 1s ease-in-out;
}
  


.news_text_button:hover{
 	font-weight:bold;
 	padding:10px 11px;
	color:#000;
	border:1px solid #000;
	opacity:0.5;
	-webkit-transition: opacity 1s ease-in-out;
  	-moz-transition: opacity 1s ease-in-out;
  	-o-transition: opacity 1s ease-in-out;
  	transition: opacity 1s ease-in-out;
}




.news_text{font-size:14px;line-height:28px;}

.news_right{
	padding-top:56px;
	/*padding-left:82px;*/
}

.news_other_news,.news_other_news_now{width:269px;height:63px;margin-top:4px;padding-left:82px;}

.news_other_news a{width:234px;height:53px;background:url(../images/news/news_right.jpg) no-repeat;display:block;line-height:22px;font-size:14px;color:#000;padding-left:35px;padding-top:10px;letter-spacing:1px;}
.news_other_news a:hover{background:url(../images/news/news_right_chg.jpg) no-repeat;}

.news_other_news_now a{width:234px;height:53px;background:url(../images/news/news_right_chg.jpg) no-repeat;display:block;line-height:22px;font-size:14px;color:#000;padding-left:35px;padding-top:10px;letter-spacing:1px;}
