body {
  background-color: #f9fbff;
}
.integrity_header {
  height: 705;
  background: url(../images/integrity_bg_header.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 67px;
}
.integrity_header .integrity_header_title {
  margin-top: 99px;
}
.integrity_header .integrity_header_title img {
  width: 95%;
}
.integrity_header .integrity_header_desc {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  margin-top: 105px;
}
.pub_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #015293;
  font-weight: 700;
  background: url(../images/integrity_bg_title.png) no-repeat;
  background-size: 100% 27px;
  background-position: bottom;
}
.news {
  margin-top: 72px;
}
.news .news_main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 80px;
}
.news .news_main .news_left {
  width: 100%;
  height: 390px;
  border-radius: 4px;
  border: 5px solid #ffa405;
  z-index: 999;
}
.news .news_main .news_left .swiper {
  width: 100%;
  height: 100%;
}
.news .news_main .news_left .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.news .news_main .news_left .swiper .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.news .news_main .news_left .swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.news .news_main .news_left .swiper .swiper-slide a .mask {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(2, 57, 144, 0.5);
  font-size: 18px;
  color: #fff;
  padding: 0 25px;
}
.news .news_main .news_left .swiper .swiper-news-pagination {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  padding-right: 25px;
}
.news .news_main .news_left .swiper .swiper-news-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #fff;
  opacity: 1;
}
.news .news_main .news_left .swiper .swiper-news-pagination .swiper-pagination-bullet-active {
  background-color: #85b5ff;
}
.news .news_main .news_right {
  width: 100%;
  height: auto;
  background-color: #fff;
  margin-left: 0;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  margin-top: 20px;
  padding-bottom: 30px;
}
.news .news_main .news_right .list li {
  position: relative;
  line-height: 60px;
  padding-left: 26px;
}
.news .news_main .news_right .list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 12px;
  background: url(../images/integrity_icon_li.png) no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.news .news_main .news_right .list li a {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #333;
}
.news .news_main .news_right .list li a .date {
  font-size: 18px;
  color: #999;
}
.news .news_main .news_right .list li a:hover {
  color: #015293;
}
.news .news_main .news_right .list li a:hover .date {
  color: #015293;
}
.policy {
  margin-top: 72px;
}
.policy .policy_main {
  background-color: #fff;
  padding: 30px;
  margin-top: 30px;
}
.policy .policy_main .policy_slide .hd {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}
.policy .policy_main .policy_slide .hd ul {
  display: flex;
  gap: 16px;
}
.policy .policy_main .policy_slide .hd li {
  padding: 10px 32px;
  font-size: 18px;
  color: #333;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.policy .policy_main .policy_slide .hd li.on {
  color: #fff;
  background-color: #015293;
  border-color: #015293;
}
.policy .policy_main .policy_slide .hd li:hover:not(.on) {
  color: #015293;
  border-color: #015293;
}
.policy .policy_main .policy_slide .bd .policy_panel {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.policy .policy_main .policy_slide .bd .policy_panel .policy_col {
  flex: 1;
}
.policy .policy_main .policy_slide .bd .policy_panel .policy_col ul {
  position: relative;
  padding-left: 18px;
}
.policy .policy_main .policy_slide .bd .policy_panel .policy_col ul::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background-color: #7dafd0;
}
.policy .policy_main .policy_slide .bd .policy_panel .policy_col ul li {
  position: relative;
  line-height: 24px;
  padding-left: 22px;
  margin-bottom: 28px;
}
.policy .policy_main .policy_slide .bd .policy_panel .policy_col ul li:last-child {
  margin-bottom: 0;
}
.policy .policy_main .policy_slide .bd .policy_panel .policy_col ul li::before {
  content: '';
  position: absolute;
  left: -18px;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #7dafd0;
  background-color: #fff;
  box-sizing: border-box;
}
.policy .policy_main .policy_slide .bd .policy_panel .policy_col ul li a {
  display: block;
  font-size: 20px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 420px;
}
.policy .policy_main .policy_slide .bd .policy_panel .policy_col ul li a:hover {
  color: #015293;
}
.policy .policy_main .policy_slide .bd .policy_panel .policy_col ul li span.date {
  display: block;
  font-size: 18px;
  color: #999;
  margin-top: 6px;
}
.work {
  margin-top: 72px;
}
.work .work_main {
  margin-top: 42px;
  padding: 30px 40px;
  background-color: #fcfeff;
  border: 1px solid #d3e2ff;
}
.work .work_main .work_list_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.work .work_main .work_list_wrap .work_col {
  flex: none;
  width: 100%;
}
.work .work_main .work_list_wrap .work_col:not(:last-child) {
  position: relative;
  padding-right: 0px;
}
.work .work_main .work_list_wrap .work_col:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background-color: transparent;
}
.work .work_main .work_list_wrap .work_col ul li {
  position: relative;
  padding-left: 26px;
  line-height: 56px;
}
.work .work_main .work_list_wrap .work_col ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 12px;
  background: url(../images/integrity_icon_li.png) no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.work .work_main .work_list_wrap .work_col ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  color: #333;
}
.work .work_main .work_list_wrap .work_col ul li a:hover {
  color: #015293;
}
.work .work_main .work_list_wrap .work_col ul li a .date {
  font-size: 18px;
  color: #999;
  margin-left: auto;
}
.notice {
  margin-top: 72px;
}
.notice .notice_main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 42px;
}
.notice .notice_main .notice_left {
  width: 100%;
}
.notice .notice_main .notice_left .notice_head {
  display: flex;
  height: 84px;
}
.notice .notice_main .notice_left .notice_head li {
  width: 50%;
  height: 100%;
  background-color: #f1faff;
}
.notice .notice_main .notice_left .notice_head li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 26px;
  color: #015293;
}
.notice .notice_main .notice_left .notice_head li.on {
  background-color: #015293;
}
.notice .notice_main .notice_left .notice_head li.on a {
  color: #fff;
}
.notice .notice_main .notice_left .list_table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cce0ff;
}
.notice .notice_main .notice_left .list_table thead th {
  background-color: #ffffff;
  color: #0066cc;
  /* 表头文字蓝色 */
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 12px 8px;
  border: 1px solid #cce0ff;
}
.notice .notice_main .notice_left .list_table tbody td {
  font-size: 20px;
  color: #333333;
  text-align: center;
  padding: 12px 8px;
  border: 1px solid #cce0ff;
}
.notice .notice_main .notice_left .list_table tbody td a {
  color: #333;
}
.notice .notice_main .notice_left .list_table tbody td a:hover {
  color: #015293;
}
.notice .notice_main .notice_left .list_table td:first-child,
.notice .notice_main .notice_left .list_table th:first-child {
  width: 10%;
}
.notice .notice_main .notice_left .list_table td:last-child,
.notice .notice_main .notice_left .list_table th:last-child {
  width: 20%;
}
.notice .notice_main .notice_right {
  width: 100%;
  margin-top: 30px;
}
.notice .notice_main .notice_right .notice_other {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.notice .notice_main .notice_right .notice_other li {
  width: 48%;
  height: 79px;
  background: url(../images/integrity_bg_xygs.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 30px;
  transition: all 0.3s;
}
.notice .notice_main .notice_right .notice_other li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
  color: #333;
}
.notice .notice_main .notice_right .notice_other li:hover {
  transform: translateY(-5px);
}
.notice .notice_main .notice_right .notice_other li:hover a {
  color: #015293;
}
.notice .notice_main .notice_right .link {
  width: 100%;
  height: 140px;
}
.notice .notice_main .notice_right .link img {
  display: block;
  width: 100%;
  height: 100%;
}
.knowledge {
  margin-top: 72px;
  margin-bottom: 80px;
}
.knowledge .knowledge_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 45px;
}
.knowledge .knowledge_list li {
  position: relative;
  width: 100%;
  line-height: 60px;
  padding-left: 26px;
}
.knowledge .knowledge_list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 12px;
  background: url(../images/integrity_icon_li.png) no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.knowledge .knowledge_list li a {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #333;
}
.knowledge .knowledge_list li a .date {
  font-size: 18px;
  color: #999;
}
.knowledge .knowledge_list li a:hover {
  color: #015293;
}
.knowledge .knowledge_list li a:hover .date {
  color: #015293;
}
