/*选项卡*/
.news_xxk_box{
	width: 234px;
	height: 46px;
	margin: 70px auto 0px auto;
	/*margin: 70px 0 -50px 9.5%;*/
	background-color: #ffffff;
}
.news_xxk{
	height: 46px;
	width: 116px;
	font-size: 14px;
	line-height: 46px;
	text-align: center;
	float: left;
	cursor: pointer;
}

.news_xxk_current{
	background-color: #4f9de0;
	color: #ffffff;
}

/*内容*/
.news_c_box{
	width: 88%;
	margin: 0px auto;
	padding: 16px 0px 0px;
	max-width: 1202px;
}
.news_c{
	padding-right: 50px;
	height: 210px;
	width: 88%;
	background-color: #ffffff;
	margin: 0 auto 40px auto;
	display: block;
	
}
.news_c:hover *{
	color: #ffffff;
}
.news_c:hover{
	background-color: #4f9de0;
	box-shadow: 0px 0px 10px #404040;
}
.news_c_current{
	background-color: #4f9de0;
	box-shadow: 0px 0px 10px #404040;
}
.news_c img{
	float: left;
	/*height: 210px;*/
	width: 100%;
}
.news_c_text{
	float: right;
	/*padding: 10px 48px 0px 50px;*/
	width: 60%;
}
.news_c_text h5{
	font-size: 14px;
	line-height: 54px;
	border-bottom: 1px solid #e5e5e5;
	color:black;
}
.news_c_text h6{
	font-size: 12px;
	line-height: 48px;
}
.news_c_text p{
	font-size: 12px;
	line-height: 26px;
	color:black;
}

/*页码*/
.zlk_ym_box{
	margin: 0px auto;
	padding: 0px 0px 30px 0px;
	float: left;
	position: relative;
	left: 50%;
	
}
.zlk_ym{
	width: 28px;
	height: 28px;
	background-color:#e0e0e0;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	float: left;
	margin: 0px 12px;
	cursor: pointer;
	position: relative;
	right: 50%;
}
.zlk_ym:hover {
	background-color: transparent;
	border: 1px solid #4f9de0;
	width: 26px;
	height: 26px;
	color: #4f9de0;
}
.ym_current{
	background-color: transparent;
	border: 1px solid #4f9de0;
	width: 26px;
	height: 26px;
	color: #4f9de0;
}

.box{
	background-color: #ffffff;
	margin-top: 50px;
}