html {
    overflow-x: hidden;
  }
  body {
     overflow-x: visible;
     background:#fff;
  }
  *{
    margin:0;
    padding:0;
    font-family: "微软雅黑"
  }
  img{
    border:0;
    vertical-align: middle;
  }
  a{
    text-decoration:none;
    color:#333;
  }
  ul,li{
    list-style: none;
  }
  .clearfix:before,.clearfix:after {
    content:"";
    display:table;
  }
  .clearfix:after {
    clear:both;
  }
  .clearfix {
    zoom:1; /* IE < 8 */
  }
  .leftCol {
    float: left;
  }
  .rightCol {
    float: right;
  }
  .contanter{
    padding:0 15px;
  }
  .btns-wrap{
    border-bottom: 1px solid #F1E19B;
    width:100%;
    background:#000;
  }
  .btns{
    width:50%;
    text-align: center;
  }
  .btns span{
    display: inline-block;
    padding:5px 10px;
    font-size:16px;
    color:#fff;
    margin-bottom:14px;
    position: relative;
    /* border-bottom: 2px solid #000; */
  }
  .btns.active span{
    /* color:#fff;
   border-bottom-color: #F4CC67; */
   background:#a97a0a;
  }
  .btns.active span::after{
    content: "";
    position: absolute;
    width:0;
    height:0;
    border-width:8px 8px 0;
    border-style:solid;
    border-color:#a97a0a transparent transparent;
    top: 30px;
    left:50%;
    margin-left:-4px;
  }
  .main-wrap{
    /* padding: 0 0 30px; */
  }
  .main-item{
    display: none;
  }
  .main-item.active{
    display: block;
  }
  .main-ul1{
    padding:5px 20px 30px;
  }
  .main-li1{
      margin-top:10px;
      padding:0 15px;
      position: relative;
  }
  .main-li1-wrap{
    padding:15px 15px 18px;
    border:1px solid #B88E50;
    background:#323536;
  }
  .main-li1-border{
    width:100%;
    height:5px;
    background:#B88E50;
    position: absolute;
    bottom: 0;
    left:0;
  }
  .main-li1-title{
    font-size:14px;
    color:#FDFDB9;
    line-height: 18px;
  }
  .main-li1-name{
      padding-left:16px;
      font-size:13px;
      color:#FDFDB9;
      line-height: 18px;
      position: relative;
      margin:10px 0;
  }
  .main-li1-name img{
      position: absolute;
      top:2px;
      left:0;
  }
  .main-li1-time{
    padding-left:16px;
    font-size:13px;
    color:#FDFDB9;
    line-height: 18px;
    position: relative;
    margin:10px 0 10px 10px;
  }
  .main-li1-time img{
        position: absolute;
        top:3px;
        left:0;
  }
  .main-li1-text{
      overflow: hidden;
      height:0;
      transition: all 0.3s ease-in-out 0s;
  }
  .main-li1-text.active{
    border-top:1px solid #F1E19B;
    height:auto;
    padding:5px 0;
  }
  .main-li1-p{
      font-size:14px;
      color:#FDFDB9;
      line-height: 24px;
  }
  .main-li1-icon{
    font-size:14px;
    color:#FDFDB9;
    line-height: 18px;
    padding-right:20px;
    background:url(../../../Images/Adi201906/adi_files/icon-down.png) 100% center no-repeat;
    background-size:20%;
  }
  .main-li1-icon.active{
    background:url(../../../Images/Adi201906/adi_files/icon-up.png) 100% center no-repeat;
    background-size:20%;
  }
  .main-li1-link{
      display: block;
      text-align: center;
      margin-top:10px;
  }
  .main-item1-p{
    font-size:14px;
    color:#FDFDB9;
    line-height: 18px;
    margin-top:15px;
  }
  .main-ul2{
      padding:30px 35px 50px;
      position: relative;
  }
  .main-ul2-line1{
      width:90%;
      height:95%;
      border:1px solid #F4CC67;
      position: absolute;
      top:25px;
      left:50%;
      margin-left:-43.5%
  }
  .main-ul2-line2{
    width:90%;
    height:95%;
    border:1px solid #F4CC67;
    position: absolute;
    top:15px;
    left:50%;
    margin-left:-46.5%
}
  .main-li2{
      padding:15px 70px 10px 0;
      border-bottom: 1px dashed #F4CC67;
      position: relative;
      min-height: 45px;
  }
  .main-li2-link{
      position: absolute;
      top:30px;
      right:0;
  }
  .main-li2-title{
    font-size:14px;
    color:#FDFDB9;
    line-height: 24px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
  }
  .main-li2 .main-li1-name{
      margin:0;
  }
  .main-item3-wrap{
      padding:10px 20px 40px;
  }
  .main-item3-title{
    font-size:14px;
    color:#FDFDB9;
    line-height: 30px;
    padding:0 15px;
  }
  .main-item3-link{
      /* font-size:18px;
      color:#F4CC67;
      text-decoration: underline; */
    display: block;
    text-align: center;
  }
  .main-item3-titleImg{
      margin:15px 0 5px 0;
      text-align: center;
  }
  .main-item3-text{
    font-size:14px;
    color:#F1E19B;
    line-height: 26px;
    padding:0 15px;
  }
  .main-item3-imgWrap{
      margin-top:20px;
      padding:0 15px;
      position: relative;
  }
  .main-item-img{
    border:1px solid #B88E50;
    background:#323536;
    padding-top:44px;
    text-align: center;
  }
  .main-item3-border{
    width:100%;
    height:5px;
    background:#B88E50;
    position: absolute;
    bottom: 0;
    left:0;
  }
  .footer{
    font-size:12px;
    color:#fff;
    line-height: 17px;
    text-align: center;
    padding:15px 0;
  }
  .footer a{
    color:#fff;
  }
 

  @media screen and (min-width: 768px) {
    .main-ul2-line1{
      display: none;
    }
    .main-ul2-line2{
      display: none;
    }
  }
