/*新闻动态列表页*/
.newg{
	width: 1000px;
}
.newg ul{
	margin: 60px auto;
	overflow: hidden;
}
.newg li{
	width: 1000px;
	height: 190px;
	padding: 20px;
	border: 1px solid #E5E5E5;
	margin-bottom: 20px;
}
.newg .left{
	float: left;
}
.left img{
	width: 252px;
	height: 150px;
}
.newg .right{
	float: right;
	width: 668px;
	height: 150px;
}
.newg .right h3{
	font-weight: bold;
}
.newg  ul li a:hover img{
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.newg  ul li:hover{
	box-shadow:  0px 10px 5px -5px rgba(0,0,0,0.3);
}


/*新闻动态列表页---页码*/
.pages{
  font-size: 0;
  text-align: center;
  margin: 20px 0px;
}
.pages a{
  display: inline-block;
  vertical-align: top;
  height: 38px;
  line-height: 40px;
  padding: 0 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #383838;
  font-size: 14px;
  margin-right: 30px;
}
.pages .nex{margin-right: 0}
.pages a.active{
  border: 1px solid #1BA295;
  background-color: #1BA295;
  color: #fff;
}
.pages a:hover{
  border: 1px solid #1BA295;
  background-color: #1BA295;
  color: #fff;
}


/*  新闻动态 -详情 */
.news_d{
	padding: 20px 0px;
}
.ProcutDetail h2{
	font-size: 28px;
	color: #555;
	text-align: center;
	font-weight: normal;
}
.ProcutDetail span {
	display: block;
	margin-bottom: 40px;
}
.ProcutDetail .time{
	text-align: center;
	padding: 20px;
	border-bottom: 1px solid #E5E5E5;
}

.ProcutDetail p{
	text-indent: 28px;
	line-height: 26px;
	margin-bottom: 14px;	
}
.ProcutDetail p img{
	display: block;
	margin: 6px auto;
}
