.one_module {
  width: 100%;
  margin-top: -610px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.one_module .toutiao {
  width: 100%;
  padding: 30px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  background-color: #ffffff;
  flex-direction: column;
  line-height: 1.5;
  align-items: center;
}
.one_module .toutiao img {
  width: 125px;
  height: 52px;
}
.one_module .toutiao .cont {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.one_module .toutiao .cont h1 {
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 显示省略符号来代表被修剪的文本 */
  color: #d80000;
}
.one_module .toutiao .cont .item {
  display: flex;
  justify-content: space-between;
}
.one_module .toutiao .cont .item span {
  margin: 0 10px;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 显示省略符号来代表被修剪的文本 */
}
.one_module .toutiao .cont .item span:nth-child(2) {
  display: none;
}
.one_module .toutiao .cont .item:hover {
  color: #016bb5;
  cursor: pointer;
}
.one_module .news_dynamics {
  width: 100%;
  padding-bottom: 28px;
  background: url(../images/bg_03.png) no-repeat center;
  background-size: 100% 100%;
}
.one_module .news_dynamics .main {
  width: 100%;
}
.one_module .news_dynamics .main .title {
  display: flex;
  align-items: center;
  padding-top: 30px;
  margin-left: 30px;
}
.one_module .news_dynamics .main .title h1 a {
  margin: 0 26px;
  color: #016bb5;
}
.one_module .news_dynamics .main .news {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 40px 20px;
  background-color: #ffffff;
  flex-direction: column;
}
.one_module .news_dynamics .main .news .news_l {
  position: relative;
  width: 100%;
  height: 100%;
}
.one_module .news_dynamics .main .news .news_l .news_swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.one_module .news_dynamics .main .news .news_l .news_swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
}
.one_module .news_dynamics .main .news .news_l .news_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.one_module .news_dynamics .main .news .news_l .news_swiper .swiper-slide .mask {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 0 20px;
  color: #fff;
  font-size: 20px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.4);
}
.one_module .news_dynamics .main .news .news_l .news_swiper .swiper-slide .mask span {
  display: none;
}
.one_module .news_dynamics .main .news .news_l .news_swiper .swiper-pagination {
  position: absolute;
  bottom: -10px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 10px;
}
.one_module .news_dynamics .main .news .news_l .news_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 92px;
  height: 6px;
  border-radius: 0px;
  background-color: #eee;
  opacity: 1;
}
.one_module .news_dynamics .main .news .news_l .news_swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 190px;
  height: 6px;
  background-color: #2cb8a3;
}
.one_module .news_dynamics .main .news .news_r {
  width: 100%;
  height: 100%;
  margin-top: 10px;
}
.one_module .news_dynamics .main .news .news_r .news_head {
  display: flex;
  height: 50px;
}
.one_module .news_dynamics .main .news .news_r .news_head li {
  margin-right: 60px;
}
.one_module .news_dynamics .main .news .news_r .news_head li a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 26px;
  color: #333;
  padding: 0 16px;
}
.one_module .news_dynamics .main .news .news_r .news_head .on a {
  border-bottom: 2px solid #016bb5;
  color: #016bb5;
  font-weight: 700;
}
.one_module .news_dynamics .main .news .news_r .news_con {
  margin-top: 20px;
}
.one_module .news_dynamics .main .news .news_r .news_con .list li {
  width: 100%;
  height: 120px;
  position: relative;
  padding-left: 2px;
  line-height: 1.5;
  margin-top: 20px;
}
.one_module .news_dynamics .main .news .news_r .news_con .list li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 16px;
  color: #333;
}
.one_module .news_dynamics .main .news .news_r .news_con .list li a:hover {
  color: #00569d;
}
.one_module .news_dynamics .main .news .news_r .news_con .list li a .date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2;
  color: #999;
  background: url(../images/Lower_right_arrow.png) no-repeat 100% center;
}
.one_module .news_dynamics .main .news .news_r .news_con .list li a .date h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}
.one_module .news_dynamics .main .news .news_r .news_con .list li a .date:hover {
  color: #2cb8a3;
  border-bottom: 1px solid #2cb8a3;
  background: url(../images/Lower_right_arrow_active.png) no-repeat 100%;
}
.government {
  width: 100%;
  height: auto;
  margin-top: 30px;
  background: url(../images/bg_2.png) no-repeat;
  background-size: 100% 100%;
}
.government .title {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 30px;
  width: 100%;
  padding-right: 30px;
}
.government .title h1 a {
  margin: 0 26px;
  color: #016bb5;
}
.government .main {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
  margin-top: 26px;
  background-color: #fff;
}
.government .main .gov_information {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.government .main .gov_information a {
  display: block;
  width: 100%;
  height: 64px;
  margin-right: 0px;
  margin-bottom: 20px;
  line-height: 64px;
  text-align: center;
  border: none;
  background: url(../images/Government_information.png) no-repeat;
  background-size: 100% 100%;
}
.government .main .gov_information a:hover span {
  color: #016bb5;
}
.government .main .gov_information a:hover img {
  display: none;
}
.government .main .gov_information a:hover .act {
  display: inline-block;
}
.government .main .gov_information a:nth-child(6) {
  text-align: left;
  padding-left: 178px;
}
.government .main .gov_information a:nth-child(3n + 3) {
  margin-right: 0px;
}
.government .main .gov_information a img {
  margin: 0 30px;
  vertical-align: middle;
}
.government .main .gov_information a span {
  color: #333;
}
.government .main .gov_information a .act {
  display: none;
}
.government .main .policy {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: auto;
  margin-top: 40px;
  flex-direction: column;
}
.government .main .policy .policy_l {
  width: 100%;
  height: 100%;
}
.government .main .policy .policy_l .hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}
.government .main .policy .policy_l .hd .policy_head {
  display: flex;
  height: 100%;
}
.government .main .policy .policy_l .hd .policy_head li {
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: #016bb5;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 2px solid #016bb5;
}
.government .main .policy .policy_l .hd .more {
  font-size: 20px;
  color: #666;
}
.government .main .policy .policy_l .hd .more:hover {
  color: #016bb5;
}
.government .main .policy .policy_l .list li {
  position: relative;
  padding-left: 30px;
  width: 100%;
  line-height: 48px;
}
.government .main .policy .policy_l .list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #016bb5;
  border-radius: 50%;
}
.government .main .policy .policy_l .list li a {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #333;
}
.government .main .policy .policy_l .list li a:hover {
  color: #016bb5;
}
.government .main .card_icon {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.government .main .card_icon a {
  width: 345px;
  height: 112px;
  background-color: #f8fafd;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 20px;
}
.government .main .card_icon a img {
  margin-top: 10px;
}
.government .main .card_icon a .act {
  display: none;
}
.government .main .card_icon a span {
  font-size: 30px;
  font-weight: 600;
  color: #333;
}
.government .main .card_icon a:hover span {
  color: #016bb5;
}
.government .main .card_icon a:hover img {
  display: none;
}
.government .main .card_icon a:hover .act {
  display: block;
}
.business {
  width: 100%;
  margin-top: 30px;
  padding-bottom: 30px;
  background: url(../images/bg_1.png) no-repeat;
  background-size: 100% 100%;
}
.business .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  width: 100%;
  margin-left: 30px;
}
.business .title h1 a {
  margin: 0 26px;
  color: #016bb5;
}
.business .main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 36px 20px;
  margin-top: 26px;
  background-color: #fff;
  flex-direction: column;
}
.business .main .business_l {
  width: 100%;
  height: 100%;
}
.business .main .business_l .news_head {
  width: 100%;
  display: flex;
  height: 50px;
}
.business .main .business_l .news_head li {
  margin-right: 60px;
}
.business .main .business_l .news_head li a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 26px;
  color: #333;
  padding: 0 16px;
}
.business .main .business_l .news_head .on a {
  border-bottom: 2px solid #016bb5;
  color: #016bb5;
  font-weight: 700;
}
.business .main .business_l .news_con {
  margin-top: 20px;
}
.business .main .business_l .news_con .list li {
  width: 100%;
  position: relative;
  padding-left: 2px;
  line-height: 1.5;
  margin-top: 20px;
}
.business .main .business_l .news_con .list li a {
  display: flex;
  align-items: center;
  line-height: 76px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #eee;
}
.business .main .business_l .news_con .list li a h3 {
  font-size: 18px;
  font-weight: normal;
}
.business .main .business_l .news_con .list li a .date {
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1.2;
  color: #999;
}
.business .main .business_l .news_con .list li a .date h1 {
  font-size: 30px;
}
.business .main .business_l .news_con .list li a .date span {
  padding-left: 10px;
}
.business .main .business_l .news_con .list li a .date span::before {
  content: '';
  width: 4px;
  height: 12px;
  background-color: #2cb8a3;
  position: absolute;
  left: 0;
  bottom: 12px;
}
.business .main .business_l .news_con .list li a:hover .date {
  color: #2cb8a3;
}
.business .main .business_l .news_con .list li a:hover h3 {
  color: #016bb5;
}
.business .main .business_r {
  width: 100%;
  height: 100%;
  margin-top: 30px;
}
.business .main .business_r .news_head {
  width: 100%;
  display: flex;
  height: 50px;
}
.business .main .business_r .news_head li {
  margin-right: 60px;
}
.business .main .business_r .news_head li a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 26px;
  color: #333;
  padding: 0 16px;
}
.business .main .business_r .news_head .on a {
  border-bottom: 2px solid #016bb5;
  color: #016bb5;
  font-weight: 700;
}
.business .main .business_r .news_con {
  margin-top: 20px;
}
.business .main .business_r .news_con .list li {
  width: 100%;
  position: relative;
  padding-left: 2px;
  line-height: 1.5;
  margin-top: 20px;
}
.business .main .business_r .news_con .list li a {
  display: flex;
  align-items: center;
  padding-left: 26px;
  line-height: 42px;
  font-size: 20px;
  color: #333;
  border-bottom: 1px solid #eee;
}
.business .main .business_r .news_con .list li a .tit_date {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
}
.business .main .business_r .news_con .list li a .tit_date h3 {
  font-size: 20px;
  font-weight: normal;
}
.business .main .business_r .news_con .list li a .tit_date span {
  color: #999;
  padding-left: 10px;
}
.business .main .business_r .news_con .list li a .tit_date::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #016bb5;
  position: absolute;
  left: 0;
  bottom: 16px;
}
.business .main .business_r .news_con .list li a .tit_date:hover {
  color: #016bb5;
}
.business .main .business_r .news_con .list li a .tit_date:hover span {
  color: #016bb5;
}
.business .main .business_system {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: center;
}
.business .main .business_system a {
  width: 296px;
  height: 123px;
  display: flex;
  align-items: center;
  margin: 0 20px 20px 0;
  padding-left: 112px;
  color: #016bb5;
  background-image: url(../images/kapian1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.business .main .business_system a:nth-child(2n + 2) {
  margin-right: 0px;
}
.business .main .business_system a:nth-child(2) {
  color: #2cb8a3;
  background-image: url(../images/kapian2.png);
}
.business .main .business_system a:nth-child(3) {
  color: #2cb8a3;
  background-image: url(../images/kapian3.png);
}
.business .main .business_system a:nth-child(4) {
  background-image: url(../images/kapian4.png);
}
.interact {
  width: 100%;
  margin-top: 30px;
  padding-bottom: 40px;
  background: url(../images/bg_2.png) no-repeat;
  background-size: 100% 100%;
}
.interact .title {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 30px;
  width: 100%;
  padding-right: 30px;
}
.interact .title h1 a {
  margin: 0 26px;
  color: #016bb5;
}
.interact .main {
  display: flex;
  justify-content: space-between;
  padding: 36px 20px;
  margin-top: 26px;
  background-color: #fff;
  width: 100%;
  flex-direction: column;
}
.interact .main .interact_l {
  width: 100%;
  height: 478px;
  background: url(../images/email_bg.png) no-repeat;
  background-size: 100% 100%;
}
.interact .main .interact_l .top_box {
  margin-top: 36px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.interact .main .interact_l .top_box .tex {
  margin-left: -40px;
  text-align: center;
}
.interact .main .interact_l .top_box .tex h1 {
  font-size: 36px;
  color: #2cb8a3;
}
.interact .main .interact_l .mid_box {
  margin-top: 26px;
  display: flex;
  justify-content: space-evenly;
}
.interact .main .interact_l .mid_box .write {
  width: 242px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #91cecc;
  border-radius: 10px;
  background-color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  color: #016bb5;
}
.interact .main .interact_l .mid_box .write img {
  margin-right: 26px;
}
.interact .main .interact_l .mid_box .come {
  width: 242px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #91cecc;
  border-radius: 10px;
  background-color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  color: #2cb8a3;
}
.interact .main .interact_l .mid_box .come img {
  margin-right: 26px;
}
.interact .main .interact_l .bott_box {
  display: flex;
  margin-top: 40px;
}
.interact .main .interact_l .bott_box .num_l {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 30px;
}
.interact .main .interact_l .bott_box .num_l .number {
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1.5;
}
.interact .main .interact_l .bott_box .num_l .number h4 {
  color: #016bb5;
}
.interact .main .interact_l .bott_box .num_l .number span {
  font-size: 18px;
}
.interact .main .interact_l .bott_box .num_r {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 30px;
  border-left: 1px solid #eee;
  flex: 1;
}
.interact .main .interact_l .bott_box .num_r .ysd,
.interact .main .interact_l .bott_box .num_r .slz,
.interact .main .interact_l .bott_box .num_r .ybj {
  display: flex;
  justify-content: start;
}
.interact .main .interact_l .bott_box .num_r .ysd .ac,
.interact .main .interact_l .bott_box .num_r .slz .ac,
.interact .main .interact_l .bott_box .num_r .ybj .ac {
  width: 120px;
  height: 28px;
  border-radius: 6px;
  background-color: #016bb5;
}
.interact .main .interact_l .bott_box .num_r .ysd h4,
.interact .main .interact_l .bott_box .num_r .slz h4,
.interact .main .interact_l .bott_box .num_r .ybj h4 {
  font-size: 18px;
}
.interact .main .interact_l .bott_box .num_r .ysd span,
.interact .main .interact_l .bott_box .num_r .slz span,
.interact .main .interact_l .bott_box .num_r .ybj span {
  margin: 0 20px;
  font-size: 18px;
  color: #016bb5;
}
.interact .main .interact_l .bott_box .num_r .slz .ac {
  width: 20px;
  background-color: #dedede;
}
.interact .main .interact_l .bott_box .num_r .ybj .ac {
  width: 106px;
  background-color: #2cb8a3;
}
.interact .main .policy_qa {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.interact .main .policy_qa .policy_qa_l {
  width: 100%;
  height: 100%;
}
.interact .main .policy_qa .policy_qa_l .hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}
.interact .main .policy_qa .policy_qa_l .hd .policy_qa_head {
  display: flex;
  height: 100%;
}
.interact .main .policy_qa .policy_qa_l .hd .policy_qa_head li {
  width: 160px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: #016bb5;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 2px solid #016bb5;
}
.interact .main .policy_qa .policy_qa_l .hd .more {
  font-size: 20px;
  color: #666;
}
.interact .main .policy_qa .policy_qa_l .hd .more:hover {
  color: #016bb5;
}
.interact .main .policy_qa .policy_qa_l .bd .list li {
  width: 100%;
}
.interact .main .policy_qa .policy_qa_l .bd .list li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  line-height: 1.5;
  font-size: 20px;
  color: #333;
}
.interact .main .policy_qa .policy_qa_l .bd .list li a .q,
.interact .main .policy_qa .policy_qa_l .bd .list li a .a {
  display: flex;
  align-items: center;
}
.interact .main .policy_qa .policy_qa_l .bd .list li a .q img,
.interact .main .policy_qa .policy_qa_l .bd .list li a .a img {
  width: 28px;
  height: 28px;
  margin-right: 20px;
}
.interact .main .policy_qa .policy_qa_l .bd .list li a .q {
  margin-bottom: 16px;
}
.interact .main .policy_qa .policy_qa_l .list li a:hover {
  color: #016bb5;
}
.special {
  display: flex;
  position: relative;
  margin-top: 40px;
  width: 100%;
}
.special .special_head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 150px;
  margin-right: 10px;
  background-color: #016bb5;
}
.special .special_head a {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  writing-mode: vertical-lr;
}
.special .special_swiper {
  height: 150px;
  overflow: hidden;
}
.special .special_swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.special .special_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.special .swiper-special-next {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  cursor: pointer;
}
.special .swiper-special-prev {
  position: absolute;
  left: 52px;
  top: 0;
  z-index: 999;
  cursor: pointer;
}
.ywxt_card.w {
  width: 100%;
}
.business .ywxt_card .business_system {
  justify-content: space-around;
}
.ggflfwpt_box ul li {
  width: 32%;
}
.xz_item a,
.fzxc ul li a span,
.ggflfwpt_box ul li span {
  font-size: 24px;
}
.fzxz {
  flex-wrap: wrap;
}
.fzxc,
.xz_box {
  width: 100%;
}
.fzxc ul li {
  margin: 0 50px 15px;
}
.xz_box > a {
  display: block;
  width: 100%;
}
.xz_item {
  margin-top: 20px;
}
.xz_box > a > img {
  width: 100%;
}
