body{
  background-color: #f7f7f7;
}
.newsdetail-container {
    padding: 30px 0;
    box-sizing: border-box;
    background-color: #f7f7f7;
    .breadcrumb {
        padding-bottom: 30px;
        box-sizing: border-box;
    }
    .breadcrumb-a {
      font-weight: 700!important;
      color: #303133!important;
      cursor: pointer!important;
    }
    .content-info {
        background-color: #fff;
      &>.title {
          display: flex;
          flex-direction: column;
          padding-top: 15px ;
          padding-bottom: 15px;
          border-bottom: 1px solid #eee;
          padding:20px 120px 20px;
          box-sizing: border-box;
          &>span {
              &:nth-child(1) {
                font-size: 22px;
                font-weight: 600;
                color: #333333;
              }
              &:nth-child(2) {
                font-size: 12px;
                color: #ccc;
                margin-top: 10px;
              }
          }
      } 
      &>.content {
        padding:40px 120px;
        box-sizing: border-box;
        font-size: 14px;
        font-weight: 400;
        color: #333333;
        text-indent: 2em;
        line-height: 24px;
        img {
          max-width: 100%;
        }
      } 
      &>.next-news {
        padding:20px 120px 50px;
        box-sizing: border-box;
        display: flex;
        &>span {
            cursor: pointer;
            font-size: 14px;
            font-weight: 400;
            color: #999999;
            margin-right: 10px;
        } 
      }
    }
}