@charset "utf-8";
.news_list {
	background-image: url(../../img/news_frame.png);
	background-repeat: no-repeat;
	height: 180px;
	width: 328px;
	float: left;
	padding: 15px;
	margin-bottom: 10px;
	margin-right: 8px;
	margin-left: 0px;
}
.news_list  h2 {
	font-family: "微軟正黑體", "新細明體", Arial;
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}
.news_word {
	font-family: "微軟正黑體", "新細明體", Arial;
	font-size: 12px;
	line-height: 21px;
	color: #81511c;;
	height:150px;
	overflow:hidden;
	word-wrap: break-word; /* 強制換行 */ 
    word-break:break-all;  /* 強制換行 */ 
}
.news_pic  {
	background-repeat: no-repeat;
	height: 146px;
	width: 146px;
	background-position: 15px 15px;
	float:right;
	background-color: #EBEBEB;
	overflow:hidden;
	padding:1px;;
	margin-left:5px;
}
.news_pic img {
}
.more a {
	background-image: url(../../img/more_btn.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 62px;
	display: block;
	margin-top: 2px;
	text-decoration: none;
	float: right;
}
.more a:hover {
	background-image: url(../../img/more_btn_hover.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 62px;
	display: block;
}

#news_con {
	background-image: url(../../img/new_con_bg.jpg);
	background-repeat: repeat-y;
	width: 743px;
	line-height: 28px;
	color: #81511c;
	font-size: 11pt;
	word-wrap: break-word; /* 強制換行 */ 
    word-break:break-all;  /* 強制換行 */ 
}
.font05 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 28px;
}
.font05  a {
	text-decoration: none;
	color: #333333;
}
#news_con{
	overflow:hidden;
}
#news_con .tit {
	background-image: url(../../img/news_tit.jpg);
	background-repeat: no-repeat;
	height: 49px;
	line-height: 49px;
	padding-left: 10px;
	font-family: "微軟正黑體", "新細明體", Arial;
	font-size: 18px;
	font-weight: bold;
	color: #b52f3f;
	margin:0 20px 0 0;
}

#news_con img {
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-left: 5px;
}

#news_con .v_content_div{
	margin:0 0 10px;
	overflow:hidden;
	word-wrap: break-word; /* 強制換行 */ 
    word-break:break-all;  /* 強制換行 */ 
}
