/* 
* 页眉 
*/
.header-box-2 .head .navs .item {
  font-family: "RobotoCondensedBold";
  font-size: 20px;
}
/* 
* 二级菜单 
*/
/* 
* 广告图
*/
.banner-box {
  position: relative;
  width: 100%;
  height: 230px;
  background: url(../img/images/sec-banner-2.png) no-repeat center;
  background-size: cover;
}
.banner-box .title {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner-box .title .en {
  font-family: "RobotoCondensedRegular";
  font-size: 50px;
  color: #ffffff;
  text-transform: uppercase;
}
.banner-box .title p {
  margin-top: 20px;
  width: 1000px;
  font-size: 16px;
  font-family: "RobotoRegular";
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
}
.banner-box .bg {
  width: 100%;
}
.banner-box .bg img {
  display: block;
  width: 100%;
}
.content-box {
  width: 100%;
}
/* 内页菜单 */
.header-tabs {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: solid 1px #003f89;
}
.header-tabs a.item {
  position: relative;
  display: inline-block;
  font-family: "RobotoCondensedRegular";
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  padding: 30px 0;
  margin: 0 79px;
  text-transform: capitalize;
}
.header-tabs a.item::after {
  content: "";
  display: none;
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background-color: #013f88;
}
.header-tabs a.item.selected{
  color: #013f88;
}
.header-tabs a.item.selected::after {
  display: block;
}
/* 2.about welcome */
.about_Info .introduce {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.about_Info .welcome {
  width: 1300px;
  margin: 0 auto;
  padding: 40px 0 50px;
}
.about_Info .welcome .brief-introduction {
  display: flex;
}
.about_Info .welcome .brief-introduction .ft {
  width: calc(100% - 702px);
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  margin-right: 42px;
  font-family: "PingFang SC-Medium";
}
.about_Info .welcome .brief-introduction .ft div {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
}
.about_Info .welcome .brief-introduction .ft div:last-child {
  margin-bottom: 0;
}
.about_Info .welcome .brief-introduction .rt {
  width: 560px;
  height: 1010px;
}
.about_Info .welcome .brief-introduction .rt .swiper-wrapper {
  width: 100%;
  height: 520px;
}
.about_Info .welcome .brief-introduction .rt .swiper-wrapper .swiper-slide {
  width: 560px;
  height: 520px;
  background: #ffffff;
  border-radius: 30px;
  border: 1px solid #707070;
}
.about_Info .welcome .brief-introduction .rt .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.about_Info .welcome .brief-introduction .rt .list {
  width: 560px;
  margin-top: 30px;
}
.about_Info .welcome .brief-introduction .rt .list .announce_ul li {
  width: 560px;
  height: 140px;
  background-color: #f6faff;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 30px 30px 30px 30px;
  border-radius: 10px 10px 10px 10px;
}
.about_Info .welcome .brief-introduction .rt .list .announce_ul li .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #e1eeff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 53px;
}
.about_Info .welcome .brief-introduction .rt .list .announce_ul li .title {
  font-family: "RobotoCondensedBold";
  font-weight: normal;
  font-size: 20px;
  color: #003f89;
  line-height: 0px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 52px;
}
.about_Info .welcome .brief-introduction .rt .list .announce_ul li .text {
  font-family: "RobotoRegular";
  width: 243px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  text-align: center;
}
.about_Info .welcome .brief-introduction .rt .list .announce_ul li:last-child {
  margin-bottom: 0;
}
/* 2.about campus&map */
.about_Info .introduce {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.about_Info .map {
  padding: 37px 0 40px;
  width: 1300px;
  margin: 0 auto;
}
.about_Info .map .located {
  display: flex;
}
.about_Info .map .located .rt .title {
  font-family: "RobotoCondensedBold";
  font-size: 24px;
  color: #003f89;
  line-height: 32px;
  margin-bottom: 20px;
}
.about_Info .map .located .rt .info {
  font-family: "PingFang SC-Medium";
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.about_Info .map .school-map {
  margin-top: 38px;
  width: 100%;
}
.about_Info .map .school-map img {
  display: block;
  width: 100%;
}
/* 3.scholars */
.scholars_Info {
  width: 100%;
  background-color: #ffffff;
}
.scholars_Info .TsingshanChairProfessor {
  padding-bottom: 50px;
}
.scholars_Info .TsingshanChairProfessor .content {
  width: 1300px;
  margin: 0 auto;
  padding: 42px 0 38px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.scholars_Info .TsingshanChairProfessor .content .item {
  width: calc((100% - 42px) / 4);
  height: 450px;
}
.scholars_Info .TsingshanChairProfessor .content .item .thumb {
  position: relative;
}
.scholars_Info .TsingshanChairProfessor .content .item .thumb a {
  display: block;
  width: 100%;
  height: 360px;
}
.scholars_Info .TsingshanChairProfessor .content .item .thumb a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scholars_Info .TsingshanChairProfessor .content .item .thumb .Blueline {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: #c8a063;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.scholars_Info .TsingshanChairProfessor .content .item .title {
  width: 100%;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.scholars_Info .TsingshanChairProfessor .content .item .title .uppercase {
  font-family: "RobotoCondensedBold";
  margin-bottom: 13px;
  height: 29px;
  font-size: 22px;
  color: #333333;
}
.scholars_Info .TsingshanChairProfessor .content .item .title .lowercase {
  font-family: "RobotoRegular";
  height: 19px;
  font-weight: 500;
  font-size: 16px;
  color: #999999;
}
.scholars_Info .TsingshanChairProfessor .content .item .title a {
  color: inherit;
}
.scholars_Info .TsingshanChairProfessor .content .item:hover .thumb .Blueline {
  background: linear-gradient(270deg, #003f89 0%, #c4e0ff 100%);
}
/* 4.news */
.news .content {
  width: 1300px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.news .administrarion-ul {
  /* 使用 :last-child 选择器来移除最后一个 li 的 margin-bottom */
}
.news .administrarion-ul li {
  display: flex;
  height: 330px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: #ffffff;
  border-bottom: 1px solid #0099db;
}
.news .administrarion-ul li .thumb {
  width: 460px;
  height: 300px;
  background: #ffffff;
  border-radius: 20px;
  margin-right: 30px;
}
.news .administrarion-ul li .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.news .administrarion-ul li .rt {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.news .administrarion-ul li .rt .title {
  font-size: 24px;
  color: #333333;
  line-height: 38px;
  margin-bottom: 29px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "RobotoCondensedBold";
}
.news .administrarion-ul li .rt .title a {
  color: inherit;
}
.news .administrarion-ul li .rt .description {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: "RobotoRegular";
}
.news .administrarion-ul li .rt .foot-body {
  flex: 1;
  display: flex;
  position: relative;
}
.news .administrarion-ul li .rt .foot-body .list-footer {
  width: 100%;
  position: absolute;
  bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.news .administrarion-ul li .rt .foot-body .list-footer .data {
  width: 70px;
  height: 70px;
  background: #003f89;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.news .administrarion-ul li .rt .foot-body .list-footer .data .data-day {
  font-family: "RobotoCondensedBold";
  font-size: 30px;
  color: #ffffff;
  line-height: 40px;
}
.news .administrarion-ul li .rt .foot-body .list-footer .data .data-month {
  font-family: "RobotoRegular";
  font-size: 14px;
  color: #ffffff;
  line-height: 17px;
}
.news .administrarion-ul li .rt .foot-body .list-footer .seemore a {
  display: flex;
  align-items: center;
}
.news .administrarion-ul li .rt .foot-body .list-footer .seemore a span {
  font-family: "RobotoRegular";
  font-weight: 500;
  font-size: 16px;
  color: #003f89;
}
.news .administrarion-ul li .rt .foot-body .list-footer .seemore a img {
  display: block;
  width: 13px;
  margin-left: 12px;
}
.news .administrarion-ul li:first-child {
  margin-top: 29px;
}
.news .administrarion-ul li:last-child {
  margin-bottom: 50px;
}
/* 4.events */
.events_Info .calendar {
  width: 100%;
}
.events_Info .calendar .content {
  display: flex;
  justify-content: space-between;
  width: 1300px;
  margin: 0 auto;
}
.events_Info .calendar .content .online-calendar {
  width: 310px;
  height: 308px;
  margin-right: 30px;
  margin-top: 60px;
  background-color: #011c3c;
}
.events_Info .calendar .content .eventsList {
  width: calc(100% - 340px);
  padding-top: 30px;
  padding-bottom: 40px;
  border-left: solid 1px #dddddd;
}
.events_Info .calendar .content ul {
  width: 100%;
}
.events_Info .calendar .content ul li {
  display: flex;
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #dddddd;
}
.events_Info .calendar .content ul li .thumb {
  width: 330px;
  height: 220px;
  overflow: hidden;
}
.events_Info .calendar .content ul li .thumb img {
  display: block;
  width: 330px;
  height: 220px;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.events_Info .calendar .content ul li .thumb:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.events_Info .calendar .content ul li .text {
  width: calc(100% - 330px);
  padding-left: 35px;
}
.events_Info .calendar .content ul li .text h5 {
  font-size: 22px;
  font-family: "RabiolaSerif";
  font-weight: bold;
  color: #333333;
  line-height: 32px;
  margin: 0 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.events_Info .calendar .content ul li .text h5 a {
  color: #333333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.events_Info .calendar .content ul li .text h5:hover a {
  color: #013f88;
}
.events_Info .calendar .content ul li .text span {
  display: block;
  font-size: 16px;
  font-family: "RobotoRegular";
  font-weight: bold;
  color: #c8a063;
  margin-top: 15px;
}
.events_Info .calendar .content ul li .text p {
  font-size: 16px;
  font-family: "RobotoRegular";
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.events_Info .calendar .content .view-more {
  width: 160px;
  height: 50px;
  background: #013f88;
  border-radius: 8px;
  margin: 40px auto 0;
}
.events_Info .calendar .content .view-more a {
  display: block;
  font-family: "RobotoCondensedBold";
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  font-family: "";
  font-weight: bold;
  color: #fefefe;
  text-transform: uppercase;
}
/* 5.PUBLICATIONS */
.publications {
  width: 1300px;
  margin: 48px auto 45px;
}
.publications ul.books-list {
  display: flex;
  flex-wrap: wrap;
}
.publications ul.books-list li {
  width: calc((100% - 70px) / 3);
  height: 375px;
  border-radius: 14px;
  border: 2px solid #e1e8f0;
  padding: 20px 20px 24px;
  margin-bottom: 30px;
}
.publications ul.books-list li:not(:nth-child(3n)) {
  margin-right: 35px;
}
.publications ul.books-list li:hover {
  border-color: #003f89;
}
.publications ul.books-list li .cover-image a {
  display: block;
  width: 100%;
  height: 218px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #707070;
  overflow: hidden;
}
.publications ul.books-list li .cover-image a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.publications ul.books-list li h3 {
  margin: 26px 0 14px;
}
.publications ul.books-list li h3 a {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.publications ul.books-list li .last-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.publications ul.books-list li .last-line .time {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.publications ul.books-list li .last-line .see-more a {
  display: flex;
  align-items: center;
}
.publications ul.books-list li .last-line .see-more a span {
  font-weight: 500;
  font-size: 16px;
  color: #003e88;
}
.publications ul.books-list li .last-line .see-more a img {
  display: block;
  width: 14px;
  margin-left: 5px;
}
/* 6.CONTACT US */
.contact-us {
  width: 1300px;
  margin: 50px auto 40px;
}
.contact-us ul.relate-list li {
  width: 100%;
  height: 200px;
  background: #f3f9ff;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 33px 20px 10px 40px;
}
.contact-us ul.relate-list li .position {
  font-family: "RobotoCondensedRegular";
  font-weight: bold;
  font-size: 30px;
  color: #003e88;
  line-height: 37px;
  margin-bottom: 27px;
}
.contact-us ul.relate-list li .relate-style {
  display: flex;
}
.contact-us ul.relate-list li .relate-style .item {
  flex-grow: 1;
}
.contact-us ul.relate-list li .item {
  margin-bottom: 30px;
}
.contact-us ul.relate-list li .item .tag {
  font-family: "PingFang SC-Heavy";
  font-weight: 800;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
  margin-bottom: 11px;
}
.contact-us ul.relate-list li .item .info {
  font-family: "PingFang SC-Heavy";
  font-weight: 800;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
}
.contact-us .second {
  background: #f3f9ff;
}
.contact-us .second .title {
  font-family: "RobotoCondensedRegular";
  font-weight: bold;
  font-size: 30px;
  color: #003e88;
  line-height: 37px;
  margin-bottom: 16px;
  padding: 33px 0 0 40px;
}
.contact-us .second .nav-head {
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  border-bottom: 1px solid #e5e5e5;
}
.contact-us .second .nav-head .txt {
  font-family: "PingFang SC-Heavy";
  font-weight: 800;
  font-size: 16px;
  color: #999999;
  margin-bottom: 11px;
}
.contact-us .second .nav-head .txt:nth-child(1) {
  width: 15%;
}
.contact-us .second .nav-head .txt:nth-child(2) {
  width: 50%;
}
.contact-us .second .nav-head .txt:nth-child(3) {
  width: 15%;
}
.contact-us .second .nav-head .txt:nth-child(4) {
  width: 20%;
}
.contact-us .second .second-block .contact {
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  border-bottom: 1px solid #f0f0f0;
}
.contact-us .second .second-block .contact .item {
  font-family: "PingFang SC-Heavy";
  font-weight: 800;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
}
.contact-us .second .second-block .contact .item:nth-child(1) {
  width: 15%;
}
.contact-us .second .second-block .contact .item:nth-child(2) {
  width: 50%;
}
.contact-us .second .second-block .contact .item:nth-child(3) {
  width: 15%;
}
.contact-us .second .second-block .contact .item:nth-child(4) {
  width: 20%;
}
.contact-us .second .second-block .contact .common-line {
  display: flex;
}
.contact-us .second .second-block .contact .common-line .item {
  width: 50%;
}
/* 7.JOIN US */
.join-us {
  background: #f8f9ff;
  padding: 40px 0;
}
.join-us .content {
  width: 1300px;
  margin: 0 auto;
  padding-top: 40px;
  border-top: 1px solid #e3e3e3;
}
.join-us .content .welcome {
  display: flex;
  padding-bottom: 25px;
  border-bottom: 1px solid #e3e3e3;
}
.join-us .content .welcome .ft {
  width: calc(100% - 510px);
  display: flex;
  flex-direction: column;
}
.join-us .content .welcome .ft .introduction {
  font-family: "PingFang SC-Medium";
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.join-us .content .welcome .ft .logo {
  margin-top: auto;
  width: 476px;
}
.join-us .content .welcome .ft .logo img {
  display: block;
  width: 100%;
}
.join-us .content .welcome .rt {
  width: 425px;
  height: 260px;
  margin-left: 85px;
  margin-bottom: 35px;
}
.join-us .content .welcome .rt .swiper {
  height: 100%;
}
.join-us .content .welcome .rt .swiper .swiper-container {
  width: 100%;
  height: 100%;
}
.join-us .content .welcome .rt .swiper .swiper-container .swiper-wrapper .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 425px;
  height: 260px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.join-us .content .welcome .rt .swiper .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join-us .content .job-title {
  font-family: "RobotoCondensedBold";
  font-size: 40px;
  color: #333333;
  line-height: 53px;
  padding: 45px 0 40px;
}
.join-us .content ul.job-list {
  display: flex;
  justify-content: space-between;
}
.join-us .content ul.job-list li {
  width: calc((100% - 20px) / 2);
  height: 140px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #d6dcff;
  padding: 0 40px;
  margin-bottom: 10px;
  font-family: "RobotoCondensedBold";
}
.join-us .content ul.job-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.join-us .content ul.job-list li a span {
  font-size: 30px;
  color: #333333;
}
.join-us .content ul.job-list li a img {
  display: block;
  width: 24px;
}
.join-us .content ul.job-list li:hover {
  border: 2px solid #003f89;
}
.join-us .content ul.job-list li:hover span {
  color: #003f89;
}
/* 8.newsDetails  */
.newsDetails_Info {
  width: 100%;
}
.newsDetails_Info .content {
  display: flex;
  justify-content: space-between;
  width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}
.newsDetails_Info .content .left {
  width: 200px;
  padding-top: 40px;
}
.newsDetails_Info .content .left .back {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  cursor: pointer;
}
.newsDetails_Info .content .left .back span {
  font-size: 18px;
  font-weight: 400;
  color: #a31c27;
  margin-right: 5px;
}
.newsDetails_Info .content .left .back img {
  display: block;
  height: 15px;
  width: auto;
}
.newsDetails_Info .content .left .share {
  width: 130px;
  margin: 0 auto;
}
.newsDetails_Info .content .left .share .tags-title {
  position: relative;
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  color: #999999;
  text-align: center;
  margin-bottom: 20px;
}
.newsDetails_Info .content .left .share .tags-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 35px;
  height: 1px;
  background-color: #999;
}
.newsDetails_Info .content .left .share .tags-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 35px;
  height: 1px;
  background-color: #999;
}
.newsDetails_Info .content .left .share .share-icon {
  width: 50px;
  margin: 0 auto;
}
.newsDetails_Info .content .left .share .share-icon li {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.newsDetails_Info .content .left .share .share-icon li img {
  display: block;
  width: 100%;
}
.newsDetails_Info .content .right {
  width: calc(100% - 200px);
  border-left: solid 1px #d3d3d3;
}
.newsDetails_Info .top {
  width: 100%;
  padding: 40px;
  border-bottom: solid 1px #d3d3d3;
}
.newsDetails_Info .top h3 {
  font-family: "RabiolaSerif";
  font-size: 28px;
  line-height: 48px;
  font-weight: 600;
  color: #333;
}
.newsDetails_Info .top .info {
  margin-bottom: 15px;
}
.newsDetails_Info .top .info span {
  font-family: "RobotoRegular";
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  color: #333333;
}
.newsDetails_Info .bottom {
  width: 100%;
  padding: 40px 0 40px 40px;
}
.newsDetails_Info .bottom p {
  font-family: "RobotoRegular";
  font-size: 16px;
  line-height: 28px;
  color: #555;
  margin-bottom: 20px;
}
.newsDetails_Info .bottom p img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
/* 分辨率 */












.wp_paging {
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
    color: #494949;
    float: none;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}
.wp_paging li {
    display: inline-block;
    height: auto;
    line-height: unset; 
    float: left;
    margin-top: 5px;
}
.wp_paging .pages_count span {
    font-size: 14px;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging li a {
    cursor: pointer;
    color: #666;
    line-height: unset;
    height: auto;
}
.wp_paging .page_nav a{
    font-size: 14px;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging .page_jump span{
    font-size: 14px;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging .page_jump span:nth-child(2)
{
    font-size: 14px;
    padding: 0;
    background: #fff;
    border: 0px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging li input {
    font-size: 14px;
    width: 80px;
    height: 36px;
    line-height: 15px;
    border: 1px solid #d5d5d5;
    background: #fff;
    margin-top: 0;
    text-align: center;
}