.samples-detail-wrapper {
  padding: 20px;
  .first-title {
    height: 35px;
  }
  .second-title {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
  }
  .detail-content {
    color: #333333;
    font-size: 14px;
    margin-top: 15px;
    .text {
      margin-bottom: 15px;
      .title {
        display: block;
        float: left;
        width: 130px;
        text-align: right;
      }
      .content {
        display: block;
        padding-left: 130px;
        word-wrap: break-word;
        word-break: normal;
        p {
          margin-top: 0;
        }
      }
    }
    .content-break {
      margin: 30px 0 15px 0;
    }
  }
  .break{
    margin-top: 15px
  }
}