  .flex-container {
    display: flex;
  }
  .bolder {
    font-weight: bolder;
  }
  .banner {
    position: relative;
    background-color: #000;
  }
  .banner .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 76.5%;
    height: 16.66vw;
    color: #fff;
    text-align: center;
  }
  .banner .container h6 {
    padding: 15px 0;
    color: #2491ed;
    font-size: 42px;
  }
  .banner .container h6 span {
    color: #37c89f;
  }
  .banner .container p {
    position: relative;
    display: inline-block;
    padding: 0 25px;
    font-size: 20px;
    line-height: 24px;
  }
  .banner .container .en {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .banner .particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .news-list{
    padding: 30px 0;
  }
  .list-title{
    padding: 15px 0;
    text-align: center;
  }
  .list-title h6{
    padding: 12px 0;
    font-size: 24px;
    font-weight: bolder;
  }
  .list-title h6 span{
    color: #2491ed;
  }
  .list-title p{
    position: relative;
    display: inline-block;
    padding: 0 20px;
    color: #122943;
    font-size: 16px;
    line-height: 24px;
  }
  .list-title p:before, .list-title p:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 90px;
    height: 2px;
    background: #8b8b8b;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .list-title p:before {
    right: 100%;
  }
  .list-title p:after {
    left: 100%;
  }
  .news-list .container{
    margin: 0 auto;
    width: 920px;
  }
  .content-title{
      margin: 30px 0;
      font-size: 14px;
      text-align: center;
  }
  .content-title h6{
      margin-bottom: 15px;
      font-size: 18px;
      font-weight: bolder;
  }
  .content{
      padding-bottom: 50px;
      font-size: 15px;
      line-height: 28px;
  }

  .pagination{
    position: relative;
    margin-top: 20px;
    text-align: center;
  }

  .pagination a{
      display: block;
      width: 80%;
      font-size: 15px;
      text-align: left;
      line-height: 32px;
      color: #4395ff;
  }
  .pagination .back{
      position: absolute;
      right: 0;
      bottom: 0;
      text-align: right;
      width: 20%;
  }
  .content img {
    display: inline;
  }
  /*# sourceMappingURL=contact.css.map */
  