.icon{ 
	padding:0 10px; 
	background:#fff;
	overflow: hidden;
}

.pagebanner{ 
	padding:10px 0;
	overflow: hidden;
}
.pagebanner .breadcrumb{
    float: left;
    background: #9fa2a2;
    text-align: center;
    height: 315px;
    width: 315px;
    position: relative;
}
.pagebanner .text{ 	    
    font: 32px/40px 'FFDINRoundPro-Light',Arial,sans-serif;
    color: #fff; 
    text-transform: uppercase;
    padding: 0;
    position: absolute;
    top: 50%;
    left:50%;
    width: 100%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
   }
.pagebanner .img{ 
	float:right; 
	width:855px; 
	overflow:hidden; 
	height:315px; 
	line-height:315px;
}

.side,
.mn{ 
	margin-bottom:20px;
}
.side{ 
	float:left; 
	width:315px;
}
.mn{ 
	float:left; 
	width:855px;
}

.side-nav{ 
	margin-bottom:20px; 
	padding:10px 20px 0;
}
.side-nav h3{     color: #F33;
	line-height:40px; 
	border-bottom:1px solid #CCC; 
	font-family: 'FFDINRoundPro-Regular',Arial,sans-serif;
}
.side-nav ul{ 
	padding-top:10px;
}
.side-nav li{ 
	margin-bottom:5px;
}
.side-nav a{line-height: 2.5em;
	font-weight: bold;
    font-size: 16px;
    border-left: 3px solid #ccc;
    padding-left: 10px;
    color: #333;
    font-family: 'FFDINRoundPro-Light',Arial,sans-serif;
}
.side-nav a:hover,
.side-nav a.cur{
	font-weight: bold;
    font-size: 16px;
    border-left: 3px solid #00923f;
    padding-left: 10px;
    color: #00923f;
    font-family: 'FFDINRoundPro-Light',Arial,sans-serif;
}

.sidead{ 
	position:relative; 
	height:310px; 
	cursor:pointer; 
	overflow:hidden; 
	margin:20px;
}
.sideadimg{ 
	position:absolute; 
	top:0; 
	left:0;
}
.sideadimg img{ 
	width:100%;
}
.sideadcon{ 
	position:absolute; 
	z-index:1; 
	bottom:-140px; 
	left:0; 
	width:100%; 
	transition:all ease-out 0.3s;
}
.texthead{}
.texthead h3{ 
	display:inline-block; 
	background:#fff; 
	padding:5px 20px; 
	margin-left:20px; 
	margin-bottom:20px;
}
.texthead span{ 
	position:relative; 
	display:block; 
	width:30px; 
	height:30px; 
	border-radius:15px; 
	background:#fff; 
	margin:0 auto -15px;
}
.texthead span b{ 
	background:#333; 
	position:absolute; 
	display:inline-block;
}
.texthead span b.vb{ 
	top:4px; 
	left:14px; 
	width:2px; 
	height:10px;
}
.texthead span b.hb{ 
	top:8px; 
	left:10px; 
	width:10px; 
	height:2px;
}
.textcon{ 
	padding:20px;
	background:#fff;
}
.textcon .text{ 
	padding-bottom:20px;
}
.textcon .more{ 
	text-align:center;
}
.textcon .more a{ 
	font-size:22px; 
	line-height:40px; 
	display:inline-block; 
	background:#0f2639; 
	border-radius:20px; 
	padding:0 30px; 
	color:#fff;
}
.sidead:hover .sideadcon{ 
	bottom:0;
}
.sidead:hover .texthead span b.vb{ 
	top:8px; 
	left:14px; 
	width:2px; 
	height:2px;
}

.coninfo{ 
	padding:20px;
}
.infohead{ padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
	margin-bottom:10px;
}
.infohead h1{     
	font-size: 16px;
    font-weight: bold;
    line-height: 120%;
    font-family: 'FFDINRoundPro-Light',Arial,sans-serif;}
.infohead h1 a{
	font-size:16px;
	font-family: 'FFDINRoundPro-Regular',Arial,sans-serif;
	color: #333;
}
.infohead h1 a:hover{
	color:#00923f;
}
.infoedit{ 
	line-height:180%;
	min-height:400px !important; 
	color:#0f2639;   
	font: 14px/21px Arial,sans-serif;
}
.infoedit p,
.infoedit a,
.infoedit span{      color: #333;
    font: 14px/21px Arial,sans-serif;
    line-height: 2em;
}

/*新闻动态列表页*/
	.news li{
		padding-top: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ddd;
	}
	.news a{
		display: block;
		overflow: hidden;
	}
	.news img{
		height: 150px;
    width: 240px;
    margin-right: 20px;
    margin-bottom: 20px;
	}
	.news div.fl{
		width: 520px;
	}
	.news span{
		font-size: 16px;
		color: #5A5A5A;
		display: block;
		transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		-ms-transition: all .3s;
		-webkit-transition: all .3s;
	}
	.news time{
		display: inline-block;
		font-size: 14px;
	    padding-top: 12px;
	    color: #a8a8a8;
	}
	.news p{
		font-size: 14px;
	    padding-top: 8px;
	    color: #999999;
	    line-height: 22px;
	}
	.news a:hover span{
		color: #00923f;
	}
	/*新闻动态列表页*/
	/*分页*/
	.pagination-wrapper{ 
	  	margin: 40px 0 0 0;
	  	text-align: center;
	} 
	.pagination{  
	  	font-size: 0;
	} 
	.pagination li{
		display: inline-block;
		vertical-align: top;
	}
	.pagination a{ 
	  	display: inline-block;
	  	height: 32px; 
	  	line-height: 32px; 
	  	margin-right: 8px; 
	  	padding: 0 12px; 
	  	font-size: 14px; 
	  	border: 1px solid #dfdfdf; 
	  	color: #999; 
	  	text-decoration: none; 
	  	border-radius: 4px;
	  	box-sizing: border-box;
	  	transition: all .3s;
	  	background: #f7f7f7;
	} 
	.pagination li:last-child{
		margin-right: 0;
	}
	.pagination a:hover{ 
	  	background:#00923f; 
	  	color:#fff; 
	  	border-color: #00923f;
	} 
	.pagination li.active a { 
	  	background: #00923f; 
	  	color: #fff;
	  	border-color: #00923f;
	} 
	.pagination .pageinfo{
		display: inline-block;
	  	height: 32px; 
	  	line-height: 32px; 
	  	padding: 0 12px; 
	  	font-size: 14px; 
	  	border: 1px solid #555555; 
	  	color: #555555; 
	  	box-sizing: border-box;
	}
	/*分页*/
	
/*新闻详情页*/
	.news-info {
		padding: 20px 15px;
	}
	
	.news-info .hd h1 {
		font-size: 24px;
		line-height: 36px;
		word-wrap: break-word;
		/*//word-break设置强行换行;normal 亚洲语言和非亚洲语言的文本规则，允许在字内换行*/
		word-break: normal;
		margin-bottom: 5px;
		text-align: center;
	}
	.page {
	    min-height: 600px;
	    padding: 20px 10px;
	    line-height: 2;
	    color: #666666;
	    font-size: 14px;
	}
	.news-info .hd p {
		font-size: 14px;
		line-height: 1.6;
		color: #cccccc;
		text-align: center;
	}
	.news-info .hd p span{
		margin-right: 10px;
	}
	.news-info .bd {
		min-height: 200px;
	}
	/*新闻详情页*/
	
	/*上一页/下一页*/
	.turn {
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		padding: 5px 10px;
		margin-bottom: 20px;
		overflow: hidden;
	}
	
	.turn p {
		font-size: 12px;
		line-height: 30px;
		color: #333333;
	}
	
	.turn p:first-child {
		float: left;
	}
	
	.turn p:last-child {
		float: right;
	}
	
	.turn p a {
		color: #666666;
		transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		-moz-transition: all .3s;
		-webkit-transition: all .3s;
	}
	
	.turn p a:hover {
		color: #e73d00;
		text-decoration: none;
	}
	/*上一页/下一页*/