html {
  position: relative;
  overflow-y: auto;
}
body {
  width: 100%;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}
:root {
  overflow-y: auto;
  overflow-x: hidden;
}
:root body {
  position: absolute;
}
.overhidden {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.swiper-btn {
  position: absolute;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100px;
  line-height: 100px;
  z-index: 1;
  cursor: pointer;
  outline: none;
  transition: all 0.4s;
  color: #5492dc;
}
.swiper-btn span {
  font-size: 30px;
  color: #fff;
}
.swiper-btn:hover {
  background: #c9d3cd;
}
.space-over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.space-list-over {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.space-p-over {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.block-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.container {
  width: 75rem;
  margin: 0 auto;
}
.inner-header-icon {
  display: block;
  color: #c7c7c7;
  height: 3.625rem;
  font-size: 1.563rem;
  text-align: center;
  float: right;
  width: 3.125rem;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 3;
  transform: scale(1.3);
  /*第一条线旋转动画*/
  /*第二条线淡入淡出动画动画*/
  /*第三条线旋转动画*/
}
.inner-header-icon:hover {
  cursor: pointer;
}
.inner-header-icon span {
  position: absolute;
  left: calc((100% - 1.563rem) / 2);
  top: calc((100% - 2px) / 2);
  width: 1.563rem;
  height: 2px;
  background-color: #5492dc;
}
.inner-header-icon span:nth-child(1) {
  transform: translateY(0.625rem) rotate(0deg);
}
.inner-header-icon span:nth-child(2) {
  opacity: 0;
}
.inner-header-icon span:nth-child(3) {
  transform: translateY(-0.625rem) rotate(0deg);
}
.inner-header-icon-click span {
  background: #011d49;
}
.inner-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.inner-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}
.inner-header-icon-click span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickthird;
}
@keyframes clickfirst {
  0% {
    transform: translateY(0.625rem) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes clicksecond {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes clickthird {
  0% {
    transform: translateY(-0.625rem) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
.inner-header-icon-out span {
  background: #c7c7c7;
}
.inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
.inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
.inner-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-0.625rem) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(0.625rem) rotate(0deg);
  }
}
.common_banner {
  width: 100%;
  height: 31.25rem;
}
.common_banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common_banner_M {
  display: none;
}
.common_detail_pagebtn {
  padding: 0 0 3.75rem;
}
.common_detail_pagebtn a {
  display: flex;
  max-width: 40%;
  font-size: 1rem;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.common_detail_pagebtn a:hover {
  color: #5492dc;
}
.common_detail_pagebtn a:first-child {
  margin-bottom: 0.875rem;
}
.index_header {
  position: relative;
}
.index_header_nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.375rem;
  background-color: rgba(194, 0, 0, 0.7);
}
.index_header_nav .container {
  height: 100%;
}
.index_header_nav ul {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.index_header_nav ul li {
  height: 100%;
}
.index_header_nav ul li > a {
  display: block;
  height: 100%;
  line-height: 4.375rem;
  font-size: 1.125rem;
  color: #fff;
}
.index_header_nav ul li > a:hover {
  font-weight: bold;
}
.index_common_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.375rem;
  background-color: #5492dc;
}
.index_common_title h3 {
  position: relative;
  font-size: 1.25rem;
  color: #fff;
  padding-left: 3.5rem;
}
.index_common_title h3::before {
  content: '';
  display: block;
  width: 0.5rem;
  height: 1.5rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 1.875rem;
  transform: translateY(-50%);
}
.index_common_title .more {
  font-size: 0.875rem;
  color: #fff;
  margin-right: 1.375rem;
}
.index_common_title_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.375rem;
  background-color: none;
  box-sizing: border-box;
  border-bottom: 1px solid #bbb;
}
.index_common_title_right h3 {
  position: relative;
  font-size: 1.25rem;
  color: #333;
  padding-left: 3.5rem;
}
.index_common_title_right h3::before {
  content: '';
  display: block;
  width: 0.5rem;
  height: 1.5rem;
  background-color: #5492dc;
  position: absolute;
  top: 50%;
  left: 1.875rem;
  transform: translateY(-50%);
}
.index_common_title_right .more {
  font-size: 0.875rem;
  color: #bcbcbc;
  margin-right: 1.375rem;
}
.index_common_title_right .more:hover {
  color: #5492dc;
}
.index_mod1 {
  display: flex;
  justify-content: space-between;
  padding-top: 2.5rem;
}
.index_mod1_l {
  width: 72.5%;
}
.index_mod1_l .focal {
  position: relative;
  width: 100%;
  margin-bottom: 0.625rem;
}
.index_mod1_l .focal_content {
  width: 100%;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  padding: 1.875rem 0;
  box-sizing: border-box;
}
.index_mod1_l .focal_content_swiper {
  width: 69%;
  height: 23.125rem;
  margin: 0 auto;
}
.index_mod1_l .focal_content_swiper .swiper-slide-img {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_mod1_l .focal_content_swiper .swiper-slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_mod1_l .focal_content_swiper .swiper-slide-img .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.125rem;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  padding: 0 2rem;
}
.index_mod1_l .focal_content_swiper .swiper-slide-img .text i {
  font-size: 1.875rem;
  color: #fff;
  font-weight: normal;
  margin-right: 0.625rem;
}
.index_mod1_l .focal_content_swiper .swiper-slide-img .text h4 {
  font-size: 1.125rem;
  color: #fff;
}
.index_mod1_l .focal_content .swiper-button-next {
  margin: 0;
  right: 3.5rem;
  color: #444;
}
.index_mod1_l .focal_content .swiper-button-next:hover {
  color: #5492dc;
}
.index_mod1_l .focal_content .swiper-button-prev {
  margin: 0;
  left: 3.5rem;
  color: #444;
}
.index_mod1_l .focal_content .swiper-button-prev:hover {
  color: #5492dc;
}
.index_mod1_l .knowledge {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.625rem;
}
.index_mod1_l .knowledge_list {
  width: 49.5%;
}
.index_mod1_l .knowledge_list_content {
  padding: 0.5rem 3.125rem;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
}
.index_mod1_l .knowledge_list_content .item {
  position: relative;
  height: 2rem;
}
.index_mod1_l .knowledge_list_content .item a {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 2rem;
  color: #333;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_mod1_l .knowledge_list_content .item::before {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.75rem;
  background: url("../images/sanjiao.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -1.875rem;
  transform: translateY(-50%);
}
.index_mod1_l .knowledge_list_content .item:hover > a {
  color: #5492dc;
}
.index_mod1_r {
  width: 26.7%;
}
.index_mod1_r .search {
  box-sizing: border-box;
  border: 1px solid #bbb;
  margin-bottom: 0.625rem;
}
.index_mod1_r .search_form {
  padding: 3.5rem 2.125rem 2.5rem;
  width: 100%;
}
.index_mod1_r .search_form form {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.index_mod1_r .search_form form input {
  display: block;
  width: 100%;
  height: 3.125rem;
  border: 1px solid #bbb;
  box-sizing: border-box;
  margin-bottom: 1.25rem;
  padding: 0 1.125rem;
  font-size: 1rem;
  color: #333;
}
.index_mod1_r .search_form form input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.875rem;
  color: #bcbcbc;
}
.index_mod1_r .search_form form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.875rem;
  color: #bcbcbc;
}
.index_mod1_r .search_form form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.875rem;
  color: #bcbcbc;
}
.index_mod1_r .search_form form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.875rem;
  color: #bcbcbc;
}
.index_mod1_r .search_form form .item {
  display: flex;
  justify-content: center;
}
.index_mod1_r .search_form form .item button {
  width: 5.375rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
  color: #fff;
  background-color: #5492dc;
  text-align: center;
  outline: none;
  border: none;
}
.index_mod1_r .search_form form .item button:hover {
  cursor: pointer;
  background-color: #073f81;
}
.index_mod1_r .search_form form .item button:first-child {
  margin-right: 1.25rem;
}
.index_mod1_r .policy {
  box-sizing: border-box;
  border: 1px solid #bbb;
  margin-bottom: 0.625rem;
}
.index_mod1_r .policy_content {
  padding: 1.25rem 2.625rem;
}
.index_mod1_r .policy_content .item {
  position: relative;
  height: 2rem;
}
.index_mod1_r .policy_content .item a {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 2rem;
  color: #333;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_mod1_r .policy_content .item::before {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.75rem;
  background: url("../images/sanjiao.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -1.875rem;
  transform: translateY(-50%);
}
.index_mod1_r .policy_content .item:hover > a {
  color: #5492dc;
}
.index_mod2 {
  display: flex;
  justify-content: space-between;
}
.index_mod2_l {
  width: 72.5%;
}
.index_mod2_l .exam_content {
  padding: 2.5rem 1.25rem 0.75rem;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  margin-bottom: 0.625rem;
}
.index_mod2_l .exam_content_first {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #bcbcbc;
  margin-bottom: 0.75rem;
}
.index_mod2_l .exam_content_first_img {
  width: 25.43%;
  height: 7.5rem;
  overflow: hidden;
}
.index_mod2_l .exam_content_first_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.index_mod2_l .exam_content_first_text {
  width: 74.57%;
  padding-left: 2rem;
  padding-bottom: 1rem;
}
.index_mod2_l .exam_content_first_text h4 {
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 1.25rem;
}
.index_mod2_l .exam_content_first_text p {
  font-size: 0.875rem;
  color: #bcbcbc;
  line-height: 1.375rem;
  margin-bottom: 1.25rem;
}
.index_mod2_l .exam_content_first_text .desc {
  display: flex;
  justify-content: flex-end;
}
.index_mod2_l .exam_content_first_text .desc a {
  font-size: 0.875rem;
  color: #5492dc;
}
.index_mod2_l .exam_content_first:hover .exam_content_first_img img {
  transform: scale(1.05);
}
.index_mod2_l .exam_content_first:hover .exam_content_first_text h4 {
  color: #5492dc;
}
.index_mod2_l .exam_content_item {
  position: relative;
  height: 2rem;
  margin-left: 1.875rem;
}
.index_mod2_l .exam_content_item a {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 2rem;
  color: #333;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_mod2_l .exam_content_item::before {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.75rem;
  background: url("../images/sanjiao.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -1.875rem;
  transform: translateY(-50%);
}
.index_mod2_l .exam_content_item:hover > a {
  color: #5492dc;
}
.index_mod2_r {
  width: 26.7%;
}
.index_mod2_r .policy {
  box-sizing: border-box;
  border: 1px solid #bbb;
  margin-bottom: 0.625rem;
}
.index_mod2_r .policy_content {
  padding: 1.25rem 2.625rem;
}
.index_mod2_r .policy_content .item {
  position: relative;
  height: 2rem;
}
.index_mod2_r .policy_content .item a {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 2rem;
  color: #333;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_mod2_r .policy_content .item::before {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.75rem;
  background: url("../images/sanjiao.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -1.875rem;
  transform: translateY(-50%);
}
.index_mod2_r .policy_content .item:hover > a {
  color: #5492dc;
}
.index_mod3 {
  display: flex;
  justify-content: space-between;
}
.index_mod3_l {
  width: 72.5%;
}
.index_mod3_l .knowledge {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.625rem;
}
.index_mod3_l .knowledge_list {
  width: 49.5%;
}
.index_mod3_l .knowledge_list_content {
  padding: 1.875rem 1rem 1rem;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
}
.index_mod3_l .knowledge_list_content .item {
  position: relative;
  height: 2rem;
  margin-left: 1.875rem;
}
.index_mod3_l .knowledge_list_content .item a {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 2rem;
  color: #333;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_mod3_l .knowledge_list_content .item::before {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.75rem;
  background: url("../images/sanjiao.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -1.875rem;
  transform: translateY(-50%);
}
.index_mod3_l .knowledge_list_content .item:hover > a {
  color: #5492dc;
}
.index_mod3_l .knowledge_list_content .item_first {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.875rem;
  border-bottom: 1px dashed #bcbcbc;
  margin-bottom: 1rem;
}
.index_mod3_l .knowledge_list_content .item_first_img {
  width: 33.9%;
  height: 5.625rem;
  overflow: hidden;
}
.index_mod3_l .knowledge_list_content .item_first_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.index_mod3_l .knowledge_list_content .item_first_text {
  width: 66.1%;
  padding-left: 1.5rem;
}
.index_mod3_l .knowledge_list_content .item_first_text h4 {
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 0.875rem;
}
.index_mod3_l .knowledge_list_content .item_first_text p {
  font-size: 0.875rem;
  color: #bcbcbc;
  line-height: 1.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index_mod3_l .knowledge_list_content .item_first:hover .item_first_img img {
  transform: scale(1.05);
}
.index_mod3_l .knowledge_list_content .item_first:hover .item_first_text h4 {
  color: #5492dc;
}
.index_mod3_r {
  width: 26.7%;
}
.index_mod3_r .policy {
  box-sizing: border-box;
  border: 1px solid #bbb;
  margin-bottom: 0.625rem;
}
.index_mod3_r .policy_content {
  padding: 1.25rem 2.625rem;
}
.index_mod3_r .policy_content .item {
  position: relative;
  height: 2rem;
}
.index_mod3_r .policy_content .item a {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 2rem;
  color: #333;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_mod3_r .policy_content .item::before {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.75rem;
  background: url("../images/sanjiao.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -1.875rem;
  transform: translateY(-50%);
}
.index_mod3_r .policy_content .item:hover > a {
  color: #5492dc;
}
.index_mod4 {
  border: 1px solid #bcbcbc;
  margin-bottom: 1.875rem;
}
.index_mod4_content_bd {
  padding: 1.875rem;
}
.index_mod4_content_bd ul {
  display: flex;
  justify-content: space-between;
}
.index_mod4_content_bd ul li {
  width: 10.5rem;
  height: 3rem;
  box-sizing: border-box;
}
.index_mod4_content_bd ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1px;
  width: 100%;
  height: 100%;
  border: 1px solid #bcbcbc;
}
.index_mod4_content_bd ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: -1;
}
.index_mod4_content_bd ul li a:hover {
  border-color: #5492dc;
}
.index_footer {
  background: #073f81;
  padding-bottom: 3rem;
}
.index_footer_links {
  width: 100%;
  padding-top: 1.75rem;
  padding-bottom: 2.875rem;
}
.index_footer_links ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.index_footer_links ul li {
  font-size: 1rem;
  color: #fefefe;
}
.index_footer_links ul li a {
  font-size: 1rem;
  color: #fefefe;
}
.index_footer .erweima {
  width: 6.25rem;
  height: 6.25rem;
  margin-bottom: 0.875rem;
}
.index_footer .erweima img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_footer_copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_footer_copyright p {
  font-size: 1rem;
  color: #fefefe;
  line-height: 1.875rem;
}
.index_footer_copyright p a {
  color: #fefefe;
}
.list {
  padding: 2.5rem 0 1.875rem;
}
.list_content_links {
  float: left;
  width: 25%;
  border: 1px solid #bcbcbc;
}
.list_content_links .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.375rem;
  background-color: #5492dc;
}
.list_content_links .title h3 {
  position: relative;
  font-size: 1.25rem;
  color: #fff;
  padding-left: 3.5rem;
}
.list_content_links .title h3::before {
  content: '';
  display: block;
  width: 0.5rem;
  height: 1.5rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 1.875rem;
  transform: translateY(-50%);
}
.list_content_links .links_list {
  padding: 1.875rem;
}
.list_content_links .links_list_item {
  height: 2.75rem;
  box-sizing: border-box;
}
.list_content_links .links_list_item a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #333;
  line-height: 2.75rem;
  padding-left: 1.75rem;
  background: url("../images/sanjiao.png") no-repeat 0 center;
  background-size: 0.5rem 0.75rem;
}
.list_content_links .links_list_item a:hover {
  color: #5492dc;
}
.list_content_links .links_list_item:not(:last-child) {
  border-bottom: 1px solid #bcbcbc;
}
.list_content_bd {
  float: right;
  width: 74.2%;
  border: 1px solid #bcbcbc;
  box-sizing: border-box;
}
.list_content_bd .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.375rem;
  padding-right: 2rem;
  background-color: none;
  box-sizing: border-box;
  border-bottom: 1px solid #bbb;
}
.list_content_bd .title h3 {
  position: relative;
  font-size: 1.25rem;
  color: #333;
  padding-left: 3.5rem;
}
.list_content_bd .title h3::before {
  content: '';
  display: block;
  width: 0.5rem;
  height: 1.5rem;
  background-color: #5492dc;
  position: absolute;
  top: 50%;
  left: 1.875rem;
  transform: translateY(-50%);
}
.list_content_bd .title .curmb {
  font-size: 0.875rem;
  color: #333;
}
.list_content_bd .title .curmb a {
  font-size: 0.875rem;
  color: #333;
}
.list_content_bd .title .curmb a:hover {
  color: #5492dc;
}
.list_content_bd .content {
  padding: 1.875rem;
}
.list_content_bd .content_item {
  height: 2.125rem;
}
.list_content_bd .content_item a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.list_content_bd .content_item a h4 {
  font-size: 0.875rem;
  color: #333;
  font-weight: normal;
  max-width: 88%;
  line-height: 2.125rem;
  padding-left: 1.75rem;
  background: url("../images/sanjiao.png") no-repeat 0 center;
  background-size: 0.5rem 0.75rem;
}
.list_content_bd .content_item a p {
  font-size: 0.875rem;
  color: #bcbcbc;
  line-height: 2.125rem;
}
.list_content_bd .content_item a:hover h4 {
  color: #5492dc;
}
.detail_content_bd .desc {
  padding: 1.875rem;
}
.detail_content_bd .desc_hd {
  padding: 0.625rem 0 1.25rem;
  border-bottom: 1px solid #5492dc;
}
.detail_content_bd .desc_hd h4 {
  font-size: 1.75rem;
  color: #333;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1.25rem;
}
.detail_content_bd .desc_hd p {
  font-size: 0.875rem;
  color: #bcbcbc;
  text-align: center;
}
.detail_content_bd .desc_bd {
  padding: 1.75rem 0;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #5492dc;
}
.detail_content_bd .desc_bd p {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.875rem;
  text-indent: 2em;
}
.about_content_bd .desc {
  padding: 1.875rem;
}
.about_content_bd .desc p {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.875rem;
  text-indent: 2em;
}
.about_content_bd .desc p img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.search_form {
  padding-bottom: 1.875rem;
}
.search_form_list {
  padding: 2.5rem 0 1.875rem;
  width: 100%;
}
.search_form_list h3 {
  font-size: 2rem;
  color: #333;
  text-align: center;
  font-weight: normal;
  margin-bottom: 2.25rem;
}
.search_form_list form {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.search_form_list form .item {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.875rem;
}
.search_form_list form .item label {
  font-size: 0.875rem;
  color: #333;
  line-height: 2.5rem;
}
.search_form_list form .item input {
  display: block;
  width: 26.25rem;
  height: 2.5rem;
  border: 1px solid #bcbcbc;
  padding-left: 1.125rem;
  outline: none;
  box-sizing: border-box;
}
.search_form_list form .itembtn {
  display: flex;
  justify-content: center;
}
.search_form_list form .itembtn button {
  width: 5.375rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
  color: #fff;
  background-color: #5492dc;
  text-align: center;
  outline: none;
  border: none;
}
.search_form_list form .itembtn button:hover {
  cursor: pointer;
  background-color: #073f81;
}
.search_form_list form .itembtn button:first-child {
  margin-right: 1.25rem;
}
.search_form_result img {
  display: block;
  max-width: 90%;
  margin: 0 auto;
  object-fit: contain;
}
@media (min-width: 320px) and (max-width: 1000px) {
  :root {
    font-size: 16px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 1rem;
  }
  .common_banner {
    display: none;
  }
  .common_banner_M {
    display: block;
    width: 100%;
  }
  .common_banner_M img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .index_header_nav ul {
    display: flex;
    justify-content: center;
  }
  .index_header_nav ul li {
    margin: 0 0.5rem;
  }
  .index_header_nav ul li:nth-child(4),
  .index_header_nav ul li:nth-child(5),
  .index_header_nav ul li:nth-child(6),
  .index_header_nav ul li:nth-child(7),
  .index_header_nav ul li:nth-child(8),
  .index_header_nav ul li:nth-child(9) {
    display: none;
  }
  .index_mod1 {
    flex-wrap: wrap;
  }
  .index_mod1_l {
    width: 100%;
  }
  .index_mod1_l .focal {
    width: 100%;
  }
  .index_mod1_l .focal_content {
    width: 100%;
  }
  .index_mod1_l .focal_content_swiper {
    width: 90%;
  }
  .index_mod1_l .focal_content .swiper-button-next,
  .index_mod1_l .focal_content .swiper-button-prev {
    display: none;
  }
  .index_mod1_l .knowledge {
    flex-wrap: wrap;
  }
  .index_mod1_l .knowledge_list {
    width: 100%;
  }
  .index_mod1_l .knowledge_list:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .index_mod1_r {
    width: 100%;
  }
  .index_mod2 {
    flex-wrap: wrap;
  }
  .index_mod2_l {
    width: 100%;
    margin-bottom: 0.625rem;
  }
  .index_mod2_l .exam_content_first {
    flex-wrap: wrap;
  }
  .index_mod2_l .exam_content_first_img {
    width: 100%;
    height: 13rem;
    margin-bottom: 0.625rem;
  }
  .index_mod2_l .exam_content_first_text {
    width: 100%;
    padding-left: 0;
  }
  .index_mod2_r {
    width: 100%;
  }
  .index_mod3 {
    flex-wrap: wrap;
  }
  .index_mod3_l {
    width: 100%;
  }
  .index_mod3_l .knowledge {
    flex-wrap: wrap;
  }
  .index_mod3_l .knowledge_list {
    width: 100%;
  }
  .index_mod3_l .knowledge_list_content .item_first {
    flex-wrap: wrap;
  }
  .index_mod3_l .knowledge_list_content .item_first_img {
    width: 100%;
    height: 15.5rem;
    margin-bottom: 0.625rem;
  }
  .index_mod3_l .knowledge_list_content .item_first_text {
    width: 100%;
    padding-left: 0;
  }
  .index_mod3_l .knowledge_list:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .index_mod3_r {
    width: 100%;
  }
  .index_mod4_content_bd ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .index_mod4_content_bd ul li {
    width: 49%;
    height: 4rem;
    margin-bottom: 0.625rem;
  }
  .index_footer_links ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .index_footer_links ul li {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    width: 25%;
  }
  .index_footer_links ul li:nth-child(2n) {
    display: none;
  }
  .list_content_links {
    display: none;
  }
  .list_content_bd {
    width: 100%;
  }
  .search_content_bd .search_form_list form {
    max-width: 100%;
  }
  .search_content_bd .search_form_list form .item {
    flex-direction: column;
  }
  .search_content_bd .search_form_list form .item input {
    width: 21.5rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  :root {
    font-size: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .container {
    width: 100%;
    padding: 0 3rem;
  }
  .index_header_nav ul {
    display: flex;
    justify-content: flex-start;
  }
  .index_header_nav ul li {
    margin: 0 1rem;
  }
  .index_header_nav ul li:nth-child(4),
  .index_header_nav ul li:nth-child(5),
  .index_header_nav ul li:nth-child(6),
  .index_header_nav ul li:nth-child(7),
  .index_header_nav ul li:nth-child(8),
  .index_header_nav ul li:nth-child(9) {
    display: none;
  }
  .index_mod2 {
    flex-wrap: wrap;
  }
  .index_mod2_l {
    width: 100%;
    margin-bottom: 0.625rem;
  }
  .index_mod2_l .exam_content_first {
    flex-wrap: nowrap;
  }
  .index_mod2_l .exam_content_first_img {
    width: 25.43%;
    height: 10rem;
    margin-bottom: 0.625rem;
  }
  .index_mod2_l .exam_content_first_text {
    width: 74.57%;
    padding-left: 2rem;
    padding-bottom: 1rem;
  }
  .index_mod2_r {
    width: 100%;
  }
  .index_mod3 {
    flex-wrap: wrap;
  }
  .index_mod3_l {
    width: 100%;
  }
  .index_mod3_l .knowledge {
    flex-wrap: wrap;
  }
  .index_mod3_l .knowledge_list {
    width: 100%;
  }
  .index_mod3_l .knowledge_list_content .item_first {
    flex-wrap: wrap;
  }
  .index_mod3_l .knowledge_list_content .item_first_img {
    width: 28%;
    height: 9rem;
  }
  .index_mod3_l .knowledge_list_content .item_first_text {
    width: 72%;
    padding-left: 1.5rem;
  }
  .index_mod3_l .knowledge_list:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .index_mod3_r {
    width: 100%;
  }
  .index_mod4_content_bd ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .index_mod4_content_bd ul li {
    width: 49%;
    height: 7rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .container {
    width: 100%;
    padding: 0 3rem;
  }
}
@media (min-width: 1001px) and (max-width: 1100px) {
  :root {
    font-size: 12px !important;
  }
  .container {
    width: 100%;
    padding: 0 3rem;
  }
}
@media (min-width: 1101px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .container {
    width: 100%;
    padding: 0 3rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .container {
    width: 100%;
    padding: 0 3rem;
  }
}
@media (min-width: 1351px) and (max-width: 1600px) {
  :root {
    font-size: 14px !important;
  }
  .container {
    width: 100%;
    padding: 0 3rem;
  }
}
@media (min-width: 1601px) and (max-width: 2000px) {
  :root {
    font-size: 16px !important;
  }
}
