.truncate,
.main-box .main-side .dynamic-box ul li a,
.main-box .main-content .content-page .turn-the-page li a,
.news-box .item .details .title,
.news-list li a {
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.swiper-container{
  height: fit-content;
}

.lineTwo,
.news-box .item .details .desc,
.lineThree,
.lineFour,
.team-list .item .details .piece {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.lineTwo,
.news-box .item .details .desc {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.lineThree {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.lineFour,
.team-list .item .details .piece {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

.enlarge {
  display: block;
  overflow: hidden;
}

.enlarge:hover img {
  transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transition: all .35s ease;
}

.bespread,
.card-box .card-media .card-media-title,
.pop-box,
.pop-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.middle,
.btn,
.header .search-box .button,
.header .menu-btn>div,
.nav-box .container .menu-box ul li a,
.side-box .content ul li.gotop a .img,
.main-box .main-side .main-title,
.main-box .main-side .main-menu .content li a,
.main-box .main-side .register,
.main-box .main-side .dynamic-box .title,
.main-box .main-content .content-page .tools,
.main-box .main-content .content-page .tools .play .icon,
.main-box .main-content .content-page .tools .click .icon,
.bread-crumbs-box .title-box .tag-list .tag,
.table-box .thead .tr .td,
.table-box .thead .tr .th,
.table-box .tbody .tr .td,
.table-box .tbody .tr .th,
.news-box .item .cover .play,
.news-box .item .details .info>div .play .icon,
.news-box .item .details .info>div .click .icon,
.news-list li .time,
.team-list .item .see-doctor .square,
.pages-box ul li,
.pages-box .pagination p,
.pages-box .pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hidden {
  overflow: hidden !important;
}

.pointer {
  cursor: pointer;
}

.p0 {
  padding: 0 !important;
}

.ptb0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.plr0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.h-70 {
  height: 70px !important;
}

.h-80 {
  height: 80px !important;
}

.c-gray {
  color: #666 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-color {
  background-color: #F7F7F9 !important;
}

.bg-base {
  background-color: #00834b !important;
}

.bg-auxiliary {
  background-color: #06CE8A !important;
}

.b0 {
  border: 0 !important;
}

.static {
  position: static !important;
}

.text-box p {
  font-size: 14px;
  line-height: 30px;
}

.container {
  display: block;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 75px;
  position: relative;
}

.container.max {
  max-width: 1680px;
}

.container.full {
  max-width: 100%;
}

.col-2 {
  display: flex;
  flex-wrap: wrap;
}

.col-2 .li {
  width: 49%;
  margin-right: 2%;
}

.col-2 .li:nth-child(2n) {
  margin-right: 0;
}

.col-2.full .li {
  margin-right: 0 !important;
}

.card-box .card-media {
  display: block;
  position: relative;
}

.card-box .card-media .trumb {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.card-box .card-media .card-media-title {
  top: auto;
  height: auto;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.card-box .card-media .card-media-title .card-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.card-box .card-media .card-media-title .card-exp {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  margin-top: 10px;
}

.card-box .card-container {
  padding: 10px 15px;
}

.card-box .card-container .card-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.card-box .card-container .card-exp {
  font-size: 14px;
  line-height: 1.4;
  color: #666;
  margin-top: 15px;
}

.btn {
  display: inline-flex;
  font-size: 14px;
  color: #fff;
  height: 42px;
  border-radius: 21px;
  cursor: pointer;
  background-image: linear-gradient(to right, #007945, #009933);
}

.btn.unique {
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 960px) {
  .pb10 {
    padding-bottom: .5rem !important;
  }

  .pb20 {
    padding-bottom: 1rem !important;
  }

  .pb30 {
    padding-bottom: 1.5rem !important;
  }

  .pb40 {
    padding-bottom: 2rem !important;
  }

  .mb30 {
    margin-bottom: 1.5rem !important;
  }

  .mb40 {
    margin-bottom: 2rem !important;
  }

  .mb50 {
    margin-bottom: 2.5rem !important;
  }

  .h-70 {
    height: 3.5rem !important;
  }

  .h-80 {
    height: 4rem !important;
  }

  .text-box p {
    font-size: .9rem;
    line-height: 1.6;
  }

  .container {
    max-width: 750px;
    padding: 1.5rem 1rem;
  }

  .container.max {
    max-width: 750px;
  }

  .container.full {
    max-width: 100%;
  }

  .card-box .card-media .card-media-title {
    padding: .7rem 1rem;
  }

  .card-box .card-media .card-media-title .card-title {
    font-size: 1.15rem;
  }

  .card-box .card-media .card-media-title .card-exp {
    font-size: 1rem;
    margin-top: .5rem;
  }

  .card-box .card-container {
    padding: .5rem 1rem .75rem;
  }

  .card-box .card-container .card-title {
    font-size: 1rem;
  }

  .card-box .card-container .card-exp {
    font-size: .9rem;
    margin-top: .8rem;
  }

  .btn {
    font-size: .8rem;
    height: 2.4rem;
    border-radius: 1.2rem;
  }

  .btn.unique {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@keyframes focus {

  0%,
  100% {
    transform: scale(0.5);
  }

  50% {
    transform: scale(1);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #C4C4C4;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 135px;
  position: relative;
}

.header .logo {
  display: flex;
}

.header .logo a {
  display: block;
}

.header .logo a img {
  display: block;
  height: 72px;
  width: auto;
}

.header .medical-training {
  display: block;
}

.header .medical-training img {
  display: block;
  height: 96px;
  width: auto;
}

.header .search-box {
  display: block;
  position: relative;
}

.header .search-box .val {
  display: flex;
  width: 220px;
  height: 38px;
  font-size: 16px;
  border-radius: 19px;
  padding-left: 15px;
  padding-right: 40px;
  border: 1px solid #E8E8E8;
}

.header .search-box .button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 38px;
  cursor: pointer;
}

.header .search-box .button img {
  width: 24px;
  height: 24px;
}

.header .menu-btn>div {
  display: none;
}

.nav-box {
  background-color: #00834b;
}

.nav-box .container {
  padding: 0;
}

.nav-box .container .search-box {
  display: none;
}

.nav-box .container .menu-box ul {
  display: flex;
  flex-wrap: wrap;
}

.nav-box .container .menu-box ul li {
  width: 10%;
  position: relative;
}

.nav-box .container .menu-box ul li a {
  width: 100%;
  height: 100px;
  font-size: 18px;
  color: #fff;
  position: relative;
}

.nav-box .container .menu-box ul li a.active,
.nav-box .container .menu-box ul li a:hover {
  background-color: #007945;
}

.nav-box .container .menu-box ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background-color: #fff;
}

.nav-box .container .menu-box ul li:last-child a:after {
  display: none;
}

.nav-box .container .menu-box ul li:last-child ul li a:after {
  display: block;
}

.nav-box .container .menu-box ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0;
  z-index: 9;
  background-color: #00834b;
  overflow: hidden;
}

.nav-box .container .menu-box ul li ul li {
  width: 100%;
}

.nav-box .container .menu-box ul li ul li a {
  height: 54px;
  font-size: 16px;
}

.nav-box .container .menu-box ul li ul li a:after {
  content: "";
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(0);
  width: 100%;
  background: url(/static/images/nav-underline.png) center bottom no-repeat;
  background-size: auto 1px;
}

.nav-box .container .menu-box ul li ul li a.active:after,
.nav-box .container .menu-box ul li ul li a:hover:after {
  display: none;
}

.nav-box .container .menu-box ul li:hover ul {
  height: auto;
  transition: all .3s;
}

.section-title {
  display: block;
  margin-bottom: 50px;
}

.section-title .title {
  font-size: 36px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 15px;
}

.section-title .title-line {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-title .title-line:before,
.section-title .title-line:after {
  content: "";
}

.section-title .title-line:before {
  width: 600px;
  height: 2px;
  background-color: #E8E8E8;
}

.section-title .title-line:after {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 175px;
  height: 4px;
  background-color: #00834b;
}

.section-title.white .title {
  color: #fff;
}

.section-title.white .title-line:before,
.section-title.white .title-line:after {
  background-color: #fff;
}

.footer {
  background: url(/static/images/foot-bg.png) center center no-repeat;
  background-size: auto 100%;
}

.footer .container {
  padding-bottom: 10px;
}

.footer .container .nav-foot {
  display: flex;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .container .nav-foot li a {
  display: block;
  line-height: 90px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.footer .container .nav-foot li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 30px;
  width: 4px;
  background-color: #fff;
}

.footer .container .nav-foot li:last-child a:after {
  display: none;
}

.footer .container .info-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.footer .container .info-box .logo {
  display: flex;
}

.footer .container .info-box .logo img {
  width: auto;
  height: 62px;
}

.footer .container .info-box .list li,
.footer-menu {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}

.footer .container .info-box .list li,
.footer-menu a {
  color: #fff;
}

.footer .container .info-box .list .footer-menu {
  position: relative;
  padding: 0 20px;
}

.footer .container .info-box .list .footer-menu:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 1px;
  right: -0;
  top: 50%;
  transform: translate(0, -50%);
  background: #fff;
}

.footer .container .info-box .list .menu-title:after,
.footer .container .info-box .list .footer-menu:last-of-type:after {
  width: 0;
}

.footer .container .info-box .list .menu-flex {
  display: flex;
  flex-wrap: wrap;
  max-width: 460px;
}

.footer .container .info-box .qrcode-box {
  display: flex;
}

.footer .container .info-box .qrcode-box li {
  margin-right: 40px;
}

.footer .container .info-box .qrcode-box li:last-child {
  margin-right: 0;
}

.footer .container .info-box .qrcode-box li .img {
  display: block;
  width: 138px;
  margin-bottom: 10px;
}

.footer .container .info-box .qrcode-box li .img img {
  width: 100%;
  height: auto;
}

.footer .container .info-box .qrcode-box li .name {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.footer .container .copyright p {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.footer .container .copyright .copyright2025 {
  border-top: solid 1px #fff;
  padding-top: 10px;
}

.footer .container .copyright p a {
  color: #fff;
}

.side-box {
  position: fixed;
  top: 50%;
  right: 30px;
  z-index: 99;
  transform: translateY(-50%);
}

.side-box .content .side-menu {
  display: none;
}

.side-box .content ul {
  width: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 50px;
  background-color: #00834b;
}

.side-box .content ul li {
  position: relative;
}

.side-box .content ul li:after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

.side-box .content ul li a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.side-box .content ul li a .img {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.side-box .content ul li a .img img {
  width: 40px;
  height: auto;
}

.side-box .content ul li a .title {
  display: flex;
  justify-content: center;
  font-size: 13px;
  color: #ffff;
  text-align: center;
}

.side-box .content ul li:nth-last-child(2):after,
.side-box .content ul li:last-child:after {
  display: none;
}

.side-box .content ul li.gotop a {
  padding-bottom: 0;
}

.side-box .content ul li.gotop a .img {
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background-color: #fff;
}

.side-box .content ul li.gotop a .img img {
  width: 25px;
  height: 25px;
}

.banner-box {
  display: flex;
  justify-content: center;
  height: 437px;
  background-size: auto 100%;
  position: relative;
  background: transparent !important;
}

.banner-box .banner {
  width: auto;
  height: 100%;
}

.banner-box .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner-box .content .container {
  padding-top: 120px;
  padding-bottom: 0;
}

.banner-box .content .container .text-box h2 {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

.banner-box .content .container .text-box p {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

.main-box {
  display: block;
  padding-left: 280px;
  padding-bottom: 90px;
  margin-top: -90px;
  position: relative;
}

.main-box .main-side {
  position: absolute;
  top: 0;
  left: 0;
  width: 248px;
}

.main-box .main-side .main-title {
  height: 90px;
  width: 100%;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  background-color: #00834b;
}

.main-box .main-side .main-menu {
  padding: 22px 0 22px 22px;
  margin-bottom: 25px;
  background-color: #fff;
  overflow: hidden;
}

.main-box .main-side .main-menu .content {
  width: calc(100% + 10px);
  padding-right: 22px;
  max-height: 440px;
  overflow-y: scroll;
}

.main-box .main-side .main-menu .content li {
  margin-bottom: 15px;
}

.main-box .main-side .main-menu .content li a {
  font-size: 16px;
  height: 48px;
  border: 1px solid rgba(6, 91, 207, 0.2);
  background-color: #F7F7F9;
  position: relative;
}

.main-box .main-side .main-menu .content li a:before,
.main-box .main-side .main-menu .content li a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main-box .main-side .main-menu .content li a:before {
  left: 0;
  width: 3px;
  height: 16px;
  background-color: #00834b;
}

.main-box .main-side .main-menu .content li a:after {
  right: 7px;
  width: 10px;
  height: 12px;
  background: url(/static/images/triangle-right.png) no-repeat;
  background-size: cover;
}

.main-box .main-side .main-menu .content li:last-child {
  margin-bottom: 0;
}

.main-box .main-side .main-menu .content li.active a,
.main-box .main-side .main-menu .content li:hover a {
  color: #00834b;
}

.main-box .main-side .main-menu .content li.active a:before,
.main-box .main-side .main-menu .content li.active a:after,
.main-box .main-side .main-menu .content li:hover a:before,
.main-box .main-side .main-menu .content li:hover a:after {
  content: "";
}

.main-box .main-side .main-menu .content.border {
  border-top: 5px solid #00834b;
}

.main-box .main-side .main-menu .content.border li.active a:before,
.main-box .main-side .main-menu .content.border li.active a:after,
.main-box .main-side .main-menu .content.border li:hover a:before,
.main-box .main-side .main-menu .content.border li:hover a:after {
  background: transparent;
}

.main-box .main-side .register {
  width: 100%;
  font-size: 24px;
  color: #fff;
  height: 135px;
  cursor: pointer;
  background-color: #06CE8A;
  position: relative;
}

.main-box .main-side .register .icon {
  width: 36px;
  height: auto;
  margin-right: 15px;
}

.main-box .main-side .register .focus {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 9;
}

.main-box .main-side .register .focus img {
  width: 100%;
  height: 100%;
}

.main-box .main-side .register .focus:hover {
  animation: focus 1.2s linear;
}

.main-box .main-side .dynamic-box {
  background-color: #fff;
}

.main-box .main-side .dynamic-box .title {
  height: 46px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #06CE8A;
}

.main-box .main-side .dynamic-box ul {
  padding: 10px 20px;
}

.main-box .main-side .dynamic-box ul li a {
  display: block;
  line-height: 42px;
  font-size: 15px;
  color: #9B9B9B;
  border-bottom: 1px solid #E8E8E8;
}

.main-box .main-side .dynamic-box ul li:last-child a {
  border-bottom: 0;
}

.main-box .main-content {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 60px;
  min-height: 540px;
  border-bottom: 5px solid #00834b;
  background-color: #fff;
}

.main-box .main-content .content-page .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.main-box .main-content .content-page .tools {
  height: 38px;
  margin-bottom: 60px;
  background-color: #F7F7F9;
}

.main-box .main-content .content-page .tools>div {
  font-size: 14px;
  color: #9B9B9B;
  margin-right: 40px;
}

.main-box .main-content .content-page .tools .play,
.main-box .main-content .content-page .tools .click {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
}

.main-box .main-content .content-page .tools .play .icon,
.main-box .main-content .content-page .tools .click .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.main-box .main-content .content-page .tools .play .icon img,
.main-box .main-content .content-page .tools .click .icon img {
  width: 8px;
  height: 8px;
}

.main-box .main-content .content-page .tools .play {
  margin-right: 30px;
}

.main-box .main-content .content-page .tools .play .icon {
  border-radius: 50%;
  background-color: #00834b;
}

.main-box .main-content .content-page .tools .click .icon img {
  width: 17px;
  height: 17px;
}

.main-box .main-content .content-page .content-article {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E8E8E8;
}

.main-box .main-content .content-page .content-article p {
  font-size: 16px;
  line-height: 40px;
  text-indent: 2rem;
}

.main-box .main-content .content-page .content-article img {
  display: block;
  width: 100%;
  height: auto;
  padding-left: 100px;
  padding-right: 100px;
  margin-bottom: 20px;
}

.main-box .main-content .content-page .turn-the-page li {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 40px;
  padding-left: 64px;
  position: relative;
}

.main-box .main-content .content-page .turn-the-page li span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.main-box .main-content .content-page .turn-the-page li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
}

.main-box .main-content .content-page .turn-the-page li a:hover {
  color: #00834b;
}

.main-box.full {
  padding-left: 0;
}

.main-box.search {
  margin-top: 0;
}

.bread-crumbs-box,
.pop-box .content .container .bread-crumbs-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E8E8E8;
}

.bread-crumbs-box .title,
.pop-box .content .container .bread-crumbs-box .title {
  font-size: 20px;
  font-weight: 700;
  color: #00834b;
  padding-left: 18px;
  position: relative;
}

.bread-crumbs-box .title:before,
.pop-box .content .container .bread-crumbs-box .title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background-color: #00834b;
}

.bread-crumbs-box .title-box,
.pop-box .content .container .bread-crumbs-box .title-box {
  display: flex;
  align-items: flex-end;
}

.bread-crumbs-box .title-box .name,
.pop-box .content .container .bread-crumbs-box .title-box .name {
  font-size: 24px;
  font-weight: 700;
}

.bread-crumbs-box .title-box .exp,
.pop-box .content .container .bread-crumbs-box .title-box .exp {
  font-size: 17px;
  font-weight: 700;
  margin-left: 10px;
}

.bread-crumbs-box .title-box .tag-list,
.pop-box .content .container .bread-crumbs-box .title-box .tag-list {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.bread-crumbs-box .title-box .tag-list .tag {
  font-size: 13px;
  color: #fff;
  height: 24px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 15px;
  background-color: #0989ff;
}

.bread-crumbs-box .title-box .tag-list .tag:nth-child(2) {
  background-color: #06CE8A;
}

.bread-crumbs-box .title-box .tag-list .tag:last-child {
  margin-right: 0;
}

.bread-crumbs-box .bread-crumbs,
.pop-box .content .container .bread-crumbs-box .bread-crumbs {
  font-size: 14px;
  color: #9B9B9B;
}

.bread-crumbs-box .bread-crumbs a,
.pop-box .content .container .bread-crumbs-box .bread-crumbs a {
  color: #9B9B9B;
}

.bread-crumbs-box .bread-crumbs a:hover,
.pop-box .content .container .bread-crumbs-box .bread-crumbs a:hover {
  color: #00834b;
}

.bread-crumbs-box.sink,
.pop-box .content .container .sink.bread-crumbs-box {
  align-items: flex-end;
  padding-bottom: 15px;
}

.pop-box {
  display: none;
  position: fixed;
  z-index: 999;
}

.pop-box .bg {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
}

.pop-box .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.pop-box .content .container {
  padding: 0 25px;
  margin-bottom: 0;
  width: 100%;
}

.pop-box .content .container .bread-crumbs-box {
  height: 60px;
}

body.active-pop {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

body.active-pop .pop-box {
  display: block;
}

.table-box {
  display: block;
  width: 100%;
  border-top: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
}

.table-box .thead,
.table-box .tbody {
  display: block;
}

.table-box .thead .tr,
.table-box .tbody .tr {
  display: flex;
  width: 100%;
}

.table-box .thead .tr .td,
.table-box .thead .tr .th,
.table-box .tbody .tr .td,
.table-box .tbody .tr .th {
  flex-wrap: wrap;
  font-size: 15px;
  padding: 10px;
  line-height: 28px;
  text-transform: uppercase;
  border-right: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}

.table-box .thead .tr .td:first-child,
.table-box .thead .tr .th:first-child,
.table-box .tbody .tr .td:first-child,
.table-box .tbody .tr .th:first-child {
  width: 35%;
}

.table-box .thead .tr .td:nth-child(2),
.table-box .thead .tr .th:nth-child(2),
.table-box .tbody .tr .td:nth-child(2),
.table-box .tbody .tr .th:nth-child(2) {
  width: 65%;
}

.table-box .thead .tr .td:nth-child(2) a,
.table-box .thead .tr .th:nth-child(2) a,
.table-box .tbody .tr .td:nth-child(2) a,
.table-box .tbody .tr .th:nth-child(2) a {
  color: #00834b;
}

.table-box .thead .tr .td:nth-child(2) span,
.table-box .thead .tr .th:nth-child(2) span,
.table-box .tbody .tr .td:nth-child(2) span,
.table-box .tbody .tr .th:nth-child(2) span {
  margin-left: 10px;
  padding-right: 10px;
}

.table-box .thead .tr .td:nth-child(2),
.table-box .tbody .tr .td:nth-child(2) {
  color: #00834b;
  text-decoration: underline;
}

.table-box .thead .tr .th:nth-child(2),
.table-box .tbody .tr .th:nth-child(2) {
  color: #fff;
}

.table-box .thead {
  background-color: #00834b;
}

.table-box .thead .tr .th {
  color: #fff;
  font-size: 16px;
}

.table-box .tbody .tr {
  background-color: #fff;
}

.table-box .tbody .tr:nth-child(2n) {
  background-color: #F7F7F9;
}

.news-box {
  margin-bottom: 60px;
}

.news-box .item {
  padding-top: 20px;
  padding-left: 315px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E8E8E8;
  position: relative;
}

.news-box .item .cover {
  position: absolute;
  top: 20px;
  left: 0;
  width: 290px;
  height: 195px;
  border: 1px solid rgba(6, 91, 207, 0.2);
  overflow: hidden;
}

.news-box .item .cover img {
  width: 100%;
  height: auto;
}

.news-box .item .cover .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
}

.news-box .item .cover .play img {
  width: 18px;
  height: 18px;
}

.news-box .item .details {
  height: 195px;
  position: relative;
}

.news-box .item .details .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 60px;
}

.news-box .item .details .time {
  font-size: 14px;
  margin-bottom: 20px;
  color: #9B9B9B;
}

.news-box .item .details .desc {
  height: 50px;
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
}

.news-box .item .details .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-box .item .details .info>div {
  display: flex;
  align-items: center;
}

.news-box .item .details .info>div .play,
.news-box .item .details .info>div .click {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.news-box .item .details .info>div .play .icon,
.news-box .item .details .info>div .click .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.news-box .item .details .info>div .play .icon img,
.news-box .item .details .info>div .click .icon img {
  width: 10px;
  height: 10px;
}

.news-box .item .details .info>div .play {
  margin-right: 30px;
}

.news-box .item .details .info>div .play .icon {
  border-radius: 50%;
  background-color: #00834b;
}

.news-box .item .details .info>div .click .icon img {
  width: 18px;
  height: 18px;
}

.news-box .item .details .info>div .author,
.news-box .item .details .info>div .time {
  font-size: 14px;
  color: #9B9B9B;
}

.news-box .item .details .info>div .author {
  margin-right: 30px;
}

.news-box .item:hover .details .title {
  color: #00834b;
}

.news-box .item:last-child {
  margin-bottom: 0;
}

.news-list {
  display: block;
}

.news-list li {
  display: flex;
  align-items: center;
  padding-right: 150px;
  border-bottom: 1px solid #E8E8E8;
  position: relative;
}

.news-list li a {
  display: block;
  line-height: 60px;
  font-size: 16px;
  padding-left: 20px;
  position: relative;
}

.news-list li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #00834b;
}

.news-list li .time {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #9B9B9B;
  height: 60px;
}

.news-list li:hover a {
  color: #00834b;
}

.team-list .item {
  padding: 24px 0 24px 250px;
  border-bottom: 1px solid #E8E8E8;
  position: relative;
}

.team-list .item .cover {
  position: absolute;
  top: 24px;
  left: 0;
  width: 214px;
  height: 220px;
  overflow: hidden;
}

.team-list .item .cover img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 1px solid rgba(6, 91, 207, 0.2);
}

.team-list .item .details {
  height: 220px;
  padding-top: 15px;
  position: relative;
}

.team-list .item .details .name {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-decoration: underline;
}

.team-list .item .details .piece {
  font-size: 15px;
  line-height: 24px;
  margin-right: 20px;
}

.team-list .item .details .piece span {
  color: #00834b;
}

.team-list .item .details .piece:last-child {
  margin-right: 0;
}

.team-list .item .details .line {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.team-list .item .see-doctor {
  position: absolute;
  top: 24px;
  right: 0;
  display: flex;
}

.team-list .item .see-doctor .square {
  font-size: 13px;
  color: #fff;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 15px;
  cursor: pointer;
  background-color: #00834b;
}

.team-list .item .see-doctor .square img {
  width: 14px;
  height: auto;
  margin-right: 8px;
}

.team-list .item .see-doctor .square:last-child {
  margin-right: 0;
}

.team-list .item:hover .details .name {
  color: #00834b;
}

.team-list.single .item {
  padding-top: 0;
  border-bottom: 0;
}

.team-list.single .item .cover {
  top: 0;
}

.team-list.single .item .details {
  padding-top: 0;
}

.pages-box {
  display: flex;
  justify-content: center;
}

.pages-box ul {
  display: flex;
  align-items: center;
}

.pages-box ul li {
  font-size: 12px;
  height: 36px;
  padding-left: 12px;
  padding-right: 12px;
  margin-right: 10px;
  border: 1px solid #E8E8E8;
  cursor: pointer;
}

.pages-box ul li:last-child {
  margin-right: 0;
  transition: all .2s;
}

.pages-box ul li.active,
.pages-box ul li:hover {
  color: #fff;
  border-color: #00834b;
  background-color: #00834b;
}

.pages-box .pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: auto;
}

.pages-box .pagination p,
.pages-box .pagination a {
  font-size: 12px;
  height: 36px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #E8E8E8;
  cursor: pointer;
  margin-bottom: 5px;
}

.tx-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #E8E8E8;
  padding: 12px 0;
  margin-bottom: 20px;
}

.tx-tit .tx-title {
  display: flex;
  align-items: center;
}

.tx-tit-expert {
  text-align: center;
  padding: 12px 0;
  margin-bottom: 20px;
}

.tx-title-expert img{
  height: 4px;
  width: 595px;
}
.tx-tit-expert .tx-txt{
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}

.tx-tit .tx-title .tx-icon {
  width: 31px;
  height: 31px;
  margin-right: 12px;
}

.tx-tit .tx-title .tx-txt {
  font-size: 20px;
  color: #00834b;
  font-weight: bold;
}
.tx-tit .tx-title .tx-txt .config-txt {
  color: #333333 !important;
}

.tx-tit .tx-more {
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
}

.tx-tit .tx-more img {
  width: 8px;
  height: 7px;
  margin-left: 5px;
}

@media screen and (max-width: 960px) {
  .tx-tit {
    padding: 0.5rem 0;
    margin-bottom: 1rem;
  }

  .tx-tit .tx-title .tx-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
  }

  .tx-tit .tx-title .tx-txt {
    font-size: 1rem;
  }



  .tx-tit .tx-more {
    font-size: 0.8rem;
  }

  .tx-tit .tx-more img {
    width: 0.7rem;
    height: 0.7rem;
    margin-left: 0.2rem;
  }

  ::-webkit-scrollbar {
    width: .5rem;
    height: .5rem;
  }

  body {
    display: block;
    max-width: 750px;
    width: 100%;
    min-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-box .pagination p,
  .page-box .pagination a {
    font-size: 12px;
    height: 36px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #E8E8E8;
    cursor: pointer;
    margin-bottom: 5px;
  }

  .header {
    height: 4.2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .header .logo a img {
    height: 2.4rem;
  }

  .header .medical-training,
  .header .search-box {
    display: none;
  }

  .header .menu-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .header .menu-btn>div img {
    width: 2rem;
    height: 2rem;
  }

  .header .menu-btn>div.active {
    display: flex;
  }

  .nav-box {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 75%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0.75rem 0 1.25rem -0.75rem rgba(0, 0, 0, 0.2);
    transform: translateX(-200%);
    transition: all .3s;
  }

  .nav-box .container {
    padding: 1rem 0;
  }

  .nav-box .container .search-box {
    display: block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
  }

  .nav-box .container .search-box .val {
    display: flex;
    width: 100%;
    height: 2.8rem;
    font-size: 1rem;
    border-radius: 1.6rem;
    padding-left: 1rem;
    padding-right: 4rem;
    border: 1px solid #E8E8E8;
  }

  .nav-box .container .search-box .button {
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    cursor: pointer;
  }

  .nav-box .container .search-box .button img {
    width: 1.4rem;
    height: 1.4rem;
  }

  .nav-box .container .menu-box ul {
    display: flex;
    flex-wrap: wrap;
  }

  .nav-box .container .menu-box ul li {
    width: 100%;
    position: relative;
  }

  .nav-box .container .menu-box ul li a {
    justify-content: flex-start;
    width: 100%;
    height: 3.6rem;
    font-size: 1.25rem;
    color: #333;
    padding-left: 1.5rem;
    padding-right: 2rem;
  }

  .nav-box .container .menu-box ul li a.active,
  .nav-box .container .menu-box ul li a:hover {
    background-color: transparent;
  }

  .nav-box .container .menu-box ul li a:after {
    right: 1rem;
    width: 1.2rem;
    height: 1.2rem;
    background: url(/static/images/arrow-gray-right.png) center center no-repeat;
    background-size: 1.2rem 1.2rem;
  }

  .nav-box .container .menu-box ul li:last-child a:after {
    display: block;
  }

  .nav-box .container .menu-box ul li ul {
    position: static;
    background-color: #F7F7F9;
    overflow: hidden;
  }

  .nav-box .container .menu-box ul li ul li {
    width: 100%;
    height: auto;
  }

  .nav-box .container .menu-box ul li ul li a {
    height: 3.2rem;
    font-size: 1.1rem;
    padding-left: 3rem;
  }

  .nav-box .container .menu-box ul li ul li a:after {
    background: transparent;
  }

  .nav-box .container .menu-box ul li ul li a.active:after,
  .nav-box .container .menu-box ul li ul li a:hover:after {
    display: none;
  }

  .nav-box.active {
    transform: translateX(0);
    transition: all .3s;
  }

  .section-title {
    margin-bottom: 2rem;
  }

  .section-title .title {
    font-size: 2rem;
    margin-bottom: .7rem;
  }

  .section-title .title-line:before {
    width: 20rem;
    height: .2rem;
  }

  .section-title .title-line:after {
    top: -.1rem;
    width: 4rem;
    height: .4rem;
  }

  .footer .container {
    padding: 2rem 1.5rem 1rem;
  }

  .footer .container .nav-foot {
    display: none;
    margin-bottom: 2rem;
    /*li{
          a{
              line-height: 3.2rem;
              font-size: 1.25rem;
              padding-left: 1.5rem;
              padding-right: 1.5rem;
              &:after{
                  height: 1rem;
                  width: .3rem;
                  background-color: #fff;
              }
          }
      }*/
  }

  .footer .container .info-box {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }

  .footer .container .info-box .logo img {
    height: 5rem;
    width: 100%;
    object-fit: cover;
    margin-bottom: 1rem;
  }

  .footer .container .info-box .list:first-of-type{
    margin: 2rem 0;
  }

  .footer .container .info-box .list .menu-flex {
    max-width: 750px;
  }

  .footer .container .info-box .list li,
  .footer-menu {
    font-size: 1rem;
    line-height: 2rem;
  }

  .footer .container .phone-Menu{
    display: none;
  }

  .footer .container .info-box .list .footer-menu {
    padding: 0 0.8rem 0 0;
    margin-right: 0.8rem;
  }

  .footer .container .info-box .list .footer-menu:after {
    height: 0.8rem;
  }

  .footer .container .info-box .list li {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: .5rem;
  }

  .footer .container .info-box .list li:last-child {
    margin-bottom: 0;
  }

  .footer .container .info-box .qrcode-box {
    justify-content: space-around;
    width: 10rem;
  }

  .footer .container .info-box .qrcode-box li {
    margin-right: 40px;
  }

  .footer .container .info-box .qrcode-box li:last-child {
    margin-right: 0;
  }

  .footer .container .info-box .qrcode-box li .img {
    width: 10rem;
    margin-bottom: 1rem;
  }

  .footer .container .info-box .qrcode-box li .name {
    font-size: 1.15rem;
  }

  .footer .container .copyright p {
    font-size: 1rem;
    line-height: 1.5;
    width: 100%;
    margin-bottom: .5rem;
  }

  .footer .container .copyright p:last-child {
    margin-bottom: 0;
  }

  .side-box {
    right: 0;
    transform: translateX(calc(100% - 2rem));
    transition: all .3s;
  }

  .side-box .content {
    display: flex;
    align-items: flex-end;
  }

  .side-box .content .side-menu {
    display: block;
    width: 2rem;
  }

  .side-box .content .side-menu img {
    width: 100%;
    height: auto;
  }

  .side-box .content ul {
    width: 4.2rem;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: .2rem 0 0 .2rem;
  }

  .side-box .content ul li:after {
    left: .5rem;
    right: .5rem;
  }

  .side-box .content ul li a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .side-box .content ul li a .img {
    margin-bottom: 0;
  }

  .side-box .content ul li a .img img {
    width: 2rem;
  }

  .side-box .content ul li a .title {
    display: none;
  }

  .side-box .content ul li.gotop a {
    padding-bottom: 1rem;
  }

  .side-box .content ul li.gotop a .img {
    width: 2.4rem;
    height: 2.4rem;
  }

  .side-box .content ul li.gotop a .img img {
    width: 1.2rem;
    height: 1.2rem;
  }

  .side-box.active {
    transform: translateX(0);
    transition: all .3s;
  }

  .banner-box {
    height: auto;
    margin-bottom: 1rem;
    background-size: auto 100%;
  }

  .banner-box .banner {
    width: 100%;
    height: auto;
  }

  .banner-box .content {
    display: flex;
    align-items: center;
  }

  .banner-box .content .container {
    padding-top: 0;
    padding-left: 1.5rem;
    margin: 0;
  }

  .banner-box .content .container .text-box h2 {
    font-size: 1.5rem;
    margin-bottom: .25rem;
  }

  .banner-box .content .container .text-box p {
    font-size: .9rem;
  }

  .main-box {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2rem;
    margin-top: 0;
  }

  .main-box .main-side {
    position: static;
    width: 100%;
  }

  .main-box .main-side .main-title {
    display: none;
  }

  .main-box .main-side .main-menu {
    height: 4.8rem;
    padding: 0;
    margin-bottom: 1rem;
  }

  .main-box .main-side .main-menu .content {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .main-box .main-side .main-menu .content li {
    margin-bottom: 0;
  }

  .main-box .main-side .main-menu .content li a {
    font-size: 1rem;
    height: 2.8rem;
    width: 7rem;
  }

  .main-box .main-side .main-menu .content li a:before {
    left: 0;
    width: .2rem;
    height: 1rem;
  }

  .main-box .main-side .main-menu .content li a:after {
    right: .4rem;
    width: .6rem;
    height: .7rem;
  }

  .main-box .main-side .main-menu .content.border {
    display: none;
  }

  .main-box .main-side .register {
    width: 100%;
    font-size: 1.25rem;
    height: 4.2rem;
    margin-bottom: 1rem;
  }

  .main-box .main-side .register .icon {
    width: 1.5rem;
    margin-right: 1rem;
  }

  .main-box .main-side .register .focus {
    display: none;
  }

  .main-box .main-side .dynamic-box {
    display: none;
    background-color: #fff;
  }

  .main-box .main-side .dynamic-box .title {
    height: 46px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #06CE8A;
  }

  .main-box .main-side .dynamic-box ul {
    padding: 10px 20px;
  }

  .main-box .main-side .dynamic-box ul li a {
    display: block;
    line-height: 42px;
    font-size: 15px;
    color: #9B9B9B;
    border-bottom: 1px solid #E8E8E8;
  }

  .main-box .main-side .dynamic-box ul li:last-child a {
    border-bottom: 0;
  }

  .main-box .main-content {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 3rem;
    min-height: auto;
    border-bottom-width: .3rem;
    background-color: #fff;
  }

  .main-box .main-content .content-page .title {
    font-size: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }

  .main-box .main-content .content-page .tools {
    height: 3.6rem;
    margin-bottom: 2rem;
  }

  .main-box .main-content .content-page .tools>div {
    font-size: 1rem;
    margin-right: 2rem;
  }

  .main-box .main-content .content-page .tools .play,
  .main-box .main-content .content-page .tools .click {
    font-size: .9rem;
  }

  .main-box .main-content .content-page .tools .play .icon,
  .main-box .main-content .content-page .tools .click .icon {
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
  }

  .main-box .main-content .content-page .tools .play .icon img,
  .main-box .main-content .content-page .tools .click .icon img {
    width: .5rem;
    height: .5rem;
  }

  .main-box .main-content .content-page .tools .play {
    margin-right: 1rem;
  }

  .main-box .main-content .content-page .tools .click .icon img {
    width: 1rem;
    height: 1rem;
  }

  .main-box .main-content .content-page .content-article {
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
  }

  .main-box .main-content .content-page .content-article p {
    font-size: 1rem;
    line-height: 1.4;
    text-indent: 2rem;
  }

  .main-box .main-content .content-page .content-article img {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1rem;
  }

  .main-box .main-content .content-page .turn-the-page li {
    font-size: 1rem;
    line-height: 3.2rem;
    padding-left: 4rem;
  }

  .main-box .main-content .content-page .turn-the-page li a {
    font-size: 1rem;
    line-height: 3.2rem;
  }

  .bread-crumbs-box,
  .pop-box .content .container .bread-crumbs-box {
    height: 3.4rem;
    justify-content: flex-start;
    margin-bottom: 1.5rem;
    position: relative;
  }

  .bread-crumbs-box .title,
  .pop-box .content .container .bread-crumbs-box .title {
    display: none;
  }

  .bread-crumbs-box .title-box,
  .pop-box .content .container .bread-crumbs-box .title-box {
    align-items: center;
    flex-wrap: wrap;
  }

  .bread-crumbs-box .title-box .name,
  .pop-box .content .container .bread-crumbs-box .title-box .name,
  .bread-crumbs-box .title-box .exp,
  .pop-box .content .container .bread-crumbs-box .title-box .exp {
    display: none;
  }

  .bread-crumbs-box .title-box .tag-list,
  .pop-box .content .container .bread-crumbs-box .title-box .tag-list {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-left: 0;
    width: 5rem;
    flex-wrap: wrap;
  }

  .bread-crumbs-box .title-box .tag-list .tag {
    font-size: .9rem;
    height: 2rem;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
  }

  .bread-crumbs-box .bread-crumbs,
  .pop-box .content .container .bread-crumbs-box .bread-crumbs {
    font-size: .85rem;
    color: #9B9B9B;
  }

  .bread-crumbs-box .bread-crumbs a,
  .pop-box .content .container .bread-crumbs-box .bread-crumbs a {
    color: #9B9B9B;
  }

  .bread-crumbs-box .bread-crumbs a:hover,
  .pop-box .content .container .bread-crumbs-box .bread-crumbs a:hover {
    color: #00834b;
  }

  .bread-crumbs-box.sink,
  .pop-box .content .container .sink.bread-crumbs-box {
    align-items: center;
    padding-bottom: 0;
  }

  .pop-box {
    display: none;
  }

  .pop-box .content .container {
    padding: 0 1rem;
  }

  .pop-box .content .container .bread-crumbs-box {
    height: 3.4rem;
  }

  .table-box .thead .tr .td,
  .table-box .thead .tr .th,
  .table-box .tbody .tr .td,
  .table-box .tbody .tr .th {
    font-size: .9rem;
    padding: .5rem;
    line-height: 1.5rem;
  }

  .table-box .thead .tr .td:first-child,
  .table-box .thead .tr .th:first-child,
  .table-box .tbody .tr .td:first-child,
  .table-box .tbody .tr .th:first-child {
    width: 15%;
  }

  .table-box .thead .tr .td:nth-child(2),
  .table-box .thead .tr .th:nth-child(2),
  .table-box .tbody .tr .td:nth-child(2),
  .table-box .tbody .tr .th:nth-child(2) {
    width: 85%;
  }

  .table-box .thead .tr .td:nth-child(2) a,
  .table-box .thead .tr .th:nth-child(2) a,
  .table-box .tbody .tr .td:nth-child(2) a,
  .table-box .tbody .tr .th:nth-child(2) a {
    color: #00834b;
  }

  .table-box .thead .tr .td:nth-child(2) span,
  .table-box .thead .tr .th:nth-child(2) span,
  .table-box .tbody .tr .td:nth-child(2) span,
  .table-box .tbody .tr .th:nth-child(2) span {
    margin-left: .5rem;
    padding-right: .5rem;
  }

  .news-box {
    margin-bottom: 2.5rem;
  }

  .news-box .item {
    padding-top: .7rem;
    padding-left: 10rem;
    padding-bottom: .7rem;
  }

  .news-box .item .cover {
    position: absolute;
    top: .5rem;
    bottom: .5rem;
    width: 9.3rem;
    height: auto;
    overflow: hidden;
  }

  .news-box .item .cover img {
    vertical-align: bottom;
  }

  .news-box .item .cover .play {
    width: 2.4rem;
    height: 2.4rem;
  }

  .news-box .item .cover .play img {
    width: 1rem;
    height: 1rem;
  }

  .news-box .item .details {
    height: auto;
  }

  .news-box .item .details .title {
    font-size: 1rem;
    line-height: 1.4rem;
    margin-bottom: .2rem;
  }

  .news-box .item .details .time {
    font-size: .8rem;
    margin-bottom: .5rem;
  }

  .news-box .item .details .desc {
    height: 2.6rem;
    font-size: .9rem;
    line-height: 1.3rem;
    margin-bottom: .5rem;
  }

  .news-box .item .details .info {
    position: static;
    flex-wrap: wrap;
  }

  .news-box .item .details .info>div .play,
  .news-box .item .details .info>div .click {
    font-size: .9rem;
  }

  .news-box .item .details .info>div .play .icon,
  .news-box .item .details .info>div .click .icon {
    width: .8rem;
    height: .8rem;
    margin-right: .5rem;
  }

  .news-box .item .details .info>div .play .icon img,
  .news-box .item .details .info>div .click .icon img {
    width: .4rem;
    height: auto;
  }

  .news-box .item .details .info>div .play {
    margin-right: .5rem;
  }

  .news-box .item .details .info>div .click .icon img {
    width: .7rem;
    height: .7rem;
  }

  .news-box .item .details .info>div .time {
    font-size: .8rem;
    margin-bottom: 0;
  }

  .news-box .item .details .info>div .author {
    display: none;
  }

  .news-box .item:hover .details .title {
    color: #00834b;
  }

  .news-box .item:last-child {
    margin-bottom: 0;
  }

  .news-list li {
    padding-right: 5rem;
  }

  .news-list li a {
    line-height: 3.6rem;
    font-size: 1rem;
    padding-left: 1rem;
  }

  .news-list li a:before {
    width: .5rem;
    height: .5rem;
  }

  .news-list li .time {
    font-size: .8rem;
    height: 3.6rem;
  }

  .team-list .item {
    padding: 1rem 1rem 4.6rem 10rem;
  }

  .team-list .item .cover {
    top: 1rem;
    width: 9rem;
    height: auto;
  }

  .team-list .item .details {
    height: auto;
    padding-top: 0;
  }

  .team-list .item .details .name {
    font-size: 1.25rem;
    margin-bottom: .2rem;
  }

  .team-list .item .details .piece {
    font-size: 1rem;
    line-height: 1.4rem;
    margin-right: 1rem;
  }

  .team-list .item .details .line {
    margin-bottom: .2rem;
  }

  .team-list .item .see-doctor {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 1rem;
    width: 100%;
  }

  .team-list .item .see-doctor .square {
    width: 49%;
    font-size: 1rem;
    height: 2.6rem;
    padding-left: 0;
    padding-right: 0;
    margin-right: 2%;
  }

  .team-list .item .see-doctor .square img {
    width: 1rem;
    margin-right: .7rem;
  }

  .team-list .item:hover .details .name {
    color: #00834b;
  }

  .team-list.single .item {
    padding-top: 0;
    border-bottom: 0;
  }

  .team-list.single .item .cover {
    top: 0;
  }

  .team-list.single .item .details {
    padding-top: 0;
  }

  .pages-box ul li {
    font-size: .8rem;
    height: 2rem;
    min-width: 2rem;
    padding-left: .5rem;
    padding-right: .5rem;
    margin-right: .5rem;
    white-space: nowrap;
  }

  .pages-box .pagination p,
  .pages-box .pagination a {
    font-size: .8rem;
    height: 2rem;
    min-width: 2rem;
    padding-left: .5rem;
    padding-right: .5rem;
    margin-right: .5rem;
    margin-bottom: .5rem;
    white-space: nowrap;
  }

  #pictureViewer>.content {
    width: 100%;
  }
}

/*# sourceMappingURL=global.css.map */