.column-title {
        font-family: 'Noto Sans SC', sans-serif;
        font-size: 16px;
        font-weight: bold;
        background: linear-gradient(to bottom, #7093BA 0%, #6382A5 100%);
        border-bottom: 2px solid #6382A5;
        padding: 5px 0;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        color: white;
        padding-left: 30px;
      }
    
      .column-content {
        border-bottom: 1px solid #e1e1e1;
        padding: 15px 20px 0px;
        overflow: auto;
        clear: both;
        font-size: 15px;
        color: #666666;
      }
    
      .column-content:nth-child(even) {
        background: #f3f3f3;
      }
    
      .column-content ul li {
        list-style-image: url("/images/icon/sq02.gif");
        list-style-position: outside;
      }
