img{
  width: 100%;
}
.ld-banner{
  width: 100%;
  height: 500px;
  background-image: url("https://fangxinqian.cn/webgw/imagegw/guanyuwomen/img/gongsigaikuang/banner.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 100px;
  letter-spacing: 15px;
  font-weight: bold;
  line-height: 500px;
}

.navigation-page{
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #666666;
  background-color: #EFF2F6;
}
.navigation-center{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.navigation-current{
  color: #333333;
  font-weight: bold;
}
.navigation-list > ul{
  display: flex;
  height: 100%;
}
.navigation-list > ul li{
  margin-left: 30px;
  height: 58px;
}
.navigation-list > ul li.active{
  color: #307CFF;
  border-bottom: 2px solid #307CFF;
}

.item-box{
  padding: 80px 0;
}
.item-title{
  text-align: center;
  margin-bottom: 50px;
}
.item-title h2{
  color: #333333;
  font-size: 50px;
}
.title-line{
  width: 150px;
  height: 6px;
  background-color:#2F7CFF;
  margin: 15px auto;
  border-radius: 4px;
}
.item-title p{
  color: #999999;
  font-size: 24px;
}

.ldgh-main li{
  margin-bottom: 10px;
}
.ldgh-main li .ldgh-center{
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 32, 86, 0.11);
}
.ldgh-main li .ldgh-center .media-object{
  height: 200px;
}

.ldgh-message{
  padding: 16px 13px;
  
}
.ldgh-message h5{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #222222;
  font-size: 20px;
  margin-bottom: 6px;
}
.ldgh-message p{
  color: #666666;
  font-size: 14px;
  min-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;  /*要显示的行数*/
  -webkit-box-orient: vertical;
}
.ldgh-message b{
  color: #307DFF;
  font-size: 16px;
}


@media (max-width: 1200px){
  .navigation-center{
    width: 100%;
    padding: 0 15px;
  }
  .item-title h2{
    font-size: 24px;
  }
}

@media (max-width: 768px){
  .ld-banner{
    font-size: 40px;
    height: 300px;
    line-height: 300px;
  }
}
