.top_img{
  width: 100%;
}
.slh_w1100{
width: 1100px;
margin: 0 auto;
}
*{
  margin: 0;
}
.pt20{
  padding-top: 20px;
}
.mb30{
  margin-bottom: 30px;
}
.where {
  line-height: 60px;
  background-color: #fff;
  border-radius: 3px;
  font-size: 22px;
  color: #666;
}
.where a, .where span {
  margin: 0 10px;
  font-size: 22px;
  color: #666;
}
.bgfff{
  background-color: #fff;
}
.ld_ul li{
  display: flex;
  border-bottom: 1px dashed #999999;
  padding: 60px 0;
  box-sizing: border-box;
}
.ld_ul li img {
  margin-right: 47px;
}
.ld_ul li h2{
  font-size: 38px;
font-weight: 600;
line-height: 70px;
margin-bottom: 15px;
  color: #000000;
}
.ld_ul li p{
  font-size: 32px;
  line-height: 39px;
  color: #000000;
  
}

.bor_noe{
  border: none !important;
}
.ld_flex{
  display: flex;
}
.slh_detail{
  padding: 70px 54px 50px;
  box-sizing: border-box;
  background: #F5F5F5;
}
.slh_time{
  width: 140px;
  margin-right: 29px;
  font-size: 24px;
  font-weight: 600;
color: #999999;

}
.slh_detail li h2{
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  color: #000000;
  white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.slh_detail li {
  display: flex;
  padding: 40px 0;
  box-sizing: border-box;
  border-bottom: 1px dashed #999999;
}
.slh_right_de{
  width: 800px;

}
.slh_right_de p:hover{
  opacity: .8;
}
.slh_right_de h2:hover{
  opacity: .8;
}
.slh_detail li p{
  cursor: pointer;
  font-size: 22px;
line-height: 27px;
color: #888888;
overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
}
.fen_ye_box {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  font-size: 20px;
color: #000000;
}
.marr{
  margin: 0 64px;
}
.slh_detail {
  padding-top: 0;
}
.slh_w1100 {
  padding-bottom: 40px;
}

@media (max-width: 1100px) {
  .slh_w1100 {
     width: 100%;
  }
}
@media (max-width: 1000px) {
  .ld_flex{
    justify-content: center;
  }
  .ld_ul li{
    display: block;
    padding: 60px;
  }
  .ld_ul li h2{
    text-align: center;
  }
  .ld_ul li img {
    margin-right: 0;
  }
}
@media (max-width: 760px) {
  .ld_ul li{
    padding: 20px;
  }
  .slh_detail {
    padding: 20px;
  }
  .slh_detail li{
    flex-wrap: wrap;
  }
  .slh_right_de{
    width: auto;
  
  }
  .slh_detail li p{
    display: block;
  }
  .slh_detail li h2{
    white-space: normal;
    margin-top: 15px;
  }
}