        .newLogo {
          display: block;
          width: 292px;
          height: 48px;
          background: url(../../../images2/xccx/newfootlogo1.png) no-repeat;
          margin-bottom: 10px;
          background-size: 100% 100%;
        }
        .newLine {
          display: block;
          width: 221px;
          height: 44px;
          background: url(../../../images2/xccx/newfootline.png) no-repeat;
          background-size: 100% 100%;
          margin-bottom: 10px;
        }
        .lineIcon {
          display: inline-block;
          width: 9px;
          height: 15px;
          background: url(../../../images2/xccx/newfootrow.png) no-repeat;
          background-size: 100% 100%;
          position: relative;
          top: 3px;
          margin-left: 5px;
        }
        .pointer {
          cursor: pointer;
        }