.news-center-content {
  width: 12rem;
  margin: 0 auto;
}

.news-center-content .tips {
  margin-top: 10px;
}

.news-center-content .news-center {
  text-align: center;
  font-size: 36px;
  color: #727171;
  margin: 55px auto 70px auto;
}

.news-center-content .news-tab-wrap {
  width: 8.1rem;
  position: relative;
  margin: 0 auto 0.75rem auto;
}

.news-center-content .news-tab-wrap .tabs {
  width: 8.1rem;
  display: flex;
  justify-content: space-between;
  margin: 0.9rem auto 0;
}

.news-center-content .news-tab-wrap .tabs .tab-btn {
  width: 2.2rem;
  height: 0.7rem;
  background: rgba(0, 79, 147, 0.05);
  border-radius: 7px;
  text-align: center;
  font-size: 0.26rem;
  color: #394957;
  line-height: 0.7rem;
  cursor: pointer;
}

.news-center-content .news-tab-wrap .tabs .btn-active {
  color: #FFFFFF;
  background: #207CC0;
}

/* .news-center-content .news-tab-wrap .tabs-active {
    width: 72px;
    height: 3px;
    background: #0080BC;
    position: absolute;
    bottom: 0;
    left: 4px;
} */

/* .news-center-content .news-tab-wrap .tabs-active:before {
    display: block;
    content: '';
    border-width: 6px 6px 6px 6px;
    border-style: solid;
    border-color: transparent transparent #0080BC transparent;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: -10px;
} */

/*contetnt内容*/

.news-center-content .content {
  width: 12rem;
  margin: auto;
  overflow: hidden;
  padding: 10px 10px 60px 10px;
}

.news-center-content .content .news-item {
  width: 5.5rem;
  height: 5.28rem;
  background: #FFFFFF;
  border-radius: 10px;
  float: left;
  margin-bottom: 0.6rem;
  border: 1px solid #E6EEf6;
}

.news-center-content .content .news-item:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}


.news-center-content .content .news-item:nth-of-type(2n-1) {
  margin: 0 0.5rem 0 0.2rem;
}

.news-center-content .content .news-item .img-wrap {
  width: 5.5rem;
  height: 2.98rem;
}

.news-center-content .content .news-item .img-wrap>img {
  position: relative;
  width: 5.5rem;
  width: 100%;
  height: 2.98rem;
  border-radius: 10px 10px 0 0;
}

.news-center-content .content .news-item .news-detail {
  padding: 0.24rem 0.2rem;
}

.news-center-content .content .news-item .news-detail .title {
  margin-bottom: 0.12rem;
  width: 5.08rem;
  height: 0.28rem;
  line-height: 0.3rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #4C5E79;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-center-content .content .news-item .news-detail .word {
  width: 5.08rem;
  font-size: 0.16rem;
  font-weight: 400;
  color: #677785;
  line-height: 0.26rem;
  margin-bottom: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-center-content .content .news-item .news-detail .detail-bottom {
  font-family: AkrobatBold;
  font-size: 0.16rem;
  font-weight: bold;
  color: #207CC0;
  line-height: 0.16rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-center-content .content .news-item .news-detail .detail-bottom .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-center-content .content .news-item .news-detail .detail-bottom .more div a {
  color: #207cc0;
}

.news-center-content .content .news-item .news-detail .detail-bottom .more .arraw {
  font-size: 0.32rem;
  font-weight: 100;
}