  /* 遮挡层样式 */
  .dialog-face {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: #000000;
  }

  /* 弹窗样式 */
  .bg {
    width: 800px;
    /* height: 400px; */
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    /* 定位 居中 */

    position: fixed;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);

    /* 显示级别 */
    z-index: 11;
    padding: 30px;
  }

  /* 弹窗标题 */
  .modal-title {
    font-size: 25px;
    font-weight: 600;
    color: rgb(28, 44, 105);
    margin-bottom: 30px;

  }

  /* 弹窗上的关闭元素样式 */
  .close {
    color: #000000;
    font-size: 30px;
    position: absolute;
    right: 30px;
    top: 25px;
    cursor: pointer;
    text-decoration: none;
  }

  .getNewsList1 {
    height: 85%;

  }

  .getNewsList {
    height: 90%;

  }

  .getNewsList:last-child.rosss {
    padding: 0;
  }

  .max-he-new {

    height: 100%;
  }

  .layui-laypage {
    margin: 0 0 15px 0;
  }