@font-face {
  font-family: "PingFang SC";
  src: url("../foot/PingFang sc Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/* 内容 */
.main {
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: 1000px;
}

.main_bg {
  background: linear-gradient(180deg,
      rgba(216, 22, 22, 0.1) 0%,
      rgba(216, 22, 22, 0) 61%);
}

.main .main_type {
  margin-top: 30px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 30px;
}

/*  */
.main_type .main_nav {
  width: 120px;
  height: auto;
  border-radius: 8px;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #ebeef5;
  box-shadow: 0px 0px 20px 0px rgba(72, 90, 117, 0.1);
}

.main_nav.nav-fixed {
  position: fixed;
  top: 20px;
  z-index: 999;
}

.main_nav .nav_all {
  height: 55px;
  color: #08112c;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 55px;
  border-bottom: 1px solid #dee2eb;
}

.main_nav ul {
  padding: 5px;
}

.main_nav ul li {
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  background: rgba(216, 22, 22, 0);
  box-sizing: border-box;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 8px;
}

.main_nav ul li a {
  color: #08112c;
  /*  */
  display: block;
  width: 100%;
  height: 100%;
}

.main_nav ul li.active {
  background: rgba(216, 22, 22, 0.05);
  border: 1px solid #d81616;
  font-weight: 600;
}

.main_nav ul li.active a {
  color: #d81616;
}

.main_nav ul li:hover {
  background: rgba(216, 22, 22, 0.05);
  border: 1px solid #d81616;
  font-weight: 600;
}

.main_nav ul li:hover a {
  color: #d81616;
}

.main_nav .nav_more {
  height: 55px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 55px;
  border-top: 1px solid #dee2eb;
}

.nav_more a {
  color: #08112c;
  /*  */
  display: block;
  width: 100%;
  height: 100%;
}

.main_nav .nav_more:hover a {
  color: #d81616;
}

/*  */
.main_type .main_info {
  width: 700px;
  height: auto;
  overflow: hidden;
}

.main_info .info_page1 {
  width: 100%;
  height: 420px;
  border-radius: 8px;
  background: #ffffff;
}

.info_page1 .info_page1_nav {
  width: 100%;
  height: auto;
  padding: 12px;
  overflow: auto;
  white-space: nowrap;
}

.info_page1_nav .info_page1_nav_btn {
  width: 96px;
  height: 32px;
  display: inline-block;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 32px;
  margin-right: 12px;
}

.info_page1_nav .info_page1_nav_btn:last-child {
  margin-right: 0;
}

.info_page1_nav .info_page1_nav_btn a {
  color: #08112c;
  /*  */
  display: block;
  width: 100%;
  height: 100%;
}

.info_page1_nav .info_page1_nav_btn.active {
  background: #d81616;
}

.info_page1_nav .info_page1_nav_btn.active a {
  color: #ffffff;
}

.info_page1_nav .info_page1_nav_btn:hover {
  background: #d81616;
}

.info_page1_nav .info_page1_nav_btn:hover a {
  color: #ffffff;
}

.info_page1 .info_page1_type {
  padding: 12px;
  justify-content: space-between;
}

.info_page1_type .info_page1_type_left {
  width: 360px;
}

.info_page1_type_left .info_page1_type_img {
  border-radius: 10px;
  width: 100%;
  height: 270px;
  overflow: hidden;
  position: relative;
}

.info_page1_type_left .page1_img_title {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.page1_img_title p {
  padding-top: 60px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.page1_img_title p:hover {
  color: #d81616;
}

.info_page1_type .info_page1_type_right {
  width: 300px;
}

.info_page1_type_list {
  width: 100%;
  height: 58px;
  margin-bottom: 10px;
}

.info_page1_type_list .info_page1_type_title {
  font-size: 16px;
  font-weight: 600;
  color: #08112c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info_page1_type_item {
  line-height: 26px;
}

.info_page1_type_item .info_page1_type_read {
  font-size: 13px;
  font-weight: normal;
  color: #7c849c;
}

.info_page1_type_item .info_page1_type_time {
  padding-left: 15px;
  font-size: 13px;
  font-weight: normal;
  color: #7c849c;
}

.info_page1_type_list:hover .info_page1_type_title {
  color: #d81616;
}

.border {
  border-width: 0px 0px 0.5px 0px;
  border-style: solid;
  border-color: #dee2eb;
}

.info_page2 {
  width: 100%;
  height: 140px;
  border-radius: 8px;
  overflow: hidden;
}

.info_page3 {}

.info_page3 .info_page3_nav {
  width: 100%;
  height: auto;
  padding: 12px;
  overflow: auto;
  white-space: nowrap;
}

.info_page3_nav .info_page3_nav_btn {
  width: 96px;
  height: 32px;
  display: inline-block;
  border-radius: 18px;
  border: 1px solid #dee2eb;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 32px;
  margin-right: 12px;
}

.info_page3_nav .info_page3_nav_btn:last-child {
  margin-right: 0;
}

.info_page3_nav .info_page3_nav_btn a {
  color: #485a75;
  /*  */
  display: block;
  width: 100%;
  height: 100%;
}

.info_page3_nav .info_page3_nav_btn.active {
  background: #d81616;
  border: 1px solid #d81616;
}

.info_page3_nav .info_page3_nav_btn.active a {
  color: #ffffff;
}

.info_page3_nav .info_page3_nav_btn:hover {
  background: #d81616;
  border: 1px solid #d81616;
}

.info_page3_nav .info_page3_nav_btn:hover a {
  color: #ffffff;
}

.info_page4 {
  width: 100%;
  height: auto;
}

.info_page4 .info_page4_list {
  padding: 0 12px;
}

.info_page4 .info_page4_list a {
  justify-content: space-between;
  padding: 20px 0;
}

.info_page4_img {
  width: 160px;
  height: 120px;
}

.info_page4_type {
  width: calc(100% - 190px);
}

.info_page4_title {
  font-size: 18px;
  font-weight: 600;
  color: #08112c;
  line-height: 26px;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.info_page4_info {
  margin-top: 25px;
  align-items: center;
}

.info_page4_cate {
  color: #d81616;
  font-size: 15px;
  font-weight: normal;
  padding: 5px 10px;
  border-radius: 3px;
  background: rgba(216, 22, 22, 0.07);
}

.info_page4_read {
  font-size: 15px;
  font-weight: normal;
  color: #7c849c;
  margin-left: 15px;
}

.info_page4_time {
  font-size: 15px;
  font-weight: normal;
  color: #7c849c;
  margin-left: 15px;
}

.info_page4 .info_page4_list:hover a .info_page4_type .info_page4_title {
  color: #d81616;
}

/*  */
.main_type .main_item {
  width: 300px;
  height: auto;
}

.main_item .item_page1 {
  width: 100%;
  height: 168px;
  margin-bottom: 20px;
}

.main_item .item_page2 {
  width: 100%;
  height: auto;
}

.item_page2 .item_page2_type {
  width: 100%;
}

.item_page2_type .item_page2_title1 {
  width: 50px;
  height: 28px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  border-radius: 3px;
  background: #d81616;
}

.item_page2_type .item_page2_title2 {
  width: 50px;
  height: 28px;
  font-size: 20px;
  font-weight: 600;
  color: #08112c;
  text-align: center;
  line-height: 28px;
}

.item_page3 {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0px 0px;
  background: #ffffff;
  box-sizing: border-box;
}

.item_page3 .item_page3_list {
  height: 45px;
  padding: 0 5px;
  justify-content: space-between;
  align-items: center;
  border-width: 0px 0px 0.5px 0px;
  border-style: solid;
  border-color: #dee2eb;
}

.item_page3_list .item_page3_key {
  width: 20px;
  height: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  letter-spacing: normal;
  color: #7c849c;
}

.item_page3_list .item_page3_title {
  width: calc(100% - 30px);
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  font-weight: normal;
  color: #08112c;
}

.item_page3_list .item_page3_title a {
  color: #08112c;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item_page3_list:hover .item_page3_title a {
  color: #d81616;
}

/* 侧边标题 */
.item_page4 {
  width: 100%;
}

.item_page_type {
  height: 26px;
  justify-content: space-between;
  align-items: center;
}

.item_page_title {
  font-size: 20px;
  font-weight: 600;
  color: #08112c;
  line-height: 26px;
}

.item_page_title::before {
  content: " ";
  display: block;
  width: 4px;
  height: 26px;
  border-radius: 3px;
  background: #d81616;
  margin-right: 5px;
}

.item_page_more {
  font-size: 15px;
  line-height: 26px;
  font-weight: normal;
  color: #08112c;
  align-items: center;
}

.item_page_more::after {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/item_page_more.png);
  background-size: 100% 100%;
  margin-left: 2px;
}

.item_page_more1 {
  font-size: 15px;
  line-height: 26px;
  font-weight: normal;
  color: #08112c;
  align-items: center;
  cursor: pointer;
}

.item_page_more1::after {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/item_page_more1.png);
  background-size: 100% 100%;
  margin-left: 2px;
}

.guide_list_wrap {
  width: 100%;
  margin-top: 10px;
}

.guide_list {
  height: 40px;
  line-height: 40px;
  border-bottom: 0.5px solid #dee2eb;
}

.guide_list a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #08112c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guide_list:hover a {
  color: #d81616;
}

.item_line {
  border-width: 0px 0px 0.5px 0px;
  border-style: solid;
  border-color: #dee2eb;
}

/* item_page5 */
.item_page5 {
  width: 100%;
  height: auto;
}

.item_page5_list {
  margin-top: 16px;
  border-radius: 8px;
  background: #ffffff;
  box-sizing: border-box;
  border: 0.5px solid #dee2eb;
}

.item_page5_list .item_page5_img {
  width: 100%;
  height: 168px;
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
}

.item_page5_list .item_page5_type {
  padding: 0 12px;
  height: 58px;
  justify-content: space-between;
}

.item_page5_type .item_page5_type_name {
  font-size: 16px;
  font-weight: 600;
  color: #08112c;
  line-height: 58px;
}

.item_page5_type .item_page5_type_phone {
  height: 58px;
  justify-content: space-between;
  align-items: center;
}

.item_page5_type_phone .type_phone_icon {
  height: 20px;
  width: 20px;
}

.item_page5_type_phone .type_phone_name {
  font-size: 16px;
  font-weight: 600;
  color: #08112c;
  padding-left: 5px;
}

/* item_page6 */
.item_page6 {
  width: 100%;
  height: auto;
  display: grid;
  gap: 12px 12px;
  grid-template-columns: repeat(3, 1fr);
}

.item_page6 .item_page6_list {
  width: 92px;
  height: 89px;
  border-radius: 8px;
  background: #f5f7fb;
}

.item_page6_list .item_page6_img {
  width: 32px;
  height: 32px;
  margin: 16px auto 8px;
}

.item_page6_list .item_page6_title {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #08112c;
}

/* item_page7 */
.item_page7 {
  width: 100%;
  height: auto;
  display: grid;
  gap: 10px 10px;
  grid-template-columns: repeat(3, 1fr);
}

.item_page7 .item_page7_list {
  width: 93px;
  height: 26px;
  border-radius: 4px;
  background: rgba(41, 87, 155, 0.05);
}

.item_page7_list .item_page7_title {
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  text-align: center;
  color: #08112c;
}

/* item_page8 */
.item_page8 {
  width: 100%;
  height: auto;
}

.item_page8_contact {
  width: 100%;
  height: 26px;
  justify-content: space-between;
  align-items: center;
}

.item_page8_name {
  width: 115px;
  line-height: 26px;
  font-size: 18px;
  font-weight: 600;
  align-items: center;
  color: #08112c;
}

.item_page8_phone_img {
  width: 24px;
  height: 24px;
}

.item_page8_phone_name {
  width: 150px;
  font-size: 20px;
  font-weight: normal;
  line-height: 26px;
  color: #08112c;
}

.item_page8_adderss_title {
  font-size: 15px;
  font-weight: 600;
  color: #7c849c;
}

.item_page8_adderss_name {
  font-size: 15px;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  /* 文字色/辅助说明 */
  color: #7c849c;
}

/* 内页 */
.main_con_left {
  width: 860px;
}

.breadcrumb {
  width: 100%;
}

.breadcrumb a {
  /* 四级文字 14px 常规 行高18px； */
  font-family: PingFang SC;
  font-size: 14px;
  color: #08112c;
}

.breadcrumb a:hover {
  color: #d81616;
}

.breadcrumb span {
  font-family: PingFang SC;
  font-size: 14px;
  color: #08112c;
}

.page_news_title {
  font-family: PingFang SC;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  /* 文字色/主要文字 */
  color: #08112c;
  margin-top: 25px;
}

.page_news_attribute {
  font-family: PingFang SC;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  /* 文字色/主要文字 */
  color: #08112c;
}

.page_news_attribute span {
  padding-right: 50px;
}

.page_news_type {
  justify-content: space-between;
}

.page_news_code {
  width: 130px;
  height: auto;
}

.page_news_code_img {
  width: 130px;
  height: 130px;
}

.page_news_code_name {
  /* 二级文字 16px  加粗 行高22px； */
  font-family: "PingFang SC";
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  letter-spacing: normal;
  /* 文字色/次要文字 */
  color: #485a75;
}

.page_news_con {
  width: 700px;
  height: auto;
}

.page_news_details {
  width: 100%;
  height: auto;
  min-height: 400px;
}

.page_news_con_source {
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 600;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  /* 文字色/主要文字 */
  color: #08112c;
}

.page_news_adimg {
  width: 100%;
  height: 140px;
  border-radius: 8px;
  overflow: hidden;
}

/* 精华资讯 */

.real_time_info .real_time_info_list a {
  justify-content: space-between;
  padding: 15px 0;
}

.real_time_info_img {
  width: 88px;
  height: 66px;
}

.real_time_info_type {
  width: calc(100% - 100px);
}

.real_time_info_title {
  font-size: 15px;
  font-weight: 600;
  color: #08112c;
  line-height: 22px;
  height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.real_time_infos {
  align-items: center;
}

.real_time_info_read {
  font-size: 13px;
  font-weight: normal;
  color: #7c849c;
}

.real_time_info_time {
  font-size: 13px;
  font-weight: normal;
  color: #7c849c;
  margin-left: 15px;
}

.real_time_info .real_time_info_list:hover a .real_time_info_type .real_time_info_title {
  color: #d81616;
}


.problem {
  width: 100%;
  height: auto;
}

.problem_list {
  height: auto;
}

.problem_list a {
  align-items: center;
  padding: 15px 0;
}

.problem_img {
  width: 20px;
  height: 20px;
}

.problem_title {
  padding-left: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #08112C;
}

.mianze {
  height: auto;
  border-radius: 8px;
  /* 通用色/背景5% */
  background: rgba(41, 87, 155, 0.05);
  padding: 20px 16px;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
  /* 文字色/主要文字 */
  color: #08112C;
}

/* 手机端 */
@media (max-width: 992px) {
  .main_type .main_nav {
    display: none;
  }

  .main_type .main_item {
    display: none;
  }

  .main_type .main_info {
    width: 100%;
  }

  .main_info .info_page1 {
    height: auto;
  }

  .info_page1_type .info_page1_type_left {
    width: 100%;
  }

  .info_page1_type .info_page1_type_right {
    width: 100%;
  }

  .info_page1_type_left .info_page1_type_img {
    width: 100%;
  }

  .info_page2 {
    height: auto;
  }

  .info_page4 .info_page4_list {
    padding: 0 5px;
  }

  .info_page4_img {
    width: 88px;
    height: 66px;
  }

  .info_page4_type {
    width: calc(100% - 105px);
  }

  .info_page4_title {
    font-size: 16px;
    line-height: 24px;
  }

  .info_page4_info {
    margin-top: 2px;
  }

  /*  */
  .main_con_left {
    width: 100%;
  }

  .page_news_title {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-top: 15px;
  }

  .page_news_attribute {
    text-align: center;
  }

  .page_news_attribute span {
    padding-right: 12px;
  }

  .page_news_code {
    display: none;
  }

  .page_news_adimg {
    height: auto;
  }
}