/* CSS Document */
.nbanner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.nbanner .banner_img img {
  width: 100%;
}

.banner_txt {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
}

.banner_txt::before {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url(../images/w/banner-shadow.png) center no-repeat;
  background-size: cover;
}

.banner_txt h2 {
  width: 100%;
  position: relative;
  z-index: 3;
}

.banner_txt h2 span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.breadthumb {
  position: absolute;
  bottom: 0.4rem;
  right: 2.6rem;
  display: flex;
  align-items: center;
}
.breadthumb a {
  color: #fff;
}
.breadthumb i {
  padding: 0 0.1rem;
}
.breadthumb i img {
  width: 0.05rem;
}
.breadthumb em img {
  width: 0.14rem;
}

.submenu1 {
  width: 100%;
  position: relative;
  background: #f0f4f7;
  height: 1rem;
}

.submenu1 ul {
  display: flex;
  justify-content: space-between;
  line-height: 1rem;
}

.submenu1 ul li {
  flex: 1;
  text-align: center;
  position: relative;
}

.submenu1 ul li a {
  color: #000;
  font-weight: bold;
}

.submenu1 ul li.on a {
  color: #0c66aa;
}

.submenu1 ul li::before {
  width: 2px;
  height: 0.15rem;
  background: #aeb9c2;
  left: 0;
  top: calc(50% - 0.075rem);
  content: "";
  position: absolute;
}

.submenu1 ul li:last-child::after {
  width: 2px;
  height: 0.15rem;
  background: #aeb9c2;
  right: 0;
  top: calc(50% - 0.075rem);
  content: "";
  position: absolute;
}

.h2tit1 {
  line-height: 1;
  padding-left: 0.3rem;
  position: relative;
}
.h2tit1 b {
  color: #222;
}
.h2tit1 span {
  display: block;
  color: #999;
  margin-top: 0.1rem;
  text-transform: uppercase;
}
.h2tit1::before {
  height: 0.4rem;
  width: 0.06rem;
  content: "";
  left: 0;
  top: 0.04rem;
  position: absolute;
  background: #0d6fb8;
}

.ccbox1 {
  padding-top: 1.5rem;
}

.newsbox1 {
  margin-top: 1rem;
  box-shadow: 0 0.1rem 0.5rem rgba(198, 183, 163, 0.35);
}

.news_swiper1 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.news_swiper1 .swiper-slide > a {
  display: flex;
  width: 100%;
}

.n_img1 {
  width: 57%;
  position: relative;
}

.n_img1 b.b1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.n_img1 > img {
  width: 100%;
  display: none;
}

.n_intro1 {
  width: 43%;
  background: #fff;
  padding: 1rem 0.8rem 1.6rem;
  box-sizing: border-box;
}

.n_intro1 h4 {
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000;
}

.n_intro1 span {
  display: block;
  color: #999;
  margin-top: 0.2rem;
}

.n_intro1 p {
  color: #666;
  line-height: 1.875;
  margin-top: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.n_intro1 i {
  display: block;
  margin-top: 0.5rem;
}

.n_intro1 i > img {
  width: 0.44rem;
}

.pagebox1 {
  width: 43%;
  height: 0.8rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: #0c66aa;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 0.7rem;
}

.news1_b {
  color: #fff;
  padding: 0 0.4rem;
}

.news1_prev, .news1_next {
  width: 0.2rem;
  height: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.5;
}

.news1_prev:hover, .news1_next:hover {
  opacity: 1;
}

.searchform {
  width: 100%;
  display: flex;
  margin-top: 1rem;
  position: relative;
  z-index: 3;
}

.search_l {
  width: 32.5%;
  background: #fff;
  height: 0.8rem;
}

.search_l select {
  width: 100%;
  border: none;
  height: 100%;
  line-height: 100%;
  color: #999;
  padding-left: 0.4rem;
  box-sizing: border-box;
  background: url("../images/w/down_1.png") center right no-repeat;
  background-position: calc(100% - 0.4rem) center;
  background-size: 0.18rem 0.12rem;
}

.search_r {
  width: 65.5%;
  margin-left: 2%;
  background: #fff;
  height: 0.8rem;
  height: 0.8rem;
  position: relative;
}

.search_r > input {
  width: calc(100% - 0.5rem);
  height: 0.8rem;
  line-height: 0.8rem;
  padding-left: 0.4rem;
  border: none;
  line-height: 100%;
  color: #222;
  background: none;
}

.search_r > input::-moz-placeholder {
  color: #999;
}

.search_r > input::-moz-placeholder {
  color: #999;
}

.search_r > input::-ms-input-placeholder {
  color: #999;
}

.search_r > input::-webkit-input-placeholder {
  color: #999;
}

.search_r > button {
  position: absolute;
  right: 0.4rem;
  top: 0.27rem;
  border: none;
  background: none;
  z-index: 2;
  cursor: pointer;
}

.search_r > button img {
  width: 0.26rem;
}

.news_02 {
  position: relative;
}
.news_02::before {
  width: 100%;
  height: calc(100% + 3.6rem);
  background: #f0f4f7;
  left: 0;
  top: -3.5rem;
  content: "";
  position: absolute;
}

ul.newslist {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

ul.newslist > li {
  border-bottom: solid #d8d8da 1px;
  padding: 0.8rem 0;
  transition: all 0.3s linear;
  width: 100%;
  position: relative;
}

.sconbox {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.sconbox .nimg {
  width: 33%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.sconbox .nimg img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.sconbox .ntita {
  width: 62%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 5%;
}

.sconbox .ntita > div.tit1 a {
  color: #000;
  font-size: 0.3rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.sconbox .ntita > div.tit1 p {
  color: #666666;
  padding-top: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.8;
}

.sconbox .ntita > div.tit1 span {
  display: flex;
  align-items: center;
  color: #939393;
  margin-top: 0.2rem;
}

.sconbox .ntita > div.tit1 span > i {
  margin-right: 0.1rem;
}
.sconbox .ntita > div.tit1 span > i img {
  width: 0.18rem;
}

.sconbox a.more {
  width: 1.7rem;
  height: 0.5rem;
  background: #fff;
  border-radius: 0.25rem;
  color: #005aa7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sconbox a.more i {
  width: 0.24rem;
  margin-left: 0.2rem;
}

.sconbox a.more i img {
  width: 100%;
  margin: 0;
  display: block;
}

.sconbox a.more i img:nth-child(2) {
  display: none;
}

ul.newslist > li:hover .sconbox .ntita > div.tit1 a {
  color: #0c66aa;
}

ul.newslist > li:hover .sconbox a.more {
  background: #0c66aa;
  color: #fff;
}

ul.newslist > li:hover .sconbox a.more i img:nth-child(1) {
  display: none;
}

ul.newslist > li:hover .sconbox a.more i img:nth-child(2) {
  display: block;
}

ul.newslist > li:hover .sconbox .nimg::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: url(../images/tr_01.png) center no-repeat;
  background-size: 100%;
  width: 1.14rem;
  height: 1.04rem;
  z-index: 3;
}

ul.newslist > li:hover .sconbox .nimg::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: url(../images/bl_01.png) center no-repeat;
  background-size: 100%;
  width: 1.47rem;
  height: 1.36rem;
  z-index: 3;
}

.p_bg2 {
  position: relative;
}
.p_bg2::before {
  width: 100%;
  height: calc(100% - 8.5rem);
  background: #f0f4f7;
  left: 0;
  top: 8.5rem;
  content: "";
  position: absolute;
}

.newslist2 {
  padding-top: 0.8rem;
}
.newslist2 ul li {
  width: 100%;
  position: relative;
  display: flex;
  margin-top: 0.2rem;
  padding: 0.6rem;
  align-items: flex-start;
  box-sizing: border-box;
  box-shadow: 0 0.1rem 0.3rem rgba(20, 77, 119, 0.1);
  background: #fff;
}
.newslist2 ul li::before {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0d6fb8;
  height: 0.05rem;
  content: "";
  width: 0;
  transition: all 0.3s linear;
}
.newslist2 ul li span.date {
  display: flex;
  width: 0.8rem;
  flex-direction: column;
  color: #999;
  font-weight: bold;
  justify-content: center;
  border-right: solid #dcdcdc 1px;
  align-items: center;
  padding-right: 0.6rem;
}
.newslist2 ul li span.date b {
  line-height: 1;
  margin-bottom: 0.1rem;
}
.newslist2 ul li div.con {
  width: calc(100% - 1.4rem);
  margin-left: 0.6rem;
  display: flex;
  flex-direction: column;
  color: #666;
}
.newslist2 ul li div.con a h4 {
  color: #000;
  font-weight: bold;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.newslist2 ul li div.con a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
  margin-top: 0.2rem;
  color: #666;
}
.newslist2 ul li div.con a i {
  display: block;
  margin-top: 0.3rem;
}
.newslist2 ul li div.con a i img {
  display: block;
  width: 0.44rem;
}
.newslist2 ul li div.con a i img:nth-child(2) {
  display: none;
}
.newslist2 ul li:hover span.date {
  justify-content: flex-start;
  color: #0d6fb8;
}
.newslist2 ul li:hover div.con a h4 {
  color: #0d6fb8;
}
.newslist2 ul li:hover div.con a i img:nth-child(1) {
  display: none;
}
.newslist2 ul li:hover div.con a i img:nth-child(2) {
  display: block;
}
.newslist2 ul li:hover::before {
  width: 100%;
}

/**/
.pagesfr a {
  float: left;
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  border-radius: 0.02rem;
  font-family: albb_medium;
  margin: 0px 0.07rem;
  color: #4c4c4c;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.pagesfr span {
  float: left;
  margin: 0px 0.07rem;
  color: #4c4c4c;
  line-height: 0.5rem;
}

.pagesfr span i {
  padding: 0 0.05rem;
}

.pagesfr span i input {
  background: #fff;
  border: solid #d8d8da 1px;
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
}

.pagesfr a.a1 {
  background: #fff;
  border: solid #d8d8da 1px;
}
.pagesfr a.a1 img {
  width: 0.1rem;
}
.pagesfr a.a1 img:nth-child(2) {
  display: none;
}

.pagesfr a.a2 {
  background: #fff;
  border: solid #d8d8da 1px;
}
.pagesfr a.a2 img {
  width: 0.1rem;
}
.pagesfr a.a2 img:nth-child(2) {
  display: none;
}

.pagesfr {
  display: flex;
  justify-content: center;
  padding: 1.2rem 0;
  z-index: 999;
  position: relative;
}

.pagesfr a.on {
  color: #0c66aa;
}

.pagesfr a.a1 {
  position: relative;
  margin-right: 0.3rem;
}

.pagesfr a.a1:hover {
  background: #0c66aa;
}
.pagesfr a.a1:hover img:nth-child(1) {
  display: none;
}
.pagesfr a.a1:hover img:nth-child(2) {
  display: block;
}

.pagesfr a.a2:hover {
  background: #0c66aa;
}
.pagesfr a.a2:hover img:nth-child(1) {
  display: none;
}
.pagesfr a.a2:hover img:nth-child(2) {
  display: block;
}

.pagesfr a.a2 {
  position: relative;
  margin-left: 0.3rem;
}

.pagesfr a:hover {
  color: #0c66aa;
}

.question {
  padding-top: 0.4rem;
}
.question li {
  padding: 0 0.6rem;
  margin-top: 0.4rem;
  cursor: pointer;
  border: solid #e2e5f1 1px;
  border-radius: 0.4rem;
}
.question li h4 {
  display: flex;
  position: relative;
  color: #333;
  padding: 0.2rem 0;
}
.question li h4 i {
  width: 0.36rem;
  height: 0.36rem;
  background: url(../images/w/ask.png) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 0.25rem;
}
.question li h4 span {
  width: calc(100% - 0.8rem);
  font-weight: bold;
}
.question li h4 em {
  position: absolute;
  right: 0;
  top: 0.25rem;
}
.question li h4 em img {
  width: 0.32rem;
  display: block;
}
.question li h4 em img:nth-child(2) {
  display: none;
}
.question li .con10 {
  display: flex;
  line-height: 1.55;
  height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}
.question li .con10 i {
  width: 0.36rem;
  display: flex;
  justify-content: center;
  margin-right: 0.25rem;
  color: #005aa7;
  font-weight: bold;
}
.question li .con10 span {
  color: #999;
}
.question li.on h4 em img:nth-child(2) {
  display: block;
}
.question li.on h4 em img:nth-child(1) {
  display: none;
}
.question li.on .con10 {
  border-top: solid #e2e5f1 1px;
  padding: 0.2rem 0;
  height: auto;
}

.dlist {
  padding-top: 0.3rem;
}
.dlist ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dlist ul li {
  width: 48%;
  padding: 0.55rem 0.4rem 0.55rem 0.6rem;
  box-sizing: border-box;
  border: solid #e2e5f1 1px;
  border-radius: 0.03rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s linear;
}
.dlist ul li .fl {
  width: calc(100% - 0.57rem);
  display: flex;
  flex-direction: column;
}
.dlist ul li .fl b {
  color: #222;
}
.dlist ul li .fl i {
  display: block;
  width: 0.32rem;
  height: 0.04rem;
  border-radius: 0.02rem;
  background: #005aa7;
  margin: 0.3rem 0;
}
.dlist ul li .fl span {
  color: #999;
}
.dlist ul li .fr {
  width: 0.57rem;
}
.dlist ul li .fr em img {
  display: block;
  width: 0.57rem;
}
.dlist ul li .fr em img:nth-child(2) {
  display: none;
}
.dlist ul li:hover {
  background: #0d6fb8;
  border: solid #0d6fb8 1px;
}
.dlist ul li:hover .fl b {
  color: #fff;
}
.dlist ul li:hover .fl i {
  background: #fff;
}
.dlist ul li:hover .fl span {
  color: #fff;
  opacity: 0.4;
}
.dlist ul li:hover .fr em img:nth-child(2) {
  display: block;
}
.dlist ul li:hover .fr em img:nth-child(1) {
  display: none;
}

.ser_box1 {
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 0;
  background: url(../images/w/ser_bg1.jpg) bottom right no-repeat;
  background-size: cover;
}
.ser_box1 .fl {
  width: 50%;
  text-align: center;
}
.ser_box1 .fl img {
  width: 4rem;
  margin: 0 auto;
}
.ser_box1 .fr {
  color: #0d6fb8;
  width: 50%;
  padding-left: 1.2rem;
  box-sizing: border-box;
}

.p_bg4, .p_bg5 {
  position: relative;
  padding: 0.8rem 0;
}
.p_bg4::before, .p_bg5::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(50% - 0.7rem);
  background: #fff;
  content: "";
  height: 2rem;
  border-radius: 0.1rem;
  box-shadow: 0 0.11rem 0.29rem rgba(0, 0, 0, 0.07);
}

.p_bg5::before {
  left: 0;
  right: auto;
}

.ser_box2 {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: space-between;
  z-index: 3;
}
.ser_box2 .s_intro {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.ser_box2 .s_intro i {
  margin-top: 0.3rem;
}
.ser_box2 .s_intro i img {
  display: block;
  width: 0.57rem;
}
.ser_box2 .s_intro h4 {
  color: #333;
  margin: 0.3rem 0;
}
.ser_box2 .s_intro b {
  width: 0.2rem;
  height: 0.05rem;
  background: #005aa7;
}
.ser_box2 .s_intro p {
  margin-top: 0.3rem;
  line-height: 1.5;
}
.ser_box2 .s_img {
  width: calc(50% - 1.4rem);
  display: flex;
  justify-content: space-between;
}
.ser_box2 .s_img img {
  display: block;
}
.ser_box2 .s_img .img1 {
  width: 88%;
}
.ser_box2 .s_img .img2 {
  width: 5%;
}

.jobimg {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
.jobimg ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.2rem;
  width: calc(50% - 0.1rem);
}
.jobimg ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jobimg ul.ul1 li:first-child {
  grid-column: 1/3;
}
.jobimg ul.ul2 li:first-child {
  grid-row: 1/3;
}

.p_bg7 {
  background: #f0f4f7;
  padding: 0.9rem 0 0;
}

.p_bg8 {
  padding: 0 0 1.5rem;
}

.joblist a {
  width: 100%;
  box-sizing: border-box;
  margin-top: 0.1rem;
  transition: all 0.3s linear;
  padding: 0.5rem 0.8rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  border: solid #e5e5e5 1px;
}
.joblist a .fl {
  width: calc(100% - 1.2rem);
  display: flex;
}
.joblist a .fl span {
  color: #999;
  margin-right: 0.9rem;
}
.joblist a .fl h4 {
  color: #333;
}
.joblist a .fr {
  width: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.joblist a .fr i img {
  display: block;
  width: 0.1rem;
}
.joblist a .fr i img:nth-child(2) {
  display: none;
}
.joblist a:hover {
  background: #0c66aa;
  box-shadow: 0 0.2rem 0.5rem rgba(12, 102, 170, 0.3);
}
.joblist a:hover .fl span {
  color: #fff;
}
.joblist a:hover .fl h4 {
  color: #fff;
}
.joblist a:hover .fr {
  color: #fff;
}
.joblist a:hover .fr i img:nth-child(1) {
  display: none;
}
.joblist a:hover .fr i img:nth-child(2) {
  display: block;
}

.jobdetail {
  width: 12rem;
  margin: 0 auto;
}
.jobdetail h1 {
  text-align: center;
  color: #333;
  line-height: 1.5;
}
.jobdetail span.subtit {
  display: block;
  text-align: center;
  color: #666;
  margin-top: 0.2rem;
}
.jobdetail .content {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: solid #eee 1px;
}
.jobdetail .content .con {
  margin-bottom: 0.4rem;
}
.jobdetail .content .con h4 {
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.jobdetail .content .con p {
  line-height: 1.7;
}
.jobdetail .content .mail {
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 0.4rem;
}
.jobdetail .content .mail::before {
  width: 100%;
  height: 1px;
  background: #d4e2e2;
  position: absolute;
  left: 0;
  top: calc(50% + 0.2rem);
  content: "";
}
.jobdetail .content .mail a {
  display: inline-block;
  margin: 0 auto;
  width: 1.1rem;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 3;
}
.jobdetail .content .mail a img {
  width: 0.5rem;
}

.relative {
  width: 12rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.8rem;
}
.relative > div {
  width: 49%;
  background: #f0f4f7;
  padding: 0.4rem 0.5rem;
  box-sizing: border-box;
}

@media screen and (max-width: 1440px) {
  .wrap_c {
    margin: 0px 1rem;
  }
  .jobdetail, .relative {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  .wrap_c {
    width: auto;
    padding: 0px 20px;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .joblist a .fr {
    width: 1.3rem;
  }
}
@media screen and (max-width: 749px) {
  ul.newslist2 li {
    width: 100%;
    margin-top: 0.3rem;
  }
  .searchform {
    margin-top: 0.4rem;
    flex-wrap: wrap;
  }
  .search_l {
    width: 100%;
    height: 0.6rem;
  }
  .search_r {
    width: 100%;
    margin: 0.3rem 0 0;
    height: 0.6rem;
  }
  .search_r > input {
    height: 0.6rem;
  }
  .banner_txt p {
    width: 100%;
  }
  .search_r > button {
    top: 0.17rem;
  }
  .pagesfr {
    padding: 0.5rem 0;
  }
  .pagesfr a.a1 {
    margin-right: 0.2rem;
  }
  .pagesfr a.a2 {
    margin-left: 0.2rem;
  }
  .news_swiper1 .swiper-slide > a {
    flex-wrap: wrap;
  }
  .news_swiper1 .swiper-slide > a .n_img1 {
    width: 100%;
  }
  .news_swiper1 .swiper-slide > a .n_img1 > img {
    display: block;
    width: 100%;
  }
  .news_swiper1 .swiper-slide > a .n_img1 > b1 {
    display: none;
  }
  .news_swiper1 .swiper-slide > a .n_intro1 {
    width: 100%;
    padding: 0.4rem;
  }
  .pagebox1 {
    height: 0.6rem;
    padding: 0 0.4rem;
  }
  .sconbox {
    flex-wrap: wrap;
  }
  .sconbox .nimg {
    width: 100%;
  }
  .sconbox .ntita {
    margin: 0.3rem 0 0;
    width: 100%;
  }
  .sconbox a.more {
    margin-top: 0.3rem;
  }
  .cbox1 {
    padding: 0 0 0.5rem;
  }
  .pagesfr a, .pagesfr span {
    display: none;
  }
  .pagesfr a.a1, .pagesfr a.a2 {
    display: inline-flex;
  }
  .newslist2 ul li {
    flex-wrap: wrap;
    padding: 0.3rem;
  }
  .newslist2 ul li span.date {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: flex-start;
    border-right: none;
    padding-right: 0;
  }
  .newslist2 ul li span.date b {
    font-size: 0.22rem;
    margin-left: 0.02rem;
    margin-top: 0.1rem;
  }
  .newslist2 ul li span.date b::before {
    content: "-";
  }
  .newslist2 ul li div.con {
    width: 100%;
    margin-left: 0;
    margin-top: 0.1rem;
  }
  .question li {
    padding: 0 0.3rem;
  }
  .dlist ul li {
    width: 100%;
    margin-top: 0.3rem;
    padding: 0.3rem;
  }
  .ccbox1 {
    padding-top: 0.8rem;
  }
  .ser_box1 {
    flex-wrap: wrap;
  }
  .ser_box1 .fl {
    width: 100%;
  }
  .ser_box1 .fr {
    width: 100%;
    padding: 0.3rem 0 0 1rem;
  }
  .ser_box2 {
    flex-wrap: wrap;
  }
  .ser_box2 .s_intro {
    width: 100%;
    padding: 0.2rem 0;
  }
  .ser_box2 .s_img {
    width: 100%;
    padding: 0.2rem 0;
  }
  .p_bg4, .p_bg5 {
    position: relative;
    padding: 0.3rem 0;
  }
  .p_bg5 .ser_box2 .s_img {
    order: 1;
  }
  .joblist a {
    padding: 0.4rem;
  }
  .joblist a .fl {
    width: calc(100% - 0.2rem);
  }
  .joblist a .fr {
    width: 0.1rem;
  }
  .joblist a .fr span {
    display: none;
  }
  .joblist a .fl span {
    margin-right: 0.3rem;
  }
  .jobimg {
    flex-wrap: wrap;
  }
  .jobimg ul {
    width: 100%;
  }
  .jobimg ul.ul2 {
    margin-top: 0.2rem;
  }
  .relative > div {
    width: 100%;
    margin-bottom: 0.3rem;
    padding: 0.2rem;
  }
  .p_bg8 {
    padding-bottom: 0.5rem;
  }
  .jobdetail .content {
    margin-top: 0.3rem;
    padding-top: 0.3rem;
  }
  .newsbox1 {
    margin-top: 0.4rem;
  }
  ul.newslist > li {
    padding: 0.4rem 0;
  }
  .newslist2 {
    padding-top: 0.4rem;
  }
  .question, .dlist {
    padding-top: 0.1rem;
  }
  .question li h4 span {
    width: calc(100% - 1rem);
  }
  .jobimg {
    padding: 0.4rem 0;
  }
  .p_bg7 {
    padding-top: 0.4rem;
  }
  .jobdetail .content .mail {
    padding-top: 0;
  }
  .jobdetail .content .mail::before {
    top: 50%;
  }
  .relative {
    padding-top: 0.4rem;
  }
}