 .hide {
      display: none!important;
    }
    .tab-content-flex {
      width: 100%;
      padding: 10px 0 20px 0;
      box-sizing: border-box;
      background: #f2f2f2;
      background-size: 100% 600px;
      display: flex;
      justify-content: center;
    }


    .up-arrow {
      width: 13px;
      height: 8px;
      background: url("./assets/up-arrow@2x.png");
      background-size: 100%;
    }

    .down-arrow {
      width: 13px;
      height: 8px;
      background: url("./assets/down-arrow@2x.png");
      background-size: 100%;
    }

    .content-column {
      width: 1300px;
      min-height: 600px;
      background: #ffffff;
    }

    .tab-left-content {
      width: 100%;
      height: 100%;
    }

    .tab-left-content-flex {
      width: 100%;
      height: 100%;
      padding: 0 0 21px 24px;
      box-sizing: border-box;
    }

    @media (max-width: 405px) {
      .tab-left-content-flex {
        padding: 0 5px 21px 10px;
      }
    }

    .tab-left-content-title-row {
      min-height: 68px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      overflow: hidden;
    }
    .tab-left-content-title-row a {
      color: #000;
    }

    .search-input {
      width: 260px;
      height: 39px;
      padding-left: 21px;
      box-sizing: border-box;
      border-radius: 0 0 5px 5px;
      border: 1px solid #dee0e5;
    }

    @media (max-width: 873px) {
      .search-input {
        margin: 20px 0;
      }
    }

    @media (max-width: 540px) {
      .search-input {
        width: 160px;
      }
    }

    .search-button {
      width: 61px;
      height: 39px;
      margin-left: -6px;
      border: none;
      border-radius: 0px 5px 5px 0px;
      background: #f39800;
      background-image: url("./assets/search-icon@2x.png");
      background-size: 20px 20px;
      background-repeat: no-repeat;
      background-position: center;
      cursor: pointer;
    }

    .tab-left-content-line {
      margin-bottom: 20px;
      margin-right: 19px;
      border-bottom: 1px solid #dee0e5;
    }

    .tab-left-content-text-area {
        height: 100%;
        margin-bottom: -20px;
        padding: 0 13px 20px 6px;
    }

    @media (max-width: 405px) {
        .tab-left-content-text-area {
            padding: 0 0 20px 0;
        }
    }

    .tab-left-content-text-item {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 24px;
        word-wrap: break-word;
        cursor: pointer;
    }

    .tab-left-content-text-item-title {
        width: 908px;
        margin-bottom: 16px;
        font-size: 24px;
        color: #000000;
        line-height: 31px;
    }

    @media (max-width: 1220px) {
        .tab-left-content-text-item-title {
            width: 800px;
        }
    }

    @media (max-width: 1110px) {
        .tab-left-content-text-item-title {
            width: 700px;
            font-size: 22px;
        }
    }

    @media (max-width: 1030px) {
        .tab-left-content-text-item-title {
            width: 600px;
            font-size: 20px;
        }
    }

    @media (max-width: 940px) {
        .tab-left-content-text-item-title {
            width: 500px;
        }
    }

    @media (max-width: 830px) {
        .tab-left-content-text-item-title {
            width: 400px;
        }
    }

    @media (max-width: 640px) {
        .tab-left-content-text-item-title {
            width: 350px;
            font-size: 18px;
        }
    }

    @media (max-width: 590px) {
        .tab-left-content-text-item-title {
            width: 300px;
        }
    }

    @media (max-width: 454px) {
        .tab-left-content-text-item-title {
            width: 250px;
        }
    }

    .tab-left-content-text-date {
        margin-bottom: 24px;
        color: #ADADAD;
        font-size: 12px;
        line-height: 16px;
        display: flex;
    }

    .tab-left-content-text-date-line {
        margin: 0 8px 0 7px;
        border-right: 1px solid #DEE0E5;
    }

    .tab-left-content-text-item-content {
        font-size: 16px;
        color: #000000;
        line-height: 24px;
    }
    .tab-left-content-text-item-content img {
      max-width: 100%;
    }
    .tab-left-content-text-item-content p {
        text-indent: 0em;
    }
    .tab-left-content-text-item-content p:has(strong) {
        text-indent: 0;
    }
    .tab-left-content-text-item-content .video {
        display: flex;
        justify-content: center;
    }
    .tab-left-content-text-item-content .video video {
        width: 640px;
        height: 480px;
    }

    .article-title, .tab-left-content-text-date, .tab-left-content-text-item-content {
        cursor: initial !important;
    }
    .attachments {
        margin-top: 20px;
    }

    .orange-circle {
      width: 8px;
      height: 8px;
      margin-right: 8px;
      background: #ff6b18;
      border-radius: 50%;
    }

    .blue-circle {
      width: 8px;
      height: 8px;
      margin-right: 8px;
      background: #1a5bbe;
      border-radius: 50%;
    }

    .page-wrap {
      width: 100%;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }

    .page-wrap .page-pre {
      display: inline-block;
      padding-left: 10px;
    }

    .page-wrap .page-item {
/*      display: inline-block;*/
      padding-right: 10px;
    }

    .page-wrap p {
      font-size: 12px;
      color: #333;
      display: block;
    }

    .page-wrap a {
      display: block;
      font-size: 12px;
      color: #333;
    }

    .page-wrap select {
      margin-right: 5px;
      width: 40px;
      height: 20px;
      background-color: #fff;
      border: 1px solid #ccc;
    }
    a.blue-text {
      color: #1A5BBE;
    }
    @media (max-width: 1300px) {
      .content-column {
        width: 100%;
      } 
    }
    @media (max-width: 768px) {
        
    }
    @media (max-width: 680px) {
     .tab-left-content-text-item-content .video video {
        width: 90vw;
        height: calc(90vw * 0.75);
      }   
    }
	
	
	ol,
ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

li {
  list-style: none;
}

	
	/*展商报名*/
.about_r_zhansorde{ float:left; width:100%; margin-top:50px;}
.about_r_zhansorde li{ float:left; width:48%; margin-bottom:15px; margin:0 1%}
.about_r_zhansorde li span{ float:left; width:100%; line-height:25px; font-size:15px; color:#666; padding-bottom:10px}
.about_r_zhansorde li p{ float:left; width:100%;}
.about_r_zhansorde li p input{ float:left; width:100%; height:45px; line-height:45px; border:1px solid #eee; outline:none; text-indent:10px}
.about_r_zhansorde li p textarea{ float:left; width:100%; height:45px; line-height:45px; border:1px solid #eee; outline:none; text-indent:10px}
.about_r_zhansorde li.yzm p input{ width:50%; border-right:none;}
.about_r_zhansorde li.yzm p span{ float:left; width:49%; height:35px; border:1px solid #ddd; border-left:none; line-height: 45px;text-align: center; }
.about_r_zhansorde li.submit{ text-align:center; width:100%; margin-top:20px;}
.about_r_zhansorde li.submit .layui-btn{ display:inline-table; width:180px; height:45px; line-height:45px; text-align:center; font-size:16px; margin:0 10px; border:0; outline:none; cursor:pointer; border-radius:3px; }
.about_r_zhansorde li.submit .layui-btn{ background:#6DC886; color:#fff;}

       @media (max-width: 768px) {
		   .about_r_zhansorde li{ float:left; width:98%; margin-bottom:15px; margin:0 1%}
        
    }