.lyml_sp{
  width: 100%;
  background: #333333;
  z-index: 1;
  position: relative;
}

.arrow-left-1{
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 999;
}
.arrow-right-1{
  position: absolute;
  top: 30%;
  right: 0;
  z-index: 999;
}

.content_post ul li p{
    text-indent: 2em;
    line-height: 3rem;
    white-space: inherit !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* 图文链接块 */
.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: 100% !important;
  box-sizing: border-box;
  flex-direction:column;
  text-align: center;
}
.lynj_nr li a{
  display: inline-block;
  height: 18rem !important;
}
.lynj_nr li img{
  width: 100%;
  margin: 1rem 0 1rem;
}
.lynj_nr li span{
	display: block;
  width: 100% !important;
}
.content_post ul li i {
    width: 100%;
    height: 160px;
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    font-style: normal;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-height: 2.35rem !important;
    text-indent: 2em;
}
.content_post div span {
    width: auto;
}
