@charset "UTF-8";

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Microsoft Yahei";
  box-sizing: border-box;
  background: #d8f1ff;
}

ul,
li {
  padding: 0;
  margin: 0;
}

.primary_color {
  color: #2575eb;
}

.html_page_wrap {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  color: #333133;
  font-size: 14px;
  box-sizing: border-box;
}

.html_page_wrap a {
  text-decoration: none;
}

.html_page_wrap #service {
  display: none;
}

.html_page_wrap ul,
.html_page_wrap li {
  padding: 0;
  margin: 0;
  list-style: disc;
}

.page_top_wrap {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
}

.page_top_wrap img {
  max-width: 100%;
}

@media (max-width: 799px) {
  .page_logo {
    width: 62.5%;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
  }

  .logo_box {
    height: 50px !important;
  }
}

@media (min-width: 980px) {
  .page_logo {
    width: 62.5%;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
  }

  .logo_box {
    height: 55px;
  }
}

.logo_box img {
  height: 100%;
}

.page_content_wrap {
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
}

/* 首页 */
.index_search_wrap {
  margin: 0 auto;
  width: 700px;
  position: relative;
  display: flex;
}

.index_search_wrap input {
  border: 1px solid #34b7ff;
  border-radius: 8px 0 0 8px;
  border-right: 0;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0 10px;
  flex: 1;
  font-size: 16px;
}

.index_search_wrap input:focus {
  outline: none;
}

.index_search_wrap button {
  width: 110px;
  height: 50px;
  background: #2575eb url(./../images/3.png) no-repeat 12px center;
  background-size: 20px 20px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  left: -8px;
  padding-left: 42px;
  text-align: left;
}

.index_title_wrap {
  width: 100%;
  height: 40px;
  display: flex;
  border-bottom: 1px solid #c3d8e7;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.index_title_text {
  border-bottom: 3px solid #2575eb;
  font-size: 22px;
  height: 30px;
  line-height: 100%;
  color: #333;
  font-weight: 600;
  position: relative;
  top: 3px;
}

.index_common_wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  align-items: start;
}

.index_common_item {
  padding: 15px;
  background: #fff;
  box-sizing: border-box;
  font-size: 16px;
  color: #696969;
  line-height: 200%;
  cursor: pointer;
  margin-top: 30px;
  height: 220px;
  overflow: hidden;
}

.index_common_title {
  font-size: 18px;
  color: #0477e6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  word-break: break-all;
  font-weight: bold;
  border-bottom: 1px dashed #c3d8e7;
}

.index_common_title a {
  color: #0477e6;
}

.index_common_title a:hover {
  color: #2575eb;
}

.index_common_title img {
  padding-right: 15px;
}

.index_common_content {
  margin-top: 15px;
}

.index_module_wrap {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index_module_item {
  width: 47.5%;
  min-height: 192px;
  overflow: hidden;
  margin-top: 20px;
}

.index_module_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}

.index_module_title_text {
  border-bottom: 3px solid #2575eb;
  font-size: 22px;
  height: 36px;
  line-height: 36px;
  color: #333;
  font-weight: 600;
}

.index_module_more {
  cursor: pointer;
}

.index_module_more a {
  color: #333133;
}

.index_module_more a:hover {
  color: #000;
}

.index_module_wrap ul,
.index_module_wrap li {
  list-style: inside;
  width: 100%;
}

.index_news_list li {
  margin: 12px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  list-style: disc inside !important;
  float: none;
  display: list-item;
  font-size: 16px;
}

.index_news_list li a {
  color: #333133;
}

.index_news_list li a:hover {
  color: #000;
}

.index_quick_link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 !important;
}

.index_quick_link li {
  list-style: none;
  position: relative;
  cursor: pointer;
  width: 32%;
}

.index_quick_link li img {
  max-width: 100%;
}

.index_quick_title {
  font-size: 36px;
  color: #0477e6;
  position: absolute;
  left: 40px;
  top: 40px;
  font-weight: 600;
}

.index_quick_line {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 4px;
  background: #0477e6;
  border-radius: 2px;
  left: 0;
  top: 70px;
}

.title_green {
  color: #1e8025;
}

.title_orange {
  color: #d67415;
}

.line_green {
  background: #1e8025;
}

.line_orange {
  background: #d67415;
}

/* 列表页 */
.list_links {
  list-style: none;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, #62c4ff, #c2eaff);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* flex-wrap: wrap; */
  padding-left: 25px;
  box-sizing: border-box;
  overflow: hidden;
}

.list_links li {
  list-style: none;
  margin: 0 30px;
  cursor: pointer;
  white-space: nowrap;
  padding: 5px 0;
}

.list_links li a {
  color: #0c4777;
}

.list_links li a:hover {
  color: #2575eb;
}

.list_content {
  width: 100%;
  position: relative;
}

.list_title {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #c3d8e7;
  padding-top: 30px;
}

.news_list_type {
  padding: 20px 0 !important;
}

.news_list_type ul {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.news_list_type li {
  list-style: disc outside !important;
}

.news_list_type li {
  margin-bottom: 12px !important;
  cursor: pointer;
  float: none;

  font-size: 16px;
  display: list-item;
  margin-left: 20px;
  box-sizing: border-box;
}

.news_list_type li:nth-child(5n) {
  border-bottom: 1px dashed #c3d8e7;
  padding-bottom: 20px;
  margin-bottom: 20px !important;
}

.news_list_type:last-child {
  border-bottom: none;
}

.news_list_type .item a {
  color: #333133;
}

.news_list_type .item a:hover {
  color: #000;
}

.detail_crumbs_wrap {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #c3d8e7;
  background: url(./../images/8.png) no-repeat 0 center;
  background-size: auto;
  padding-left: 30px;
  color: #555;
  font-size: 16px;
}

.detail_crumbs_gap {
  padding: 0 8px
}

.detail_title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(to right, #a0d8fd, #d8f1ff);
  margin-top: 30px;
  font-size: 16px;
}

.detail_title_text {
  display: inline-block;
  color: #fff;
  background: #2575eb;
  padding: 0 20px;
}

.question_list_item {
  width: 100%;
  position: relative;
  padding: 12px 15px;
  box-sizing: border-box;
}

.question_list_item .text {
  word-break: break-all;
  line-height: 150%;
}

.question_item_q,
.question_item_a {
  margin-top: 30px;
  display: inline-block;
  position: relative;
  padding: 10px 15px;
  box-sizing: border-box;
}

.question_item_q {
  background: #fff;
  max-width: 80%;
  border-radius: 8px 8px 0 8px;
}

.question_item_a {
  width: 80%;
  background: #2575eb;
  border-radius: 8px 8px 8px 0px;
  color: #fff;
  position: relative;
}

.question_item_q_icon,
.question_item_a_icon {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
}

.question_item_q_icon {
  left: 0px;
  top: 0px;
  transform: translate(-50%, -65%);
  background: url(./../images/9.png) no-repeat 0 0;
  background-size: contain;
}

.question_item_a_icon {
  right: 0px;
  top: 0px;
  transform: translate(50%, -65%);
  background: url(./../images/10.png) no-repeat 0 0;
  background-size: contain;
}

.question_item_a_box {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.question_item_a_time {
  position: absolute;
  right: 20px;
  top: -20px;
  font-size: 12px;
  color: #646464;
  width: 100%;
  height: 20px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}

.question_item_a_from {
  padding-left: 10px;
}

.question_item_policy {
  width: 80%;
}