/* 首页 详细服务新增 */
.service-box-content .service-right ul{
    height: 251px;
    color: #1F508DFF;
    margin-left: 18px;  
  }
  /* 首页行业动态 */
  .dynamic-info ul li{
    color: #113669;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  .dynamic-info ul li:before {
      content: "";
      position: absolute;
      transform: translateY(-50%);
      top: 50%;
      border-radius: 50%;
      left: -20px;
      width: 8px;
      height: 8px;
      background: #113669;
  }
  /* 首页标题 */
  .title-ul li a{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
}

  /* 会员风采 */
  .index-item-box .vip-content{
    margin-top: 61px;
    overflow-x: hidden;
  }
  .vip-content .vip-content-item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 100px;
  }

  /* 分页样式 */
    .page .pagination{
        display:flex;
        margin:0 auto;
    }
    .page .pagination li{
        list-style: none;
        padding: 0 8px;
        /* margin: 0 5px; */
        /* border: #B0B0B0FF 1px solid; */
    }
    .page .pagination .active{
        color: #113669;
        font-weight: bold;
        /* border: none; */
    }

    