.BannerOne {
	background:url('../images/banner02.jpg') no-repeat center center;
}
/*************************** 面板样式 ****************************/
.backgd {
	margin-bottom: 50px;
}
.backgd .content_left {
	float: left;
	width: 66%;	
	margin-top: 1.7%;
	background: none repeat scroll 0% 0% #FFF;
	border-radius: 8px;
}
.backgd .content_right {
	float:left;
	width: 32.3%;
	margin-top: 1.7%;
	margin-left: 1.7%;
	height: auto;
	position: relative;	
}
.backgd .RF_title {
	font-size: 16px;
	text-align: center;
	line-height: 22px;
	color: #fff;
	background: #6EA522;
	overflow: hidden;
	padding: 9px 12px;
	position: relative;
}
.content_right_top, .content_right_content {
	width:100%;
	float:left;
}
.content_left .news_title {
	font-weight: bold;
}
.content_left .newsContent {
	padding: 5px 20px;
}
.content_left .newsContent pre {
	white-space:normal;
	word-wrap:break-word;
}
.content_left .newsContent p.src {
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	color: #666;
	line-height: 25px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #D8D8D8;
	margin-bottom: 10px;
}
.content_left .newsText {
	border-bottom: 1px dotted #D8D8D8;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.content_left .newsList {
	font-family: Arial;
	font-size: 14px;
	line-height: 25px;
	padding: 5px 0px;
	margin: 5px;
}
.content_right .activesList {
	font-family: Arial;
	font-size: 14px;
	line-height: 25px;
}
.content_left .newsList .newsTitle,
.content_right .newsList .activesTitle {
	font-weight: bold;
	text-indent: 2em;
	margin-bottom: 10px;
}
.content_left .newsList ul li,
.content_right .activesList ul li {
	background-image: url(../images/newslist.png);
	background-repeat: no-repeat;
	background-position: left -10px;
	border-bottom: 1px dotted #D8D8D8;
	margin-bottom: 5px;
	text-align: left;
	text-indent: 15px;
}
.content_left .newsList ul li span,
.content_right .activesList ul li span {
	float:right;
	display:inline;
}
.content_left .newsList ul li a,
.content_right .activesList ul li a {
	color: #000;
	text-decoration: none;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.content_left .newsList ul li a:visited,
.content_right .activesList ul li a:visited {
	color:#000;
	text-decoration:none;
}
.content_left .newsList ul li a:hover,
.content_right .activesList ul li a:hover {
	color: #6EA522;
	text-decoration: none;
}
.content_right .PannelTabs {
	width:100%;
    background: none repeat scroll 0% 0% #FFF;
    border-radius: 8px;
    margin-bottom: 20px;
}
.content_right .portalcatBox {
	padding:10px 14px;
	color:#000;
}
.content_right .portalcat_icon {
	border-bottom:1px dotted #D8D8D8;
	text-align:center;
}
/* 焦点图效果 */
.picBtnTop{ width:100%; border:1px solid #ccc; padding:1%; position:relative; overflow:hidden; zoom:1; box-sizing:border-box; }
.picBtnTop .hd{ width:24%; position:absolute; right:1%; overflow:hidden; }
.picBtnTop .hd ul li{  width: 100%; position: relative; height: 0; overflow: hidden; padding-bottom: 62.5%; margin-bottom:1%; text-align:center; }
.picBtnTop .hd ul li img{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; border:2px solid #ddd; cursor:pointer; vertical-align:bottom; box-sizing:border-box; }
.picBtnTop .hd ul li.on{ background:url("images/icoleft.gif") no-repeat 0 28px; }
.picBtnTop .hd ul li.on img{ border-color:#FF9B31; }
.picBtnTop .bd{ width:74.5%; position:relative; }
.picBtnTop .bd li{ position:relative; zoom:1; vertical-align:middle; }
.picBtnTop .bd li .pic{ width: 100%; height: 0; overflow: hidden; padding-bottom: 62.5%; position:relative; z-index:0; }
.picBtnTop .bd li .pic img{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; vertical-align:bottom; }
.picBtnTop .bd li .bg{ width:100%; height:30px; position:absolute; left:0; bottom:0; z-index:1;  background:#000; filter:alpha(opacity=60);opacity:0.6; }
.picBtnTop .bd li .title{ width:100%; height:30px; line-height:30px; left:0; bottom:0;   position:absolute; z-index:2; }
.picBtnTop .bd li .title a{ color:#fff; padding-left:15px; }