.top-container {
  width: 100%;
  height: 360px; }

.centent-box {
  margin-bottom: 80px; }
  .centent-box .title-box {
    margin-top: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    .centent-box .title-box .title {
      font-size: 30px;
      font-weight: bold;
      color: #222227;
      white-space: nowrap;
      position: relative; }
      .centent-box .title-box .title::after {
        position: absolute;
        content: '';
        bottom: 25px;
        left: 50%;
        background-image: url(../../image/01.png);
        width: 74px;
        height: 38px;
        transform: translate(-50%, 0);
        z-index: -1; }
  .centent-box .certification .title-box .title::after {
    width: 98px;
    background-image: url(../../image/02.png); }
  .centent-box .certification .certification-list {
    margin-top: 30px; }
    .centent-box .certification .certification-list .item {
      height: 378px;
      margin-bottom: 20px; }
  .centent-box .honor-list {
    margin-top: 30px; }
    .centent-box .honor-list .honor-item {
      height: 378px;
      margin-bottom: 20px; }
