.listCon {
    width: 9.46666667rem;
    margin: 0.6rem auto 0;
    background-color: #fff;
    overflow: hidden;
  }
  .listCon .title h2 {
    font-size: 0.48rem;
    color: #4f5051;
    text-align: center;
    line-height: 0.48rem;
    font-weight: 600;
  }
  .listCon .title h2:before {
    content: '';
    width: 1.33333333rem;
    height: 0.02666667rem;
    display: inline-block;
    vertical-align: middle;
    margin: -0.02666667rem 0.4rem 0 0;
    background-color: #4f5051;
  }
  .listCon .title h2:after {
    content: '';
    width: 1.33333333rem;
    height: 0.02666667rem;
    display: inline-block;
    vertical-align: middle;
    margin: -0.02666667rem 0 0 0.4rem;
    background-color: #4f5051;
  }
  .listCon ul {
    margin-top: 0.4rem;
  }
  .listCon ul li a {
    display: block;
    line-height: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .listCon ul li a::before {
    content: '';
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: -0.02666667rem 0.13333333rem 0 0;
    background-color: #DDD;
  }
  .listCon ul .line {
    border-bottom: dashed 0.01333333rem #dddddd;
    margin: 0.26666667rem 0;
  }
  .contentBox {
    width: 9.46666667rem;
    background-color: #fff;
    margin: -4rem auto 0;
    overflow: hidden;
  }
  .contentBox h1 {
   margin-top:0.4rem;
    font-size: 0.42666667rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
  }
  .contentBox .sourceBox {
    font-size: 0.32rem;
    color: #999;
    text-align: center;
    margin-top: 0.13333333rem;
    padding-bottom: 0.26666667rem;
    border-bottom: dashed 0.01333333rem #dddddd;
  }
  .contentBox .sourceBox span:last-child {
    margin-left: 1.33333333rem;
  }
  .contentBox .content {
    margin-top: 0.26666667rem;
    line-height: 2;
    font-size: 0.42666667rem;
  }
  .contentBox .content video {
    height: auto !important;
  }
  /* page */
  .page {
    height: 0.53333333rem;
    line-height: 0.53333333rem;
    text-align: center;
    color: #404040;
    padding-bottom: 0.53333333rem;
  }
  .page span {
    padding: 0 0.26666667rem;
    border: 0.01333333rem solid #ededed;
    margin-right: 0.08rem;
    border-radius: 0.06666667rem;
    line-height: 0.53333333rem;
    height: 0.53333333rem;
    display: inline-block;
    font-size: 0.26666667rem;
  }
  .page span.on {
    border: 0.01333333rem solid #ce181f;
    background: #ce181f;
    color: #fff;
  }
  .page a {
    padding: 0px 0.26666667rem;
    border: 0.01333333rem solid #ededed;
    margin-right: 0.08rem;
    color: #404040;
    line-height: 0.53333333rem;
    height: 0.53333333rem;
    display: inline-block;
  }
  .page a:hover {
    border: 0.01333333rem solid #af1c2a;
    background: #af1c2a;
    color: #fff;
  }
  .page a.back:hover {
    border: 0.01333333rem solid #ededed;
    color: #404040;
    background: #fff;
  }