@charset "utf-8";
/* 主页标题样式 */
.box_header.main_box_header {
  text-align: center;
  margin-bottom: 2.5rem /* 40/16 */;
  position: relative;
}

.box_header.main_box_header .more_link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 0.875rem /* 14/16 */;
  padding: 0.625rem /* 10/16 */ 1.25rem /* 20/16 */;
  color: #333333;
  background-color: #e6e6e6;
}

.box_header.main_box_header .more_link:hover {
  background-color: var(--base_color);
  color: #ffffff;
}

.more-btn-container {
  text-align: right;
  margin-top: 1.25rem;
}

.more-btn {
  display: inline-block;
  padding: 0.625rem /* 10/16 */ 1.25rem /* 20/16 */;
  border: 1px solid #c5c5c5;
  color: #333333;
  text-decoration: none;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}

.more-btn:hover {
  border: 1px solid var(--base_color);
  background-color: var(--base_color);
  color: #ffffff;
}

/* 主页标题样式 */

#section_1 {
  padding-top: 1.25rem /* 20/16 */;
  padding-bottom: 0;
}

.news_container {
  padding: 1.125rem /* 18/16 */ 0.9375rem /* 15/16 */;
}

#section_1 .box_left {
  width: 29.125rem /* 466/16 */;
}

/* 重要新闻轮播样式 */
#important-news-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#important-news-swiper .swiper-slide {
  height: auto;
}
#important-news-swiper .swiper-pagination {
  width: auto;
  left: auto;
  right: 0.625rem /* 10/16 */;
}
#important-news-swiper .swiper-pagination-bullet {
  background-color: #ffffff;
}
#important-news-swiper .swiper-pagination-bullet-active {
  background-color: var(--second_color);
}

.news-item {
  display: block;
}

.news-img .news-title {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.625rem /* 10/16 */;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: left;
  color: #ffffff;
  font-size: 1rem /* 16/16 */;
  padding-right: 25%;
}

/* 新闻切换标签样式 */
.news-tabs {
  overflow-x: auto;
  overflow-y: hidden;
}

.news-tab {
  background: url(../images/tabs-hd.png) center bottom no-repeat;
  background-size: 100% auto;
  color: #a2a2a2;
  font-size: 1.25rem /* 20/16 */;
  font-weight: 600;
  width: 8.25rem /* 132/16 */;
  height: 4.0625rem /* 65/16 */;
  padding-bottom: 0.3125rem /* 5/16 */;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.news-tab i {
  font-size: 1.25rem /* 20/16 */;
  font-weight: normal;
  margin-right: 0.625rem /* 10/16 */;
}

.news-tab.active {
  background: url(../images/tabs-hd-hover.png) center bottom no-repeat;
  color: var(--base_color);
}

/* 新闻列表内容区域 */
.news-list-content {
  display: none;
}

.news-list-content.active {
  display: block;
}

.news-list a {
  padding: 0.7225rem /* 11.7/16 */;
}

.news-list a:hover {
  background-color: #f9f9f9;
}
.news-list a .news-title {
  position: relative;
  padding-left: 0.625rem /* 10/16 */;
  transition: all 0.3s;
}
.news-list a .news-title:before {
  display: block;
  content: "";
  width: 0.3125rem /* 5/16 */;
  height: 0.3125rem /* 5/16 */;
  border-radius: 50%;
  background: #959596;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.news-list a:hover .news-title {
  color: var(--second_color);
  padding-left: 0.9375rem /* 15/16 */;
}
.news-list a:hover .news-title:before {
  background: var(--second_color);
}

.news-list .news-title {
  color: #333333;
  font-size: 0.9375rem /* 15/16 */;
}

.news-list .news-time {
  color: #333333;
  font-size: 0.875rem /* 14/16 */;
  margin-left: 0.625rem /* 10/16 */;
}
/* section_1 */

#section_bar {
  margin-top: 0;
}
/* section_bar */

#bar-swiper {
  height: 6.125rem /* 98/16 */;
}

#bar-swiper .swiper-pagination-bullet {
  width: 0.5rem /* 8/16 */ !important;
  height: 0.5rem /* 8/16 */ !important;
  border-radius: 0.5rem /* 8/16 */ !important;
  background-color: #ffffff !important;
  transition: all 0.3s ease;
}

#bar-swiper .swiper-pagination-bullet-active {
  height: 1.25rem /* 20/16 */ !important;
}

/* bar-swiper */

#section_pt_1 {
}

#section_pt_1 ul a > div {
  transition: all 0.5s;
}
#section_pt_1 ul a:hover > div {
  box-shadow: 0 0 10px #666;
}
/* section_pt_1 */

#section_pt_2 {
  margin-bottom: 1rem /* 16/16 */;
}

#section_pt_2 ul a > div {
  transition: all 0.5s;
}
#section_pt_2 ul a:hover > div {
  box-shadow: 0 0 10px #666;
}
/* section_pt_2 */

#section_2 {
  background: url(../images/section_2_bg.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: 3.125rem /* 50/16 */;
}

#section_2 .box_header {
  padding: 2.625rem /* 42/16 */ 0;
  overflow: hidden;
}
#section_2 .box_header p {
  color: var(--base_color);
  font-size: 2rem /* 32/16 */;
  font-weight: bold;
  padding: 0 1.875rem /* 30/16 */;
}
#section_2 .box_header:before {
  content: "";
  width: 26.5625rem /* 425/16 */;
  height: 1rem /* 16/16 */;
  background: url(../images/box_header-left.png) no-repeat right;
}
#section_2 .box_header:after {
  content: "";
  width: 26.5625rem /* 425/16 */;
  height: 1rem /* 16/16 */;
  background: url(../images/box_header-right.png) no-repeat left;
}

.infos-tabs {
  overflow-x: auto;
  overflow-y: hidden;
}

.infos-tab {
  color: #333333;
  font-size: 1.375rem /* 22/16 */;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.125rem /* 50/16 */;
  padding: 0 1.25rem /* 20/16 */;
  transition: all 0.3s ease;
  border-radius: 3.125rem /* 50/16 */;
}

.infos-tab i {
  font-size: 1.5rem /* 24/16 */;
  font-weight: normal;
  margin-right: 0.625rem /* 10/16 */;
  color: var(--base_color);
}

.infos-tab.active {
  background: url(../images/infos-tab-hover.png) center;
  color: #ffffff;
}

.infos-tab.active i {
  color: #ffffff;
}

.infos-tab:nth-child(2) i {
  font-size: 1.75rem /* 28/16 */;
}
.infos-tab:nth-child(6) i {
  font-size: 2rem /* 32/16 */;
}

.infos-list-contents {
  padding: 0.9375rem /* 15/16 */;
}

.infos-list-content {
  display: none;
}

.infos-list-content.active {
  display: flex;
  justify-content: space-between;
}

#section_2 .box_left {
  width: 19.3162393162%;
}

#section_2 .box_right {
  margin-left: 1.875rem /* 30/16 */;
}

#section_2 .box_left .box {
  width: 100%;
  background: url("../images/section_2_left.jpg") center bottom no-repeat#d3e8fd;
  background-size: 100% auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5625rem /* 25/16 */ 0 0;
  min-height: 29.875rem /* 478/16 */;
}

#section_2 .box_left .box a {
  width: 100%;
  font-size: 1rem /* 16/16 */;
  color: #333333;
  font-weight: bold;
  height: 2.5rem /* 40/16 */;
  line-height: 2.5rem /* 40/16 */;
  text-align: center;
  margin-bottom: 0.9375rem /* 15/16 */;
  transition: all 0.5s;
  width: 100%;
}

#section_2 .box_left .box a:hover,
#section_2 .box_left .box a.active {
  background: var(--base_color);
  border-radius: 20px;
  color: #ffffff;
  width: 8.5rem /* 136/16 */;
}

#section_2 .box_right .box {
  display: none;
  height: 100%;
}

#section_2 .box_right .box.active {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#section_2 .box_right a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../images/ipart4-icon.png) left center no-repeat;
  padding-left: 2.25rem /* 36/16 */;
  border-bottom: dashed 1px #cecece;
  height: 2.75rem /* 44/16 */;
  margin-bottom: 0.25rem /* 4/16 */;
  line-height: 2.75rem /* 44/16 */;
  box-sizing: border-box;
  position: relative;
}

#section_2 .box_right a:last-child {
  margin-bottom: 0;
}

#section_2 .box_right a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--second_color);
  transition: all 0.5s;
  opacity: 0.7;
}
#section_2 .box_right a b {
  color: var(--base_color);
  font-size: 1rem /* 16/16 */;
  margin-right: 0.625rem /* 10/16 */;
}
#section_2 .box_right a p {
  color: #333333;
  transition: all 0.5s;
  font-size: .9375rem /* 15/16 */;
}
#section_2 .box_right a span {
  color: #999999;
  font-size: .875rem /* 14/16 */;
}
#section_2 .box_right a:hover:after {
  width: 100%;
}
#section_2 .box_right a:hover p {
  color: var(--base_color);
  padding-left: 5px;
}
/* section_2 */
#section_3 {
  padding-top: 0.9375rem /* 15/16 */;
  padding-bottom: 0;
}

#section_3 .box_left {
  width: 50.375rem /* 806/16 */;
}

#section_3 .box_right {
  width: 22.5rem /* 360/16 */;
}

#section_3 .box_left .box_header {
  border-bottom: solid 1px var(--base_color);
  height: 3.125rem /* 50/16 */;
  line-height: 2.625rem /* 42/16 */;
}
#section_3 .box_left .box_header i {
  color: var(--base_color);
  font-size: 2.25rem /* 36/16 */;
}
#section_3 .box_left .box_header p {
  font-size: 1.375rem /* 22/16 */;
  font-weight: bold;
  position: relative;
  color: var(--base_color);
  margin-left: 10px;
  line-height: 2.625rem /* 42/16 */;
}
#section_3 .box_left .box_header p:before {
  display: block;
  content: "";
  position: absolute;
  width: 5rem /* 80/16 */;
  height: 5px;
  background: #dbebf9;
  bottom: 7px;
  left: -3px;
  z-index: 0;
  border-radius: 3px;
}
#section_3 .box_left .box_header span {
  position: relative;
  z-index: 1;
}

#section_3 .box_left .box_header a {
  color: #333333;
  font-size: 0.875rem /* 14/16 */;
  line-height: 3.75rem /* 60/16 */;
  transition: all 0.5s;
}
#section_3 .box_left .box_header a:hover {
  color: var(--second_color);
  letter-spacing: 1px;
}

#section_3 .box_left .box_body {
  margin-top: 0.625rem /* 10/16 */;
  font-size: 1rem /* 16/16 */;
}

#section_3 .box_left .box_body table {
  min-width: 50rem;
  margin-bottom: 0;
}

#section_3 .box_left .box_body table * {
  border: 0;
}

#section_3 .box_left .box_body table .line td {
  height: 0.9375rem /* 15/16 */;
  overflow: hidden;
  line-height: 0;
  padding: 0;
}

#section_3 .box_left .box_body table th {
  background-color: #dfeefe;
  font-size: 0.9375rem /* 15/16 */;
  line-height: 2;
  text-align: center;
}

#section_3 .box_left .box_body table td {
  font-size: 0.875rem /* 14/16 */;
  line-height: 1.6;
  text-align: center;
}

#section_3 .box_right .rili .hd {
  width: 100%;
  color: #fff;
  background: var(--base_color);
  height: 2.625rem /* 42/16 */;
  line-height: 2.625rem /* 42/16 */;
  padding-left: 0.6875rem /* 11/16 */;
  box-sizing: border-box;
  font: size 1.25rem /* 20/16 */;
}
#section_3 .box_right .rili .bd {
  position: relative;
  background-color: #f7f9ff;
}

#section_3 .box_right .rili #result {
  position: relative;
  z-index: 2;
}

.table>:not(caption)>*>* {
  border: 0 !important;
}


.rili_table {
  color: #ffffff;
  border-radius: 0.3125rem /* 5/16 */;
  overflow: hidden;
  width: 50rem /* 800/16 */;
  max-width: 96%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--base_color);
  color: #fff;
  font-size: 0.875rem /* 14/16 */;
  padding: 0.625rem /* 10/16 */;
  height: auto;
  padding-top: 1.875rem /* 30/16 */;
}
.rili_table .close_btn {
  position: absolute;
  right: 0.3125rem /* 5/16 */;
  top: 0.3125rem /* 5/16 */;
  cursor: pointer;
}
.rili_table .table {
  color: #ffffff;
}
.rili_table tr {
  border-bottom: solid 1px #fff !important;
  color: #ffffff;
  text-align: center;
  line-height: 2;
  /* cursor: pointer; */
}

/* .rili_table tr td:hover {
  color: #ff6600;
} */

.rili_table tr .rili_time {
  width: 11.25rem /* 180/16 */;
}

.rili_table tr .rili_title {
  width: auto;
}

.rili_table tr .rili_type {
  width: 5.625rem /* 90/16 */;
}
.rili_table tr .rili_method {
  width: 5.625rem /* 90/16 */;
}

/* section_3 */

#section_4 {
  padding-top: 1.875rem /* 30/16 */;
  padding-bottom: 1.875rem /* 30/16 */;
}

#section_4 .container .main_box {
  background-color: #dfeefe;
  padding: 0.9375rem /* 15/16 */ 1.25rem /* 20/16 */;
}

#section_4 .box_header {
  height: 3.125rem /* 50/16 */;
  line-height: 2.625rem /* 42/16 */;
  margin-bottom: 0.625rem /* 10/16 */;
}
#section_4 .box_header i {
  color: var(--base_color);
  font-size: 2.25rem /* 36/16 */;
}
#section_4 .box_header p {
  font-size: 1.375rem /* 22/16 */;
  font-weight: bold;
  position: relative;
  color: var(--base_color);
  margin-left: 10px;
  line-height: 2.625rem /* 42/16 */;
}
#section_4 .box_header p:before {
  display: block;
  content: "";
  position: absolute;
  width: 5rem /* 80/16 */;
  height: 5px;
  background: #dbebf9;
  bottom: 7px;
  left: -3px;
  z-index: 0;
  border-radius: 3px;
}
#section_4 .box_header span {
  position: relative;
  z-index: 1;
}

#section_4 .box_header a {
  color: #333333;
  font-size: 0.875rem /* 14/16 */;
  line-height: 3.75rem /* 60/16 */;
  transition: all 0.5s;
}
#section_4 .box_header a:hover {
  color: var(--second_color);
  letter-spacing: 1px;
}

#section_4 .box_body {
  font-size: 1rem /* 16/16 */;
}
