@charset "UTF-8";
#newBridge{
    display:none !important;
    }
    
    h1.clubTitles {
      font-size: 22px;
      font-weight: bold;
      margin: 25px 0;
    }
    h1.clubTitles div {
      display: inline-block;
    }
    .clubTable {
      border-top: 15px solid #8C1B0B;
      border-bottom: 15px solid #8C1B0B;
      margin-bottom: 60px;
    }
    .clubTableTitle {
      padding: 30px 60px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .clubLogo {
      width: 267px;
    }
    .clubLogo img {
      width: 100%;
    }
    .clubMsg {
      width: 760px;
    }
    .clubMsgItem {
      font-size: 22px;
      font-weight: bold;
      overflow: hidden;
      margin: 5px 0;
    }
    .clubMsgItem span {
      float: left;
      color: #666;
      margin-right: 15px;
    }
    .clubMsgItem p {
      float: left;
    }
    .clubTabelBody ul li {
      overflow: hidden;
      background: #F2F3F3;
      align-items: center;
      display: flex;
      border-top: 2px solid #fff;
    }
    .clubTabelBody ul li div {
      float: left;
      width: 426px;
      padding: 15px 50px;
      box-sizing: border-box;
      font-size: 20px;
    }
    .clubTabelBody ul li div:nth-child(2) {
      border-left: 2px solid #fff;
      border-right: 2px solid #fff;
    }
    .clubTabelBody ul li:nth-child(2) {
      background: #E6E6E6;
    }
    h1.TitleS {
      font-size: 30px;
      font-weight: bold;
      color: #8C1B0B;
      margin-bottom: 15px;
    }
    .intro p {
      font-size: 26px;
      line-height: 56px;
    }
    .otherMsg {
      margin-top: 70px;
    }
    .otherImage {
      width: 406px;
      overflow: hidden;
      float: left;
      margin-right: 120px;
    }
    .otherImage img {
      width: 100%;
    }
    .client {
      float: left;
      margin-right: 84px;
      width: 370px;
    }
    ul.clientItems li {
      font-size: 26px;
      margin: 10px 0;
    }
    .product {
      float: left;
      width: 275px;
    }
    @media screen and (max-width:768px){
        .clubTableTitle{
            display: block;
            padding: 30px;
        }
        .clubLogo {
            width: 100%;
            margin-bottom: 20px;
        }
        .clubMsgItem {
            font-size: 14px;
        }
        .clubMsgItem p {
            float: none;
        }
        .clubMsgItem span {
            margin-right: 5px;
        }
        .clubTabelBody ul li div {
            float: left;
            width: 33.3%;
            padding: 5px 5px;
            box-sizing: border-box;
            font-size: 12px;
        }
        .clubTable {
            border-top: 5px solid #8C1B0B;
            border-bottom: 5px solid #8C1B0B;
            margin-bottom: 30px;
        }
        h1.TitleS {
            font-size: 22px;
        }
        .clubMsg{
            width:100%;
        }
        .intro p {
            font-size: 16px;
            line-height: 35px;
        }
        .otherMsg {
            margin-top: 30px;
        }
        .otherImage {
            width: 100%;
            overflow: hidden;
            float: left;
            margin-right: 0;
            margin-bottom: 30px;
        }
        .client {
            float: none;
            margin-right: 0;
            width: 100%;
        }
        .product {
            float: none;
            width: 100%;
        }
    }