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

/* 通知公告 */
.news_box .achievements_box {
  margin: 0 auto;
  padding: 20px 0 0 0;
  background-color: #ffffff;
}
.news_box .achievements_box .achievements_title {
  margin: 20px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_box .achievements_box .achievements_title h3 {
  color: #202020;
  font-size: 24px;
  font-weight: normal;
  padding-left: 13px;
  position: relative;
  /* border-left: 3px solid #175DAD; */
}
.news_box .achievements_box .achievements_title h3::after {
  position: absolute;
  top: 50%;
  /* top: 2px; */
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 22px;
  content: '';
  background-color: #175DAD;
}
.news_box .achievements_box .achievements_more span {
  font-size: 14px;
  color: #666666;
}
/* 新闻动态 */
.news_box .news_notice {
  min-width: 1190px;
  margin-bottom: 34px;
}
.news_box .news_notice_content {
  width: 100%;
  height: 320px;
  /* display: flex;
  align-items: center; */
}
.news_box .news_notice_left {
  width: 618px;
  height: 320px;
  float: left;
}
.news_box .news_notice_left .swiper-container {
  width: 618px;
  height: 320px;
}
.news_box .news_notice_left img {
  width: 100%;
  height: 100%;
}
.news_box .news_notice_left .custom {
  /* width: 36px;
  height: 22px; */
  display: flex;
  left: 0;
  bottom: 0;
  z-index: 9999 !important;
}
.news_box .news_notice_left .custom .swiper-button-next,
.news_box .news_notice_left .custom .swiper-button-prev {
  width: 36px;
  height: 22px;
  border: 1px solid rgb(228, 228, 228);
  background-color: rgb(239,239,239);
  cursor: pointer;
}
.news_box .news_notice_left .custom div:first-child {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.news_box .news_notice_left .custom .active_custom {
  background-color: rgb(16,70,180);
  border-color: rgb(16,70,180);
}
.news_box .news_notice_left .custom div img {
  width: 8px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.news_box .news_notice_left .custom .swiper-button-next img:nth-child(1),
.news_box .news_notice_left .custom .swiper-button-prev img:nth-child(2) {
  display: none;
}
.news_box .news_notice_left .custom .swiper-button-next,
.news_box .news_notice_left .custom .swiper-button-prev {
  background-image: none;
}
.news_box .news_notice_left .custom .swiper-button-prev {
  left: 0;
  top: -2px;
}
.news_box .news_notice_left .custom .swiper-button-next {
  left: 38px;
  top: -2px;
}
.news_box .swiper-button-next.swiper-button-disabled, 
.news_box .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
.news_box .swiper-button-next.swiper-button-disabled, 
.news_box .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.news_box .news_notice_right {
  width: 572px;
  height: 280px;
  background-color: rgb(249,249,249);
  float: left;
  margin-top: 23px;
}
.news_box .news_notice_right ul {
  padding-top: 36px;
  margin: 0 auto;
  width: 510px;
  height: 244px;
  display: flex;
  flex-direction: column;
}
.news_box .news_notice_right ul li {
  margin-top: 22px;
  /* padding-bottom: 28px; */
  padding-bottom: 42px;
  border-bottom: 1px dashed #d5d5d5;
  /* display: flex;
  align-items: center; */
  width: 510px;
}
.news_box .news_notice_right ul li div {
  float: left;
}
.news_box .news_notice_right ul a:first-child li {
  margin-top: 0;
}
.news_box .news_notice_right ul a:last-child li {
  border-bottom: 0;
}
.news_box .news_notice_right .icon {
  margin-top: 6px;
  margin-right: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #d5d5d5;
}
.news_box .news_notice_right .title {
  width: 496px;
  font-size: 16px;
  color: #333333;
}

/* 通知公告 */
.news_box .news_notify {
  min-width: 1190px;
}
.news_box .news_notify .notify_box {
  height: 120px;
  clear: both;
  margin-bottom: 60px;
}
.news_box .news_notify .notify_box:last-child {
  margin-bottom: 40px;
}
.news_box .news_notify .notify_box a:first-child {
  float: left;
}
.news_box .news_notify .notify_box a:last-child {
  float: right;
}
.news_box .news_notify .notify_item {
  height: 120px;
  cursor: pointer;
}
.news_box .news_notify .notify_item:hover .msg .title {
  color: #1046b4;
}
.news_box .news_notify .notify_item .img_box {
  width: 120px;
  height: 120px;
  margin-right: 25px;
  float: left;
}
.news_box .news_notify .notify_item .img_box img {
  width: 100%;
  height: 100%;
}
.news_box .news_notify .notify_item .msg {
  padding-top: 5px;
  height: 110px;
  width: 425px;
  float: left;
}
.news_box .news_notify .notify_item .msg .title {
  width: 427px;
  height: 60px;
  font-size: 18px;
  line-height: 30px;
  color: rgb(51,51,51);
  margin-bottom: 25px;
}
.news_box .news_notify .notify_item .msg .tag span {
  margin-right: 30px;
  font-size: 12px;
  color: rgb(153,153,153);
}

/* 媒体报道 */
.news_box .news_media {
  min-width: 1190px;
  margin-top: 34px;
}
.news_box .news_media .news_media_content {
  margin-top: 24px;
}
.news_box .news_media_content ul {
  width: 100%;
  height: 352px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
.news_box .news_media_content ul li {
  width: 370px;
  height: 352px;
  background-color: rgb(246,246,246);
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}
.news_box .news_media_content ul li img {
  width: 100%;
  height: 210px;
  margin-bottom: 16px;
}
.news_box .news_media_content .title {
  margin: 0 auto;
  width: 322px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.news_box .news_media_content .dec {
  margin: 10px auto;
  width: 322px;
  line-height: 24px;
  font-size: 14px;
  color: #666666;
}
.news_box .news_media_content .btn_box {
  margin: 0 auto;
  width: 322px;
  display: flex;
  justify-content: flex-end;
}
.news_box .news_media_content .btn {
  width: 73px;
  height: 23px;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  border: 1px solid #1046b4;
  color: #1046b4;
  cursor: pointer;
}

/* 寄语视频 */
.news_box .news_video {
  min-width: 1190px;
  margin: 34px auto 44px;
}
.news_box .news_media .news_video_content {
  margin-top: 24px;
}
.news_box .news_video_content ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.news_box .news_video_content ul li {
  width: 370px;
  height: 238px;
  margin: 0 40px 40px 0;
}
.news_box .news_video_content ul a:nth-child(3n) li {
  margin-right: 0;
}
.news_box .news_video_content .img_box {
  width: 370px;
  height: 202px;
}
.news_box .news_video_content .img_box .mask {
  width: 370px;
  height: 202px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.5);
}
.news_box .news_video_content .img_box .img_content {
  width: 370px;
  height: 202px;
  position: absolute;
  top: 0;
  left: 0;
}
.news_box .news_video_content .img_box .play {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.news_box .news_video_content .title {
  margin: 18px auto 0;
  width: 320px;
  font-size: 16px;
  color: #333333;
}

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