.news-title {
    font-size: 28px;
    font-weight: bold;
    color: #154192;
}

.new-box {
    margin-bottom: 30px;
}

.new-box-border {
    border-bottom: 1px solid #919191;
}

.new-box-item {
    margin-top: 30px;
    cursor: pointer;
}

.new-box-item img {
    width: 100%;
    /* min-height: 200px; */
}

.new-box-item-title {
    margin: 20px 0;
    color: #696969;
    font-size: 14px;
}

.new-box-item-text {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.new-box-footer {
    text-align: right;
    color: #154192;
}

.new-box-footer span {
    display: inline-block;
    font-size: 16px;
    margin: 20px;
    color: #154192;
}

.new-box-footer i {
    color: #154192;
}

.new-box-href {
    margin: 80px 0;
}

.new-box-href-txt {
    text-align: center;
}

.social-head {
  margin-top: 20px;
}

.social-head li {
    float: left;
    margin-right: 10px;
    font-size: 18px;
    color: #696969;
}

.social-head .active {
    color: #333;
    font-weight: bold;
}

.group-search {
    position: relative;
    margin-top: 30px;
}

.group-search-form {
    margin-right: 120px;
}

.group-search-form input {
    height: 40px;
    line-height: 40px;
    padding: 5px 20px;
}

.group-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #014197;
    font-size: 18px;
    color: #fff;
}

  .resume-select .resume-select-label {
    border: 1px solid #d1d1d1;
    background: #fff;
    margin-bottom: 15px;
    font-size: 16px;
    padding: 0px 20px;
  }
  
  .resume-select .resume-select-label {
    height: 40px;
    line-height: 40px;
  }

  .resume-select .resume-select-options {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 45px;
    border: 1px solid #eee;
  }
  
  .resume-select .resume-select-option {
    background: #fff;
    padding: 0px 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .resume-select .resume-select-option {
    border-bottom: 1px solid #eee;
  }

  .resume-select .resume-select-option:last-child {
    border-bottom: none;
  }
  
  .resume-select .resume-select-option:hover {
    background: #0245ae;
    color: #fff;
  }
  
  .resume-select {
    position: relative;
  }

  .resume-select .resume-select-label i {
    float: right;
    margin-top: 12px;
  }

  .detail-title {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    word-break: break-all;
  }

  .detail-back {
    font-size: 16px;
    color: #0245ae;
    text-align: right;
    margin-top: 12px;
  }

  .detail-head {
    padding: 20px;
    background: #f7f7f7;
    margin: 20px 0;
  }

  .detail-head-tips {
    font-size: 18px;
    color: #0245ae;
    font-weight: bold;
    margin-right: 20px;
  }

  .detail-head-tack {
    font-size: 14px;
    color: #2c2c2c;
    margin-right: 15px;
  }

  .detail-head-btn {
    display: inline-block;
    width: 15px;
    margin: 0 5px;
    cursor: pointer;
  }

  .detail-content {
    margin: 20px 0;
  }

  .detail-line {
    height: 10px;
    background: #f7f7f7;
    margin: 50px 0;
  }

  .detail-more-new {
    background: #f7f7f7;
    padding: 20px;
    border-bottom: 10px solid #0245ae;
    margin-top: 20px;
    min-height: 180px;
  }

  .detail-more-text {
    font-size: 16px;
    color: #2c2c2c;
    font-weight: bold;
    word-wrap: break-word;
  }

  .detail-more-back {
    color: #154192;
    margin-top: 30px;
    font-size: 14px;
  }

  .news-content-tips {
    font-size: 28px;
    color: #0245ae;
    margin-top: 20px;
  }

  .tip-header {
    text-align: center;
    padding-bottom: 15px;
    font-size: 30px;
    color: #143f86;
    font-weight: bold;
    text-transform: capitalize;
}

.tip-box {
    /* height: 60px; */
}

.tip-tab {
    margin: 0 auto;
    width: max-content;
}

.tip-tab li {
    position: relative;
    float: left;
    text-align: center;
    margin: 20px 0;
    padding: 0 20px;
    border-right: 1px solid #dcdcdc;
}

.tip-tab li:last-child {
    border-right: none;
}

.border-line {
    border-bottom: 1px solid #dcdcdc;
}