.lyml_sp{
  width: 100%;
  height: 13rem;
  background: #333333;
  z-index: 1;
  position: relative;
}

.lyml_sp img{
  width: 100%;
  height: 13rem;
}

.content_post{
	margin: 0rem 3.33% 1.25rem;
}

.content_post ul li p{
  text-indent:2em;
  line-height: 3rem;
  height: 12.5rem;
  display: inline-block;
  white-space: inherit !important;
}
/* Í¼ÎÄÁ´½Ó¿é */
.service{
  display: flex;
  margin: 1.25rem 3.33% 1.25rem;
  flex-wrap: wrap;
  justify-content:space-between;
}
.service a{
  width: 48%;
  box-sizing: border-box;
  display: flex;
  flex-direction:column;
  align-items:center;
  background: #f5f5f5;
  height: 8rem;
  color: #333333;
  margin-bottom: 1rem;
}
.service a img{
  width: 30%;
  margin: 1rem 0 1rem;
}
/* ÂåÑôÄê¼ø */
.lynj_nr{
  display: flex;
  justify-content:space-between;
  line-height: 0 !important;
  margin-bottom: 1.5rem;
}

.lynj_nr li{
  width: 47% !important;
  box-sizing: border-box;
  flex-direction:column;
  text-align: center;
}
.lynj_nr li img{
  width: 100%;
  margin: 1rem 0 1rem;
}
.lynj_nr li span{
	display: block;
  width: 100% !important;
  
}
