.document-announce {
  background: #fff;
}

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

.document-announce .announce {


  background: #fff;
}

.document-announce .announce .announce-head {
  margin-bottom: 40px;
}

.document-announce .announce .announce-head a {
  color: #656A88;
  font-size: 14px;
  padding: 10px;
  margin: 0 5px;
  display: inline-block;
  overflow: hidden;
  border-bottom: 1px solid transparent;
}

.document-announce .announce .announce-head img {
  margin-right: 8px;
  height: 12px;
  width: 12px;
  position: relative;
  left: -80px;
  filter: drop-shadow(#AAB4C1 80px 0);
}

.document-announce .announce .announce-head a.active,
.document-announce .announce .announce-head a:hover {
  color: #090A3A;
  border-bottom: 1px solid #090A3A;
}

.document-announce .announce .announce-head a.active img,
.document-announce .announce .announce-head a:hover img {
  filter: drop-shadow(#81E2FF 80px 0);
}

.document-announce .search-tips {
  color: #656A88;
  padding-left: 15px;
  padding-bottom: 10px;
}

.document-announce .result-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  color: #656A88;
  display: none;
}

.document-announce .announce-list {
  border-bottom: 1px solid #E3E8EE;
}

.document-announce .announce-list .announce-item {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #E3E8EE;
}

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

.document-announce .announce-list .announce-item a {
  font-size: 16px;
  color: #090A3A;
}

.document-announce .announce-list .announce-item a:hover {
  color: #161EDE;
}

.document-announce .announce-list .announce-item .announce-item-time {
  font-size: 13px;
  text-align: right;
  min-width: 120px;
  color: #B8B9BC;
}

.document-announce .announce-tips {
  color: #656A88;
  font-size: 14px;
  margin-top: 16px;
}

/* 新闻 */
.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-top: 50px;
  padding-bottom: 70px;
}

.announce-details .announce-title {
  font-size: 32px;
}

.announce-details .announce-details-time {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 14px;
  color: #090A3A;
}

.announce-details .announce-details-cont {
  line-height: 30px;
  padding: 60px;
  padding-top: 0;
  font-size: 16px;
  color: #4B4B6B;
  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: #656A88;
  width: 50%;
  float: left;
}
.announce-details .announce-details-page a {
  color: #656A88;
}
.announce-details .announce-details-page .next {
  text-align: right;
}
.announce-details .announce-details-page a:hover {
  /* color: #656A88 */
}

.announce .announce-head a .no-shaow {
  filter: none !important;
  left: 0;
}

.announce .announce-head a .no-shaow2 {
  display: none;
}

.announce .announce-head a:hover .no-shaow,
.announce .announce-head a.active .no-shaow {
  display: none;
}

.announce .announce-head a:hover .no-shaow2,
.announce .announce-head a.active .no-shaow2 {
  display: inline-block;
}

.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;
}

.announce-new-right {
  margin-left: 10px;
}

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

.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;
}

.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;
  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: #656A88;
}

.news-box .news-list .news-item:nth-child(2) .news-number {
  background: #656A88;
}

.news-box .news-list .news-item:nth-child(3) .news-number {
  background: #656A88;
}

.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;
  background: rgba(0, 0, 0, 0.4);
  background: url('../assets/img/index/background.jpeg');
}

.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;
}
