.glcgbg .columnMobile {
    display: block;
    padding: 0 5px;
  }
  .glcgbg .columnMobile .top {
    border-left: 5px solid #30604e;
    padding: 0 5px;
    font-size: 18px;
  }
  .glcgbg .titleMobile{
      display: flex;
      flex-wrap: wrap;
      margin-top: 10px;
  }
  .glcgbg .titleMobile a{
      width: 30%;
      margin-right: 10px;
      font-size: 16px;
      padding: 0;
      background: #f8f8f8;
      height: 30px;
      line-height: 30px;
      text-align: center;
      float: left;
      margin-bottom: 10px;
  }
  .glcgbg {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    font-family: Microsoft YaHei;
margin-top: 50px;
  }
  .glcgbg .title {
    display: none;
  }
  .glcgbg .content {
    overflow: hidden;
    width: 100%;
    padding: 0 10px;
  }
  .glcgbg .content .left {
   display: none;
  }

  .glcgbg .content .right {
    float: left;
    width: 100%;
  }
  .glcgbg .content .right .main {
    font-weight: bold;
    color: #30604e;
    font-size: 16px;
    padding: 12px 10px;
    border-bottom: 3px solid #9c8267;
  }
  .glcgbg .content .right .tips1 {
    width: 109px;
    height: 27px;
    background: #30604e;
    border-radius: 0px 16px 16px 0px;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    padding-left: 14px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: 83px 6px;
    margin: 15px 0;
  }
  .glcgbg .content .right .tips1-content {
    width: 100%;

    line-height: 30px;
  }
