  .page-main-container {
    margin-top: .16rem;
  }
  
  .breadcrumbs {
    width: 14rem;
    margin: 0 auto;
    height: .21rem;
    font-size: .14rem;
    line-height: .21rem;
    color: #666;
  }

  .breadcrumbs a {
    font-size: 0.14rem;
    line-height: 0.21rem;
    color: #666;
  }
  
  .main-information {
    width: 14rem;
    margin: .16rem auto .69rem;
  }
  
  .right-content {
    width: 10.96rem;
    margin-left: .24rem;
    background: #fff;
    border-radius: .04rem;
    border: .01rem solid #f0f0f0;
  }
  
  .right-content .content-title {
    position: relative;
    width: 10.48rem;
    margin: .16rem .24rem 0;
    padding-bottom: .12rem;
    font-size: .2rem;
    font-weight: bold;
    line-height: .3rem;
    color: #333333;
    border-bottom: .01rem solid rgba(0, 0, 0, 0.1);
  }
  .right-content .content-title::after {
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    display:inline-block;
    width: 1.2rem;
    height: .04rem;
    background: linear-gradient( 270deg, rgba(0,87,215,0) 0%, #0057D7 100%);
  }
  
  .right-content .content-list {
    margin: 0 .24rem;
  }
  
  .right-content .content {
    margin: 0 .24rem;
    width: 10.48rem;
    font-size: .18rem;
    color: #333333;
    line-height: .27rem;
  }
  
  .right-content .content-info {
    position: relative;
    width: 10.48rem;
    padding: .16rem 0;
    font-size: .16rem;
    color: #333;
    border-bottom: .01rem solid #f4f4f4;
  }
  
  .right-content .content-info .title {
    height: .24rem;
    padding-left: .18rem;
    line-height: .24rem;
  }
  
  
  .right-content .content-list > li {
    cursor: pointer;
  }
  
  .right-content .content-list a {
    font-size: .16rem;
    line-height: 0.24rem;
    color: #333;
  }
  
  .right-content .content-list > .selected a,
  .right-content .content-list > .selected .date
  {
    color: #0057d7;
  }

  
  .right-content .content-list > li:hover a,
  .right-content .content-list > li:hover .date {
    color: #0057d7;
    text-decoration: underline;
  }
  
  .right-content .content-info .date {
    position: absolute;
    right: .02rem;
    height: .24rem;
    line-height: .24rem;
    font-weight: normal;
    font-size: .16rem;
    color: #666;
  }
  





  
