.box{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
}

.child-item{
  width: 170px;
  height: 250px;
  margin:8px;
}

.child-item img{
  width: 170px;
  height: 250px;
  border:1px solid #cccccc;
}

.p0{
	text-indent: 28px; 
	margin: 25px 0px; 
	text-align: justify; 
	line-height: 24px;
}
.p0 span{
	color: rgb(43, 43, 43); 
	font-size: 14px; 
	font-family: 微软雅黑;
}

.p1{
	margin: 25px 0px; 
	text-align: justify; 
	line-height: 24px;
}
.p1 span{
	color: rgb(43, 43, 43); 
	font-size: 14px; 
	font-family: 微软雅黑;
}

.foot_td_strong{
	font-family: Microsoft YaHei, ProximaNovaRegular, Arial, sans-serif;
	color:#ffffff;
	font-size: 16px;
	font-weight:bold;
}

.foot_td{
	text-decoration: none;
	font-family: Microsoft YaHei, ProximaNovaRegular, Arial, sans-serif;
	color:#ffffff;
	font-size: 13px;
}