.news_color {
  color: #1046b4;
}
/* 顶部列表内容 */
.news_secondary_box .content_top .goRoomList span:hover {
  color: #1046b4;
}
.news_secondary_box .content_top .rightBox .inuptBox {
  border: 2px solid #1046b4;
}
.news_secondary_box .content_top input::-webkit-input-placeholder {
  color: #C7C6C6;
  font-size: 14px;
}
.news_secondary_box .content_top .goRoomA:hover .infoBox {
  border-bottom: 1px solid #1046b4;
}
.news_secondary_box .content .content_top_list .center_list .active_li {
  color: #1046b4;
}
.news_secondary_box .content {
  border-bottom: 2px solid #1046b4;
}
.news_secondary_box .content_top_list .content_center_li:hover {
  color: #1046b4;
}
.news_secondary_box .content_top_list .right_info img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.news_secondary_box  .content_top .goRoomA .infoBox span {
  color: #1046b4;
}

/* 底部 */
.news_secondary_box .bottom {
  height: 0;
  background-color: rgb(58,58,58);
}
.news_secondary_box .theme_bg_color {
  background-color: rgb(58,58,58);
}

.news_secondary_box .navigation_info {
  margin-bottom: 16px;
  height: 70px;
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
}
.news_secondary_box .navigation_info a {
  font-size: 14px;
  color: #999999;
}
.news_secondary_box .navigation_info .nav_now {
  color: #1046b4;
}
.news_secondary_box .navigation_info .nav_arrow {
  height: 16px;
  line-height: 16px;
  text-align: center;
  margin: 0 4px;
}

/* 通知公告 */
.news_secondary_box .colleges_purchase_content {
  display: flex;
  justify-content: space-between;
}
.news_secondary_box .colleges_purchase_left {
  width: 815px;
}
.news_secondary_box .colleges_purchase_left .colleges_purchase_left_item {
  font-size: 16px;
  color: #666666;
  width: 815px;
  height: 20px;
  /* height: 94px; */
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px dashed #f0f0f0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.news_secondary_box .colleges_purchase_left .colleges_purchase_left_item:hover,
.news_secondary_box .colleges_purchase_left .colleges_purchase_left_item:hover span {
  color: #1046b4;
}
.news_secondary_box .colleges_purchase_left .colleges_purchase_left_item div {
  width: 650px;
}
.news_secondary_box .colleges_purchase_left .colleges_purchase_left_item span {
  color: #999999;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
}
.news_secondary_box .colleges_purchase_right {
  display: flex;
  flex-direction: column;
}
.news_secondary_box .colleges_purchase_right .right_img_box div {
  margin-bottom: 33px;
  width: 300px;
  font-size: 14px;
  text-align: center;
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_secondary_box .colleges_purchase_right img {
  width: 300px;
  height: 166px;
  margin-bottom: 13px;
}

/* 通知公告-详情 */
.news_secondary_box .secondary_news_notice_detail {
  display: none;
}
.news_secondary_box .secondary_news_notice_detail_content {
  margin-bottom: 60px;
}
.news_secondary_box .secondary_news_notice_detail_content .title {
  font-size: 30px;
  font-weight: normal;
  color: #333333;
  text-align: center;
}
.news_secondary_box .secondary_news_notice_detail_content .info {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999999;
  margin: 44px auto 46px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e6e6e6;
}
.news_secondary_box .secondary_news_notice_detail_content .info div {
  margin-right: 40px;
  /* max-width: 280px; */
  height: 14px;
  max-height: 14px;
  overflow: hidden;
}
.news_secondary_box .secondary_news_notice_detail_content .info div:last-child {
  margin-right: 0;
}
.news_secondary_box .secondary_news_notice_detail_content .info a {
  /* margin-left: 5px; */
  font-size: 12px;
  color: #999999;
}
.news_secondary_box .secondary_news_notice_detail_content .info .jump_a .detail_jump_a {
  margin-left: 5px;
}
.news_secondary_box .secondary_news_notice_detail_content .detail {
  font-size: 16px;
  color: #666666;
  /* text-indent: 32px; */
  line-height: 32px;
  word-wrap: break-word;
	word-break: break-all;
}

/* 分页器 */
.news_secondary_box .pager_box {
  /* width: 1190px; */
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.news_secondary_box #kkpager {
  margin-left: 0 !important;
}


/* 视频 */
.video.achievements_box {
  width: 1150px;
  margin: 34px auto 0;
}

.video  {
  min-width: 1190px;
}

.video ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.video ul li {
  width: 370px;
  height: 238px;
  margin: 0 40px 40px 0;
}

.video ul a:nth-child(3n) li {
  margin-right: 0;
}

.video .img {
  width: 370px;
  height: 202px;
}

.video .title {
  margin: 18px auto 0;
  /* width: 320px; */
  width: 370px;
  font-size: 16px;
  color: #333333;
  text-align: center;
}