.content {
  width: 80%;
  max-width: 1248px;
  margin: 0 auto;
}

.container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

main {
  flex-grow: 1;
}

.banner {
  width: 100%;
  /* height: 40vh; */
  /* background-image: url("../images/news_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; */
}

.team-banner {
  background: url("../images/team_banner.jpg") no-repeat center/cover;
}

.staff-banner {
  background: url('../images/yg-bg.jpg') no-repeat center/cover;
}

.yuangongzhognxin {
  background: url(../images/job.jpg) no-repeat center/cover;
}
.campus-banner{
  /* background: url(../images/new-jobbanner.jpg) no-repeat center/cover; */
  /* background-size: contain; */
  /* background-color: #8ac7ff; */
}

/*banner甯冨眬*/
.banner .banner-box {
  width: 80%;
  height: 100%;
  max-width: 1248px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner-box label {
  font-size: .6375rem;
  visibility: hidden;
  font-weight: bold;
  color: #ffffff;
}

.banner-box p {
  margin-top: .375rem;
  font-size: .3375rem;
  visibility: hidden;
  font-weight: 400;
  color: #c7c7c7;
}

/*瀵艰埅甯冨眬*/
.nav-menu-box {
  height: 1rem;
  line-height: 1rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(63, 63, 63, 0.15);
  position: relative;
}

.nav-menu-box .text-left {
  font-size: .375rem;
  font-weight: 500;
  color: #333333;
}

.nav-menu-box .text-orange-line {
  width: .875rem;
  height: .0625rem;
  background: #ec6519;
  position: absolute;
  left: 0;
  bottom: 0;
}

.nav-menu-box .text-right span {
  font-size: .225rem;
  color: #8b8b8b;
  display: table-cell;
}

.nav-menu-box .text-right span:first-child {
  color: #393939;
}

.active {
  color: #afafaf;
}

/*鏂伴椈涓績鍒楄〃*/
.news-content {
  margin-top: .75rem;
}

.news-content .new-item {
  height: 3rem;
  display: flex;
  box-sizing: border-box;
}

.news-content .new-urlbox:not(:last-child) {
  display: block;
  margin-bottom: .3875rem;
}

.news-content .new-item .item-left {
  width: 3rem;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
}

.news-content .new-item .item-right {
  width: 100%;
  height: 100%;
  flex-grow: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 2px solid #fafafa;
  background-color: #fafafa;
  box-sizing: border-box;
}

.news-content .new-item .item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: .3rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: .3625rem;
}

.news-content .new-item .item-time {
  margin-bottom: .3625rem;
  font-size: .24rem;
  color: #666666;
}

.news-content .new-item .item-content {
  font-size: .2rem;
  color: #666666;
  line-height: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.active-item {
  background-color: #1280d6;
  color: #fff;
}

/*鏂伴椈璇︽儏*/
.article-box {
  margin: 1rem auto;
  max-width: 800px !important;
}
.article-box .article-title {
  text-align: center;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed #f3f3f3;
  margin: 1rem 0 0.5rem 0;
}

.article-box .article-title label {
  font-size: 26px;
  line-height: 1rem;
  color: #333333;
  font-weight: 600;
  display: inline-block;
}

.article-box .article-title p {
  margin-top: .25rem;
  font-size: 18px;
  color: #afafaf;
}

.article-box .article-content,
.article-box .article-content div,
.article-box .article-content p,
.article-box .article-content span {
  font-size: 18px !important;
  line-height: 36px !important;
  background-color: transparent !important;
  text-align: justify;
  color: #666666;
}

.article-box .article-content div,
.article-box .article-content p {
  margin-top: 20px !important;
}

.article-box .article-content img {
  display: block;
  width: 100% !important;
  max-width: 800px !important;
  margin: 30px auto !important;
  height: auto !important;
  overflow: hidden;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .item-content {
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@-moz-document url-prefix() {
  .item-content {
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .news-content .new-item .item-title {
    font-size: 0.34rem;
  }
  .news-content .new-item .item-time {
    font-size: 0.30rem;
  }
  .news-content .new-item .item-content {
    font-size: 0.28rem;
  }
  .nav-menu-box .text-right span {
    font-size: 0.28rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .nav-menu-box .text-left {
    font-size: 18px;
  }
  .news-content .new-item .item-title {
    font-size: 16px;
  }
  .news-content .new-item .item-time {
    font-size: 14px;
  }
  .news-content .new-item .item-content {
    font-size: 14px;
  }
  .nav-menu-box .text-right span {
    font-size: 14px;
  }
  .article-box .article-title p {
    margin-top: 0.5rem;
    font-size: 0.45rem;
  }
}
@media screen and (max-width: 768px) {
  .content {
    width: 98%;
  }

  .yuangongzhognxin {
    height: 4.4rem;
  }
  /*banner甯冨眬*/
  .banner .banner-box {
    width: 80%;
    height: 100%;
    max-width: 1248px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .banner-box label {
    font-size: 0.5rem;
  }

  .banner-box p {
    margin-top: 0.266667rem;
    font-size: 0.32rem;
  }

  /*瀵艰埅甯冨眬*/
  .nav-menu-box .text-left {
    font-size: 0.466667rem;
  }

  .nav-menu-box .text-orange-line {
    width: 0.933333rem;
    height: 0.066667rem;
  }

  .nav-menu-box .text-right span {
    font-size: .325rem;
  }

  /*鏂伴椈涓績鍒楄〃*/
  .news-content {
    margin-top: 0.533333rem;
  }

  .news-content .new-item {
  }

  .news-content .new-urlbox:not(:last-child) {
    margin-bottom: 0.4rem;
  }

  .news-content .new-item .item-left {
  }

  .news-content .new-item .item-right {
    padding-left: 8px;
    padding-right: 8px;
  }

  .news-content .new-item .item-title {
    font-size: 14px;
    margin-bottom: 0.32rem;
  }

  .news-content .new-item .item-time {
    margin-bottom: 0.32rem;
    font-size: 12px;
  }

  .news-content .new-item .item-content {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
  }

  /* .spage-number button {
    width: 0.653333rem !important;
    height: 0.64rem !important;
    font-size: 0.253333rem !important;
  } */

  .article-box .article-title {
  }
  .article-box .article-title label {
    font-size: 18px;
  }

  .article-box .article-content,
  .article-box .article-content div,
  .article-box .article-content p,
  .article-box .article-content span {
    font-size: 14px !important;
    padding: 0;
    line-height: 28px !important;
    background-color: transparent !important;
    text-align: justify;
  }

  .article-box .article-content div,
  .article-box .article-content p {
    margin-top: .2rem !important;
  }

  .article-box .article-content img {
    width: 100% !important;
    margin: .566rem 0 !important;
    height: auto !important;
    overflow: hidden;
  }

  .article-box .article-title p {
    font-size: 14px;
  }
  .campus-banner{
    /* background: url(../images/new-jobbanner.jpg) no-repeat center/cover; */
    /* background-size: cover; */
    /* background-color: #8ac7ff; */
  }
}

