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

.centent-box {
  margin-bottom: 100px;
  margin-top: 60px; }
  .centent-box .title-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .centent-box .title-box .blue-title,
    .centent-box .title-box .white-title {
      color: #19448e;
      font-size: 30px;
      font-weight: bold; }
    .centent-box .title-box img {
      width: 136px;
      height: 25px;
      margin-top: 10px; }
    .centent-box .title-box .white-title {
      color: #ffffff; }
  .centent-box .slogan {
    margin-top: 30px;
    display: flex;
    justify-content: center; }
    .centent-box .slogan .text {
      width: 50%;
      text-align: center;
      font-size: 16px;
      color: #a1a5ab;
      line-height: 32px; }
    .centent-box .slogan img {
      width: 32px;
      height: 32px; }
  .centent-box .channel {
    display: flex;
    align-items: center;
    margin-top: 60px; }
    .centent-box .channel .cell-box {
      flex: 1;
      height: 123px;
      background: #f1f4f9;
      display: flex;
      align-items: center;
      margin-left: 20px;
      padding: 0 20px; }
      .centent-box .channel .cell-box:first-child {
        margin-left: 0; }
      .centent-box .channel .cell-box .left-icon {
        width: 84px;
        height: 84px;
        flex-shrink: 0; }
      .centent-box .channel .cell-box .right-box {
        margin-left: 20px; }
        .centent-box .channel .cell-box .right-box .label {
          color: #222227;
          font-size: 16px;
          font-weight: bold; }
        .centent-box .channel .cell-box .right-box .hr {
          width: 20px;
          height: 2px;
          background: #0043bd;
          margin: 10px 0; }
        .centent-box .channel .cell-box .right-box .text {
          font-size: 14px;
          color: #a1a5ab;
          line-height: 21px; }
        .centent-box .channel .cell-box .right-box .active {
          color: #174086; }
  .centent-box .job-list {
    margin-top: 60px; }
    .centent-box .job-list .job-item {
      background: #f9f9f9;
      margin-bottom: 20px; }
      .centent-box .job-list .job-item:last-child {
        margin-bottom: 0; }
      .centent-box .job-list .job-item .top-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 56px;
        position: relative; }
        .centent-box .job-list .job-item .top-box::after {
          position: absolute;
          content: '';
          bottom: 0;
          left: 20px;
          right: 20px;
          border-top: 1px solid #e8ecf3; }
        .centent-box .job-list .job-item .top-box .position {
          margin-left: 20px;
          font-size: 20px;
          color: #174086;
          font-weight: bold;
          position: relative; }
        .centent-box .job-list .job-item .top-box .flex-box {
          display: flex;
          align-items: center; }
          .centent-box .job-list .job-item .top-box .flex-box .hr {
            width: 4px;
            height: 20px;
            background: #174086; }
          .centent-box .job-list .job-item .top-box .flex-box .text-box {
            display: flex;
            align-items: center;
            margin-right: 20px; }
            .centent-box .job-list .job-item .top-box .flex-box .text-box img {
              width: 20px;
              height: 20px; }
            .centent-box .job-list .job-item .top-box .flex-box .text-box .label {
              font-size: 16px;
              color: #222227;
              margin-left: 5px; }
      .centent-box .job-list .job-item .bottom-box {
        padding: 20px; }
        .centent-box .job-list .job-item .bottom-box .top-label {
          font-size: 16px;
          color: #BEC2C8; }
        .centent-box .job-list .job-item .bottom-box .require {
          margin-top: 20px;
          font-size: 14px;
          color: #222227;
          line-height: 21px; }
