@font-face {
  font-family: "PingFang_Bold";
  src: url(../fonts/PingFang_Bold.ttf);
}
@font-face {
  font-family: "PingFang_Heavy";
  src: url(../fonts/PingFang_Heavy.ttf);
}
@font-face {
  font-family: "PingFang_Medium";
  src: url(../fonts/PingFang_Medium.ttf);
}
@font-face {
  font-family: "DIN-Medium";
  src: url(../fonts/DIN-Medium-2.otf);
}
body {
  font-family: "PingFang_Medium";
  font-size: 16px;
  background-color: #fff;
  color: #333;
  overflow-x: hidden;
  position: relative;
}
html {
  font-size: 100px;
}
.lab_main_width {
  max-width: 15rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
/*首页 start*/
.header {
  background: url(../images/lab_top_bg.png) no-repeat right;
  font-size: 0.16rem;
  max-height: 1.05rem;
  height: 1.05rem;
  display: flex;
}
.lab_logo {
  width: 7rem;
  margin-left: 2%;
  display: inline-block;
}
.lab_logo img {
  width: 100%;
}
.lab_header_right {
  text-align: right;
  margin-right: 2%;
  position: relative;
  padding-top: 0.1rem;
  width: calc(100% - 7rem);
  display: inline-block;
}

/* 搜索 */
.lab_search {
  margin-bottom: 0.13rem;
}
.lab-input-text {
  border: 0.01rem solid #174a94;
  border-radius: 1rem;
  height: 0.3rem;
  padding: 0 0.2rem 0 0.1rem;
  font-family: "PingFang_Medium";
  background-color: rgba(23, 74, 148, 0.1);
}
.lab-input-text::placeholder {
  color: #174a94;
  font-weight: 500;
}
.lab-input-button {
  background: url(../images/lab_search.png) no-repeat right;
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  right: 0.1rem;
  top: 0.15rem;
  cursor: pointer;
}

/* 导航 */
.lab_nav {
  position: absolute;
  right: 0;
}
.lab_nav > ul > li {
  float: left;
  margin-left: 0.3rem;
  position: relative;
  padding-bottom: 0.1rem;
}
.lab_nav > ul > li > a {
  font-size: 0.22rem;
  font-weight: 500;
  color: #174a94;
  font-family: "PingFang_Medium";
}
.lab_nav .lab_sunNav::before {
  content: url(../images/lab_top_arrow.png);
  position: absolute;
  top: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
}
.lab_nav .lab_sunNav {
  display: none;
  background-color: #174a94;
  padding: 0.1rem 0;
  position: absolute;
  top: 0.42rem;
  width: 150%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.lab_nav .lab_sunNav li {
  padding: 0.1rem 0.21rem;
  text-align: center;
}
.lab_nav .lab_sunNav > li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.lab_nav .lab_sunNav li a {
  font-weight: 500;
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.21rem;
  text-align: center;
  font-family: "PingFang_Medium";
}
.lab_nav > ul > li:hover .lab_sunNav {
  display: block;
}

/* 小屏导航 */
.navbar-toggle {
  display: none;
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 4;
}
.navbar-toggle i {
  display: block;
  width: 0.3rem;
  height: 0.03rem;
  background-color: #174a94;
  border-radius: 0.02rem;
  margin-bottom: 0.08rem;
}
.navbar-toggle .icon-bar {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-toggle.on .icon-bar {
  background: #fff;
}
.navbar-toggle.on .icon-bar.icon-bar1 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -0.13rem;
}
.navbar-toggle.on .icon-bar.icon-bar2 {
  background: transparent;
}
.navbar-toggle.on .icon-bar.icon-bar3 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* 手机端导航 */
.lab-layer-box {
  display: block;
  width: 30%;
  height: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  background-color: rgba(23, 74, 148, 0.6);
}
.lab-layer-box.on {
  height: 100%;
  overflow-y: overlay;
}
.lab-layer-box .lab-nav {
  margin-top: 0.25rem;
}
.lab-layer-box.on .lab-layer-nav {
  display: block;
}
.lab-layer-nav .lab-layer-suNnav.on {
  display: block;
}
.lab-layer-nav {
  display: none;
  margin-top: 0.93rem;
}
.lab-layer-nav li {
  margin: 0 0.1rem;
  position: relative;
}
.lab-layer-nav li strong {
  color: #fff;
  position: absolute;
  right: 0.1rem;
  top: 0.05rem;
  font-size: 0.32rem;
  cursor: pointer;
  width: 0.4rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.lab-layer-nav li strong.on {
  transform: rotate(45deg);
}
.lab-layer-nav li a {
  display: block;
  text-align: left;
  padding: 0.15rem;
  color: #fff;
  font-size: 0.2rem;
  border-bottom: solid 0.01rem rgba(255, 255, 255, 0.2);
}
.lab-layer-nav .lab-layer-suNnav {
  display: none;
}
.lab-layer-nav .lab-layer-suNnav li a {
  font-size: 0.18rem;
  color: #fff;
  text-indent: 0.05rem;
}
.lab-layer-nav .lab-layer-suNnav li a:hover {
  color: #fff;
}
@media only screen and (max-width: 1800px) {
  .lab_nav {
    display: none;
  }
  .navbar-toggle {
    display: block;
  }
}

/* 轮播图 */
.lab_swiper_img {
  width: 100%;
}
.lab_swiper_img img {
  width: 100%;
}

.lab_swiper_img .swiper-pagination {
  bottom: 0.3rem;
  right: 12%;
}
.lab_swiper_img .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 0.1rem;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.lab_swiper_img .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
/* 主体部分 */
.main {
  padding: 0.25rem 0 0.4rem 0;
}
.main .main_title {
  position: relative;
  border-bottom: 0.01rem solid #bdbdbd;
  padding-bottom: 0.08rem;
}
.main .main_title h2 {
  font-weight: 800;
  font-size: 0.32rem;
  color: #2f4583;
  font-family: "PingFang_Heavy";
  display: inline-block;
}

.lab_main1 .main_title h2::before {
  background: url(../images/lab_icon1.png) no-repeat center center;
}
.lab_main2 .main_title h2::before {
  background: url(../images/lab_icon2.png) no-repeat center center;
}
.lab_main3 .main_title h2::before {
  background: url(../images/lab_icon3.png) no-repeat center center;
}
.lab_main4 .main_title h2::before {
  background: url(../images/lab_icon4.png) no-repeat center center;
}
.main .main_title h2::before {
  content: "";
  display: inline-block;
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.08rem;
  vertical-align: sub;
}
.main .main_title a {
  position: absolute;
  right: 0;
  line-height: 0.46rem;
  font-size: 0.2rem;
  color: #666;
  font-family: "PingFang_Medium";
}
.main .main_title a::after {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/lab_right_arrow.png) no-repeat center center;
  vertical-align: middle;
}
.lab_main2 {
  background-color: #f2f7fa;
}
.main .main_title a:hover {
  color: rgba(23, 74, 148, 1);
}

/* 边框阴影 */
.lab_xs_cont ul li,
.lab_new_cont ul li,
.lab_ky_cont ul li {
  box-shadow: 0rem 0rem 0.2rem -0.05rem #ccc;
}

/* 科研进展 */
.lab_ky_cont ul {
  display: flex;
  padding-top: 0.1rem;
}
.lab_ky_cont ul li {
  width: 3.45rem;
  overflow: hidden;
  margin-right: 0.4rem;
  padding-bottom: 0.1rem;
  margin-top: 0.1rem;
  transition: all 0.5s;
}
.lab_ky_cont ul li:hover {
  transition: all 0.5s;
  margin-top: 0;
  margin-bottom: 0.1rem;
}
.lab_ky_cont ul li:last-child {
  margin-right: 0;
}
.lab_ky_cont ul li .ky_img {
  width: 100%;
  height: 2.61rem;
  overflow: hidden;
}
.lab_ky_cont ul li .ky_img img {
  width: 100%;
}
.lab_ky_cont ul li .ky_title {
  padding: 0.1rem 0.2rem;
  position: relative;
}
.lab_ky_cont ul li .ky_title p {
  position: absolute;
  top: -0.47rem;
  left: 0;
  width: 100%;
  height: 0.47rem;
  background: url(../images/lab_img1.png) no-repeat;
  background-size: cover;
  text-align: right;
}
.lab_ky_cont ul li .ky_title p span {
  font-family: "DIN-Medium";
  font-weight: 500;
  font-size: 0.2rem;
  color: #2f4583;
  line-height: 0.4rem;
  padding-right: 0.2rem;
}
.lab_ky_cont ul li .ky_title h4 {
  font-family: "PingFang_Bold";
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.23rem;
  margin-bottom: 0.1rem;
}
.lab_ky_cont ul li .ky_title h6 {
  font-family: "PingFang_Medium";
  font-weight: 500;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.19rem;
}
.lab_ky_cont ul li .ky_title h4,
.lab_ky_cont ul li .ky_title h6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* 最新动态 */
.lab_new_cont {
  margin: 0 0.47rem 0.26rem;
  min-height: 2.3rem;
}
.lab_new_cont ul li {
  width: 48%;
  float: left;
  background-color: #fff;
  margin-top: 0.3rem;
  transition: all 0.5s;
}
.lab_new_cont ul li:hover {
  margin-top: 0.2rem;
  transition: all 0.5s;
}
.lab_new_cont ul li a {
  padding: 0.1rem 0.2rem 0.1rem 0.3rem;
}

.lab_new_cont ul li:hover .day,
.lab_new_cont ul li:hover .year_month,
.lab_new_cont ul li:hover h4,
.lab_new_cont ul li:hover h6 {
  color: #174a94;
}
.lab_new_cont ul li:nth-child(odd) {
  margin-right: 4%;
}
.lab_new_cont ul li a {
  display: flex;
}
.lab_new_cont ul li .new_title {
  flex: 1;
  width: calc(100% - 1rem);
}
.lab_new_cont ul li .new_date {
  width: 1rem;
}
.new_title h4 {
  font-family: "PingFang_Bold";
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 0.36rem;
}
.new_title h6 {
  font-family: "PingFang_Medium";
  font-weight: 500;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.26rem;
}
.new_title h4,
.new_title h6 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.new_title h4.top::before,
.new_title h4.new::before {
  content: "";
  display: inline-block;
  width: 0.35rem;
  height: 0.19rem;
  vertical-align: middle;
}
.new_title h4.top::before {
  background: url(../images/lab_top.png) no-repeat;
}
.new_title h4.new::before {
  background: url(../images/lab_new.png) no-repeat;
}
.new_date {
  text-align: center;
}
.new_date .day {
  font-family: "DIN-Medium";
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 0.42rem;
}
.new_date .year_month {
  font-family: "DIN-Medium";
  font-weight: 500;
  font-size: 0.2rem;
  line-height: 0.23rem;
}
/* 通知公告 */
.lab_notice_cont {
  display: flex;
  margin-top: 0.3rem;
}
.notice_left {
  display: inline-block;
  width: 7rem;
  height: 4rem;
  overflow: hidden;
  position: relative;
  margin-right: 0.34rem;
}
.notice_left img {
  width: 100%;
}
.left_title {
  position: absolute;
  bottom: 0;
  height: 0.87rem;
  width: 100%;
  background-image: linear-gradient(
    180deg,
    rgba(31, 118, 177, 0.1),
    rgba(13, 50, 75, 1)
  );
  display: flex;
}
.left_title h4 {
  flex: 1;
  font-family: "PingFang_Bold";
  font-weight: bold;
  font-size: 0.2rem;
  color: #ffffff;
  line-height: 0.23rem;
  text-align: left;
  position: absolute;
  bottom: 0.23rem;
  left: 0.21rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 1.7rem);
}
.left_title p {
  width: 1.5rem;
  font-family: "DIN-Medium";
  font-weight: bold;
  font-size: 0.2rem;
  color: #ffffff;
  line-height: 0.23rem;
  text-align: right;
  position: absolute;
  right: 0.32rem;
  bottom: 0.23rem;
}
.notice_right {
  display: inline-block;
  width: calc(100% - 7.34rem);
}
.notice_right ul li {
  border-bottom: 0.01rem solid #eeeeee;
  padding: 0.36rem 0 0.2rem 0;
}
.notice_right ul li:hover a {
  color: #174a94;
}
.notice_right ul li a {
  display: flex;
}
.notice_right ul li a h4 {
  flex: 1;
  font-family: "PingFang_Bold";
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 0.23rem;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notice_right ul li a p {
  width: 1.5rem;
  font-family: "DIN-Medium";
  font-weight: 500;
  font-size: 0.2rem;
  line-height: 0.23rem;
  text-align: right;
}

/* 学术交流 */
.lab_xs_cont ul {
  display: flex;
  padding-top: 0.3rem;
}
.lab_xs_cont ul li {
  width: 3.45rem;
  overflow: hidden;
  margin-right: 0.4rem;
  margin-top: 0.1rem;
  transition: all 0.5s;
}
.lab_xs_cont ul li:hover {
  transition: all 0.5s;
  margin-top: 0;
  margin-bottom: 0.1rem;
}
.lab_xs_cont ul li:last-child {
  margin-right: 0;
}
.lab_xs_cont ul li .xs_img {
  width: 100%;
  height: 2.61rem;
  overflow: hidden;
  position: relative;
}
.lab_xs_cont ul li .xs_img img {
  width: 100%;
}
.lab_xs_cont ul li .xs_title {
  padding: 0.1rem 0.2rem;
}
.lab_xs_cont ul li .xs_title h4 {
  font-family: "PingFang_Bold";
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.23rem;
  margin-bottom: 0.1rem;
}
.lab_xs_cont ul li .xs_title h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.lab_xs_cont ul li .xs_title p {
  font-family: "DIN-Medium";
  font-weight: 500;
  font-size: 0.2rem;
  line-height: 0.23rem;
  text-align: right;
}

/* 底部 footer */
footer {
  background-color: #2f4583;
  padding: 0.27rem 0;
  color: #fff;
}
.footer_cont {
  display: flex;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.3);
  padding-bottom: 0.36rem;
  margin-bottom: 0.26rem;
}
.footer_link {
  flex: 1;
}
.footer_ewm {
  width: 1.5rem;
}
.footer_ewm p {
  font-size: 0.16rem;
}
.footer_link h4 {
  font-family: "PingFang_Medium";
  font-weight: 500;
  font-size: 0.2rem;
  line-height: 0.31rem;
}
.footer_link ul > li {
  display: inline-block;
}
.footer_link ul > li > a {
  font-family: "PingFang_Medium";
  font-weight: 500;
  font-size: 0.2rem;
  color: #ffffff;
  line-height: 0.48rem;
  text-align: left;
  padding-right: 0.3rem;
}
.footer_contact p,
.footer_copyright p {
  font-family: "PingFang_Medium";
  font-weight: 500;
  font-size: 0.2rem;
  line-height: 0.31rem;
  text-align: center;
}
.ewm {
  width: 1.1rem;
  height: 1.1rem;
  overflow: hidden;
}
.ewm img {
  width: 100%;
}
.footer_link ul > li:hover a {
  color: rgba(88, 132, 255, 1);
}

.lab-input-button,
.new_title h4.new::before,
.new_title h4.top::before,
.lab_main1 .main_title h2::before,
.lab_main2 .main_title h2::before,
.lab_main3 .main_title h2::before,
.lab_main4 .main_title h2::before {
  background-size: cover;
}
/*首页 end*/

/* 内页公共样式 start */
.lab_ny_main {
  background-color: rgba(248, 248, 248, 1);
  padding: 0.2rem 0;
}
.lab_banner img {
  width: 100%;
}
.ny {
  display: flex;
}
.lab_ny_left_menu {
  width: 1.8rem;
  height: max-content;
  background-color: #174a94;
  border-radius: 0.02rem 0.5rem 0.02rem 0.02rem;
}
.lab_ny_left_menu .bg {
  background: url(../images/menu_bg.png) no-repeat 0.1rem 0.1rem / 1.5rem;
}
.lab_ny_left_menu h2 {
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.34rem;
  padding: 0.15rem 0 0 0.1rem;
  margin-bottom: 0.15rem;
}
.lab_ny_left_menu ul li {
  line-height: 0.38rem;
  margin-bottom: 0.1rem;
  position: relative;
}
.lab_ny_left_menu h2,
.lab_ny_left_menu ul li {
  font-family: "PingFang_Medium";
  font-weight: 500;
}
.lab_ny_left_menu ul li a {
  font-size: 0.18rem;
  padding-left: 0.14rem;
  color: #fff;
}
.lab_ny_left_menu ul li.active::before {
  content: "";
  position: absolute;
  width: 0.04rem;
  height: 0.38rem;
  background: #ff9500;
}
.lab_ny_left_menu ul li.active::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background: url(../images/lab_icon7.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
}
.lab_ny_left_menu ul li.active {
  background-color: rgba(255, 255, 255, 0.1);
}
.lab_ny_cont {
  width: calc(100% - 2rem);
  min-height: 6rem;
  margin-left: 0.2rem;
  background-color: #fff;
}
.ny_cont-top {
  padding: 0.28rem 0.2rem 0.17rem;
  border-bottom: 0.01rem solid #bdbdbd;
  display: flex;
}
.ny_cont-top h3,
.ny_cont-top ul {
  flex: 1;
}
.ny_cont-top h3 {
  font-family: "PingFang_Medium";
  font-weight: 800;
  font-size: 0.2rem;
  color: #2f4583;
}
.ny_cont-top h3::before {
  content: "";
  display: inline-block;
  width: 0.26rem;
  height: 0.26rem;
  background: url(../images/lab_icon6.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
}
/* 内页公共样式 end */

/* 文字列表页 start */
.ny_cont-top ul {
  text-align: right;
}
.ny_cont-top ul::before {
  content: "";
  display: inline-block;
  width: 0.16rem;
  height: 0.15rem;
  background: url(../images/lab_icon5.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
}
.ny_cont-top ul li {
  display: inline-block;
}
.ny_cont-top ul li a {
  font-family: "PingFang_Medium";
  font-weight: 500;
  font-size: 0.16rem;
  color: #666666;
}
.ny_cont-top ul li span {
  font-size: 0.16rem;
  font-weight: 800;
  color: #666;
  padding: 0 0.05rem;
}
.ny_cont_list ul {
  padding: 0.28rem;
}
.ny_cont_list.txt ul li {
  padding: 0.33rem 0.19rem;
  border-bottom: 0.01rem solid #eeeeee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ny_cont_list.txt ul li:hover span,
.ny_cont_list.txt ul li:hover a {
  color: #174a94;
}
.ny_cont_list.txt ul li span {
  font-family: "DIN-Medium";
  font-weight: 500;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.28rem;
  padding-right: 0.5rem;
}
.ny_cont_list.txt ul li a {
  font-family: "PingFang_Medium";
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.23rem;
  text-align: left;
}
/* 文字列表页 end */

/* 图文列表页 start */
.ny_cont_list.img ul li {
  padding: 0.1rem 0.28rem;
  border-bottom: 0.01rem solid #eeeeee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 0.74rem;
}
.ny_cont_list.img ul li:hover p,
.ny_cont_list.img ul li:hover span {
  color: #174a94;
}
.ny_cont_list.img ul li a {
  display: flex;
}
.ny_cont_list.img ul li a .list_img {
  width: 1.24rem;
  height: 0.74rem;
}
.ny_cont_list.img ul li a .list_img img {
  width: 100%;
}
.ny_cont_list.img ul li a p {
  width: calc(100% - 3.04rem);
  padding-left: 0.37rem;
  font-family: "PingFang_Medium";
  font-weight: 500;
  font-size: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ny_cont_list.img ul li a span {
  width: 1.8rem;
  text-align: right;
  font-family: "DIN-Medium";
  font-weight: 500;
  font-size: 0.24rem;
  text-transform: none;
}
/* 图文列表页 end */

/* 文章内容页 start */
.article_title {
  font-family: "PingFang_Medium";
  font-weight: bold;
  font-size: 0.22rem;
  text-align: center;
  padding: 0.24rem 0.4rem 0.17rem;
}
.article_info {
  display: flex;
  border-bottom: 0.01rem solid #eee;
}
.article_info p {
  flex: 1;
  text-align: center;
  font-family: "PingFang_Medium";
  font-weight: 500;
  font-size: 0.16rem;
  color: #777777;
  padding-bottom: 0.17rem;
}
.article_content {
  padding: 0.26rem 0.46rem;
}
.article_content p span,
.article_content p {
  font-family: "PingFang_Medium" !important;
  text-align: justify;
  font-size: 0.18rem !important;
}
.article_content img {
  display: block;
  width: auto !important;
  margin: 0.1rem auto;
  max-width: 100%;
  height: auto !important;
  max-height: 100%;
}
/* 文章内容页 end */

/* 翻页样式 start */
.pb_sys_common {
  margin-top: 0.4rem !important;
}
.pb_sys_common .p_goto a,
.pb_sys_common .p_search a,
.pb_sys_common .p_goto input,
.p_next.p_fun a,
.p_prev_d.p_fun_d {
  background-color: #2f4583 !important;
  border: none !important;
  border-radius: 0.04rem !important;
  color: #fff !important;
  font-size: 0.14rem !important;
}
.pb_sys_common .p_t {
  font-size: 0.14rem !important;
}
/* 翻页样式 end */

/* 上一篇下一篇样式 */
.next_prev_page {
  padding: 0.26rem 0.46rem;
}
.next_prev_page span,
.next_prev_page a {
  font-weight: 500;
  font-size: 0.18rem;
}
.next_prev_page span {
  font-family: "PingFang_Medium";
  color: #3b5fc4;
}
.next_prev_page a {
  font-family: "PingFang_Medium";
  color: #000000;
}
