*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body{
    font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
}
input, button{
    border:none;
    outline: none;
}
a{
    text-decoration: none;
    color:inherit;
}
ul,li{
    list-style:none;
}
#app{
    min-width:1201px;
    overflow-x: auto;
}
.w-100{
    width:100%!important;
}
.container{
    margin:0 auto;
    width:1201px;
}
.text-center{
    text-align: center;
}
.clearfix::after{
    content:'';
    display: block;
    height:0;
    overflow: hidden;
    clear:  both;
}
.f-left{
    float:left;
}
.f-right{
    float:right;
}
.dot{
    position: relative;
    padding-left:14px;
}
.dot::before{
    content:'';
    position: absolute;
    left:0;
    top:12px;
    width:2px;
    height:2px;
    background-color: #000;
}
.border-top{
    border-top:2px solid #4d4d4d;
}
.text-ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.titleBar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 10px 0;
    margin-bottom:10px;
}
.titleBar .title{
    font-size: 18px;
    color: #008cc2;
    font-weight: bold;
}
.titleBar .more {
    font-size:14px;
    color: #4d4d4d;
}
.bg-gray{
    background-color: #f2f2f2;
}



.crumbs {
    margin-top: 17px;
    margin-bottom: 45px;
    padding-left: 5px;
  }
  .view-content {
    margin-bottom: 40px;
    text-align: center;
  }
  .view-title {
    font-size: 24px;
    color: #000000;
    text-align: center;
  }
  .view-date {
    margin-top: 35px;
    font-size: 14px;
    color: #000000;
    line-height: 32px;
    text-align: center;
  }
  .view-content hr {
    border-color: #e5e5e5;
    margin-top: 23px;
    margin-bottom: 35px;
  }
  .view-content p {
    font-size: 14px;
    padding: 0 23px;
    text-align: left;
    text-indent: 20px;
    margin-bottom: 10px;
    line-height: 30px;
  }
  .view-content img {
    margin: 0 auto;
    margin-top: 62px;
    margin-bottom: 47px;
  }
  .list-container .center {
    padding-left: 20px;
  }
  .list-title {
    margin-bottom: 19px;
  }
