.newsInformation-banner {
  background-image: url(/images/banner/zixunzhongxin.jpg);
}
.breadcrumb {
  height: 40px;
  background: #fff !important;
  color: #bfbfbf;
  font-weight: 500;
}
.breadcrumb a {
  color: #0f81f3 !important;
}
.breadcrumb .center::before {
  content: "\003E";
}
.breadcrumb .active::before {
  content: "\003E";
}
.breadcrumb a:hover {
  color: #0f81f3;
}
.banner {
  height: 505px;
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 800;
  color: #fff;
}
.banner h4 {
  margin-left: 14%;
  font-weight: 800;
  font-size: 48px;
  margin-bottom: 24px;
}
.banner p {
  margin-left: 14%;
  font-size: 26px;
}
.news {
  background-color: #f4f5f7;
}
.news_box .news_left {
  margin-top: 20px;
  margin-bottom: 43px;
  background-color: #fff;
}
.news_box .news_left .breadcrumb {
  background-color: #fff;
  color: #8b8b8b;
  margin-top: 30px;
}
.news_box .news_left .breadcrumb a {
  color: #8b8b8b;
}
.news_box .news_left .line {
  height: 1px;
  background: #f1f1f1;
}
.news_box .news_left h3 {
  display: flex;
  justify-content: center;
}
.news_box .news_left ul {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.news_box .news_left img {
  width: 100%;
}
.news_box .news_left .content {
  /* margin-top: 43px; */
  padding: 20px 50px;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 26px;
  text-indent: 28px;
}
.news_box .news_left ul li:nth-child(2) {
  margin: 0 15px;
}
.news_box .news_left ul li img {
  width: 22%;
}
.news_box .news_left ul li > div {
  width: 75%;
}
.news_box .news_left ul li > div a {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.news_box .news_left ul li > div .time {
  font-size: 14px;
  color: #8f928b;
  margin: 8px 0;
}
.news_box .news_left ul li > div p {
  font-size: 14px;
  color: #727272;
}
.news_box .news_left .pagination {
  display: flex;
  justify-content: center;
}
.news_box .news_left .pagination li {
  border: none;
}
.news_box .news_right .input-group {
  display: flex;
}
.news_box .news_right .news_right_search {
  display: flex;
  align-items: center;
  height: 84px;
  background: #fff;
  padding: 0 20px;
  margin-top: 19px;
}
.news_box .news_right .input-group .form-control {
  width: 80%;
  margin-right: 2px;
}
.news_box .news_right .input-group button {
  background: #076ac9;
  border: none;
  width: 60px;
  color: #fff;
  font-size: 14px;
}
.news_right_bottom {
  background-color: #fff;
  margin-top: 19px;
  margin-bottom: 19px;
  padding: 15px 30px;
}
.news_right_bottom > div {
  font-size: 17px;
  color: #000;
  font-weight: bold;
  display: flex;
}
.news_right_bottom > div span {
  display: inline-block;
  width: 4px;
  height: 21px;
  line-height: 16px;
  background: #042c88;
  margin-right: 5px;
}
.news_right_bottom ul {
  margin-top: 17px;
}
.news_right_bottom ul li {
  margin-bottom: 15px;
}
.news_right_bottom ul li a {
  color: #000;
}
/* 超小屏幕 */
@media screen and (max-width: 767px) {
  .banner {
    height: 201px;
    background-image: url(/images/banner/zixunzhongxin.jpg);
    background-size: 100%;
  }
  .banner h3 {
    font-size: 20px;
  }
  .banner p {
    font-size: 12px;
  }
  .news_box .news_left .breadcrumb {
    margin-top: 0px;
    padding-top: 15px;
  }
  .news_box .news_left ul li {
    display: flex;
    padding: 20px 0;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
  }
  .news_box .news_left ul li img {
    width: 100%;
  }
  .news_box .news_left ul li > div {
    width: 100%;
    margin-top: 11px;
  }
}
