* {
    padding: 0;
    margin: 0;
}
ul, li {
    list-style-type: none;
}
.sortable {
    width: 600px;
    margin: auto;
    margin-top: 30px;
}
.sortable li {
    display: block;
    float: left;
    width: 30%;
    height: 80px;
    margin: 5px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 1px 1px 14px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 1px 14px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 14px 0px rgba(0,0,0,0.1);
}
.sortable li:hover {
    border: 1px solid #3666C8;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 1px 1px 14px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 1px 14px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 14px 0px rgba(0,0,0,0.1);
}
style {
    background-color: aqua
}

[v-cloak] {
    display: none
}
a{ text-decoration: none; color: #333;}
.banner>div>ul>.active a{ color: #fff;}
.banner>div>ul>li>span>a{ font-weight: bold;}
.attend_schools_ul_li a{ display: flex;}
.footer{
    width: 100%;
    height: 160px;
    line-height: 160px;
   /* background: url("../images/footer.png")no-repeat;*/
    background-size: 100%;
    color: #000000;
    font-size: 18px;
    text-align: center;
}

/* .header{
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 10;
    height: 60px;
    background-color: #f26522;
}
 .nav {
    width: 1280px;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content:space-between;
    align-items: center;
    box-sizing: border-box;
    background-color: #f26522;
   
  }
  
  .nav a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height:30px;
    height: 100%;
    cursor: default;
    display: flex;
    align-items: center;
    padding: 0 21px;
    white-space: nowrap;
    cursor: pointer;
  }
  .nav a:hover,
  .nav a.active {
    background-color: #fbaa84;
  }
  .nav .logo{ background: rgba(255,255,255,0.6);}
  .nav .logo img{ width: 300px;}
  */

  .go_index > span,.attend_schools>p{ font-weight: bold !important;}
  .tit-blod span{ font-weight: bold;}
  .go_index>span{
    display: block;
    word-break: break-all;
    width: 10px !important;
    line-height: 10px;;
    writing-mode: vertical-rl; /* 从右到左的垂直书写模式 */
    text-orientation: upright; 
  }

  .Speaker_box_list>ul>li>div:nth-of-type(2){
    line-height: 20px !important;
    z-index: 100 !important;
  } 
/* 头部样式 */
input {
    outline: none;
    border: none;
  }
  
.hearder img {
    width: 100%;
    object-fit: contain;
  }
.hearder {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 99;
    width: 100%;
  }
  
  .header-wrap{
    border-bottom: #F2F2F2 solid 1px; }
  .hearder .topmid {
    width: 1280px; margin: 0 auto;
    height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  

  .topmid .topleft {
    float: left;
    color: #999;
    font-size: 12px;
  }
  
  .topmid .topright {
    float: right;
    color: #999;
    font-size: 12px;
  }
  
  .topmid .topright a {
    color: #999;
    font-size: 12px;
  }
  
  .hearder .top {
    width: 1280px;
    margin: 0 auto;
    height: 100px;
    /* padding: var(--content-size-padding1); */
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .top .nav-logo {
    width: 420px;
    height: 380px;
    display: flex;
  }
  
  .top .search-container {
    display: flex;
    align-items: center;
  }
  
  .search-container .search-box {
    width: 180px;
    height: 30px;
    padding: 0 10px;
    background-color: #eaeaea;
    border-radius: 15px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  
  .search-container .search-box .search-input {
    width: 140px;
    height: 100%;
    background-color: #eaeaea;
    border-radius: 15px;
    font-size: 12px;
    color: #000;
  }
  
  .search-container .search-box .search-icon {
    width: 18px;
    height: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    cursor: pointer;
  }
  
  .search-container .lang {
    margin-left: 22px;
    color: #999999;
    font-size: 28px;
    cursor: pointer;
  
  }
  .hearder .nav-wrap{
    background-color: #f26522;
    height: 60px;
  }
  .hearder .nav {
    width: 1280px;
    margin: 0 auto;
    height: 60px;
    background-color: #f26522;
    display: flex;
    justify-content: space-between;
    align-items: center;
 
  }
  
  .nav .nav-item {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    height: 100%;
    cursor: default;
    display: flex;
    align-items: center;
    padding: 0 20px;
    white-space: nowrap;
    cursor: pointer;
  }
  
  .nav .nav-item:hover,
  .nav .nav-item.active {
    background-color: #fbaa84;
  }
  

  @media(min-width:568px){html{width:125%}}

@media(min-width:1200px){html{width:100%}}