#article-detail{
    max-width: 1200px;
    margin: auto;
    padding-top: 29px;
}

 .txt-title{
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
    text-align: center;
    max-width: 893px;
    margin: auto;
 }
 .flex-box{
    display: flex;
    justify-content: space-between;
    margin-top: 73px;
    align-items: center;
 }
 .yudu{
    display: flex;
    margin-left:36px;
 }

 .left{
    display: flex;
 }
 .right{
    display: flex;
 }
 .icon-img{
    width: 16px;
    height: 16px;
 }
 .fs{
    color: #999999;
    font-size: 14px;
 }
 .df{
    display: flex;
    align-items: center;
 }
 .file-item{
    margin-bottom: 24px;
    text-decoration:underline;
    cursor: pointer;
 }
#qrcode{
    text-align: center;
    margin: auto;
    width: 175px;
    height: 172px;
    margin-top: 76px;
    margin-bottom: 97px;
 }
 .bullet-frame {
    display: none;
}

.bullet-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 400px;
}
.lian-jie-title{
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #3767E7;
    line-height: 18px;
    margin-left: 20px;
}
.dir{
    height: 1px;
    background: #EFF1F4;
    margin-top: 22px;
    margin-bottom: 31px;
}
ul li{
    margin-top: 38px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}
@media print{
    a[href]:after {
        content: none !important;
    }
    .noprint{
        display:none
    }
}

.print {
    cursor: pointer;
    display: flex;
    align-items: center;
}

* {
    -webkit-print-color-adjust: exact !important;
    /* Chrome, Safari */
    color-adjust: exact !important;
    /*Firefox*/
}
ul li p{
    transition: all .2s;
    display: inline-block;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zihao{
    margin-right: 37px;
}
ul li span{
    float: right;
}
ul li::marker{
    content:url("../image/list-normal.png");
    vertical-align: middle;
}
ul li:hover::marker{
    content:url("../image/list-active.png");
    display: block;
    margin-top: -200px;
}
ul li:hover{
    color: #3767E7;
}
ul li:hover p{
    transform: translateX(10px);
}
@media (max-width: 820px) {
    #article-detail{
        padding-left:24px;
        padding-right:24px;
    }
   .flex-box{
     display: inline;
   }
   .left{
        margin-bottom: 10px;
        margin-top: 10px;
   }
}
@media (max-width: 499px) {
    #article-detail{
        padding-left:24px;
        padding-right:24px;
    }
    .left{
       flex-wrap: wrap;
    }
    .yudu{
        margin-left: 0px;
        margin-top: 10px;
    }
    .zihao{
         margin-bottom: 12px;
    }
    .right{
        display: inline;
    }
    .txt-title{
        font-size: 20px;
    }
    .file-item{
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;				
        text-overflow: ellipsis;		
        display: -webkit-box;			
        -webkit-line-clamp: 2;
        line-clamp: 2;					
        -webkit-box-orient: vertical;	
    }
}
.breadcrumb{
    display: flex
  }
  .topath-style{
    cursor: pointer;
  }
  .link-style{
    display: block;
    margin-left: 11px;
  }
  .link-ul{
    margin-left: 16px;
    margin-bottom: 69px;
  }
  .link-img{
    width: 34px;
    height: 28px;
  }
  .img-one{
    width: 18px;
    height: 14px;
  }
  .down-style{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    min-width: 100px;
  }
  .down-img{
    width: 16px;
    height: 19px;
    margin-right: 10px;
    margin-top: 3px;
  }
  img{
    max-width: 100%;
  }
  #contentBox .fontS {
    font-size: 20px !important;
}

#contentBox .fontS-m {
    font-size: 18px !important;
}

#contentBox .fontS-m-m {
    font-size: 16px !important;
}

