@charset "utf-8";
/* CSS Document */
/***最新消息列表頁*********************************************************/
#rightside{
	width: 970px;
	height: auto;
	float:left;
	margin-left:0px;
}
#rightside .name{
	width: 970px;
	height:45px;
	background-image: url(../wrapper/inews/title_bg.png);
	background-repeat:no-repeat;
	float:left;
	color:#819E30;
	font-size:16px;
	font-weight: bold;
	padding:15px 0 0 90px;
}
#rightside .name span{
	color:#205732;
	font-size:20px;
	font-weight: bold;
	margin-right:3px;
}
#new_list {
	width:935px;
	height:137px;
	border-bottom:1px solid #D8D8D8;
	padding:15px 20px 15px 15px;
	clear:both;
}
#new_list:hover{
	width:935px;
	height:137px;
	border-bottom:1px solid #D8D8D8;
	padding:15px 20px 15px 15px;
	clear:both;
	background-color:#F4FADE;
}
#new_list .more a{
	width:83px;
	height:15px;
	display:block;
	background-image:url(../wrapper/inews/more2.png);
	background-repeat:no-repeat;
	float:right;
	margin-right:10px;
	margin-top:10px;
}
#new_list .more a:hover{
	background-image:url(../wrapper/inews/more2_.png);
}
#new_list .pic{
	width:196px;
	height:132px;
	background-color:#839F30;
	padding:4px 0 0 4px;
	float:left;
	margin-right:20px;
}
#new_list .pic img{
	width:190px;
	height:126px;
	border:1px solid #FFF;
	background:#FFF;
}
#new_list .name1 a{
	color:#205732;
	font-size:15px;
	float:left;
	font-weight: bold;
	margin:5px 0 10px 0;
	width:690px;
}
#new_list .con{
	width:710px;
	height:77px;
	float:left;
	color:#787878;
	line-height:20px;
	overflow: hidden ;
}
/***最新消息列表頁*********************************************************/
/***最新消息內頁***********************************************************/
#rightside .name2{
	width:930px;
	height:20px;
	background-color:#215732;
	font-size:17px;
	color:#FFF;
	clear:both;
	padding:10px 20px;
	margin-bottom:20px;
}
#rightside .pic_b{
	width:748px;
	height: auto;
	float:left;
	margin-bottom:15px;
}
#rightside .pic_b img{
	max-width:748px;
	height: auto;
	border:2px solid #D8D8D8;
}
#pic_list{
	width:195px;
	float:right;
}
#pic_list .pic_s a img{
	max-width:190px;
	height: auto;
	border:2px solid #D8D8D8;
	float:left;
	margin-bottom:15px;
}
#pic_list .pic_s a:hover img{
	border:2px solid #839F30;
}
#pic_page{
	width:100%;
	height:30px;
	margin-top:25px;
	float:left;
}
#pic_page .member{
	width:115px;
	font-size:18px;
	float:left;
	text-align:center;
	line-height:30px;
}
#pic_page .member span{
	color:#8AA533;
}
#pic_page .left a{
	width:30px;
	height:30px;
	background-image:url(left.png);
	background-repeat:no-repeat;
	display:block;
	float:left;
	margin:0 10px 0 0;
}
#pic_page .left a:hover{
	background-image:url(left_.png);
}
#pic_page .right a{
	width:30px;
	height:30px;
	background-image:url(right.png);
	background-repeat:no-repeat;
	display:block;
	float: right;
	margin:0 0 0 10px;
}
#pic_page .right a:hover{
	background-image:url(right_.png);
}
#date{
	clear:both;
	font-size:15px;
	color:#7F9E30;
	padding-bottom:15px;
	border-bottom:1px solid #D8D8D8;
}
#new_con{
	padding:30px 0;
	border-bottom:1px solid #D8D8D8;
}
/***最新消息內頁***********************************************************/