.document-announce {
  /* background: rgba(247, 248, 250, 1); */
}

.document-announce .section-content {
  padding-top: 40px;
}

.document-announce .announce {
  padding: 30px;
  background: #fff;
}

.document-announce .announce .announce-head {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  white-space: nowrap;
}

.document-announce .announce .announce-head a {
  margin-right: 10px;
  display: inline-block;
  padding: 8px 32px;
  /* border: 1px solid #e6eaed; */
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  font-size: 16px;
}

.document-announce .announce .announce-head a.active {
  /* background: rgba(255, 103, 57, 1); */
  color: #000;
  font-size: 18px;
  position: relative;
}

.document-announce .announce .announce-head a.active::after {
  content: "";
  height: 2px;
  width: 70px;
  background: #699bfc;
  position: absolute;
  bottom: 0;
  left: 32px;
}

.document-announce .announce-list {
  padding: 20px;
}

.document-announce .announce-list .announce-item {
  display: flex;
  gap: 30px;
  align-items: center;
  /* justify-content: space-between; */
  /* padding: 20px 0; */
  border-bottom: 1px dashed #699bfc;
  padding: 10px 0;
}

.document-announce .announce-list .announce-item:last-child {
  /* border-bottom: none; */
}

.document-announce .announce-list .announce-item a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
}

.document-announce .announce-list .announce-item a:hover {
  color: #337dff;
}

.document-announce .announce-list .announce-item .announce-item-time {
  display: flex;
  align-items: center;
  font-size: 13px;
  text-align: right;
  color: rgba(0, 0, 0, 0.6);
}

.document-announce .announce-list .announce-item .announce-item-time img {
  width: 58px;
}

.day {
  font-size: 26px;
  color: #000;
  font-weight: bold;
  white-space: nowrap;
  font-family: "SmileySans-Oblique", serif;
}
.year {
  white-space: nowrap;
}

.time-box {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  margin-left: 5px;
}

.announce-item div:nth-child(1) {
  position: relative;
}

.announce-item div:nth-child(1):after {
  content: "";
  height: 30px;
  width: 5px;
  background: #699bfc;
  position: absolute;
  top: 20%;
  right: -20px;
}

.pagination:first-child a {
}

/* 新闻 */
.document-news .news-head {
  padding: 40px 0 20px 40px;
  background: #fff;
  border-bottom: 1px solid #e6eaed;
}

.document-news .announce {
  padding-top: 0;
}

/* 公告详情 */
.announce-details {
  background: #fff;
  padding: 30px 70px 100px 70px;
}

.announce-details .announce-title {
  text-align: center;
  font-size: 28px;
}

.announce-details .announce-details-time {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}

.announce-details .announce-details-cont {
  text-indent: 32px;
  line-height: 30px;
  padding: 60px;
  padding-top: 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #e6eaed;
}

.document-news .announce-details .announce-details-cont {
  padding: 0;
  padding-bottom: 60px;
}

.announce-details .announce-details-page {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.6);
}

.announce-details .announce-details-page a {
  color: rgba(0, 0, 0, 0.9);
}

.announce-details .announce-details-page a:hover {
  color: rgba(255, 103, 57, 1);
}

.news-advert {
  margin-top: 30px;
  width: 910px;
  height: 140px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  border-radius: 3px;
}

/* 新闻列表 */
.announce-new-left {
  padding-bottom: 0;
  flex: 1;
}

.announce-new-right {
  width: 400px;
  margin-left: 10px;
  flex-shrink: 0;
}

.news-box {
  margin-bottom: 10px;
  width: 400px;
  background: #ffffff;
  border-radius: 3px;
}

.bottom-news {
  width: calc((100% - 72px) / 3) !important;
}

.news-box .news-box-head {
  padding: 18px 27px;
  border-bottom: 1px solid #e6eaed;
}

.news-box .news-box-head .news-title {
  position: relative;
  padding-left: 10px;
  font-size: 18px;
  line-height: 20px;
  height: 20px;
}

.news-box .news-box-head .news-title::before {
  content: "";
  width: 2px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background: #ff6739;
}

.news-box .news-list {
  padding: 0 24px;
}

.news-box .news-list .news-item {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px dashed #e6eaed;
  font-size: 16px;
}

.news-box .news-list .news-item a {
  color: #333;
  flex: 1;
  line-height: 1;
}

.news-box .news-list .news-item .news-text {
  display: inline-block;
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-box .news-list .news-item .news-time {
  float: right;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
}

.announce-new-right .news-box .news-list .news-item {
  font-size: 14px;
}

.news-box .news-list .news-item .news-number {
  margin-right: 10px;
  line-height: 16px;
  text-align: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: #dedede;
  opacity: 1;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background: rgba(222, 222, 222, 1);
}

.news-box .news-list .news-item:nth-child(1) .news-number {
  background: rgba(255, 103, 57, 1);
}

.news-box .news-list .news-item:nth-child(2) .news-number {
  background: rgba(255, 103, 57, 1);
}

.news-box .news-list .news-item:nth-child(3) .news-number {
  background: rgba(255, 103, 57, 1);
}

.news-box .news-list .news-item:last-child {
  border: none;
}

.news-box .news-tag {
  padding: 13px 12px;
  background: #f7f8f9;
  margin-bottom: 10px;
  margin-right: 10px;
}

.news-box-tag {
  width: 100%;
}

.news-box .news-box-cont {
  padding: 20px 40px 30px;
  background: #fff;
}

.news-box-tag .news-box-head,
.news-box-tag .news-box-cont {
  padding-left: 0;
  padding-top: 0;
  border: none;
}

/* 新闻列表 */
.news-index {
  background: #fff;
  padding: 40px;
}

.news-index-banner {
  position: relative;
  margin-right: 70px;
  width: 610px;
  height: 340px;
}

.news-index-banner .news-banner-cont {
  position: absolute;
  bottom: 0;
  padding: 15px 20px;
  color: #fff;
  width: 610px;
  height: 80px;
}

.news-index-banner .news-banner-cont h5 {
  margin-bottom: 5px;
  z-index: 5;
}

.news-index-banner .news-banner-filter {
  position: absolute;
  width: 610px;
  height: 80px;
  left: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.3;
  border-radius: 0px 0px 3px 3px;
}

/* 新闻列表 */
.news-list-index {
  margin: -12px;
  margin-top: 24px;
}

.news-list-index .news-box {
  margin: 12px;
}

.announce-tabs .tab {
  display: none;
}

.announce-tabs .tab:first-child {
  display: block;
}

.announce-tabs {
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .announce-tabs {
    width: 100%;
  }
  .server-banner2 > .section-content{
      padding: 128px 20px;
  }
  .document-announce .announce{
      padding: 15px;
  }
  .document-announce .announce-list{
      padding: 0;
  }
  .banner-announce{
      height: 300px;
  }
}
