@charset "UTF-8";
@import url("./iconfont/iconfont.css");
/* clear */
body {
  background-color: #f9f9f9;
  font-family: 'Microsoft YaHei';
}

body ul, body li, body h1, body h2, body h3, body h4, body h5, body p {
  padding: 0;
  margin: 0;
}

body * {
  line-height: 1.45;
}

body li {
  list-style: none;
}

body a {
  text-decoration: none;
  color: #000;
}

body a:hover {
  color: #000;
  -webkit-user-select: none;
  text-decoration: none;
}

/** 主题文字 */
/** 详情文字 */
.outwhite {
  padding: 60px 0;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}

.outbrown {
  padding: 60px 0;
  background-color: #fafafa;
  width: 100%;
  box-sizing: border-box;
}

.brief-title {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.brief-title::before {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: -1;
  opacity: 0.8;
  content: '';
  width: 80px;
  height: 12px;
  background-color: #009790 !important;
}

/**  全局标题  */
.jour-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jour-head .check-all {
  font-size: 18px;
  padding: 12px 45px;
  background-color: #009790;
  color: #fff;
}

.tagb {
  display: none;
}

.title-l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.title-l .l-tag {
  font-size: 16px;
  color: #000;
  padding-bottom: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.title-l .l-word {
  font-size: 40px;
  color: #000;
  font-weight: bold;
  padding-bottom: 15px;
}

.title-l .line {
  width: 60px;
  height: 6px;
  background-color: #009790;
}

/** 全局轮播按钮  */
.swiper-btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.swiper-btn .btn-item {
  padding: 12px 16px;
  background-color: #009790;
}

.swiper-btn .btn-item .iconfont {
  font-size: 24px;
  color: #fff;
}

.swiper-btn .swiper-button-disabled {
  background-color: #e7e7e7;
}

.swiper-btn .have {
  background-color: #009790;
}

.switch-padd {
  padding: 20px 0 !important;
}

.crumb-bg {
  background-color: #fff;
}

.global-crumbs {
  background-color: #fff;
  padding: 30PX 0;
}

.global-crumbs .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.global-crumbs .container .crumb {
  color: #000;
  font-size: 14px;
  line-height: 28px;
  display: flex;
  align-items: center;
}

.global-crumbs .container .crumb p {
  color: #009790 !important;
  font-weight: bold;
}

.global-crumbs .container .crumb:hover {
  cursor: pointer;
  color: #009790;
}

.global-crumbs .container .separator {
  color: #000;
  font-size: 14px;
  margin: 0 8px;
}

.global-paging {
  display: flex;
  align-items: center;
  justify-content: center;
}

.global-paging .paging-btn {
  font-size: 14px;
  font-family: Arial;
  line-height: 1;
  color: #e8e8e8;
  background-color: #ffffff;
  min-width: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 8px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
}

.global-paging .paging-btn:hover {
  color: #009790;
  border: 1px solid #009790;
}

.global-paging .item {
  font-size: 14px;
  font-family: Arial;
  line-height: 1;
  color: #333333;
  background-color: #ffffff;
  min-width: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 8px;
  padding: 0 15px;
  border: 1px solid #e5e5e5;
}

.global-paging .item.active, .global-paging .item:hover {
  color: #009790;
  border: 1px solid #009790;
}

.global-paging .word {
  font-weight: 600;
}

.global-paging .total {
  font-size: 14px;
  color: #333333;
  padding-left: 30px;
  white-space: nowrap;
}

::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  line-height: 35px;
}

:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  line-height: 35px;
}

::placeholder {
  color: #000;
  font-size: 14px;
  line-height: 35px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1600px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

.switch-con {
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.switch-con .switch-cl {
  padding: 30px;
  display: flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  width: calc(50% - 20px);
}

.switch-con .switch-cl .cl-btn {
  width: 12%;
  white-space: nowrap;
  font-size: 18px;
  color: #333;
  padding-right: 30px;
}

.switch-con .switch-cl .cl-word {
  width: 88%;
  width: 100%;
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.switch-con .switch-cl:hover {
  border: 1px solid #009790;
  color: #009790;
}

.switch-con .switch-cl:hover .cl-btn, .switch-con .switch-cl:hover .cl-word {
  color: #009790;
}

/*
  *  导航
  */
.peo-bg {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 9999999999999;
  background-color: #fafafa;
}

.peo-bg .peo-head {
  display: flex;
  padding: 14px 0  12px 0;
  justify-content: flex-end;
}

.peo-bg .peo-head .peo-end {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 14px;
}

.peo-bg .peo-head .peo-end .word {
  color: #000 !important;
}

.peo-bg .peo-head .peo-end .line {
  width: 2px;
  height: 14px;
  background-color: #e7e7e7;
  margin: 0 30px;
}

.peo-bg .peo-head .peo-end .address {
  display: flex;
  align-items: center;
  color: #000 !important;
}

.peo-bg .peo-head .peo-end .address .iconfont {
  font-size: 16px;
  margin-right: 10px;
}

.peo-bg .globar-bg {
  background-color: #fff;
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
}

.peo-bg .globar-bg .global-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.peo-bg .globar-bg .global-con .global-bar {
  display: flex;
  align-items: center;
}

.peo-bg .globar-bg .global-con .global-bar .navbar-bar {
  display: flex;
}

.peo-bg .globar-bg .global-con .global-bar .navbar-bar .bar-item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  align-items: center;
  margin-right: 30px;
  position: relative;
  white-space: nowrap;
}

.peo-bg .globar-bg .global-con .global-bar .navbar-bar .bar-item .menu-con {
  display: none;
  width: 380px;
  position: absolute;
  border-top: 2px solid #006a65;
  padding: 30px 30px 10px 30px;
  top: 55px;
  background-color: #fff;
}

.peo-bg .globar-bg .global-con .global-bar .navbar-bar .bar-item .menu-con .menu-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.peo-bg .globar-bg .global-con .global-bar .navbar-bar .bar-item .menu-con .menu-list .list-item {
  display: flex;
  width: calc(50% - 20px);
  align-items: center;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
}

.peo-bg .globar-bg .global-con .global-bar .navbar-bar .bar-item .menu-con .menu-list .list-item.active .iconfont {
  color: #009790;
}

.peo-bg .globar-bg .global-con .global-bar .navbar-bar .bar-item .menu-con .menu-list .list-item:hover .iconfont {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #009790;
}

.peo-bg .globar-bg .global-con .global-bar .navbar-bar .bar-item .menu-con .menu-list .list-item:hover .write {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #009790;
}

.peo-bg .globar-bg .global-con .global-bar .navbar-bar .bar-item .menu-con .menu-list .list-item .iconfont {
  color: #000;
}

.peo-bg .globar-bg .global-con .global-bar .navbar-bar .bar-item .menu-con .menu-list .list-item:nth-child(odd) {
  margin-right: 40px;
}

.peo-bg .globar-bg .global-con .global-bar .navbar-bar .bar-item .menu-con .menu-list .list-item::before {
  content: '';
  bottom: 0;
  position: absolute;
  height: 1px;
  border-bottom: 1px dashed #000;
  width: 100%;
}

.peo-bg .globar-bg .global-con .global-bar .navbar-bar .bar-item .menu-con .menu-list .list-item .write {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 10px;
  font-size: 18px;
  color: #000;
}

.peo-bg .globar-bg .global-con .global-bar .navbar-bar .bar-item:hover .item-word {
  color: #009790;
}

.peo-bg .globar-bg .global-con .global-bar .navbar-bar .bar-item:hover .item-word::after {
  opacity: 1;
}

.peo-bg .globar-bg .global-con .global-bar .navbar-bar .bar-item .item-tword {
  font-size: 18px;
  color: #333;
  position: relative;
}

.peo-bg .globar-bg .global-con .global-bar .navbar-bar .bar-item.active .item-tword {
  color: #009790;
}

.peo-bg .globar-bg .global-con .global-bar .navbar-bar .bar-item.active .item-word {
  color: #009790;
}

.peo-bg .globar-bg .global-con .global-bar .navbar-bar .bar-item .item-word {
  font-size: 18px;
  color: #333;
  position: relative;
}

.peo-bg .globar-bg .global-con .global-bar .navbar-bar .bar-item .item-word::after {
  content: "\eb6d";
  position: absolute;
  font-family: "iconfont";
  top: 20px;
  opacity: 0;
  left: 33%;
  color: #009790;
  font-size: 21px;
}

.peo-bg .globar-bg .global-con .global-bar .search-content {
  position: relative;
}

.peo-bg .globar-bg .global-con .global-bar .search-content .search-btn {
  border: none;
  padding: 16px 20px;
  border-radius: 50%;
  line-height: 1;
  text-align: center;
}

.peo-bg .globar-bg .global-con .global-bar .search-content .search-btn .iconfont {
  color: #009790;
  font-size: 21px;
}

.peo-bg .globar-bg .global-con .global-bar .search-content .input-sear {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: space-between;
  top: 70px;
  right: 0;
  width: 700px;
  z-index: 99;
  background-color: #fff;
}

.peo-bg .globar-bg .global-con .global-bar .search-content .input-sear .input-con {
  width: 100%;
  padding: 16px 30px;
  box-shadow: 3px -6px 10px #f7f7f7;
}

.peo-bg .globar-bg .global-con .global-bar .search-content .input-sear .input-con input {
  width: 100%;
  font-size: 15px;
  color: #000;
  height: 27px;
  line-height: 15px;
  border: none;
  outline: none;
}

.peo-bg .globar-bg .global-con .global-bar .search-content .input-sear .search {
  padding: 19px 30px;
  white-space: nowrap;
  border: none;
  color: #fff;
  background-color: #009790;
}

.peo-bg .globar-bg .global-nav {
  width: 100%;
  padding: 0 40px;
  z-index: 1000;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.peo-bg .globar-bg .global-nav .container-fluid {
  align-items: unset;
}

.peo-bg .globar-bg .global-nav .container-fluid .navbar-brand img {
  display: block;
  height: 70px;
}

.peo-bg .globar-bg .global-nav .container-fluid .navbar-brand .img-native {
  display: none;
}

.peo-bg .globar-bg .global-nav .container-fluid .navbar-box {
  display: flex;
}

.peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-toggler {
  align-self: center;
  margin: 0;
  padding: 9px 0;
  cursor: pointer;
  box-shadow: none;
  z-index: 9999;
}

.peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-toggler .navbar-toggler-icon {
  display: block;
  height: 3px;
  border-radius: 1px;
  width: 28px;
  color: #fff;
  background-color: #fff !important;
}

.peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-toggler .navbar-toggler-icon:nth-child(1) {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-toggler .navbar-toggler-icon:nth-child(2) {
  display: none;
}

.peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-toggler .navbar-toggler-icon:nth-child(3) {
  margin-top: -3px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-toggler.collapsed .navbar-toggler-icon {
  height: 2px;
  width: 28px;
  background-color: #000 !important;
}

.peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(2) {
  display: block;
}

.peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(2), .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(3) {
  margin-top: 5px;
}

.peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(1), .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(3) {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse {
  align-items: unset;
}

.peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li {
  margin-left: 90px;
  position: relative;
}

.peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li:first-child {
  margin-left: 0;
}

.peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background-color: red;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a:hover::before {
  width: 100%;
}

.peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a.active::before {
  width: 100%;
}

.peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .icon-youjiantou1 {
  cursor: pointer;
  padding: 0 10px;
  transition-duration: 0.1s;
}

.peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .icon-youjiantou1::before {
  font-size: 16px;
  color: #fff;
  line-height: 1;
}

.peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .icon-youjiantou1:hover::before {
  color: #009790;
}

.peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-ul {
  display: none;
  padding: 0px 20px;
}

.peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-ul .hide-item {
  font-size: 15px;
  white-space: nowrap;
  padding-bottom: 20px;
}

.peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-ul .hide-item a {
  color: #fff;
}

.peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-ul .hide-item:hover a {
  color: #009790 !important;
}

.peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-ul .hide-item:first-child {
  padding-top: 10px;
}

.peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-ul .hide-item:last-child {
  padding-bottom: 10px;
}

.peo-bg .globar-bg .global-nav.scroll-top {
  background-color: #fff;
  box-shadow: 0 3px 10px #ccc;
}

.peo-bg .globar-bg .global-nav.scroll-top .global-fluid .navbar-brand .img-native {
  display: block;
}

.peo-bg .globar-bg .global-nav.scroll-top .global-fluid .navbar-brand .img-white {
  display: none;
}

.peo-bg .globar-bg .global-nav.scroll-top .global-fluid .navbar-box .navbar-toggler.collapsed .navbar-toggler-icon {
  background-color: #333 !important;
}

.peo-bg .globar-bg .global-nav.scroll-top .global-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list {
  background-color: #fff;
}

.peo-bg .globar-bg .global-nav.scroll-top .global-fluid .navbar-box .contact-phone {
  color: #009790;
}

.peo-bg .globar-bg .global-nav.scroll-top .global-fluid .navbar-box .contact-phone .icon-dianhua {
  border-color: #009790;
  color: #009790;
}

.fixed-con {
  position: fixed;
  top: 55%;
  transform: translateY(-50%);
  z-index: 99999999999;
  right: 0;
  padding: 30px 40px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 0 5px #f1f1f1;
}

.fixed-con .fixed-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  margin-bottom: 30px;
}

.fixed-con .fixed-item:last-child {
  margin-bottom: 0px;
}

.fixed-con .fixed-item.active {
  color: #009790;
}

.fixed-con .fixed-item.active .fixed-img {
  display: none;
}

.fixed-con .fixed-item.active .fixedac-img {
  display: block;
}

.fixed-con .fixed-item .fixedac-img {
  display: none;
}

.fixed-con .fixed-item img {
  padding-bottom: 10px;
}

.home-banner {
  padding-top: 140px;
  height: auto;
}

.home-banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.home-banner .swiper-pagination {
  display: flex;
  bottom: 30px;
  justify-content: center;
}

.home-banner .swiper-pagination .swiper-pagination-bullet {
  width: 18.8px;
  height: 18.8px;
  background-color: #fff;
  opacity: 1;
  margin: 0 8px;
  box-shadow: none;
  outline: 0;
}

.home-banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 32px;
  height: 18.8px;
  background-color: #fff;
  border-radius: 9px;
}

.all-content {
  background-color: #fff;
}

/***  医院概况 *****************/
.remaks-content {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
}

.remaks-content .remaks-le {
  width: 50%;
  height: calc(100% - 120px);
  margin-right: -90px;
  z-index: 999;
  margin-top: 45px;
  padding: 60px 40px;
  background-color: #fff;
  box-shadow: 0 10px 10px #ededed;
}

.remaks-content .remaks-le .remaks-duce {
  padding-top: 30px;
  color: #000;
}

.remaks-content .remaks-ri {
  width: 50%;
  margin-bottom: 45px;
}

.remaks-content .remaks-ri img {
  display: block;
  width: 100%;
}

.const-ducon {
  position: relative;
  background-color: #fff;
}

.const-ducon .const-content {
  display: flex;
  justify-content: flex-end;
  background-color: #fff;
}

.const-ducon .const-content .const-ri {
  max-height: 630px;
  padding: 40px 30px;
  width: 50%;
}

.const-ducon .const-content .const-ri .const-marks {
  color: #000;
  padding-top: 30px;
}

.const-ducon .const-content .const-ri .const-marks p {
  padding-bottom: 20px;
}

.const-ducon .const-content .const-ri .const-marks p:last-child {
  padding-bottom: 0;
}

.const-ducon .square-img {
  position: absolute;
  top: 60px;
  left: 0;
  width: 50%;
  overflow: hidden;
}

.const-ducon .square-img img {
  width: 100%;
  max-height: 638px;
}

.leader-out {
  background-color: #fff;
}

.leader-content {
  padding-bottom: 60px;
}

.leader-content .leader-list {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-right: -15px;
}

.leader-content .leader-list.five {
  padding-top: 0;
  justify-content: center;
}

.leader-content .leader-list.three {
  justify-content: center;
}

.leader-content .leader-list .leader-item {
  width: calc(100% / 5 - 30px);
  position: relative;
  height: 100%;
  margin-right: 30px;
  margin-bottom: 30px;
}

.leader-content .leader-list .leader-item .leader-top {
  overflow: hidden;
  background-color: #d0d8e5;
}

.leader-content .leader-list .leader-item .leader-top img {
  height: 100%;
  width: 100%;
}

.leader-content .leader-list .leader-item .leader-con {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px;
  border-radius: 12px 12px 0 0;
  background-color: #40acab;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.leader-content .leader-list .leader-item .leader-con .leader-left {
  width: 80%;
  color: #fff;
}

.leader-content .leader-list .leader-item .leader-con .leader-left .l-t {
  width: 100%;
  font-size: 18px;
  width: 100%;
  padding-bottom: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.leader-content .leader-list .leader-item .leader-con .leader-left .l-re {
  width: 100%;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.leader-content .leader-list .leader-item:hover {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.leader-content .leader-list .leader-item:hover .leader-top img {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transform: scale(1.1);
}

.leader-content .leader-list .leader-item:hover .leader-con {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color: #009790;
}

.plan-color {
  color: #fff !important;
}

.plan-bgcolor {
  border-radius: 15px;
  background-color: #fff !important;
}

.plan-botom {
  padding-bottom: 0;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.plan-content {
  width: 100%;
  box-sizing: border-box;
}

.plan-content .plan-list {
  width: 100%;
  padding-top: 40px;
  margin-top: 40px;
  background-color: #fff;
  position: relative;
}

.plan-content .plan-list .plan-tabs {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.plan-content .plan-list .plan-tabs .plan-item {
  height: calc(100% / 2);
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  padding: 30px 20px;
  color: #fff;
  background-color: #f09152;
  cursor: pointer;
  letter-spacing: 7px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.plan-content .plan-list .plan-tabs .plan-item.active {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.plan-content .plan-list .plan-tabs .plan-item:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.plan-content .plan-list .plan-tabs .plan-item:nth-child(1) {
  background-color: #3f80ad;
}

.plan-content .plan-list .plan-tabs .plan-item:nth-child(2) {
  background-color: #009790;
}

.plan-content .plan-list .plan-duce {
  width: calc(100% - 170px);
  text-align: center;
  padding-top: 60px;
  padding-left: 160px;
  padding-right: 60px;
  display: none;
  background-color: #fff;
}

.plan-content .plan-list .plan-duce.active {
  display: block;
}

.plan-content .plan-list .plan-duce .plan-title {
  color: #009790;
  font-size: 30px;
  font-weight: bold;
}

.plan-content .plan-list .plan-duce .duce-scroll {
  margin-top: 30px;
  height: 520px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.plan-content .plan-list .plan-duce .duce-scroll .duce-con {
  padding-right: 60px;
}

.plan-content .plan-list .plan-duce .duce-scroll .duce-con img {
  display: block;
  width: 100%;
}

.plan-content .plan-list .plan-duce .duce-scroll::-webkit-scrollbar {
  width: 6px;
  border-radius: 25px;
}

.plan-content .plan-list .plan-duce .duce-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #009790;
}

.plan-content .plan-list .plan-duce .duce-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  width: 2px;
  background-color: transparent;
}

.pract-banner {
  margin-top: 50px;
  padding: 40px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.pract-banner .pract-title {
  font-size: 36px;
  color: #fff;
}

.pract-banner .checkbtn {
  margin-top: 30px;
  color: #fff;
  border: 1px solid #c1e8e5;
  border-radius: 12px;
  padding: 8px 30px;
  font-weight: bold;
  font-size: 16px;
}

.pract-banner .checkbtn:hover {
  border: 1px solid #009790;
}

.culture-content .cul-content {
  margin-top: 40px;
  display: flex;
}

.culture-content .cul-content .cul-le {
  width: 40%;
}

.culture-content .cul-content .cul-le:hover .clu-img img {
  transform: scale(1.01);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.culture-content .cul-content .cul-le .clu-img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.culture-content .cul-content .cul-le .clu-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.culture-content .cul-content .cul-le .clu-img .img-word {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.culture-content .cul-content .cul-le .clu-img .img-word .word-clamp {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.culture-content .cul-content .cul-ri {
  margin-left: 20px;
  display: flex;
  width: 60%;
}

.culture-content .cul-content .cul-ri .cul-ri-left {
  width: 50%;
  height: 100%;
}

.culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item {
  box-shadow: 0 0 10px #f4f4f4;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 20px;
  width: 100%;
}

.culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item:hover .left-top .top-title {
  color: #009790;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item:last-child {
  margin-bottom: 0;
}

.culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item .left-top .top-title {
  font-size: 18px;
  color: #000;
  padding-bottom: 20px;
}

.culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item .left-top .top-meks {
  color: #000;
}

.culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item .ri-le-line {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin: 30px 0;
}

.culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item .left-botom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item .left-botom .botom-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  font-size: 16px;
}

.culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item .left-botom .botom-date .date-a {
  font-size: 36px;
}

.culture-content .cul-content .cul-ri .cul-ri-right {
  width: 50%;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
}

.culture-content .cul-content .cul-ri .cul-ri-right .right-item {
  box-shadow: 0 0 10px #f4f4f4;
  margin-bottom: 20px;
  padding: 40px 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.culture-content .cul-content .cul-ri .cul-ri-right .right-item:last-child {
  margin-bottom: 0;
}

.culture-content .cul-content .cul-ri .cul-ri-right .right-item:hover .ritem-ri .ritem-title {
  color: #009790;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.culture-content .cul-content .cul-ri .cul-ri-right .right-item .ritem-le {
  width: 40%;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #000;
}

.culture-content .cul-content .cul-ri .cul-ri-right .right-item .ritem-le .ritem-date {
  font-size: 36px;
  font-weight: bold;
}

.culture-content .cul-content .cul-ri .cul-ri-right .right-item .ritem-le .le-line {
  width: 30px;
  height: 1px;
  margin: 15px 0;
  background-color: #000;
}

.culture-content .cul-content .cul-ri .cul-ri-right .right-item .ritem-le .ritem-time {
  font-size: 16px;
  white-space: nowrap;
}

.culture-content .cul-content .cul-ri .cul-ri-right .right-item .ritem-ri .ritem-title {
  font-size: 18px;
  color: #000;
}

.culture-content .cul-content .cul-ri .cul-ri-right .right-item .ritem-ri .img-right {
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.honor-bg {
  padding: 80px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.honor-bg .honor-swiper {
  margin-top: 40px;
}

.honor-bg .honor-swiper .swiper-wrapper .swiper-slide .honor-item {
  padding: 40px 30px;
  background-color: #fff;
}

.honor-bg .honor-swiper .swiper-wrapper .swiper-slide .honor-item:hover .honor-top .top-photo {
  opacity: 0.7;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.honor-bg .honor-swiper .swiper-wrapper .swiper-slide .honor-item:hover .honor-btom {
  color: #009790;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.honor-bg .honor-swiper .swiper-wrapper .swiper-slide .honor-item:hover .honor-btom .iconfont {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #009790;
}

.honor-bg .honor-swiper .swiper-wrapper .swiper-slide .honor-item .honor-top {
  background-color: #f6f6f6;
  padding: 30px;
  text-align: center;
  position: relative;
}

.honor-bg .honor-swiper .swiper-wrapper .swiper-slide .honor-item .honor-top .honor-image {
  width: 100%;
}

.honor-bg .honor-swiper .swiper-wrapper .swiper-slide .honor-item .honor-top .top-photo {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #25a59f;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.honor-bg .honor-swiper .swiper-wrapper .swiper-slide .honor-item .honor-top .top-photo .imgsea {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.honor-bg .honor-swiper .swiper-wrapper .swiper-slide .honor-item .honor-line {
  width: 100%;
  background-color: #f1f4f7;
  height: 3px;
  margin-top: 40px;
  margin-bottom: 20px;
  box-shadow: 0 0 10px #f1f4f7;
}

.honor-bg .honor-swiper .swiper-wrapper .swiper-slide .honor-item .honor-btom {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.honor-bg .honor-swiper .swiper-wrapper .swiper-slide .honor-item .honor-btom .honor-word {
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.honor-bg .honor-swiper .swiper-wrapper .swiper-slide .honor-item .honor-btom .iconfont {
  color: #000;
  font-size: 24px;
}

.honor-bg .checkmore {
  margin: 0 auto;
  margin-top: 40px;
  padding: 15px;
  font-size: 18px;
  text-align: center;
  background-color: #009790;
  width: 160px;
  z-index: 4;
}

.honor-bg .checkmore a {
  color: #fff;
}

/***  简介详情 *****************/
.ab-detail {
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 60px;
}

.ab-detail .detail-container {
  box-shadow: 0 0 15px #f5f5f5;
  background-color: #fff;
  padding: 60px 100px;
}

.ab-detail .detail-container .detail-title {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
}

.ab-detail .detail-container .detail-meks {
  color: #000;
}

.ab-detail .detail-container .detail-meks p {
  color: #000;
  font-size: 14px;
}

/***  荣誉展示列表 *****************/
.list-out {
  background-color: #fff;
}

.list-out .list-paddingA {
  padding-bottom: 80px;
}

.list-out .honor-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.list-out .honor-list .honor-first {
  width: calc(100% / 4 - 50px);
  padding: 40px 30px;
  margin-right: 50px;
  margin-bottom: 30px;
  box-shadow: 0 0 10px #f5f5f5;
  background-color: #fff;
}

.list-out .honor-list .honor-first:nth-child(4) {
  margin-right: 0;
}

.list-out .honor-list .honor-first:nth-child(8) {
  margin-right: 0;
}

.list-out .honor-list .honor-first:hover .first-top .top-search {
  opacity: 0.7;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.list-out .honor-list .honor-first:hover .first-btom .btom-title {
  color: #009790;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.list-out .honor-list .honor-first:hover .first-btom .iconfont {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #009790;
}

.list-out .honor-list .honor-first .first-top {
  background-color: #f6f6f6;
  padding: 30px;
  text-align: center;
  position: relative;
}

.list-out .honor-list .honor-first .first-top .top-img {
  width: 100%;
}

.list-out .honor-list .honor-first .first-top .top-search {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #25a59f;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.list-out .honor-list .honor-first .first-top .top-search .imgsea {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.list-out .honor-list .honor-first .first-line {
  width: 100%;
  background-color: #f1f4f7;
  height: 3px;
  margin-top: 40px;
  margin-bottom: 20px;
  box-shadow: 0 0 10px #f1f4f7;
}

.list-out .honor-list .honor-first .first-btom {
  width: 100%;
  display: flex;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.list-out .honor-list .honor-first .first-btom .btom-title {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.list-out .honor-list .honor-first .first-btom .iconfont {
  color: #000;
  font-size: 24px;
}

.new-content {
  padding: 70px 0;
  width: 100%;
}

.new-content .new-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-content .new-title .title-r {
  display: flex;
}

.new-content .new-title .title-r .r-item {
  text-align: center;
  border: 1px solid #e5e5e5;
  padding: 15px 25px;
  color: #000;
  margin-right: 20px;
  font-size: 18px;
}

.new-content .new-title .title-r .r-item:hover {
  border: 1px solid #009790;
  color: #009790;
}

.new-content .new-title .title-r .r-all {
  background-color: #009790;
  color: #fff;
  font-size: 18px;
  padding: 15px 25px;
}

.new-content .new-title .title-r .active {
  color: #009790;
  border: 1px solid #009790;
}

.new-content .news-content {
  padding-top: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  display: none;
}

.new-content .news-content.active {
  display: flex !important;
}

.new-content .news-content .news-l {
  width: 40%;
}

.new-content .news-content .news-l .news-swiper {
  width: 100%;
  position: relative;
}

.new-content .news-content .news-l .news-swiper .swiper-wrapper .swiper-slide .swiper-item .item-top img {
  display: block;
  width: 100%;
}

.new-content .news-content .news-l .news-swiper .swiper-wrapper .swiper-slide .swiper-item .item-botom {
  background-color: #fafafa;
  padding: 25px 25px 25px 25px;
}

.new-content .news-content .news-l .news-swiper .swiper-wrapper .swiper-slide .swiper-item .item-botom .botom-time {
  font-size: 16px;
  color: #000;
  padding-bottom: 20px;
}

.new-content .news-content .news-l .news-swiper .swiper-wrapper .swiper-slide .swiper-item .item-botom .botom-title {
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.new-content .news-content .news-l .news-swiper .swiper-wrapper .swiper-slide .swiper-item .item-botom .botom-split {
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  margin: 20px 0;
}

.new-content .news-content .news-l .news-swiper .swiper-wrapper .swiper-slide .swiper-item .item-botom .botom-down {
  font-size: 16px;
}

.new-content .news-content .news-l .news-swiper .swiper-wrapper .swiper-slide .swiper-item .item-botom .botom-down .down-top {
  color: #000;
}

.new-content .news-content .news-l .news-swiper .swiper-wrapper .swiper-slide .swiper-item .item-botom .botom-down .down-bot {
  padding-top: 30px;
  color: #009790;
}

.new-content .news-content .news-l .news-swiper .switch-btn {
  position: absolute;
  padding: 25px 8px;
  background-color: #368d80;
  left: 0;
  z-index: 8888888;
  top: 20%;
}

.new-content .news-content .news-l .news-swiper .switch-btn .iconfont {
  font-size: 25px;
  color: #fff;
}

.new-content .news-content .news-l .news-swiper .switch-btn .swiper-button-disabled {
  background-color: #999;
}

.new-content .news-content .news-l .news-swiper .switch-btnA {
  position: absolute;
  padding: 25px 8px;
  background-color: #368d80;
  right: 0;
  z-index: 8888888;
  top: 20%;
}

.new-content .news-content .news-l .news-swiper .switch-btnA .iconfont {
  font-size: 25px;
  color: #fff;
}

.new-content .news-content .news-l .news-swiper .swiper-button-disabled {
  background-color: #999;
}

.new-content .news-content .news-r {
  width: calc(60% - 50px);
}

.new-content .news-content .news-r .item-baba .newsr-item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}

.new-content .news-content .news-r .item-baba .newsr-item:last-child {
  padding-bottom: 0;
}

.new-content .news-content .news-r .item-baba .newsr-item .newsr-l {
  width: 70%;
}

.new-content .news-content .news-r .item-baba .newsr-item .newsr-l .l-clamp {
  font-size: 18px;
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.new-content .news-content .news-r .item-baba .newsr-item .newsr-r {
  width: 20%;
  font-size: 15px;
  color: #000;
  text-align: right;
}

.new-content .news-content .news-r .item-baba .news-active {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  width: 100%;
  display: none;
}

.new-content .news-content .news-r .item-baba .news-active:last-child {
  padding-bottom: 15px;
}

.new-content .news-content .news-r .item-baba .news-active .active-l {
  width: 30%;
}

.new-content .news-content .news-r .item-baba .news-active .active-l img {
  width: 100%;
  height: 100%;
}

.new-content .news-content .news-r .item-baba .news-active .active-r {
  width: 70%;
  padding: 10px 22px;
  background-color: #fafafa;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}

.new-content .news-content .news-r .item-baba .news-active .active-r .ac-title {
  font-size: 18px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.new-content .news-content .news-r .item-baba .news-active .active-r .ac-line {
  width: 100%;
  margin: 10px 0;
  height: 1px;
  background-color: #000;
}

.new-content .news-content .news-r .item-baba .news-active .active-r .ac-con {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
}

.new-content .news-content .news-r .item-baba .news-active .active-r .ac-con .con-marks {
  color: #000;
}

.new-content .news-content .news-r .item-baba .news-active .active-r .ac-con .con-tag {
  cursor: pointer;
  padding-top: 20px;
  color: #009790;
}

.new-content .news-content .news-r .item-baba.active .news-active {
  display: flex;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.new-content .news-content .news-r .item-baba.active .newsr-item {
  display: none;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.hos-content {
  padding: 70px 0 40px 0;
  width: 100%;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hos-content .hos-container .hos-top {
  width: 100%;
  display: flex;
}

.hos-content .hos-container .hos-top .top-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20%;
}

.hos-content .hos-container .hos-top .top-left .top-item {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 50px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0091b0;
}

.hos-content .hos-container .hos-top .top-left .top-item .item-word {
  padding-top: 20px;
  font-size: 26px;
  color: #fff;
}

.hos-content .hos-container .hos-top .top-right {
  width: 80%;
}

.hos-content .hos-container .hos-top .top-right img {
  width: 100%;
  height: 100%;
}

.hos-content .hos-container .hos-down {
  width: 100%;
  display: flex;
}

.hos-content .hos-container .hos-down .down-left {
  width: 20%;
}

.hos-content .hos-container .hos-down .down-left .down-item {
  width: 100%;
  text-align: center;
  padding: 50px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hos-content .hos-container .hos-down .down-left .down-item .opcity {
  opacity: 0;
}

.hos-content .hos-container .hos-down .down-left .down-item .item-word {
  font-size: 26px;
  padding-top: 20px;
  color: #fff;
}

.hos-content .hos-container .hos-down .down-right {
  width: 80%;
  display: flex;
}

.hos-content .hos-container .hos-down .down-right .down-one {
  width: 50%;
  text-align: center;
  padding: 40px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hos-content .hos-container .hos-down .down-right .down-one .item-word {
  padding-top: 20px;
  font-size: 26px;
  color: #fff;
}

.swiper-out {
  background-color: #fff;
}

.part-content {
  padding-top: 70px;
  padding-bottom: 70px;
}

.part-content .part-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.part-content .part-head .title-la {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.part-content .part-head .title-la .la-tag {
  font-size: 16px;
  color: #000;
  padding-bottom: 15px;
}

.part-content .part-head .title-la .la-word {
  display: flex;
  align-items: center;
}

.part-content .part-head .title-la .la-word .word-a {
  color: #000;
  font-size: 30px;
  cursor: pointer;
  order: 3;
}

.part-content .part-head .title-la .la-word .word-a.active {
  order: 1;
  color: #000;
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 20px;
}

.part-content .part-head .title-la .la-word span {
  order: 2;
  margin: 0 25px;
  color: #000;
  font-size: 30px;
}

.part-content .part-head .title-la .line {
  width: 60px;
  height: 6px;
  background-color: #009790;
}

.part-content .part-head .check-btn {
  display: none;
  background-color: #009790;
  color: #fff;
  font-size: 18px;
  padding: 15px 50px;
  text-align: center;
}

.part-content .part-head .head-r {
  display: flex;
  justify-content: space-between;
}

.part-content .part-head .head-r .select-bar {
  width: 320px;
  border: 1px solid #e6e6e6;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-right: 20px;
}

.part-content .part-head .head-r .select-bar .marks {
  font-size: 14px;
  color: #666666;
}

.part-content .part-head .head-r .select-bar .iconfont {
  font-size: 20px;
}

.part-content .part-head .head-r .select-bar .select-list {
  position: absolute;
  background-color: #fff;
  top: 50px;
  z-index: 9999999999;
  display: none;
  left: 0;
  width: 100%;
}

.part-content .part-head .head-r .select-bar .select-list li {
  padding: 10px;
}

.part-content .part-head .head-r .select-bar .select-list li:hover {
  color: #fff;
  background-color: #009790;
}

.part-content .part-head .head-r .enter-btn {
  background-color: #009790;
  color: #fff;
  font-size: 14px;
  padding: 20px 50px;
  border: none;
  outline: none;
}

.part-content .expert-content {
  display: none;
  margin-top: 20px;
}

.part-content .expert-content .expert-banner .swiper-wrapper .swiper-slide .expert-item {
  position: relative;
  height: 100%;
}

.part-content .expert-content .expert-banner .swiper-wrapper .swiper-slide .expert-item .item-top {
  overflow: hidden;
  background-color: #d0d8e5;
}

.part-content .expert-content .expert-banner .swiper-wrapper .swiper-slide .expert-item .item-top img {
  height: 100%;
  width: 100%;
}

.part-content .expert-content .expert-banner .swiper-wrapper .swiper-slide .expert-item .expert-con {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px;
  border-radius: 12px 12px 0 0;
  background-color: #40acab;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.part-content .expert-content .expert-banner .swiper-wrapper .swiper-slide .expert-item .expert-con .expert-left {
  width: 80%;
  color: #fff;
}

.part-content .expert-content .expert-banner .swiper-wrapper .swiper-slide .expert-item .expert-con .expert-left .l-t {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  padding-bottom: 12px;
}

.part-content .expert-content .expert-banner .swiper-wrapper .swiper-slide .expert-item .expert-con .expert-left .l-re {
  font-size: 16px;
}

.part-content .expert-content .expert-banner .swiper-wrapper .swiper-slide .expert-item:hover {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.part-content .expert-content .expert-banner .swiper-wrapper .swiper-slide .expert-item:hover .item-top img {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transform: scale(1.1);
}

.part-content .expert-content .expert-banner .swiper-wrapper .swiper-slide .expert-item:hover .expert-con {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color: #009790;
}

.part-content .part-con {
  --gap: 7.5px;
  width: 100%;
  display: flex;
  height: 510px;
  margin: 0 calc(var(--gap) * -1);
  margin-top: 20px;
}

.part-content .part-con .part-col {
  padding: 0 var(--gap);
  width: 20%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.part-content .part-con .part-col .con-item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.part-content .part-con .part-col .con-item .itself-body {
  padding: 60px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform: scale(0.7);
  opacity: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.part-content .part-con .part-col .con-item .itself-body .itself-head .itself-title {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}

.part-content .part-con .part-col .con-item .itself-body .itself-head .itself-marks {
  font-size: 18px;
  color: #ccc;
  padding-top: 10px;
}

.part-content .part-con .part-col .con-item .itself-body .it-line {
  width: 100%;
  height: 2px;
  background-color: #7a8f9d;
}

.part-content .part-con .part-col .con-item .itself-body .itself-con {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-height: 220px;
  overflow: auto;
  -ms-scroll-chaining: chained;
  -ms-overflow-style: none;
  -ms-content-zooming: zoom;
  -ms-scroll-rails: none;
  -ms-content-zoom-limit-min: 100%;
  -ms-content-zoom-limit-max: 500%;
  -ms-scroll-snap-type: proximity;
  -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
  -ms-overflow-style: none;
}

.part-content .part-con .part-col .con-item .itself-body .itself-con::-webkit-scrollbar {
  width: 0;
}

.part-content .part-con .part-col .con-item .itself-body .itself-con .con-tag {
  width: 20%;
  color: #fff;
  padding-top: 25px;
}

.part-content .part-con .part-col .con-item .itself-body .itself-con .con-tag .tag-word {
  font-size: 16px;
  text-align: left;
  padding: 8px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 2px solid transparent;
}

.part-content .part-con .part-col .con-item .itself-body .itself-con .con-tag .tag-word:hover {
  font-weight: bold;
  color: #009790;
  background-color: #fefffe;
  border-bottom: 2px solid #119e97;
}

.part-content .part-con .part-col .con-item .itself-body .itself-see {
  margin-top: 70px;
  background-color: #8d9fa6;
  padding: 10px 0;
  width: 150px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.part-content .part-con .part-col .con-item .itself-bottom {
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 8000;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.part-content .part-con .part-col .con-item .itself-bottom .bottom-title {
  font-size: 30px;
  color: #009790;
  padding-bottom: 10px;
}

.part-content .part-con .part-col .con-item .itself-bottom .bottom-marks {
  color: #999999;
}

.part-content .part-con .part-col.active {
  width: 60%;
}

.part-content .part-con .part-col.active .itself-body {
  transform: scale(1);
  opacity: 1;
}

.part-content .part-con .part-col.active .con-item .itself-bottom {
  opacity: 0;
  pointer-events: none;
}

.special-con {
  padding: 80px 0;
  height: 100%;
  background-color: #fafafa;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.special-con .special-content {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

.special-con .special-content .special-first {
  width: 10%;
  margin-right: 20px;
}

.special-con .special-content .special-first img {
  display: block;
  height: 100%;
  width: 100%;
}

.special-con .special-content .spec-banner {
  width: 90%;
}

.special-con .special-content .spec-banner .swiper-wrapper .swiper-slide {
  width: 40%;
}

.special-con .special-content .spec-banner .swiper-wrapper .swiper-slide .slide-item {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.special-con .special-content .spec-banner .swiper-wrapper .swiper-slide .slide-item img {
  width: 100%;
  display: block;
  height: 100%;
}

.special-con .special-content .spec-banner .swiper-wrapper .swiper-slide .slide-item .item-word {
  position: absolute;
  width: 20px;
  top: 40px;
  line-height: 1.1;
  left: 40px;
  font-size: 34px;
  color: #fff;
}

.special-con .special-content .spec-banner .swiper-wrapper .swiper-slide .slide-item:hover img {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  transform: scale(1.1);
}

.bottom-container {
  width: 100%;
  background-color: #ebf7f7;
}

.bottom-container .bottom-top {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  display: flex;
  align-items: center;
}

.bottom-container .bottom-top .top-tit {
  font-size: 14px;
  font-weight: bold;
  padding-right: 20px;
  white-space: nowrap;
  width: 5%;
}

.bottom-container .bottom-top .img-adc {
  width: 95%;
  display: flex;
  align-items: center;
}

.bottom-container .bottom-top .img-adc .adc-img {
  margin-right: 30px;
}

.bottom-container .bottom-cen {
  width: 100%;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #e1e9e0;
  border-bottom: 1px solid #e1e9e0;
  display: flex;
  justify-content: space-between;
}

.bottom-container .bottom-cen .cen-img {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom-container .bottom-cen .cen-img img {
  max-width: 100%;
  max-height: 60px;
}

.bottom-container .bottom-cen .item-content {
  width: 42%;
  display: flex;
  flex-direction: column;
}

.bottom-container .bottom-cen .item-content .botom-top {
  padding-bottom: 30px;
}

.bottom-container .bottom-cen .item-content .botom-top .item-link {
  font-size: 16px;
  color: #000;
  margin-right: 45px;
  font-family: 'Source Han Sans CN';
}

.bottom-container .bottom-cen .item-content .botom-con {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.bottom-container .bottom-cen .item-content .botom-con .conitem {
  width: 50%;
  font-family: 'Source Han Sans CN';
  color: #000;
  font-size: 16px;
  padding-bottom: 15px;
  white-space: nowrap;
}

.bottom-container .bottom-cen .bot-square {
  width: 30%;
  display: flex;
}

.bottom-container .bottom-cen .bot-square .square-item {
  margin-right: 20px;
  text-align: center;
  overflow: hidden;
}

.bottom-container .bottom-cen .bot-square .square-item:last-child {
  margin-right: 0;
}

.bottom-container .bottom-cen .bot-square .square-item .item-tent {
  width: 100%;
}

.bottom-container .bottom-cen .bot-square .square-item .item-tent img {
  width: 120px;
  height: 120px;
}

.bottom-container .bottom-cen .bot-square .square-item .item-marks {
  color: #666666;
  padding-top: 15px;
}

.bottom-container .bottom-down {
  padding: 20px 0;
  font-size: 14px;
  text-align: center;
  color: #000;
}

/***  新闻中心 *****************/
.peo-banner {
  margin-top: 145px;
  position: relative;
}

.peo-banner img {
  width: 100%;
}

.peo-banner .peo-word {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #fff;
}

.jour-out {
  padding: 70px 0;
  background-color: #fff;
}

.jour-out .jour-content .jour-pack {
  padding-top: 40px;
  display: flex;
}

.jour-out .jour-content .jour-pack .pack-left {
  width: 45%;
}

.jour-out .jour-content .jour-pack .pack-left .pack-img {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.jour-out .jour-content .jour-pack .pack-left .pack-img img {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  display: block;
  width: 100%;
  height: 100%;
}

.jour-out .jour-content .jour-pack .pack-left .pack-img .pack-marks {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}

.jour-out .jour-content .jour-pack .pack-left:hover .pack-img img {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  transform: scale(1.1);
}

.jour-out .jour-content .jour-pack .pack-left:hover .pack-img .pack-marks {
  color: #009790;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.jour-out .jour-content .jour-pack .pack-right {
  width: 55%;
  padding: 20px 30px;
  box-shadow: 0 0 12px #f7f7f7;
}

.jour-out .jour-content .jour-pack .pack-right .pack-item {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jour-out .jour-content .jour-pack .pack-right .pack-item:first-child {
  padding-top: 0;
}

.jour-out .jour-content .jour-pack .pack-right .pack-item:hover .item-lside .text {
  color: #009790;
}

.jour-out .jour-content .jour-pack .pack-right .pack-item:hover .item-rside {
  color: #009790;
}

.jour-out .jour-content .jour-pack .pack-right .pack-item .item-lside {
  width: 75%;
}

.jour-out .jour-content .jour-pack .pack-right .pack-item .item-lside .text {
  font-size: 18px;
  width: 100%;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.jour-out .jour-content .jour-pack .pack-right .pack-item .item-rside {
  width: 20%;
  color: #000;
  white-space: nowrap;
}

.media-content {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fafafa;
}

.media-content .media-pack {
  padding-top: 30px;
  width: 100%;
  display: flex;
}

.media-content .media-pack .media-lside {
  width: 40%;
  padding: 30px;
  margin-right: 30px;
  background-color: #fff;
  box-shadow: 0 0 12px #f5f5f5;
}

.media-content .media-pack .media-lside .media-img {
  width: 100%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
}

.media-content .media-pack .media-lside .media-img img {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  width: 100%;
}

.media-content .media-pack .media-lside .media-down {
  padding-top: 22px;
}

.media-content .media-pack .media-lside .media-down .down-title {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  font-size: 18px;
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.media-content .media-pack .media-lside .media-down .down-time {
  font-size: 16px;
  color: #000;
  padding: 10px 0;
}

.media-content .media-pack .media-lside .media-down .down-remarks {
  font-size: 14px;
  color: #000;
}

.media-content .media-pack .media-lside .media-down .down-remarks span {
  color: #009790;
}

.media-content .media-pack .media-lside:hover .media-img img {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transform: scale(1.1);
}

.media-content .media-pack .media-lside:hover .media-down .down-title {
  color: #009790;
}

.media-content .media-pack .media-rside {
  width: 60%;
}

.media-content .media-pack .media-rside .medis-con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.media-content .media-pack .media-rside .medis-con .rcon-item {
  box-shadow: 0 0 10px #f1f1f1;
  width: calc(50% - 15px);
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}

.media-content .media-pack .media-rside .medis-con .rcon-item .rcon-tit {
  display: flex;
  align-items: center;
}

.media-content .media-pack .media-rside .medis-con .rcon-item .rcon-tit .rcon-word {
  font-size: 14px;
  color: #000;
  padding-left: 10px;
}

.media-content .media-pack .media-rside .medis-con .rcon-item .rcon-tent {
  padding-top: 20px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  font-size: 18px;
  color: #000;
}

.media-content .media-pack .media-rside .medis-con .rcon-item:nth-child(n + 5) {
  margin-bottom: 0;
}

.media-content .media-pack .media-rside .medis-con .rcon-item:hover .rcon-tent {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #009790;
}

.tice-content {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fafafa;
}

.tice-content .tice-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tice-content .tice-head .title-r {
  display: flex;
}

.tice-content .tice-head .title-r .r-item {
  text-align: center;
  border: 1px solid #e5e5e5;
  padding: 15px 25px;
  color: #000;
  margin-right: 20px;
  font-size: 18px;
}

.tice-content .tice-head .title-r .r-item:hover {
  border: 1px solid #009790;
  color: #009790;
}

.tice-content .tice-head .title-r .r-all {
  background-color: #009790;
  color: #fff;
  font-size: 18px;
  padding: 15px 25px;
}

.tice-content .tice-head .title-r .active {
  color: #009790;
  border: 1px solid #009790;
}

.tice-content .tice-pack {
  margin-top: 30px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  display: none;
}

.tice-content .tice-pack.active {
  display: flex;
}

.tice-content .tice-pack .tice-lisde {
  width: calc(50% - 20px);
  padding: 20px 30px;
  background-color: #fff;
  box-shadow: 0 0 10px #f7f7f7;
}

.tice-content .tice-pack .tice-lisde .tice-item {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #d3d3d3;
}

.tice-content .tice-pack .tice-lisde .tice-item .titem-l {
  width: 80%;
}

.tice-content .tice-pack .tice-lisde .tice-item .titem-l .text {
  font-size: 18px;
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.tice-content .tice-pack .tice-lisde .tice-item .titem-r {
  font-size: 16px;
  color: #000;
}

.tice-content .tice-pack .tice-lisde .tice-item:hover .titem-l .text {
  color: #009790;
}

.tice-content .tice-pack .tice-rside {
  width: calc(50% - 20px);
  padding: 40px 50px;
  background-color: #fff;
  box-shadow: 0 0 10px #f7f7f7;
}

.tice-content .tice-pack .tice-rside .rside-con .rsid-img {
  width: 100%;
}

.tice-content .tice-pack .tice-rside .rside-con .rsid-img img {
  width: 100%;
}

.tice-content .tice-pack .tice-rside .rside-con .rsid-word {
  padding-top: 30px;
  font-size: 20px;
}

/***  新闻列表 *****************/
.tabs-content {
  padding: 27px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  display: flex;
  justify-content: center;
}

.tabs-content .tabs-item {
  font-size: 18px;
  color: #000;
  margin-right: 75px;
  position: relative;
  cursor: pointer;
}

.tabs-content .tabs-item::before {
  content: '\e63e';
  position: absolute;
  font-family: 'iconfont';
  font-size: 18px;
  left: 50%;
  opacity: 0;
  bottom: -53px;
  color: #009790;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.tabs-content .tabs-item.active {
  color: #009790;
  font-weight: bold;
}

.tabs-content .tabs-item.active::before {
  opacity: 1;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.tabs-content .tabs-item:last-child {
  margin-right: 0;
}

.jour-container {
  background-color: #fff;
  padding: 80px 0;
}

.jour-container .jour-list {
  display: none;
  min-height: 45vh;
  padding-bottom: 40px;
}

.jour-container .jour-list.active {
  display: block;
}

.jour-container .jour-list .list-item {
  padding: 30px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  display: flex;
  align-items: center;
  width: 100%;
}

.jour-container .jour-list .list-item .list-lisde {
  width: 25%;
  padding-right: 30px;
}

.jour-container .jour-list .list-item .list-lisde .img-con {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.jour-container .jour-list .list-item .list-lisde .img-con img {
  width: 100%;
  height: 100%;
}

.jour-container .jour-list .list-item .list-risde {
  width: 70%;
}

.jour-container .jour-list .list-item .list-risde .list-r-title {
  color: #000;
  font-size: 20px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.jour-container .jour-list .list-item .list-risde .list-r-tag {
  padding-top: 12px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.jour-container .jour-list .list-item .list-risde .list-r-tag .r-tag {
  background-color: #b87c3d;
  color: #fff;
  padding: 4px 10px;
  margin-right: 20px;
}

.jour-container .jour-list .list-item .list-risde .list-r-tag .r-tagA {
  background-color: #009790;
}

.jour-container .jour-list .list-item .list-risde .list-r-tag .r-tagB {
  background-color: #5aaecf;
}

.jour-container .jour-list .list-item .list-risde .list-r-tag .r-date {
  color: #000;
}

.jour-container .jour-list .list-item .list-risde .list-r-con {
  padding-top: 30px;
  font-size: 16px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #000;
}

.jour-container .jour-list .list-item:hover {
  box-shadow: 0 0 12px #ededed;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.jour-container .jour-list .list-item:hover .list-lisde img {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transform: scale(1.1);
}

.jour-container .jour-list .list-item:hover .list-risde .list-r-title {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #009790;
}

.jour-container .jour-list .list-item:hover .list-risde .list-r-con {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #333;
}

/***  新闻详情 *****************/
.detail-out {
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
}

.detail-out .detail-content {
  padding: 60px 100px;
  background-color: #fff;
  box-shadow: 0 0 10px #dfd7d773;
}

.detail-out .detail-content .detail-head {
  width: 100%;
  text-align: center;
}

.detail-out .detail-content .detail-head .head-title {
  font-size: 24px;
  font-weight: bold;
}

.detail-out .detail-content .detail-head .head-tag {
  padding-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #000;
}

.detail-out .detail-content .detail-head .head-tag .tag-count {
  padding-left: 40px;
}

.detail-out .detail-content .detail-con {
  padding-top: 30px;
  font-size: 14px;
  color: #000;
}

.detail-out .detail-content .detail-con .detail-img {
  width: 100%;
  padding: 35px 0;
  text-align: center;
}

.detail-out .detail-content .detail-con .detail-img img {
  max-width: 100%;
}

.detail-out .detail-content .detail-con img {
  max-width: 100%;
}

/***  患者服务 *****************/
.patient-out .patient-head {
  margin-top: 40px;
  padding: 30px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0 8px #e5dbdb;
  box-sizing: border-box;
}

.patient-out .patient-head .item-acon {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
}

.patient-out .patient-head .item-acon .patient-item {
  margin: 0 20px;
  text-align: center;
  padding: 40px 70px;
}

.patient-out .patient-head .item-acon .patient-item .iconfont {
  font-size: 50px;
  color: #009790;
}

.patient-out .patient-head .item-acon .patient-item .patient-word {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 22px;
  white-space: nowrap;
  color: #000;
}

.patient-out .patient-head .item-acon .patient-item .partient-count {
  color: #009790;
  font-size: 45px;
}

.patient-out .patient-head .item-acon .patient-item.active {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.patient-out .patient-head .item-acon .patient-item.active .iconfont {
  color: #fff;
}

.patient-out .patient-head .item-acon .patient-item.active .patient-word {
  color: #fff;
}

.patient-out .patient-head .item-acon .patient-item.active .partient-count {
  color: #8fc4c2;
}

.patient-out .patient-head .item-acon .patient-line {
  width: 1px;
  height: 44px;
  background-color: #e5e5e5;
}

.patient-out .patient-sort {
  margin-top: 50px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}

.patient-out .patient-sort .sort-head {
  display: flex;
  justify-content: space-between;
}

.patient-out .patient-sort .sort-head .sort-l {
  width: calc(50% - 30px);
  position: relative;
}

.patient-out .patient-sort .sort-head .sort-l .l-img {
  overflow: hidden;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.patient-out .patient-sort .sort-head .sort-l .l-img img {
  width: 100%;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.patient-out .patient-sort .sort-head .sort-l .sort-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
}

.patient-out .patient-sort .sort-head .sort-l:hover .l-img img {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  transform: scale(1.1);
}

.patient-out .patient-sort .sort-content {
  padding-top: 134px;
  position: relative;
}

.patient-out .patient-sort .sort-content .list-map {
  height: 630px;
}

.patient-out .patient-sort .sort-content .list-map .BMap_cpyCtrl {
  display: none;
}

.patient-out .patient-sort .sort-content .list-map .BMap_bubble_content {
  padding-top: 10px;
  font-size: 15px;
}

.patient-out .patient-sort .sort-content .list-map .anchorBL {
  display: none;
}

.patient-out .patient-sort .sort-content .map-square {
  position: absolute;
  right: 180px;
  top: 73px;
  padding: 45px;
  background-color: #009790;
}

.patient-out .patient-sort .sort-content .map-square .square-title {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.patient-out .patient-sort .sort-content .map-square .add-banner {
  padding: 20px 0;
  display: flex;
  width: 100%;
  position: relative;
}

.patient-out .patient-sort .sort-content .map-square .add-banner .iconfont {
  position: absolute;
  top: 0px;
  font-size: 30px;
  color: #fff;
}

.patient-out .patient-sort .sort-content .map-square .add-banner .last-icon {
  left: -8px;
}

.patient-out .patient-sort .sort-content .map-square .add-banner .next-icon {
  right: -8px;
}

.patient-out .patient-sort .sort-content .map-square .add-banner .map-item {
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.patient-out .patient-sort .sort-content .map-square .add-banner .map-item .item-word {
  margin-top: 10px;
  color: #fff;
  font-size: 24px;
}

.patient-out .patient-sort .sort-content .map-square .add-banner .map-item .map-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  text-align: center;
  position: relative;
}

.patient-out .patient-sort .sort-content .map-square .add-banner .map-item .map-line::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
  left: 50%;
  top: 50%;
  background-color: #fff;
  z-index: 9999;
  transform: translate(-50%, -50%);
}

.patient-out .patient-sort .sort-content .map-square .add-banner .map-item.active .map-line::before {
  background-color: #009790 !important;
}

.patient-out .patient-sort .sort-content .map-square .add-col {
  display: flex;
  align-items: center;
  padding: 20px 0;
  color: #fff;
}

.patient-out .patient-sort .sort-content .map-square .add-col .iconfont {
  font-size: 20px;
  margin-right: 20px;
}

.patient-out .patient-sort .sort-content .map-square .sort-line {
  width: 100%;
  height: 1px;
  background-color: #4db6b2;
}

.patient-out .patient-sort .sort-content .map-square .sort-call {
  padding: 20px;
  color: #fff;
}

.patient-out .patient-sort .sort-content .map-square .sort-call .call-bot {
  padding-bottom: 20px;
}

.patient-out .patient-melons {
  margin-top: 30px;
}

.patient-out .patient-melons .melons-head {
  display: flex;
  justify-content: center;
}

.patient-out .patient-melons .melons-head .melons-item {
  font-size: 36px;
  font-weight: bold;
  white-space: nowrap;
  color: #000;
  margin-right: 25px;
  padding: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}

.patient-out .patient-melons .melons-head .melons-item.active {
  color: #009790;
}

.patient-out .patient-melons .melons-head .melons-item:last-child {
  margin-right: 0;
}

.patient-out .patient-melons .melons-content {
  margin-top: 10px;
  width: 100%;
  display: none;
}

.patient-out .patient-melons .melons-content.active {
  display: block;
}

.patient-out .patient-melons .melons-content img {
  width: 100%;
}

.patient-out .medical-content {
  padding-bottom: 60px;
  margin-top: 30px;
  width: 100%;
  box-sizing: border-box;
}

.patient-out .medical-content .medical-item {
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
  box-shadow: 0 0 8px #e3e3e3;
  justify-content: space-between;
  margin-bottom: 10px;
}

.patient-out .medical-content .medical-item .medical-le {
  display: flex;
  align-items: center;
  font-size: 18px;
  width: 80%;
}

.patient-out .medical-content .medical-item .medical-le .iconfont {
  font-size: 20px;
  margin-right: 20px;
}

.patient-out .medical-content .medical-item .medical-le .clamp-word {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.patient-out .medical-content .medical-item .medical-ri {
  color: #009790;
  white-space: nowrap;
  font-size: 14px;
}

.patient-out .medical-content .medical-item:hover .medical-le .clamp-word {
  color: #009790;
}

.hunt-out {
  width: 100%;
  margin-top: 60px;
  padding: 60px 0;
  background-color: #fff;
}

.hunt-out .hunt-content {
  width: 100%;
  box-sizing: border-box;
}

.hunt-out .hunt-content .hunt-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hunt-out .hunt-content .hunt-head .hunt-lisde {
  display: flex;
  align-items: center;
}

.hunt-out .hunt-content .hunt-head .hunt-lisde .lside-tit {
  font-size: 20px;
  font-weight: bold;
  color: #009790;
  display: flex;
}

.hunt-out .hunt-content .hunt-head .hunt-lisde .lside-letter {
  padding-left: 30px;
  display: flex;
  align-items: center;
}

.hunt-out .hunt-content .hunt-head .hunt-lisde .lside-letter .letter-a {
  color: #000;
  font-size: 20px;
  padding: 0 10px;
  margin-right: 5px;
  text-align: center;
  cursor: pointer;
}

.hunt-out .hunt-content .hunt-head .hunt-lisde .lside-letter .letter-a.active {
  color: #fff;
  background-color: #009790;
}

.hunt-out .hunt-content .hunt-head .hunt-lisde .lside-letter .letter-a:last-child {
  margin-right: 0;
}

.hunt-out .hunt-content .hunt-head .hunt-rside .hunt-input {
  display: flex;
}

.hunt-out .hunt-content .hunt-head .hunt-rside .hunt-input .input-out {
  border: 1px solid #e5e5e5;
  padding: 5px 10px;
}

.hunt-out .hunt-content .hunt-head .hunt-rside .hunt-input .input-out input {
  line-height: 14px;
  font-size: 14px;
  color: #000;
  border: none;
  outline: none;
}

.hunt-out .hunt-content .hunt-head .hunt-rside .hunt-input .btn {
  background-color: #009790;
  color: #fff;
  margin: 0;
  border-radius: 0;
  font-size: 14px;
}

.hunt-out .hunt-content .hunt-contag {
  padding-top: 30px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.hunt-out .hunt-content .hunt-contag .tag-item {
  width: calc(100% / 8 - 10px);
  color: #000;
  text-align: center;
  background-color: #f5f5f5;
  padding: 15px 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}

.hunt-out .hunt-content .hunt-contag .tag-item.active {
  color: #fff;
  background-color: #009790;
}

.hunt-out .hunt-content .hunt-contag .tag-item:hover {
  color: #fff;
  background-color: #009790;
}

.hunt-out .hunt-table .table-tit {
  color: #009790;
  font-size: 20px;
  font-weight: bold;
  padding: 25px 0;
}

.hunt-out .hunt-table .table-biao {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.hunt-out .hunt-table .table-biao::-webkit-scrollbar {
  height: 10px;
  border-radius: 25px;
}

.hunt-out .hunt-table .table-biao::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #009790;
}

.hunt-out .hunt-table .table-biao::-webkit-scrollbar-track {
  border-radius: 10px;
  width: 2px;
  background-color: transparent;
}

.hunt-out .hunt-table .table-biao .table {
  margin-bottom: 0;
}

.hunt-out .hunt-table .table-biao .td-people span {
  white-space: nowrap;
}

.hunt-out .hunt-table .table-biao .td-people:hover .td-dialog {
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -ms-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
  display: block;
}

.hunt-out .hunt-table .table-biao th {
  white-space: nowrap;
  background-color: #009790;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-right: 1px solid #fff;
}

.hunt-out .hunt-table .table-biao th[scope="col"] {
  background-color: #009790;
  white-space: nowrap;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 175px;
  border-right: 1px solid #fff;
}

.hunt-out .hunt-table .table-biao td[scope="row"] {
  white-space: nowrap;
  background-color: #fff;
  color: #000;
  padding: 30px 10px 0 10px;
  font-size: 14px;
  width: 220px;
}

.hunt-out .hunt-table .table-biao td {
  border: 1px solid #f5f5f5;
  text-align: center;
}

.td-dialog {
  box-shadow: 0 0 10px #f7f7f7;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -ms-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
  display: none;
  z-index: -1;
  padding: 10px;
  background-color: #fff;
  width: 340px;
  box-sizing: border-box;
}

.td-dialog .td-border {
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border: 1px dashed #e5e5e5;
}

.td-dialog .td-border .td-img {
  padding-right: 10px;
}

.td-dialog .td-border .td-marks .td-title {
  color: #009790;
  padding-bottom: 10px;
}

.td-dialog .td-border .td-marks .marks-word {
  color: #000;
  font-size: 14px;
}

/***  专科介绍 *****************/
.sop-out {
  padding: 60px 0;
}

.sop-out .sop-content {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

.sop-out .sop-content .sop-le {
  width: 10%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sop-out .sop-content .sop-le .le-word {
  position: absolute;
  top: 50%;
  left: 38%;
  transform: translateY(-50%);
  width: 30px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
  text-align: center;
}

.sop-out .sop-content .sop-ri {
  width: 90%;
  padding: 40px  40px 25px 40px;
  background-color: #fff;
  min-height: 220px;
}

.sop-out .sop-content .sop-ri .sop-con {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.sop-out .sop-content .sop-ri .sop-con .sop-item {
  margin-right: 30px;
  margin-bottom: 15px;
  width: calc(100% / 6 - 31px);
  padding: 15px;
  font-size: 16px;
  background-color: #f5f5f5;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
}

.sop-out .sop-content .sop-ri .sop-con .sop-item.active {
  color: #fff;
  background-color: #009790;
}

.sop-out .sop-content .sop-ri .sop-con .sop-item:hover {
  color: #fff;
  background-color: #009790;
}

/***  专科介绍  - 科室介绍 *****************/
.brief-content {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
}

.brief-content .brief-le {
  width: calc(50% - 20px);
}

.brief-content .brief-le .brief-remarks {
  margin-top: 20px;
  color: #000;
  height: 360px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 25px;
}

.brief-content .brief-le .brief-remarks::-webkit-scrollbar {
  width: 6px;
  border-radius: 25px;
}

.brief-content .brief-le .brief-remarks::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #009790;
}

.brief-content .brief-le .brief-remarks::-webkit-scrollbar-track {
  border-radius: 10px;
  width: 2px;
  background-color: transparent;
}

.brief-content .brief-ri {
  width: calc(50% - 20px);
}

.brief-content .brief-ri img {
  width: 100%;
}

.depart-out {
  background-color: #fff;
  padding: 60px 0;
  width: 100%;
  box-sizing: border-box;
}

.depart-out .depart-content .expert-banner {
  padding-top: 30px;
}

.depart-out .depart-content .expert-banner .swiper-wrapper .swiper-slide .expert-item {
  position: relative;
  height: 100%;
}

.depart-out .depart-content .expert-banner .swiper-wrapper .swiper-slide .expert-item .item-top {
  overflow: hidden;
  background-color: #d0d8e5;
}

.depart-out .depart-content .expert-banner .swiper-wrapper .swiper-slide .expert-item .item-top img {
  height: 100%;
  width: 100%;
}

.depart-out .depart-content .expert-banner .swiper-wrapper .swiper-slide .expert-item .expert-con {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px;
  border-radius: 12px 12px 0 0;
  background-color: #40acab;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.depart-out .depart-content .expert-banner .swiper-wrapper .swiper-slide .expert-item .expert-con .expert-left {
  width: 80%;
  color: #fff;
}

.depart-out .depart-content .expert-banner .swiper-wrapper .swiper-slide .expert-item .expert-con .expert-left .l-t {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
  padding-bottom: 12px;
}

.depart-out .depart-content .expert-banner .swiper-wrapper .swiper-slide .expert-item .expert-con .expert-left .l-re {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
}

.depart-out .depart-content .expert-banner .swiper-wrapper .swiper-slide .expert-item:hover {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.depart-out .depart-content .expert-banner .swiper-wrapper .swiper-slide .expert-item:hover .item-top img {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transform: scale(1.1);
}

.depart-out .depart-content .expert-banner .swiper-wrapper .swiper-slide .expert-item:hover .expert-con {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color: #009790;
}

.depart-btn {
  display: flex;
}

.depart-btn .depart-item {
  background-color: #009790;
  color: #fff;
  padding: 10px 15px;
  margin-left: 25px;
}

.depart-btn .swiper-button-disabled {
  background-color: #e7e7e7;
}

.feat-out {
  padding: 60px 0;
  background-color: #fafaff;
  width: 100%;
  box-sizing: border-box;
}

.feat-out .feat-content {
  width: 100%;
  box-sizing: border-box;
  display: flex;
}

.feat-out .feat-content .feat-le {
  width: 10%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.feat-out .feat-content .feat-le .feat-word {
  position: absolute;
  top: 50%;
  left: 38%;
  transform: translateY(-50%);
  width: 30px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
  text-align: center;
}

.feat-out .feat-content .feat-re {
  width: 90%;
  background-color: #fff;
}

.feat-out .feat-content .feat-re .feat-con {
  padding: 40px;
  box-shadow: 0 0 10px #e9e8e8;
  min-height: 200px;
}

.feat-out .feat-content .feat-re .feat-con .feat-title {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}

.feat-out .feat-content .feat-re .feat-con .feat-confir {
  height: 580px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 15px;
}

.feat-out .feat-content .feat-re .feat-con .feat-confir .feat-one {
  margin-top: 15px;
  padding-right: 30px;
}

.feat-out .feat-content .feat-re .feat-con .feat-confir .feat-one .one-title {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}

.feat-out .feat-content .feat-re .feat-con .feat-confir .feat-one p {
  color: #000;
  text-indent: 2rem;
  padding-top: 20px;
}

.feat-out .feat-content .feat-re .feat-con .feat-confir .feat-one:first-child {
  margin-top: 0;
}

.feat-out .feat-content .feat-re .feat-con .feat-confir::-webkit-scrollbar {
  width: 6px;
  border-radius: 25px;
}

.feat-out .feat-content .feat-re .feat-con .feat-confir::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #009790;
}

.feat-out .feat-content .feat-re .feat-con .feat-confir::-webkit-scrollbar-track {
  border-radius: 10px;
  width: 2px;
  background-color: transparent;
}

/***  健康管理 *****************/
.jouor-out {
  padding: 65px 0;
  background-color: #fff;
}

.jouor-out .jouor-content .jour-con {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding-top: 20px;
}

.jouor-out .jouor-content .jour-con .jour-lside {
  width: 50%;
}

.jouor-out .jouor-content .jour-con .jour-lside .jour-img {
  width: 100%;
}

.jouor-out .jouor-content .jour-con .jour-lside .jour-img img {
  width: 100%;
  height: 100%;
}

.jouor-out .jouor-content .jour-con .jour-rside {
  width: 50%;
  padding: 40px 30px;
}

.jouor-out .jouor-content .jour-con .jour-rside .jour-title {
  font-size: 24px;
  color: #000;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.jouor-out .jouor-content .jour-con .jour-rside .jour-time {
  padding-top: 20px;
  font-size: 14px;
  color: #000;
}

.jouor-out .jouor-content .jour-con .jour-rside .jour-marks {
  padding-top: 30px;
  font-size: 18px;
  color: #000;
}

.jouor-out .jouor-content .jour-con .jour-rside .jour-btn {
  margin-top: 40px;
  color: #fff;
  width: 160px;
  padding: 15px 0px;
  background-color: #009790;
  text-align: center;
}

.jouor-out .jouor-content .jour-list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.jouor-out .jouor-content .jour-list .jour-item {
  width: calc(100% / 4 - 22.5px);
  box-shadow: 0 0 10px #fbf1f1;
  padding: 30px;
  background-color: #fff;
}

.jouor-out .jouor-content .jour-list .jour-item .jour-title {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-bottom: 15px;
  color: #000;
}

.jouor-out .jouor-content .jour-list .jour-item .jour-title img {
  margin-right: 10px;
}

.jouor-out .jouor-content .jour-list .jour-item .jour-rarks {
  color: #000;
  font-size: 16px;
}

.jouor-out .jouor-content .jour-list .jour-item:hover .jour-rarks {
  color: #009790;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.health-margin {
  padding-top: 5px !important;
}

.health-bg {
  background-color: #fff;
}

.health-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.health-content .health-list {
  padding-top: 40px;
}

.health-content .health-list .row .health-item {
  margin-bottom: 20px;
}

.health-content .health-list .row .health-item .health-top {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.health-content .health-list .row .health-item .health-top .topbg-img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.health-content .health-list .row .health-item .health-top .play-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
}

.health-content .health-list .row .health-item .health-botom {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px #f5f5f5;
}

.health-content .health-list .row .health-item .health-botom .heabot-tit {
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  padding-bottom: 20px;
}

.health-content .health-list .row .health-item .health-botom .heabot-tit .tit-clamp {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.health-content .health-list .row .health-item .health-botom .health-down {
  font-size: 14px;
  color: #000;
  display: flex;
}

.health-content .health-list .row .health-item .health-botom .health-down .health-date {
  display: flex;
  padding-right: 20px;
}

.health-content .health-list .row .health-item .health-botom .health-down .health-date img {
  margin-right: 10px;
}

.health-content .health-list .row .health-item:hover .health-top .topbg-img {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  transform: scale(1.1);
}

.health-content .health-list .row .health-item:hover .health-botom .heabot-tit {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  color: #009790;
}

.play-out {
  margin: 25px 0;
}

.play-out .play-container {
  padding: 60px 100px;
  background-color: #fff;
}

.play-out .play-container .play-title {
  width: 100%;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.play-out .play-container .play-title .play-marks {
  width: 100%;
  display: flex;
  font-size: 14px;
  color: #000;
  padding-top: 20px;
  justify-content: center;
  align-items: center;
}

.play-out .play-container .play-title .play-marks .tit-date {
  padding-right: 30px;
}

.play-out .play-container .play-video {
  width: 100%;
  margin-top: 25px;
}

.play-out .play-container .play-video video {
  width: 100%;
  object-fit: cover;
  display: block;
}

.play-out .play-container .play-line {
  width: 100%;
  margin: 60px 0;
  height: 1px;
  background-color: #e5e5e5;
}

/***  护理工作 *****************/
.nursing-out {
  padding-top: 140px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}

.nursing-out .nurs-bg {
  position: absolute;
  width: 700px;
  top: 80px;
  right: 0;
  height: 650px;
  background-color: #96d2d0;
  z-index: 0;
}

.nursing-out .nursing-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nursing-out .nursing-content .nursing-le {
  width: 50%;
  padding-right: 50px;
}

.nursing-out .nursing-content .nursing-le .nusing-marks {
  padding-top: 20px;
  color: #000;
  font-size: 18px;
}

.nursing-out .nursing-content .nursing-le .see-more {
  margin-top: 20px;
  width: 150px;
  background-color: #009790;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}

.nursing-out .nursing-content .nursing-ri {
  width: 50%;
  z-index: 1;
}

.nursing-out .nursing-content .nursing-ri img {
  width: 100%;
}

.mation-out {
  width: 100%;
  background-color: #f4faf8;
  box-sizing: border-box;
  padding: 60px 0;
}

.mation-out .mation-content .mation-con {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}

.mation-out .mation-content .mation-con .mation-le {
  width: 45%;
}

.mation-out .mation-content .mation-con .mation-le .mation-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mation-out .mation-content .mation-con .mation-le .mation-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.mation-out .mation-content .mation-con .mation-le .mation-img .le-marks {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}

.mation-out .mation-content .mation-con .mation-ri {
  width: 55%;
  padding: 15px 30px;
  background-color: #fff;
}

.mation-out .mation-content .mation-con .mation-ri .mation-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px dashed #d3d3d3;
}

.mation-out .mation-content .mation-con .mation-ri .mation-item .mation-lside {
  font-size: 18px;
  color: #666666;
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.mation-out .mation-content .mation-con .mation-ri .mation-item .mation-rside {
  font-size: 16px;
  color: #000;
}

.mation-out .mation-content .mation-con .mation-ri .mation-item:last-child {
  border-bottom: none;
}

.mation-out .mation-content .mation-con .mation-ri .mation-item:hover .mation-lside {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  color: #009790;
}

.style-out {
  background-color: #fff;
  padding: 60px 0;
}

.style-out .style-content .nurse-banner {
  margin-top: 30px;
}

.style-out .style-content .nurse-banner .swiper-wrapper .swiper-slide .swiper-item {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.style-out .style-content .nurse-banner .swiper-wrapper .swiper-slide .swiper-item:hover .item-word {
  opacity: 1;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.style-out .style-content .nurse-banner .swiper-wrapper .swiper-slide .swiper-item:hover img {
  transform: scale(1.03);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.style-out .style-content .nurse-banner .swiper-wrapper .swiper-slide .swiper-item .item-word {
  position: absolute;
  bottom: 0;
  opacity: 0;
  padding: 15px;
  color: #fff;
  font-size: 18px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.style-out .style-content .nurse-banner .swiper-wrapper .swiper-slide .swiper-item img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  height: 100%;
  object-fit: cover;
}

.style-out .style-content .nurse-banner .nurse-btn {
  position: absolute;
  padding: 20px 4px;
  background-color: #03615c;
  left: 0;
  z-index: 8888888;
  top: 50%;
}

.style-out .style-content .nurse-banner .nurse-btn .iconfont {
  font-size: 20px;
  color: #fff;
}

.style-out .style-content .nurse-banner .nurse-btn .swiper-button-disabled {
  background-color: #999;
}

.style-out .style-content .nurse-banner .nurse-btnA {
  position: absolute;
  padding: 20px 4px;
  background-color: #03615c;
  right: 0;
  z-index: 8888888;
  top: 50%;
}

.style-out .style-content .nurse-banner .nurse-btnA .iconfont {
  font-size: 20px;
  color: #fff;
}

.style-out .style-content .nurse-banner .swiper-button-disabled {
  background-color: #999;
}

.list-bg {
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}

.list-bg .nursing-list {
  padding-bottom: 60px;
}

.list-bg .nursing-list .row .nursing-first {
  padding-bottom: 30px;
}

.list-bg .nursing-list .row .nursing-first .nursing-img {
  overflow: hidden;
}

.list-bg .nursing-list .row .nursing-first .nursing-img img {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  width: 100%;
}

.list-bg .nursing-list .row .nursing-first .nursing-down {
  width: 100%;
}

.list-bg .nursing-list .row .nursing-first .nursing-down .down-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 20px;
  font-size: 18px;
}

.list-bg .nursing-list .row .nursing-first .nursing-down .down-det {
  padding-top: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000;
}

.list-bg .nursing-list .row .nursing-first .nursing-down .down-det .det-date {
  display: flex;
  align-items: center;
  padding-right: 20px;
}

.list-bg .nursing-list .row .nursing-first .nursing-down .down-det .det-date img {
  margin-right: 5px;
}

.list-bg .nursing-list .row .nursing-first:hover .nursing-img img {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  transform: scale(1.1);
}

.list-bg .nursing-list .row .nursing-first:hover .nursing-down .down-title {
  color: #009790;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

/***  员工风采 *****************/
.list-padding {
  padding-top: 60px;
}

.inter-padding {
  margin-top: 30px;
}

.inter-content {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 60px;
  background-color: #fff;
}

.inter-content .inter-list {
  padding-top: 20px;
  padding-bottom: 30px;
}

.inter-content .inter-list .row .inter-item {
  margin-bottom: 20px;
}

.inter-content .inter-list .row .inter-item:hover .inter-top img {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  transform: scale(1.1);
}

.inter-content .inter-list .row .inter-item:hover .inter-botom .inter-title {
  color: #009790;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.inter-content .inter-list .row .inter-item:hover .inter-botom .inter-word {
  color: #009790;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.inter-content .inter-list .row .inter-item:hover .inter-botom .inter-btn .more-btn {
  border: 1px solid #009790;
  color: #009790;
}

.inter-content .inter-list .row .inter-item .inter-top {
  width: 100%;
  overflow: hidden;
}

.inter-content .inter-list .row .inter-item .inter-top img {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  width: 100%;
}

.inter-content .inter-list .row .inter-item .inter-botom {
  padding: 30px;
  box-shadow: 0 0 10px #f1f1f1;
  background-color: #fff;
  position: relative;
  border-top: 1px solid transparent;
}

.inter-content .inter-list .row .inter-item .inter-botom .inter-title {
  padding-top: 20px;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  width: 75%;
  margin: 0 auto;
  margin-top: -70px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
}

.inter-content .inter-list .row .inter-item .inter-botom .inter-title .inter-name {
  width: 100%;
  background-color: #fff;
  padding-top: 15px;
  font-size: 20px;
  font-weight: bold;
}

.inter-content .inter-list .row .inter-item .inter-botom .inter-title .inter-name span {
  font-size: 16px;
}

.inter-content .inter-list .row .inter-item .inter-botom .inter-word {
  padding-top: 10px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  color: #000;
}

.inter-content .inter-list .row .inter-item .inter-botom .inter-det {
  padding-top: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000;
}

.inter-content .inter-list .row .inter-item .inter-botom .inter-det .inter-date {
  display: flex;
  align-items: center;
  padding-right: 20px;
}

.inter-content .inter-list .row .inter-item .inter-botom .inter-det .inter-date img {
  margin-right: 5px;
}

.inter-content .inter-list .row .inter-item .inter-botom .inter-btn {
  padding-top: 25px;
  display: flex;
  justify-content: center;
}

.inter-content .inter-list .row .inter-item .inter-botom .inter-btn .more-btn {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  color: #000;
  font-size: 14px;
  text-align: center;
  border: 1px solid #e5e5e5;
  padding: 10px 0px;
  width: 100px;
}

.swiper-content {
  background-color: #fff;
  padding: 60px 150px;
  box-shadow: 0 0 10px #f1f1f1;
  margin-bottom: 60px;
}

.swiper-content .swiper-head {
  text-align: center;
}

.swiper-content .swiper-head .swiper-title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.swiper-content .swiper-head .swiper-word {
  font-size: 14px;
  color: #000;
  display: flex;
  padding-top: 15px;
  align-items: center;
  justify-content: center;
}

.swiper-content .swiper-head .swiper-word .word-date {
  padding-right: 30px;
}

.swiper-content .banner-container {
  padding-top: 30px;
}

.swiper-content .banner-container .detail-banner .swiper-wrapper .swiper-slide .banner-item {
  position: relative;
}

.swiper-content .banner-container .detail-banner .swiper-wrapper .swiper-slide .banner-item img {
  width: 100%;
  max-height: 600px;
}

.swiper-content .banner-container .detail-banner .swiper-wrapper .swiper-slide .banner-item .item-bword {
  position: absolute;
  width: 100%;
  padding: 15px;
  bottom: 0;
  font-size: 20px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}

.swiper-content .banner-container .bot-swiper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px  0;
}

.swiper-content .banner-container .bot-swiper .bot-btn {
  background-color: #009790;
  color: #fff;
  padding: 35px 5px;
  margin-right: 30px;
}

.swiper-content .banner-container .bot-swiper .bot-btn .iconfont {
  font-size: 28px;
  font-weight: bold;
}

.swiper-content .banner-container .bot-swiper .bot-btnA {
  background-color: #009790;
  color: #fff;
  font-weight: bold;
  padding: 35px 5px;
  margin-left: 30px;
}

.swiper-content .banner-container .bot-swiper .bot-btnA .iconfont {
  font-size: 28px;
  font-weight: bold;
}

.swiper-content .banner-container .bot-swiper .swiper-button-disabled {
  background-color: #e7e7e7;
}

.swiper-content .banner-container .bot-swiper .thumb-banner {
  width: 100%;
}

.swiper-content .banner-container .bot-swiper .thumb-banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}

/***  专家介绍  *****************/
.train-out {
  width: 100%;
  background-color: #fafafa;
  box-sizing: border-box;
  overflow: hidden;
}

.train-out .train-head {
  background-color: #fff;
  box-shadow: 0px 4px 20px #f0f0f0;
}

.train-out .train-head .train-input {
  padding-top: 40px;
  padding-left: 40px;
  display: flex;
}

.train-out .train-head .train-input .input-con {
  border: 1px solid #e5e5e5;
  padding: 12px 20px;
}

.train-out .train-head .train-input .input-con input {
  width: 300px;
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  border: none;
  outline: none;
}

.train-out .train-head .train-input .train-btn {
  background-color: #009790;
  color: #fff;
  margin: 0;
  border: none;
  border-radius: 0;
  padding: 12px 20px;
  font-size: 14px;
}

.train-out .train-head .train-tab {
  padding: 20px 40px;
  display: flex;
}

.train-out .train-head .train-tab .tab-le {
  width: 8%;
  color: #000;
}

.train-out .train-head .train-tab .tab-ri {
  width: 100%;
}

.train-out .train-head .train-tab .tab-ri .ri-tabs {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

.train-out .train-head .train-tab .tab-ri .ri-tabs .tas-item {
  font-size: 18px;
  color: #000;
  margin-right: 30px;
  position: relative;
  padding-bottom: 10px;
  cursor: pointer;
}

.train-out .train-head .train-tab .tab-ri .ri-tabs .tas-item::before {
  position: absolute;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  content: '';
  bottom: 0;
  width: 100%;
  height: 4px;
  transform: scaleX(0);
  background-color: #009790;
}

.train-out .train-head .train-tab .tab-ri .ri-tabs .tas-item.active {
  color: #009790;
  font-weight: bold;
}

.train-out .train-head .train-tab .tab-ri .ri-tabs .tas-item.active::before {
  width: 100%;
  transform: scaleX(1);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.train-out .train-head .train-tab .tab-ri .ri-conbg {
  color: #009790 !important;
}

.train-out .train-head .train-tab .tab-ri .ri-con {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  display: none;
}

.train-out .train-head .train-tab .tab-ri .ri-con .con-item {
  cursor: pointer;
  color: #000;
  width: calc(100% / 12);
  padding: 0 10px;
  padding-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.train-out .train-head .train-tab .tab-ri .ri-con .con-item:hover {
  color: #009790;
}

.train-out .train-head .train-tab .tab-ri .ri-con.active {
  display: flex;
}

.train-out .train-head .train-fess {
  border-top: 1px dashed #ececec;
  border-bottom: 1px dashed #ececec;
  padding: 30px 40px;
  display: flex;
}

.train-out .train-head .train-fess .fess-le {
  width: 8%;
  color: #000;
}

.train-out .train-head .train-fess .fess-ri {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.train-out .train-head .train-fess .fess-ri .fess-item {
  width: calc(100% / 9 - 40px);
  color: #000;
  margin-right: 40px;
  text-overflow: ellipsis;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

.train-out .train-head .train-fess .fess-ri .fess-item:hover {
  color: #009790;
}

.train-out .train-head .train-tion {
  display: flex;
  padding: 30px 40px;
}

.train-out .train-head .train-tion .tion-le {
  color: #000;
  width: 8%;
}

.train-out .train-head .train-tion .tion-ri {
  width: 100%;
  display: flex;
  align-items: center;
}

.train-out .train-head .train-tion .tion-ri .tion-con {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.train-out .train-head .train-tion .tion-ri .tion-con .tion-item {
  display: flex;
  padding: 4px 10px;
  align-items: center;
  border: 1px dashed #009790;
  margin-right: 10px;
  color: #009790;
  margin-bottom: 10px;
}

.train-out .train-head .train-tion .tion-ri .tion-con .tion-item .iconfont {
  margin-left: 15px;
  cursor: pointer;
}

.train-out .train-head .train-tion .tion-ri .clear-word {
  padding-left: 10px;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
}

.train-out .train-content {
  margin-top: 45px;
  padding-bottom: 50px;
}

.train-out .train-content .train-list {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-right: -30px;
}

.train-out .train-content .train-list .expert-item {
  width: calc(100% / 5 - 30px);
  position: relative;
  height: 100%;
  margin-right: 30px;
  margin-bottom: 30px;
}

.train-out .train-content .train-list .expert-item .item-top {
  overflow: hidden;
  background-color: #d0d8e5;
}

.train-out .train-content .train-list .expert-item .item-top img {
  height: 100%;
  width: 100%;
}

.train-out .train-content .train-list .expert-item .expert-con {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px;
  border-radius: 12px 12px 0 0;
  background-color: #40acab;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.train-out .train-content .train-list .expert-item .expert-con .expert-left {
  color: #fff;
  width: 80%;
}

.train-out .train-content .train-list .expert-item .expert-con .expert-left .l-t {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  padding-bottom: 12px;
}

.train-out .train-content .train-list .expert-item .expert-con .expert-left .l-re {
  font-size: 16px;
}

.train-out .train-content .train-list .expert-item:hover {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.train-out .train-content .train-list .expert-item:hover .item-top img {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transform: scale(1.1);
}

.train-out .train-content .train-list .expert-item:hover .expert-con {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color: #009790;
}

/***  专家介绍-个人介绍  *****************/
.own-out {
  margin-top: 160px;
  background-color: #fff;
  padding-bottom: 200px;
}

.own-out .own-content {
  display: flex;
  align-items: center;
  width: 100%;
}

.own-out .own-content .own-le {
  width: 22%;
}

.own-out .own-content .own-le .le-content {
  padding: 60px;
  background-color: #e9eeef;
  position: relative;
}

.own-out .own-content .own-le .le-content img {
  width: 100%;
}

.own-out .own-content .own-le .le-content::before {
  content: '';
  position: absolute;
  top: 0px;
  right: -45px;
  width: 0px;
  height: 0px;
  border-color: transparent #c6d2da;
  /*上下颜色 左右颜色*/
  border-width: 45px 0px 0px 45px;
  border-style: solid;
}

.own-out .own-content .own-ri {
  width: 80%;
  z-index: 50;
}

.own-out .own-content .own-ri .ri-content {
  padding: 60px 40px;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px #d9d8d8;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right;
}

.own-out .own-content .own-ri .ri-content .ownri-title {
  display: flex;
  align-items: center;
}

.own-out .own-content .own-ri .ri-content .ownri-title .ri-name {
  font-size: 30px;
  color: #000;
  padding-right: 20px;
}

.own-out .own-content .own-ri .ri-content .ownri-title .ri-tag {
  color: #000;
  font-size: 18px;
}

.own-out .own-content .own-ri .ri-content .ownri-add {
  margin-top: 30px;
  padding: 6px;
  width: 100%;
  background-repeat: no-repeat;
}

.own-out .own-content .own-ri .ri-content .ownri-tag {
  padding-top: 60px;
  font-size: 18px;
  color: #000;
}

.own-out .own-content .own-ri .ri-content .ownri-marks {
  padding-top: 60px;
  font-size: 18px;
  color: #000;
}

.own-out .sefi-content {
  padding-top: 60px;
}

.own-out .sefi-content .sefi-remarks {
  padding-top: 30px;
  color: #000;
}

.own-out .expert-table {
  padding-top: 60px;
}

.own-out .expert-table .table-sche {
  padding-top: 30px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.own-out .expert-table .table-sche .table {
  margin-bottom: 0;
}

.own-out .expert-table .table-sche th {
  white-space: nowrap;
  background-color: #009790;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-right: 1px solid #fff;
}

.own-out .expert-table .table-sche th[scope="col"] {
  background-color: #009790;
  white-space: nowrap;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 175px;
  border-right: 1px solid #fff;
}

.own-out .expert-table .table-sche td[scope="row"] {
  white-space: nowrap;
  background-color: #fff;
  color: #000;
  padding: 30px 10px 0 10px;
  font-size: 14px;
}

.own-out .expert-table .table-sche td {
  border: 1px solid #f5f5f5;
  text-align: center;
}

.own-out .expert-table .table-sche::-webkit-scrollbar {
  height: 10px;
  border-radius: 25px;
}

.own-out .expert-table .table-sche::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #009790;
}

.own-out .expert-table .table-sche::-webkit-scrollbar-track {
  border-radius: 10px;
  width: 2px;
  background-color: transparent;
}

/***  党的建设  *****************/
.party-out {
  padding: 60px 0;
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
}

.party-out .party-content {
  box-shadow: 0 0 10px #f5f5f5;
  padding: 30px;
  display: flex;
  align-items: center;
  width: 100%;
}

.party-out .party-content .party-le {
  width: 50%;
}

.party-out .party-content .party-le .party-img {
  width: 100%;
}

.party-out .party-content .party-le .party-img img {
  width: 100%;
}

.party-out .party-content .party-ri {
  padding-left: 30px;
  width: 50%;
}

.party-out .party-content .party-ri .party-title {
  font-size: 36px;
  font-weight: bold;
  color: #000;
}

.party-out .party-content .party-ri .party-remarks {
  padding-top: 30px;
  font-size: 17px;
  line-height: 1.7;
  color: #666666;
}

.morebtn {
  width: 160px;
  margin-top: 60px;
  background-color: #009790;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}

.work-out {
  background-color: #fafafa;
  padding: 60px 0;
  width: 100%;
  box-sizing: border-box;
}

.work-out .work-content {
  width: 100%;
}

.work-out .work-content .work-news {
  width: 100%;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}

.work-out .work-content .work-news .work-item {
  overflow: hidden;
  width: calc(100% / 3 - 30px);
  position: relative;
}

.work-out .work-content .work-news .work-item .work-marks {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
}

.work-out .work-content .work-news .work-item .work-marks .work-clamp {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  color: #fff;
}

.work-out .work-content .work-news .work-item img {
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
  width: 100%;
}

.work-out .work-content .work-news .work-item:hover img {
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
  transform: scale(1.1);
}

.work-out .work-content .work-artic {
  width: 100%;
  box-sizing: border-box;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.work-out .work-content .work-artic .artic-item {
  width: calc(100% / 2 - 60px);
  display: flex;
  align-items: center;
  padding: 20px 0;
  margin-right: 60px;
}

.work-out .work-content .work-artic .artic-item:hover .artic-right .artic-title .artic-clamp {
  color: #009790;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.work-out .work-content .work-artic .artic-item:hover .artic-right .artic-marks {
  color: #009790;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.work-out .work-content .work-artic .artic-item:nth-child(-n + 2) {
  border-bottom: 1px solid #009790;
}

.work-out .work-content .work-artic .artic-item:nth-child(2n) {
  margin-right: 0;
}

.work-out .work-content .work-artic .artic-item .artic-le {
  color: #009790;
  font-size: 24px;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.work-out .work-content .work-artic .artic-item .artic-le .le-big {
  font-size: 55px;
}

.work-out .work-content .work-artic .artic-item .artic-line {
  height: 94px;
  width: 1px;
  background-color: #e5e5e5;
  margin: 0 20px;
}

.work-out .work-content .work-artic .artic-item .artic-right {
  color: #000;
}

.work-out .work-content .work-artic .artic-item .artic-right .artic-title {
  padding-bottom: 20px;
  width: 100%;
}

.work-out .work-content .work-artic .artic-item .artic-right .artic-title .artic-clamp {
  color: #000;
  max-width: 500px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 20px;
}

.work-out .work-content .work-artic .artic-item .artic-right .artic-marks {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.build-content {
  width: 100%;
  box-sizing: border-box;
}

.build-content .bulid-list {
  width: 100%;
  margin-top: 30px;
}

.build-content .bulid-list .bulid-item {
  width: calc(100% / 4 - 30px);
  background-color: #fff;
  box-shadow: 0 0 10px #f1f1f1;
  margin-bottom: 30px;
  margin-right: 30px;
  padding: 30px;
}

.build-content .bulid-list .bulid-item:hover .bulid-duce {
  color: #009790;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.build-content .bulid-list .bulid-item .bulid-time {
  display: flex;
}

.build-content .bulid-list .bulid-item .bulid-time .bulid-word {
  font-size: 14px;
  padding-left: 10px;
}

.build-content .bulid-list .bulid-item .bulid-duce {
  padding-top: 20px;
  color: #333;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.hold-content .hold-list {
  padding-top: 30px;
}

.hold-content .hold-list .hold-item {
  margin-bottom: 25px;
}

.hold-content .hold-list .hold-item .hold-zhuang {
  position: relative;
  overflow: hidden;
}

.hold-content .hold-list .hold-item .hold-zhuang .hold-duce {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 20px 30px;
  background: rgba(0, 0, 0, 0.6);
}

.hold-content .hold-list .hold-item .hold-zhuang .hold-duce .hold-clamp {
  color: #fff;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.hold-content .hold-list .hold-item .hold-zhuang img {
  width: 100%;
}

.hold-content .hold-list .hold-item:hover .hold-zhuang img {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transform: scale(1.05);
}

.ethic-scroll {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ethic-scroll .ethic-swiper .swiper-wrapper {
  padding: 10px 0;
}

.ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  width: 41.5% !important;
}

.ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .ethic-item::after {
  width: 100%;
  transform: scaleX(1);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .ethic-item .ethic-botom {
  position: relative;
}

.ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .ethic-item .ethic-botom .botom-meks {
  position: absolute;
  bottom: 0;
  padding: 25px 30px;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  width: 100%;
}

.ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .ethic-item .ethic-botom .botom-meks .meks-tit {
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .ethic-item .ethic-botom .botom-meks .meks-marks {
  display: none;
}

.ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide .ethic-item {
  width: 100%;
  position: relative;
}

.ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide .ethic-item::before {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  width: 15px;
  height: 15px;
  background-color: #009790;
  border-radius: 50%;
}

.ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide .ethic-item::after {
  position: absolute;
  top: 7px;
  content: '';
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color: #009790;
}

.ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide .ethic-item .ethic-top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide .ethic-item .ethic-top .ethic-time {
  padding-top: 20px;
}

.ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide .ethic-item .ethic-botom {
  padding-top: 2px;
  width: 100%;
}

.ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide .ethic-item .ethic-botom .botom-top img {
  display: block;
  width: 100%;
}

.ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide .ethic-item .ethic-botom .botom-meks {
  padding: 26px;
  box-shadow: 0 0 10px #f1f1f1;
}

.ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide .ethic-item .ethic-botom .botom-meks .meks-tit {
  font-size: 18px;
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
}

.ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide .ethic-item .ethic-botom .botom-meks .meks-marks {
  padding-top: 20px;
  color: #000;
}

.ethic-scroll .ethic-btn {
  background-color: #009790;
  z-index: 999;
  padding: 10px 16px;
}

.ethic-scroll .ethic-btn .iconfont {
  color: #fff;
  font-size: 20px;
}

.ethic-scroll .golastA {
  left: 0;
  margin-right: 20px;
}

.ethic-scroll .gonextA {
  right: 0;
  margin-left: 20px;
}

/***  科教管理  *****************/
.teach-content .teach-list {
  padding-top: 30px;
}

.teach-content .teach-list .teach-item {
  height: 100%;
  margin-bottom: 10px;
}

.teach-content .teach-list .teach-item:hover .teach-top img {
  transform: scale(1.05);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.teach-content .teach-list .teach-item:hover .teach-down .down-title {
  color: #009790;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.teach-content .teach-list .teach-item .teach-top {
  overflow: hidden;
}

.teach-content .teach-list .teach-item .teach-top img {
  width: 100%;
}

.teach-content .teach-list .teach-item .teach-down {
  padding: 30px 20px;
  background-color: #fff;
}

.teach-content .teach-list .teach-item .teach-down .down-title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.teach-content .teach-list .teach-item .teach-down .down-meks {
  color: #000;
}

.teach-content .teach-list .teach-item .teach-count {
  padding: 20px;
  background-color: #fafafa;
  display: flex;
  font-size: 14px;
  box-shadow: 0 0 10px #f1f1f1;
  color: #000;
}

.teach-content .teach-list .teach-item .teach-count .teach-time {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000;
  padding-right: 10px;
}

.teach-content .teach-list .teach-item .teach-count .teach-time img {
  width: 24px;
  height: 22px;
  margin-right: 6px;
}

/***  网站地图 *****************/
.banner-height {
  height: 142px;
}

.site-content {
  width: 100%;
  background-color: #fff;
}

.site-content .site-pack {
  padding-bottom: 40px;
}

.site-content .site-pack .site-item .site-title {
  padding: 15px 0;
  font-size: 20px;
  color: #009790;
  font-weight: bold;
  position: relative;
  background-color: #f5f5f5;
  padding-left: 20px;
}

.site-content .site-pack .site-item .site-title::before {
  content: '';
  height: 20px;
  position: absolute;
  left: 0;
  top: 20px;
  background-color: #009790;
  width: 4px;
}

.site-content .site-pack .site-item .site-list {
  padding: 20px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.site-content .site-pack .site-item .site-list .list-item {
  font-size: 18px;
  font-family: '思源黑体 CN';
  color: #333;
  padding-left: 20px;
  position: relative;
  margin-right: 40px;
}

.site-content .site-pack .site-item .site-list .list-item:last-child {
  margin-right: 0;
}

.site-content .site-pack .site-item .site-list .list-item::before {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #009790;
}

@media (max-width: 1800px) {
  .fixed-con {
    padding: 20px 15px;
  }
  .fixed-con .fixed-item {
    font-size: 15px;
  }
  .peo-bg .globar-bg .global-con .global-bar .navbar-bar .bar-item .item-word {
    font-size: 16px;
  }
}

@media (max-width: 1600px) {
  .container {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .fixed-con {
    padding: 20px 15px;
  }
  .fixed-con .fixed-item {
    font-size: 15px;
  }
  .fixed-con .fixed-item .fixed-img, .fixed-con .fixed-item .fixedac-img {
    width: 40px;
  }
  .brief-title {
    font-size: 32px;
  }
  .const-ducon .const-content .const-ri .const-marks p {
    padding-bottom: 10px;
  }
  .jouor-out .jouor-content .jour-con .jour-rside {
    padding: 25px 30px;
  }
  .jouor-out .jouor-content .jour-con .jour-rside .jour-marks {
    font-size: 16px;
  }
  .peo-bg .globar-bg .global-con .global-bar .navbar-bar .bar-item {
    margin-right: 20px;
  }
  .peo-bg .globar-bg .global-con .global-bar .navbar-bar .bar-item .item-tword {
    font-size: 16px;
  }
  .peo-bg .globar-bg .global-con .global-bar .navbar-bar .bar-item .item-word {
    font-size: 16px;
  }
  .peo-bg .globar-bg .global-con .global-bar .search-btn {
    padding: 14px;
  }
  .peo-bg .globar-bg .global-con .global-bar .search-btn .iconfont {
    font-size: 18px;
  }
  .jour-container {
    padding: 50px 0;
  }
  .patient-out .patient-head .item-acon .patient-item {
    padding: 50px;
    margin: 0 15px;
  }
  .nursing-out .nurs-bg {
    height: 580px;
  }
  .nursing-out .nursing-content .nursing-le {
    width: 45%;
    padding-right: 30px;
  }
  .nursing-out .nursing-content .nursing-le .nusing-marks {
    font-size: 16px;
  }
  .nursing-out .nursing-content .nursing-le .see-more {
    font-size: 15px;
  }
  .nursing-out .nursing-content .nursing-ri {
    width: 50%;
  }
  .own-out .own-content .own-le {
    width: 31%;
  }
  .own-out .own-content .own-ri {
    width: 84%;
  }
  .train-out .train-head .train-tab .tab-ri .ri-con .con-item {
    width: calc(100% / 10);
  }
  .brief-title {
    font-size: 30px;
  }
  .morebtn {
    margin-top: 40px;
  }
  .party-out .party-content .party-ri .party-remarks {
    font-size: 16px;
  }
}

@media (max-width: 1500px) {
  .own-out .own-content .own-le {
    width: 33%;
  }
  .own-out .own-content .own-ri {
    width: 84%;
  }
  .nursing-out .nursing-content .nursing-ri {
    width: 55%;
  }
}

@media (max-width: 1400px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .const-ducon .square-img {
    height: 500px;
  }
  .const-ducon .const-content .const-ri {
    padding: 20px 30px;
    max-height: 500px;
  }
  .const-ducon .const-content .const-ri .const-marks {
    padding-top: 20px;
    font-size: 15px;
  }
  .remaks-content .remaks-le {
    padding: 40px;
    margin-top: 20px;
    height: calc(100% - 200px);
  }
  .remaks-content .remaks-le .remaks-duce {
    padding-top: 20px;
    color: #000;
    font-size: 15px;
  }
  .plan-content .plan-list {
    padding-top: 0;
  }
  .plan-content .plan-list .plan-tabs .plan-item {
    font-size: 24px;
    width: 60px;
  }
  .plan-content .plan-list .plan-tabs .plan-item:hover {
    width: 80px;
  }
  .plan-content .plan-list .plan-tabs .plan-item.active {
    width: 80px;
  }
  .plan-content .plan-list .plan-duce {
    width: calc(100% - 60px);
    padding-top: 40px;
  }
  .plan-content .plan-list .plan-duce .plan-title {
    font-size: 23px;
  }
  .plan-content .plan-list .plan-duce .duce-scroll {
    height: 480px;
  }
  .style-out .style-content .nurse-banner .nurse-btnA, .style-out .style-content .nurse-banner .nurse-btn {
    top: 40%;
  }
  .style-out .style-content .nurse-banner .swiper-wrapper .swiper-slide .swiper-item .item-word {
    font-size: 16px;
    padding: 15px;
  }
  .pract-banner {
    padding: 30px 0;
  }
  .pract-banner .pract-title {
    font-size: 32px;
  }
  .pract-banner .checkbtn {
    margin-top: 20px;
    padding: 8px 30px;
    font-size: 15px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item .left-top .top-title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item .left-top .top-meks {
    font-size: 15px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item .ri-le-line {
    margin: 15px 0;
  }
  .culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item .left-botom .botom-date .date-a {
    font-size: 32px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item .left-botom .botom-date .date-b {
    font-size: 15px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-right .right-item {
    padding: 26px 30px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-right .right-item .ritem-le .ritem-date {
    font-size: 32px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-right .right-item .ritem-le .ritem-time {
    font-size: 15px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-right .right-item .ritem-ri .ritem-title {
    font-size: 16px;
  }
  .list-out .honor-list .honor-first {
    padding: 30px 20px;
  }
  .list-out .honor-list .honor-first .first-btom .btom-title {
    font-size: 16px;
  }
  .list-out .honor-list .honor-first .first-btom .iconfont {
    font-size: 20px;
  }
  .hold-content .hold-list .hold-item .hold-zhuang .hold-duce {
    padding: 15px 20px;
  }
  .hold-content .hold-list .hold-item .hold-zhuang .hold-duce .hold-clamp {
    font-size: 16px;
  }
  .build-content .bulid-list {
    margin-top: 20px;
  }
  .build-content .bulid-list .bulid-item {
    padding: 20px;
    margin-bottom: 20px;
  }
  .build-content .bulid-list .bulid-item .bulid-duce {
    font-size: 16px;
  }
  .ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    width: 40% !important;
  }
  .ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .ethic-item .ethic-botom .botom-meks {
    padding: 15px;
  }
  .ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide .ethic-item .ethic-botom .botom-meks {
    padding: 15px;
  }
  .ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide .ethic-item .ethic-botom .botom-meks .meks-tit {
    font-size: 16px;
  }
  .ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide .ethic-item .ethic-botom .botom-meks .meks-marks {
    padding-top: 10px;
    font-size: 15px;
  }
  .work-out .work-content .work-news .work-item {
    width: calc(100% / 3 - 15px);
  }
  .work-out .work-content .work-news .work-item .work-marks {
    padding: 10px;
  }
  .work-out .work-content .work-news .work-item .work-marks .work-clamp {
    font-size: 16px;
  }
  .work-out .work-content .work-artic {
    padding-top: 15px;
  }
  .work-out .work-content .work-artic .artic-item {
    width: calc(100% / 2 -35px);
    margin-right: 35px;
  }
  .work-out .work-content .work-artic .artic-item .artic-le {
    font-size: 20px;
  }
  .work-out .work-content .work-artic .artic-item .artic-le .le-big {
    font-size: 45px;
  }
  .work-out .work-content .work-artic .artic-item .artic-right .artic-title .artic-clamp {
    max-width: 350px;
    font-size: 18px;
  }
  .work-out .work-content .work-artic .artic-item .artic-right .artic-title .artic-marks {
    font-size: 15px;
  }
  .title-l .l-tag {
    font-size: 15px;
  }
  .title-l .l-word {
    font-size: 32px;
  }
  .peo-banner {
    margin-top: 150px;
  }
  .peo-banner .peo-word {
    font-size: 45px;
  }
  .peo-bg .globar-bg {
    padding: 12px 0;
  }
  .peo-bg .globar-bg .logo-image {
    width: 300px;
  }
  .peo-bg .globar-bg .global-con .global-bar .search-content .input-sear {
    width: 500px;
  }
  .peo-bg .globar-bg .global-con .global-bar .search-content .search-btn {
    padding: 12px 16px;
  }
  .peo-bg .globar-bg .global-con .global-bar .search-content .search-btn .iconfont {
    font-size: 18px;
  }
  .peo-bg .globar-bg .global-con .global-bar .navbar-bar .bar-item {
    margin-right: 15px;
  }
  .peo-bg .globar-bg .global-con .global-bar .navbar-bar .bar-item .menu-con {
    padding: 25px 25px 10px 25px;
  }
  .peo-bg .globar-bg .global-con .global-bar .navbar-bar .bar-item .menu-con .menu-list .list-item .write {
    font-size: 16px;
  }
  .peo-bg .globar-bg .global-con .global-bar .navbar-bar .bar-item .item-tword {
    font-size: 15px;
  }
  .peo-bg .globar-bg .global-con .global-bar .navbar-bar .bar-item .item-word {
    font-size: 15px;
  }
  .global-crumbs {
    padding: 20px 0;
  }
  .honor-bg {
    padding: 60px 0;
  }
  .home-banner .swiper-pagination {
    display: flex;
    bottom: 30px;
    justify-content: center;
  }
  .home-banner .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #fff;
    opacity: 1;
    margin: 0 8px;
  }
  .home-banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 28px;
    height: 15px;
    background-color: #fff;
    border-radius: 9px;
  }
  .new-content {
    padding: 50px 0;
  }
  .new-content .new-title .title-r .r-item {
    font-size: 15px;
  }
  .new-content .new-title .title-r .r-all {
    font-size: 15px;
  }
  .new-content .news-content .news-l .news-swiper .swiper-wrapper .swiper-slide .swiper-item .item-botom {
    padding: 25px 25px 30px 25px;
  }
  .new-content .news-content .news-l .news-swiper .swiper-wrapper .swiper-slide .swiper-item .item-botom .botom-time {
    font-size: 15px;
  }
  .new-content .news-content .news-l .news-swiper .swiper-wrapper .swiper-slide .swiper-item .item-botom .botom-title {
    font-size: 20px;
  }
  .new-content .news-content .news-r {
    width: calc(60% - 45px);
  }
  .new-content .news-content .news-r .item-baba .newsr-item .newsr-l .l-clamp {
    font-size: 16px;
    color: #666666;
  }
  .new-content .news-content .news-r .item-baba .newsr-item .newsr-r {
    font-size: 15px;
  }
  .new-content .news-content .news-r .item-baba .news-active .active-l {
    width: 35%;
  }
  .new-content .news-content .news-r .item-baba .news-active .active-l img {
    width: 100%;
  }
  .new-content .news-content .news-r .item-baba .news-active .active-r {
    width: 65%;
    padding: 10px 15px;
  }
  .new-content .news-content .news-r .item-baba .news-active .active-r .ac-title {
    font-size: 16px;
  }
  .party-out {
    padding: 40px 0;
  }
  .party-out .party-content .party-ri .party-remarks {
    font-size: 15px;
    padding-top: 20px;
  }
  .morebtn {
    margin-top: 30px;
  }
  .part-content .part-head .title-la .la-word {
    font-size: 32px;
    padding-bottom: 10px;
  }
  .part-content .part-head .title-la .la-word .word-a {
    font-size: 25px;
  }
  .part-content .part-head .title-la .la-word .word-a.active {
    order: 1;
    color: #000;
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .part-content .part-head .title-la .la-word span {
    margin: 0 20px;
    color: #000;
    font-size: 25px;
  }
  .part-content .part-head .head-r .select-bar {
    width: 240px;
  }
  .part-content .expert-content .expert-banner .swiper-wrapper .swiper-slide .expert-item .expert-con .expert-left .l-t {
    font-size: 15px;
  }
  .part-content .expert-content .expert-banner .swiper-wrapper .swiper-slide .expert-item .expert-con .expert-left .l-re {
    font-size: 14px;
  }
  .part-content .part-con {
    height: 460px;
  }
  .part-content .part-con .part-col .con-item .itself-body {
    padding: 45px;
  }
  .part-content .part-con .part-col .con-item .itself-body .itself-con .con-tag {
    padding-top: 20px;
  }
  .part-content .part-con .part-col .con-item .itself-body .itself-con .con-tag .tag-word {
    font-size: 15px;
  }
  .part-content .part-con .part-col .con-item .itself-body .itself-see {
    margin-top: 45px;
    font-size: 15px;
  }
  .bottom-container .bottom-cen .bot-square {
    width: 30%;
  }
  .bottom-container .bottom-cen .bot-square .square-item .item-tent img {
    width: 100px;
    height: 100px;
  }
  .bottom-container .bottom-cen .item-content {
    width: 46%;
  }
  .bottom-container .bottom-cen .item-content .botom-top .item-link {
    font-size: 15px;
  }
  .bottom-container .bottom-cen .item-content .botom-con .conitem {
    font-size: 15px;
  }
  .jour-head .check-all {
    font-size: 16px;
  }
  .jour-out .jour-content .jour-pack .pack-left .pack-img .pack-marks {
    padding: 15px;
    font-size: 15px;
  }
  .jour-out .jour-content .jour-pack .pack-right .pack-item .item-lside .text {
    font-size: 16px;
  }
  .jour-out .jour-content .jour-pack .pack-right .pack-item .item-rside {
    font-size: 14px;
  }
  .media-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .media-content .media-pack .media-lside {
    margin-right: 25px;
    padding: 25px;
  }
  .media-content .media-pack .media-lside .media-down .down-title {
    font-size: 15px;
  }
  .media-content .media-pack .media-lside .media-down .down-time {
    font-size: 15px;
  }
  .media-content .media-pack .media-lside .media-down .down-remarks .marks-tails {
    font-size: 15px;
  }
  .media-content .media-pack .media-lside .media-down .down-remarks .marks-tails .see {
    font-size: 14px;
  }
  .media-content .media-pack .media-rside .medis-con .rcon-item {
    margin-bottom: 15px;
  }
  .media-content .media-pack .media-rside .medis-con .rcon-item .rcon-tent {
    padding-top: 15px;
    font-size: 14px;
  }
  .tice-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tice-content .tice-head .title-r .r-item {
    font-size: 15px;
  }
  .tice-content .tice-head .title-r .r-all {
    font-size: 15px;
  }
  .tice-content .tice-pack .tice-lisde {
    width: calc(55% - 15px);
    padding: 20px 25px;
  }
  .tice-content .tice-pack .tice-lisde .tice-item {
    padding: 16px 0;
  }
  .tice-content .tice-pack .tice-lisde .tice-item .titem-l .text {
    font-size: 15px;
  }
  .tice-content .tice-pack .tice-lisde .tice-item .titem-r {
    font-size: 14px;
  }
  .tice-content .tice-pack .tice-rside {
    width: calc(45% - 15px);
    padding: 25px 20px;
  }
  .tice-content .tice-pack .tice-rside .rside-con .rsid-word {
    font-size: 18px;
  }
  .jour-container {
    padding: 40px 0;
  }
  .jour-container .jour-list .list-item .list-lisde {
    width: 30%;
  }
  .switch-con .switch-cl {
    padding: 15px;
  }
  .switch-con .switch-cl .cl-btn {
    padding-right: 15px;
  }
  .switch-con .switch-cl .cl-word {
    font-size: 12px;
  }
  .detail-out {
    padding-bottom: 60px;
  }
  .detail-out .detail-content {
    padding: 45px 50px;
  }
  .patient-out .patient-head {
    padding: 30px;
    margin-top: 20px;
  }
  .patient-out .patient-head .item-acon .patient-item .patient-word {
    font-size: 21px;
  }
  .patient-out .patient-head .item-acon .patient-item .partient-count {
    font-size: 45px;
  }
  .patient-out .patient-sort .sort-content {
    padding-top: 90px;
  }
  .patient-out .patient-sort .sort-content .map-square {
    right: 60px;
    top: 43px;
    padding: 40px;
  }
  .patient-out .patient-sort .sort-content .map-square .square-title {
    font-size: 35px;
  }
  .patient-out .patient-sort .sort-content .map-square .add-banner {
    padding: 15px 0;
  }
  .patient-out .patient-sort .sort-content .map-square .add-banner .iconfont {
    top: -2px;
    font-size: 25px;
  }
  .patient-out .patient-sort .sort-content .map-square .add-banner .map-item .item-word {
    font-size: 16px;
  }
  .patient-out .patient-sort .sort-content .map-square .add-col {
    padding: 12px 0;
    font-size: 15px;
  }
  .patient-out .patient-sort .sort-content .map-square .add-col .iconfont {
    font-size: 18px;
    margin-right: 6px;
  }
  .patient-out .patient-sort .sort-content .map-square .sort-call {
    font-size: 15px;
  }
  .patient-out .patient-sort .sort-content .map-square .sort-call .call-bot {
    padding-bottom: 10px;
  }
  .patient-out .patient-melons .melons-head .melons-item {
    font-size: 30px;
  }
  .patient-out .medical-content .medical-item .medical-le {
    font-size: 16px;
  }
  .patient-out .medical-content .medical-item .medical-le .iconfont {
    font-size: 16px;
  }
  .sop-out .sop-content .sop-le .le-word {
    font-size: 34px;
  }
  .sop-out .sop-content .sop-ri {
    padding: 30px 30px 15px 30px;
  }
  .sop-out .sop-content .sop-ri .sop-con .sop-item {
    font-size: 15px;
  }
  .brief-title {
    font-size: 32px;
  }
  .brief-content .brief-le .brief-remarks {
    height: 300px;
  }
  .depart-out {
    padding: 40px 0;
  }
  .depart-out .depart-content .expert-banner .swiper-wrapper .swiper-slide .expert-item .expert-con .expert-left .l-t {
    font-size: 15px;
  }
  .depart-out .depart-content .expert-banner .swiper-wrapper .swiper-slide .expert-item .expert-con .expert-left .l-re {
    font-size: 14px;
  }
  .feat-out {
    padding: 40px 0;
  }
  .feat-out .feat-content .feat-re .feat-con {
    padding: 30px;
  }
  .jouor-out .jouor-content .jour-con .jour-rside {
    padding: 20px;
  }
  .jouor-out .jouor-content .jour-con .jour-rside .jour-title {
    font-size: 20px;
  }
  .jouor-out .jouor-content .jour-con .jour-rside .jour-time {
    padding-top: 10px;
  }
  .jouor-out .jouor-content .jour-con .jour-rside .jour-marks {
    font-size: 15px;
  }
  .jouor-out .jouor-content .jour-con .jour-rside .jour-btn {
    margin-top: 20px;
    padding: 10px 0;
  }
  .health-content .health-list .row .health-item .health-botom .heabot-tit {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .health-content .health-list .row .health-item .health-botom .health-down {
    white-space: nowrap;
  }
  .mation-out .mation-content .mation-con .mation-le {
    width: 50%;
  }
  .mation-out .mation-content .mation-con .mation-le .mation-img .le-marks {
    font-size: 15px;
    padding: 15px;
  }
  .mation-out .mation-content .mation-con .mation-ri {
    width: 50%;
  }
  .mation-out .mation-content .mation-con .mation-ri .mation-item .mation-lside {
    font-size: 16px;
    width: 70%;
  }
  .mation-out .mation-content .mation-con .mation-ri .mation-item .mation-rside {
    font-size: 14px;
  }
  .nursing-out {
    padding-top: 100px;
  }
  .nursing-out .nurs-bg {
    top: 40px;
    width: 600px;
    height: 560px;
  }
  .nursing-out .nursing-content .nursing-le {
    width: 45%;
    padding-right: 30px;
  }
  .nursing-out .nursing-content .nursing-le .nusing-marks {
    font-size: 16px;
  }
  .nursing-out .nursing-content .nursing-le .see-more {
    font-size: 15px;
  }
  .nursing-out .nursing-content .nursing-ri {
    width: 55%;
  }
  .inter-content .inter-list .row .inter-item .inter-botom {
    padding: 20px;
  }
  .inter-content .inter-list .row .inter-item .inter-botom .inter-title {
    margin-top: -60px;
    width: 80%;
  }
  .inter-content .inter-list .row .inter-item .inter-botom .inter-title .inter-name {
    font-size: 18px;
  }
  .inter-content .inter-list .row .inter-item .inter-botom .inter-word {
    font-size: 15px;
  }
  .inter-content .inter-list .row .inter-item .inter-botom .inter-det {
    white-space: nowrap;
  }
  .inter-content .inter-list .row .inter-item .inter-botom .inter-det .inter-date {
    padding-right: 10px;
  }
  .inter-content .inter-list .row .inter-item .inter-botom .inter-btn {
    padding-top: 15px;
  }
  .swiper-content {
    padding: 40px 60px;
    margin-bottom: 40px;
  }
  .swiper-content .swiper-head .swiper-title {
    font-size: 20px;
  }
  .swiper-content .banner-container .detail-banner .swiper-wrapper .swiper-slide .banner-item .item-bword {
    font-size: 16px;
  }
  .swiper-content .banner-container .bot-swiper .bot-btn {
    padding: 25px 5px;
  }
  .swiper-content .banner-container .bot-swiper .bot-btnA {
    padding: 25px 5px;
  }
  .own-out .own-content .own-le {
    width: 34%;
  }
  .own-out .own-content .own-ri .ri-content .ownri-title .ri-name {
    font-size: 25px;
  }
  .own-out .own-content .own-ri .ri-content .ownri-title .ri-tag {
    font-size: 16px;
  }
  .own-out .own-content .own-ri .ri-content .ownri-add {
    margin-top: 20px;
  }
  .own-out .own-content .own-ri .ri-content .ownri-tag {
    padding-top: 40px;
  }
  .own-out .own-content .own-ri .ri-content .ownri-marks {
    padding-top: 40px;
  }
  .train-out .train-head .train-tab {
    padding-bottom: 10px;
  }
  .train-out .train-head .train-tab .tab-le {
    white-space: nowrap;
  }
  .train-out .train-head .train-tab .tab-ri .ri-tabs .tas-item {
    font-size: 16px;
  }
  .train-out .train-head .train-tab .tab-ri .ri-con .con-item {
    font-size: 15px;
    width: calc(100% / 7);
  }
  .train-out .train-head .train-fess {
    padding: 20px 40px;
  }
  .train-out .train-head .train-fess .fess-le {
    white-space: nowrap;
  }
  .train-out .train-head .train-fess .fess-ri .fess-item {
    width: calc(100% / 7 - 20px);
    margin-right: 20px;
  }
  .train-out .train-head .train-tion {
    padding: 20px 40px;
  }
  .train-out .train-content .train-list .expert-item .expert-con .expert-left .l-t {
    font-size: 15px;
  }
  .train-out .train-content .train-list .expert-item .expert-con .expert-left .l-re {
    font-size: 14px;
  }
  .leader-content .leader-list .leader-item {
    width: calc(100% / 4 - 30px);
  }
  .leader-content .leader-list .leader-item .leader-con .leader-left .l-t {
    font-size: 15px;
  }
  .leader-content .leader-list .leader-item .leader-con .leader-left .l-re {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .site-content .site-pack .site-item .site-list .list-item {
    font-size: 16px;
    margin-right: 20px;
  }
  .outwhite {
    padding: 40px;
  }
  .culture-content .cul-content .cul-le {
    width: 45%;
  }
  .culture-content .cul-content .cul-le .clu-img .img-word {
    padding: 20px;
    font-size: 15px;
  }
  .culture-content .cul-content .cul-ri {
    width: 55%;
  }
  .feat-out .feat-content .feat-le .feat-word {
    font-size: 26px;
  }
  .work-out {
    padding: 30px 0;
  }
  .work-out .work-content .work-artic {
    padding-top: 15px;
  }
  .work-out .work-content .work-artic .artic-item {
    padding: 15px 0;
    width: calc(100% / 2 - 25px);
    margin-right: 25px;
  }
  .work-out .work-content .work-artic .artic-item .artic-le {
    font-size: 18px;
  }
  .work-out .work-content .work-artic .artic-item .artic-le .le-big {
    font-size: 35px;
  }
  .work-out .work-content .work-artic .artic-item .artic-line {
    margin: 0 15px;
  }
  .work-out .work-content .work-artic .artic-item .artic-right .artic-title {
    padding-bottom: 10px;
  }
  .work-out .work-content .work-artic .artic-item .artic-right .artic-title .artic-clamp {
    font-size: 16px;
  }
  .work-out .work-content .work-artic .artic-item .artic-right .artic-marks {
    font-size: 15px;
  }
  .plan-content .plan-list {
    padding-top: 0;
  }
  .plan-content .plan-list .plan-duce {
    width: calc(100% - 60px);
    padding-top: 40px;
  }
  .plan-content .plan-list .plan-duce .plan-title {
    font-size: 23px;
  }
  .plan-content .plan-list .plan-duce .duce-scroll {
    height: 480px;
  }
  .list-out .honor-list {
    padding-bottom: 20px;
  }
  .list-out .honor-list .honor-first {
    width: calc(100% / 4 - 15px);
    margin-right: 20px;
    padding: 30px 20px;
    margin-bottom: 25px;
  }
  .list-out .honor-list .honor-first .first-line {
    margin-top: 25px;
  }
  .list-out .honor-list .honor-first .first-btom .btom-title {
    font-size: 15px;
  }
  .list-out .honor-list .honor-first .first-btom .iconfont {
    font-size: 20px;
  }
  .build-content .bulid-list {
    margin-top: 20px;
  }
  .build-content .bulid-list .bulid-item {
    width: calc(100% / 4 - 20px);
    margin-right: 20px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .build-content .bulid-list .bulid-item .bulid-duce {
    font-size: 14px;
    padding-top: 15px;
  }
  .remaks-content .remaks-le {
    margin-top: 45px;
    padding: 25px;
  }
  .remaks-content .remaks-le .remaks-duce {
    padding-top: 20px;
    color: #000;
    font-size: 14px;
  }
  .remaks-content .remaks-le .morebtn {
    padding: 10px 0;
    width: 120px;
  }
  .remaks-content .remaks-ri {
    width: 60%;
  }
  .ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide {
    width: 24.5% !important;
  }
  .ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    width: 44.8% !important;
  }
  .hold-content .hold-list .hold-item .hold-zhuang .hold-duce {
    padding: 15px 20px;
  }
  .hold-content .hold-list .hold-item .hold-zhuang .hold-duce .hold-clamp {
    font-size: 15px;
  }
  .title-l .l-tag {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .title-l .l-word {
    font-size: 28px;
    padding-bottom: 10px;
  }
  .title-l .l-word span {
    width: 26px;
  }
  .peo-banner {
    margin-top: 130px;
  }
  .peo-banner .peo-word {
    font-size: 40px;
  }
  .party-out .party-content .party-le {
    width: 60%;
  }
  .party-out .party-content .party-ri {
    padding-left: 20px;
  }
  .party-out .party-content .party-ri .party-remarks {
    font-size: 15px;
    padding-top: 15px;
  }
  .morebtn {
    margin-top: 30px;
  }
  .peo-bg .globar-bg {
    padding: 0 0;
  }
  .peo-bg .globar-bg .global-nav {
    padding: 5px 50px;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-brand {
    margin: 0px;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box {
    align-items: center;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .search-contentA {
    position: relative;
    margin-right: 15px;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .search-contentA .search-btnA {
    border: none;
    padding: 10px 14px;
    border-radius: 50%;
    line-height: 1;
    text-align: center;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .search-contentA .search-btnA .iconfont {
    color: #009790;
    font-size: 21px;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .search-contentA .input-searA {
    position: absolute;
    display: none;
    align-items: center;
    justify-content: space-between;
    top: 64px;
    right: 0;
    width: 400px;
    z-index: 99;
    background-color: #fff;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .search-contentA .input-searA .input-conA {
    width: 100%;
    padding: 17px 30px;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .search-contentA .input-searA .input-conA input {
    width: 100%;
    font-size: 16px;
    color: #000;
    border: none;
    outline: none;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .search-contentA .input-searA .searchA {
    padding: 18px 30px;
    white-space: nowrap;
    border: none;
    color: #fff;
    background-color: #009790;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 120;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav {
    margin-top: 100px;
    margin-bottom: 20px;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li {
    margin: 0;
    padding: 0 40px;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a {
    font-size: 16px;
    flex: 1;
    line-height: 40px;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a::before {
    display: none;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a:hover {
    color: #009790;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a:hover a {
    color: #009790;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a:hover {
    color: #009790;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a.active:hover {
    color: #009790;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .nav-language {
    order: -1;
    margin-left: 0;
    margin-right: 30px;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .contact-phone {
    order: -1;
    margin-left: 0;
    margin-right: 30px;
  }
  .home-banner {
    padding-top: 125px;
  }
  .new-content {
    padding: 30px 0;
  }
  .new-content .new-title .title-r .r-item {
    font-size: 15px;
  }
  .new-content .new-title .title-r .r-all {
    font-size: 15px;
  }
  .new-content .news-content .news-l .news-swiper .swiper-wrapper .swiper-slide .swiper-item .item-botom {
    padding: 20px;
  }
  .new-content .news-content .news-l .news-swiper .swiper-wrapper .swiper-slide .swiper-item .item-botom .botom-time {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .new-content .news-content .news-l .news-swiper .swiper-wrapper .swiper-slide .swiper-item .item-botom .botom-title {
    font-size: 20px;
  }
  .new-content .news-content .news-r {
    width: calc(60% - 15px);
  }
  .new-content .news-content .news-r .item-baba .newsr-item .newsr-l .l-clamp {
    font-size: 14px;
    color: #666666;
  }
  .new-content .news-content .news-r .item-baba .newsr-item .newsr-r {
    font-size: 13px;
  }
  .new-content .news-content .news-r .item-baba .news-active .active-l img {
    width: 100%;
  }
  .new-content .news-content .news-r .item-baba .news-active .active-r {
    padding: 10px 12px;
  }
  .new-content .news-content .news-r .item-baba .news-active .active-r .ac-title {
    font-size: 16px;
  }
  .part-content .part-head .title-la .la-tag {
    white-space: nowrap;
  }
  .part-content .part-head .la-word {
    font-size: 28px;
    padding-bottom: 10px;
  }
  .part-content .part-head .la-word span {
    font-size: 16px;
  }
  .part-content .part-head .head-r .select-bar {
    width: 200px;
    margin-right: 15px;
  }
  .part-content .part-head .head-r .enter-btn {
    white-space: nowrap;
  }
  .part-content .part-con {
    height: 460px;
  }
  .part-content .part-con .part-col .con-item .itself-body {
    padding: 35px;
  }
  .part-content .part-con .part-col .con-item .itself-body .itself-con .con-tag {
    width: 25%;
    white-space: nowrap;
    padding-top: 20px;
  }
  .part-content .part-con .part-col .con-item .itself-body .itself-con .con-tag .tag-word {
    font-size: 14px;
  }
  .part-content .part-con .part-col .con-item .itself-body .itself-see {
    margin-top: 35px;
    font-size: 14px;
  }
  .special-con .special-content .spec-banner .swiper-wrapper .swiper-slide .slide-item .item-word {
    font-size: 30px;
  }
  .bottom-container .bottom-top .top-tit {
    width: 10%;
  }
  .bottom-container .bottom-top .img-adc {
    width: 90%;
  }
  .bottom-container .bottom-cen .cen-img {
    width: 25%;
  }
  .bottom-container .bottom-cen .item-content {
    width: 35%;
  }
  .bottom-container .bottom-cen .item-content .botom-top {
    padding-bottom: 20px;
  }
  .bottom-container .bottom-cen .item-content .botom-top .item-link {
    margin-right: 20px;
    font-size: 14px;
  }
  .bottom-container .bottom-cen .item-content .botom-con .conitem {
    width: 100%;
  }
  .bottom-container .bottom-cen .bot-square {
    width: 35%;
  }
  .jour-head .check-all {
    font-size: 16px;
  }
  .jour-out .jour-content .jour-pack .pack-left {
    width: 50%;
  }
  .jour-out .jour-content .jour-pack .pack-left .pack-img .pack-marks {
    font-size: 14px;
    padding: 15px;
  }
  .jour-out .jour-content .jour-pack .pack-right {
    width: 50%;
    padding: 20px;
  }
  .jour-out .jour-content .jour-pack .pack-right .pack-item {
    padding-top: 15px;
  }
  .jour-out .jour-content .jour-pack .pack-right .pack-item .item-lside .text {
    font-size: 16px;
  }
  .jour-out .jour-content .jour-pack .pack-right .pack-item .item-rside {
    font-size: 14px;
  }
  .media-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .media-content .media-pack {
    padding-top: 25px;
  }
  .media-content .media-pack .media-lside {
    width: 32%;
    margin-right: 20px;
    padding: 20px;
  }
  .media-content .media-pack .media-lside .media-down .down-title {
    font-size: 15px;
  }
  .media-content .media-pack .media-lside .media-down .down-time {
    font-size: 15px;
  }
  .media-content .media-pack .media-lside .media-down .down-remarks .marks-tails {
    font-size: 15px;
  }
  .media-content .media-pack .media-lside .media-down .down-remarks .marks-tails .see {
    font-size: 14px;
  }
  .media-content .media-pack .media-rside {
    width: 68%;
  }
  .media-content .media-pack .media-rside .medis-con .rcon-item {
    margin-bottom: 15px;
    padding: 22px;
  }
  .media-content .media-pack .media-rside .medis-con .rcon-item .rcon-tent {
    padding-top: 15px;
    font-size: 14px;
  }
  .tice-content {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .tice-content .tice-head .title-r .r-item {
    font-size: 15px;
  }
  .tice-content .tice-head .title-r .r-all {
    font-size: 15px;
  }
  .tice-content .tice-pack .tice-lisde {
    width: calc(57% - 15px);
    padding: 20px 25px;
  }
  .tice-content .tice-pack .tice-lisde .tice-item {
    padding: 15px 0;
  }
  .tice-content .tice-pack .tice-lisde .tice-item .titem-l {
    width: 70%;
  }
  .tice-content .tice-pack .tice-lisde .tice-item .titem-l .text {
    font-size: 14px;
  }
  .tice-content .tice-pack .tice-lisde .tice-item .titem-r {
    font-size: 13px;
  }
  .tice-content .tice-pack .tice-rside {
    width: calc(43% - 15px);
    padding: 25px 20px;
  }
  .tice-content .tice-pack .tice-rside .rside-con .rsid-word {
    font-size: 16px;
  }
  .jour-container {
    padding: 30px 0;
  }
  .jour-container .jour-list .list-item .list-lisde {
    width: 35%;
    padding-right: 15px;
  }
  .jour-container .jour-list .list-item .list-risde .list-r-title {
    font-size: 18px;
  }
  .jour-container .jour-list .list-item .list-risde .list-r-con {
    font-size: 15px;
  }
  .switch-con {
    padding: 30px 0;
    flex-wrap: wrap;
  }
  .switch-con .switch-cl {
    padding: 12px;
    margin-bottom: 10px;
    width: 100%;
  }
  .switch-con .switch-cl .cl-btn {
    font-size: 15px;
    padding-right: 10px;
  }
  .switch-con .switch-cl .cl-word {
    font-size: 12px;
  }
  .detail-out {
    padding-bottom: 40px;
  }
  .detail-out .detail-content .detail-head .head-title {
    font-size: 21px;
  }
  .detail-out .detail-content .detail-head .head-tag {
    padding-top: 10px;
  }
  .detail-out .detail-content .detail-head .head-tag .tag-count {
    padding-left: 20px;
  }
  .detail-out .detail-content .detail-con {
    padding-top: 20px;
  }
  .patient-out .patient-head {
    padding: 30px;
  }
  .patient-out .patient-head .item-acon .patient-item {
    padding: 35px 60px;
  }
  .patient-out .patient-head .item-acon .patient-item .iconfont {
    font-size: 45px;
  }
  .patient-out .patient-head .item-acon .patient-item .patient-word {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }
  .patient-out .patient-head .item-acon .patient-item .partient-count {
    font-size: 35px;
  }
  .patient-out .patient-melons {
    margin-top: 20px;
  }
  .patient-out .patient-melons .melons-head .melons-item {
    font-size: 25px;
  }
  .patient-out .patient-melons .melons-content {
    margin-top: 10px;
  }
  .patient-out .medical-content {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .patient-out .medical-content .medical-item {
    padding: 20px;
  }
  .patient-out .medical-content .medical-item .medical-le {
    font-size: 15px;
  }
  .patient-out .medical-content .medical-item .medical-le .iconfont {
    font-size: 15px;
  }
  .hunt-out .hunt-content .hunt-head {
    display: block;
  }
  .hunt-out .hunt-content .hunt-head .hunt-lisde .lside-tit {
    font-size: 18px;
  }
  .hunt-out .hunt-content .hunt-head .hunt-lisde .lside-letter .letter-a {
    font-size: 16px;
  }
  .hunt-out .hunt-content .hunt-head .hunt-rside {
    padding-top: 10px;
    display: flex;
    justify-content: flex-end;
  }
  .hunt-out .hunt-content .hunt-contag .tag-item {
    width: calc(100% / 8 - 10px);
    font-size: 14px;
  }
  .sop-out .sop-content .sop-le .le-word {
    font-size: 32px;
  }
  .sop-out .sop-content .sop-ri {
    padding: 30px 30px 15px 30px;
  }
  .sop-out .sop-content .sop-ri .sop-con .sop-item {
    width: calc(100% / 5 - 25px);
    font-size: 15px;
    margin-right: 25px;
  }
  .brief-title {
    font-size: 28px;
  }
  .style-out .style-content .nurse-banner .nurse-btnA, .style-out .style-content .nurse-banner .nurse-btn {
    padding: 15px 4px;
  }
  .style-out .style-content .nurse-banner .nurse-btnA .iconfont, .style-out .style-content .nurse-banner .nurse-btn .iconfont {
    font-size: 17px;
  }
  .style-out .style-content .nurse-banner .swiper-wrapper .swiper-slide .swiper-item .item-word {
    font-size: 14px;
    padding: 10px;
  }
  .brief-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .brief-content .brief-le {
    width: calc(50% - 12px);
  }
  .brief-content .brief-le .brief-remarks {
    padding-right: 15px;
    height: 300px;
  }
  .brief-content .brief-ri {
    width: calc(50% - 12px);
  }
  .feat-out {
    padding: 40px 0;
  }
  .feat-out .feat-content .feat-re .feat-con .feat-title {
    font-size: 20px;
  }
  .feat-out .feat-content .feat-re .feat-con .feat-confir {
    height: 450px;
  }
  .feat-out .feat-content .feat-re .feat-con .feat-confir .feat-one .one-title {
    font-size: 18px;
  }
  .feat-out .feat-content .feat-re .feat-con .feat-confir .feat-one p {
    padding-top: 10px;
  }
  .jouor-out .jouor-content .jour-con .jour-lside {
    width: 50%;
  }
  .jouor-out .jouor-content .jour-con .jour-rside {
    width: 50%;
    padding: 20px;
  }
  .jouor-out .jouor-content .jour-con .jour-rside .jour-title {
    font-size: 18px;
  }
  .jouor-out .jouor-content .jour-con .jour-rside .jour-time {
    padding-top: 10px;
  }
  .jouor-out .jouor-content .jour-con .jour-rside .jour-marks {
    padding-top: 15px;
    font-size: 15px;
  }
  .jouor-out .jouor-content .jour-con .jour-rside .jour-btn {
    margin-top: 20px;
    padding: 10px 0;
  }
  .jouor-out .jouor-content .jour-list {
    margin-top: 25px;
  }
  .jouor-out .jouor-content .jour-list .jour-item {
    padding: 20px;
  }
  .jouor-out .jouor-content .jour-list .jour-item .jour-title {
    padding-bottom: 10px;
  }
  .jouor-out .jouor-content .jour-list .jour-item .jour-rarks {
    font-size: 14px;
  }
  .health-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .health-content .health-list {
    padding-top: 20px;
  }
  .health-content .health-list .row .health-item .health-botom {
    padding: 16px;
  }
  .health-content .health-list .row .health-item .health-botom .heabot-tit {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .health-content .health-list .row .health-item .health-botom .health-down {
    font-size: 13px;
  }
  .health-content .health-list .row .health-item .health-botom .health-down .health-date {
    padding-right: 10px;
  }
  .health-content .health-list .row .health-item .health-botom .health-down .health-date img {
    margin-right: 5px;
  }
  .play-out .play-container {
    padding: 40px 60px;
  }
  .play-out .play-container .play-title {
    font-size: 20px;
  }
  .play-out .play-container .play-title .play-marks {
    padding-top: 10px;
  }
  .play-out .play-container .play-video {
    margin-top: 20px;
  }
  .play-out .play-container .play-line {
    margin: 30px 0;
  }
  .mation-out .mation-content .mation-con .mation-le {
    width: 50%;
  }
  .mation-out .mation-content .mation-con .mation-le .mation-img .le-marks {
    font-size: 13px;
    padding: 15px;
  }
  .mation-out .mation-content .mation-con .mation-ri {
    padding: 15px 20px;
    width: 50%;
  }
  .mation-out .mation-content .mation-con .mation-ri .mation-item {
    padding: 12px 0;
  }
  .mation-out .mation-content .mation-con .mation-ri .mation-item .mation-lside {
    font-size: 15px;
  }
  .mation-out .mation-content .mation-con .mation-ri .mation-item .mation-rside {
    font-size: 14px;
  }
  .nursing-out {
    padding-top: 60px;
  }
  .nursing-out .nurs-bg {
    top: 15px;
    width: 400px;
    height: 430px;
  }
  .nursing-out .nursing-content .nursing-le {
    width: 50%;
    padding-right: 30px;
  }
  .nursing-out .nursing-content .nursing-le .nusing-marks {
    font-size: 15px;
  }
  .nursing-out .nursing-content .nursing-le .see-more {
    width: 140px;
  }
  .nursing-out .nursing-content .nursing-ri {
    width: 55%;
  }
  .list-bg .nursing-list .row .nursing-first .nursing-down .down-title {
    font-size: 16px;
  }
  .inter-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .inter-content .inter-list .row .inter-item .inter-botom {
    padding: 10px;
  }
  .inter-content .inter-list .row .inter-item .inter-botom .inter-title {
    margin-top: -50px;
    width: 80%;
  }
  .inter-content .inter-list .row .inter-item .inter-botom .inter-title .inter-name {
    font-size: 16px;
  }
  .inter-content .inter-list .row .inter-item .inter-botom .inter-title .inter-name span {
    font-size: 14px;
  }
  .inter-content .inter-list .row .inter-item .inter-botom .inter-det {
    font-size: 13px;
  }
  .inter-content .inter-list .row .inter-item .inter-botom .inter-det .inter-date {
    padding-right: 5px;
  }
  .inter-content .inter-list .row .inter-item .inter-botom .inter-btn {
    padding-top: 15px;
  }
  .swiper-content {
    padding: 30px 50px;
  }
  .swiper-content .swiper-head .swiper-title {
    font-size: 17px;
  }
  .swiper-content .banner-container .detail-banner .swiper-wrapper .swiper-slide .banner-item .item-bword {
    font-size: 16px;
  }
  .swiper-content .banner-container .bot-swiper .bot-btn {
    margin-right: 20px;
  }
  .swiper-content .banner-container .bot-swiper .bot-btnA {
    margin-left: 20px;
  }
  .own-out .own-content .own-le {
    width: 38%;
  }
  .own-out .own-content .own-ri .ri-content .ownri-title .ri-name {
    font-size: 24px;
  }
  .own-out .own-content .own-ri .ri-content .ownri-title .ri-tag {
    font-size: 15px;
  }
  .own-out .own-content .own-ri .ri-content .ownri-add {
    margin-top: 15px;
  }
  .own-out .own-content .own-ri .ri-content .ownri-tag {
    padding-top: 30px;
  }
  .own-out .own-content .own-ri .ri-content .ownri-marks {
    padding-top: 30px;
  }
  .own-out .sefi-content {
    padding-top: 35px;
  }
  .own-out .sefi-content .sefi-remarks {
    padding-top: 25px;
  }
  .train-out .train-head .train-tab {
    padding-bottom: 10px;
  }
  .train-out .train-head .train-tab .tab-le {
    width: 13%;
  }
  .train-out .train-head .train-tab .tab-ri .ri-tabs .tas-item {
    font-size: 16px;
  }
  .train-out .train-head .train-tab .tab-ri .ri-con .con-item {
    white-space: nowrap;
    font-size: 14px;
    width: calc(100% / 6);
  }
  .train-out .train-head .train-fess .fess-le {
    width: 13%;
  }
  .train-out .train-head .train-fess .fess-ri .fess-item {
    width: calc(100% / 5 - 20px);
  }
  .train-out .train-head .train-tion .tion-le {
    width: 13%;
  }
  .train-out .train-content .train-list .expert-item {
    width: calc(100% / 4 - 30px);
  }
  .train-out .train-content .train-list .expert-item .expert-con {
    padding: 12px;
  }
  .train-out .train-content .train-list .expert-item .expert-con .expert-left .l-t {
    font-size: 12px;
  }
  .train-out .train-content .train-list .expert-item .expert-con .expert-left .l-re {
    font-size: 12px;
  }
  .train-out .train-content .train-list .expert-item .expert-con .expert-right img {
    width: 25px;
    height: 25px;
  }
  .leader-content .leader-list .leader-item .leader-con .leader-left .l-t {
    font-size: 12px;
  }
  .leader-content .leader-list .leader-item .leader-con .leader-left .l-re {
    font-size: 12px;
  }
  .leader-content .leader-list .leader-item .leader-con .leader-right img {
    width: 25px;
    height: 25px;
  }
  .teach-content .teach-list .teach-item .teach-down {
    padding: 20px 12px;
  }
  .teach-content .teach-list .teach-item .teach-down .down-title {
    font-size: 15px;
  }
  .teach-content .teach-list .teach-item .teach-down .down-meks {
    font-size: 13px;
  }
  .teach-content .teach-list .teach-item .teach-count {
    align-items: center;
    padding: 10px;
    font-size: 12px;
  }
  .teach-content .teach-list .teach-item .teach-count .teach-time {
    white-space: nowrap;
    font-size: 12px;
  }
  .teach-content .teach-list .teach-item .teach-count .read {
    white-space: nowrap;
  }
}

@media (max-width: 992px) {
  .teach-content .teach-list .teach-item .teach-down .down-title {
    font-size: 16px;
  }
  .teach-content .teach-list .teach-item .teach-down .down-meks {
    font-size: 15px;
  }
  .teach-content .teach-list .teach-item .teach-count {
    padding: 20px;
    font-size: 14px;
  }
  .outwhite, .outbrown {
    padding: 30px 0;
  }
  .site-content .site-pack .site-item .site-list .list-item {
    margin-bottom: 15px;
  }
  .remaks-content {
    align-items: center;
  }
  .remaks-content .remaks-le {
    margin-top: 0px;
    margin-right: 0;
    height: 100%;
    padding: 20px;
  }
  .remaks-content .remaks-ri {
    margin-bottom: 0px;
    height: 100%;
  }
  .remaks-content .remaks-ri img {
    height: 100%;
  }
  .inter-content .inter-list .row .inter-item .inter-botom .inter-title {
    width: 80%;
  }
  .build-content .bulid-list {
    margin-top: 20px;
  }
  .build-content .bulid-list .bulid-item {
    width: calc(100% / 3 - 20px);
    margin-right: 20px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .build-content .bulid-list .bulid-item .bulid-duce {
    font-size: 14px;
    padding-top: 15px;
  }
  .pract-banner {
    margin-top: 25px;
    padding: 20px 0;
  }
  .pract-banner .pract-title {
    font-size: 26px;
  }
  .pract-banner .checkbtn {
    margin-top: 15px;
    padding: 8px 30px;
    font-size: 14px;
  }
  .ab-detail .detail-container {
    padding: 40px 60px;
  }
  .honor-bg {
    padding: 40px 0;
  }
  .honor-bg .honor-swiper .swiper-wrapper .swiper-slide .honor-item .honor-line {
    margin-top: 20px;
  }
  .honor-bg .honor-swiper .swiper-wrapper .swiper-slide .honor-item .honor-btom {
    font-size: 16px;
  }
  .list-out .honor-list .honor-first {
    width: calc(100% / 3 - 30px);
    margin-right: 30px;
    padding: 30px 20px;
  }
  .list-out .honor-list .honor-first:nth-child(4) {
    margin-right: 30px;
  }
  .list-out .honor-list .honor-first .first-line {
    margin-top: 25px;
  }
  .list-out .honor-list .honor-first .first-btom .btom-title {
    font-size: 15px;
  }
  .list-out .honor-list .honor-first .first-btom .iconfont {
    font-size: 20px;
  }
  .culture-content .cul-content {
    flex-wrap: wrap;
  }
  .culture-content .cul-content .cul-le {
    width: 100%;
  }
  .culture-content .cul-content .cul-le .clu-img .img-word {
    padding: 15px;
    font-size: 14px;
  }
  .culture-content .cul-content .cul-ri {
    padding-top: 20px;
    margin-left: 0px;
    width: 100%;
  }
  .culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item {
    padding: 26px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item .left-top .top-title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item .left-top .top-meks {
    font-size: 15px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item .ri-le-line {
    margin: 15px 0;
  }
  .culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item .left-botom .botom-date .date-a {
    font-size: 28px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item .left-botom .botom-date .date-b {
    font-size: 15px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-right .right-item {
    padding: 26px 30px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-right .right-item .ritem-le .ritem-date {
    font-size: 28px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-right .right-item .ritem-le .le-line {
    margin: 10px 0;
  }
  .culture-content .cul-content .cul-ri .cul-ri-right .right-item .ritem-le .ritem-time {
    font-size: 15px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-right .right-item .ritem-ri .ritem-title {
    font-size: 16px;
  }
  .plan-content .plan-list {
    padding-top: 0;
  }
  .plan-content .plan-list .plan-tabs .plan-item {
    font-size: 22px;
    width: 60px;
  }
  .plan-content .plan-list .plan-tabs .plan-item:hover {
    width: 80px;
  }
  .plan-content .plan-list .plan-tabs .plan-item.active {
    width: 80px;
  }
  .plan-content .plan-list .plan-duce {
    width: calc(100% - 30px);
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 120px;
  }
  .plan-content .plan-list .plan-duce .plan-title {
    font-size: 23px;
  }
  .plan-content .plan-list .plan-duce .duce-scroll {
    height: 450px;
  }
  .const-ducon .square-img {
    display: none;
  }
  .const-ducon .const-content .const-ri {
    padding: 20px;
    width: 100%;
    min-height: 0;
  }
  .const-ducon .const-content .const-ri .const-marks {
    padding-top: 20px;
  }
  .const-ducon .const-content .const-ri .const-marks p {
    font-size: 15px;
    padding-bottom: 15px;
  }
  .ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }
  .ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    width: 100% !important;
  }
  .work-out .work-content .work-news .work-item {
    width: calc(100% / 3 - 10px);
  }
  .work-out .work-content .work-news .work-item .work-marks {
    padding: 10px;
  }
  .work-out .work-content .work-news .work-item .work-marks .work-clamp {
    font-size: 14px;
  }
  .work-out .work-content .work-artic {
    padding-top: 10px;
  }
  .work-out .work-content .work-artic .artic-item {
    padding: 12px 0;
    width: calc(100% / 2 - 25px);
    margin-right: 25px;
  }
  .work-out .work-content .work-artic .artic-item .artic-le {
    font-size: 18px;
  }
  .work-out .work-content .work-artic .artic-item .artic-le .le-big {
    font-size: 35px;
  }
  .work-out .work-content .work-artic .artic-item .artic-line {
    margin: 0 15px;
  }
  .work-out .work-content .work-artic .artic-item .artic-right .artic-title {
    padding-bottom: 10px;
  }
  .work-out .work-content .work-artic .artic-item .artic-right .artic-title .artic-clamp {
    max-width: 220px;
    font-size: 16px;
  }
  .work-out .work-content .work-artic .artic-item .artic-right .artic-marks {
    font-size: 15px;
  }
  .title-l .l-tag {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .title-l .l-word {
    font-size: 32px;
    padding-bottom: 10px;
  }
  .peo-banner {
    margin-top: 120px;
  }
  .peo-banner .peo-word {
    font-size: 35px;
  }
  .peo-bg .globar-bg .global-nav {
    padding: 0 40px;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-brand {
    margin: 0px;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav {
    margin-top: 80px;
  }
  .hos-content .hos-container .hos-top .top-right {
    width: 70%;
  }
  .hos-content .hos-container .hos-top .top-left {
    width: 30%;
  }
  .hos-content .hos-container .hos-top .top-left .top-item {
    padding: 40px 0;
  }
  .hos-content .hos-container .hos-down .down-left {
    width: 30%;
  }
  .hos-content .hos-container .hos-down .down-right {
    width: 70%;
  }
  .new-content {
    padding: 30px 0;
  }
  .new-content .new-title .title-r .r-item {
    font-size: 15px;
  }
  .new-content .new-title .title-r .r-all {
    font-size: 15px;
  }
  .new-content .news-content.active {
    display: block !important;
  }
  .new-content .news-content .news-l {
    width: 100%;
  }
  .new-content .news-content .news-l .news-swiper .swiper-wrapper .swiper-slide .swiper-item .item-botom {
    padding: 20px;
  }
  .new-content .news-content .news-l .news-swiper .swiper-wrapper .swiper-slide .swiper-item .item-botom .botom-time {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .new-content .news-content .news-l .news-swiper .swiper-wrapper .swiper-slide .swiper-item .item-botom .botom-title {
    font-size: 20px;
  }
  .new-content .news-content .news-r {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  .new-content .news-content .news-r .item-baba .news-active .active-l {
    width: 35%;
  }
  .new-content .news-content .news-r .item-baba .news-active .active-l img {
    width: 100%;
  }
  .new-content .news-content .news-r .item-baba .news-active .active-r {
    padding: 10px 12px;
  }
  .new-content .news-content .news-r .item-baba .news-active .active-r .ac-title {
    font-size: 16px;
  }
  .part-content .part-head {
    flex-wrap: wrap;
  }
  .part-content .part-head .title-la .la-tag {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .part-content .part-head .title-la .la-word {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .part-content .part-head .title-la .la-word .word-a {
    font-size: 20px;
  }
  .part-content .part-head .title-la .la-word .word-a.active {
    order: 1;
    color: #000;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .part-content .part-head .title-la .la-word {
    padding-bottom: 10px;
  }
  .part-content .part-head .title-la .la-word span {
    font-size: 18px !important;
  }
  .part-content .part-head .check-btn {
    font-size: 16px;
  }
  .part-content .part-head .head-r {
    padding-top: 20px;
    margin-left: 195px;
  }
  .part-content .part-head .head-r .select-bar {
    padding: 10px 20px;
    width: 180px;
  }
  .part-content .part-head .head-r .select-bar .select-list {
    top: 60px;
  }
  .part-content .part-head .head-r .enter-btn {
    padding: 15px 40px;
  }
  .part-content .part-con {
    height: 440px;
  }
  .part-content .part-con .part-col .con-item .itself-body {
    padding: 35px;
  }
  .part-content .part-con .part-col .con-item .itself-body .itself-con .con-tag {
    width: 25%;
    white-space: nowrap;
    padding-top: 15px;
  }
  .part-content .part-con .part-col .con-item .itself-body .itself-con .con-tag .tag-word {
    font-size: 13px;
    padding: 8px 0px 5px 0px;
  }
  .part-content .part-con .part-col .con-item .itself-body .itself-see {
    margin-top: 35px;
    font-size: 14px;
  }
  .bottom-container .bottom-top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bottom-container .bottom-top .top-tit {
    padding-right: 10px;
    width: 100%;
  }
  .bottom-container .bottom-top .img-adc {
    width: 100%;
    flex-wrap: wrap;
  }
  .bottom-container .bottom-top .img-adc .adc-img {
    padding-top: 15px;
    margin-right: 20px;
  }
  .bottom-container .bottom-cen {
    flex-wrap: wrap;
  }
  .bottom-container .bottom-cen .cen-img {
    width: 40%;
  }
  .bottom-container .bottom-cen .item-content {
    width: 50%;
  }
  .bottom-container .bottom-cen .item-content .item-bot .item-link {
    font-size: 16px;
  }
  .bottom-container .bottom-cen .bot-square {
    width: 50%;
  }
  .jour-head .check-all {
    font-size: 16px;
  }
  .jour-out .jour-content .jour-pack .pack-left {
    width: 55%;
  }
  .jour-out .jour-content .jour-pack .pack-left .pack-img .pack-marks {
    font-size: 13px;
    padding: 12px;
  }
  .jour-out .jour-content .jour-pack .pack-right {
    width: 45%;
  }
  .jour-out .jour-content .jour-pack .pack-right .pack-item .item-lside .text {
    font-size: 15px;
  }
  .jour-out .jour-content .jour-pack .pack-right .pack-item .item-rside {
    font-size: 13px;
  }
  .media-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .media-content .media-pack {
    padding-top: 25px;
  }
  .media-content .media-pack .media-lside {
    width: 37%;
    margin-right: 10px;
    padding: 15px;
  }
  .media-content .media-pack .media-lside .media-down .down-title {
    font-size: 15px;
  }
  .media-content .media-pack .media-lside .media-down .down-time {
    font-size: 15px;
  }
  .media-content .media-pack .media-lside .media-down .down-remarks .marks-tails {
    font-size: 15px;
  }
  .media-content .media-pack .media-lside .media-down .down-remarks .marks-tails .see {
    font-size: 14px;
  }
  .media-content .media-pack .media-rside {
    width: 60%;
  }
  .media-content .media-pack .media-rside .medis-con .rcon-item {
    margin-bottom: 15px;
    padding: 15px;
    width: calc(50% - 3px);
  }
  .media-content .media-pack .media-rside .medis-con .rcon-item .rcon-tent {
    padding-top: 15px;
    font-size: 14px;
  }
  .tice-content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .tice-content .tice-pack {
    margin-top: 20px;
  }
  .tice-content .tice-pack .tice-lisde {
    width: calc(50% - 15px);
    padding: 20px 25px;
  }
  .tice-content .tice-pack .tice-lisde .tice-item {
    padding: 15px 0;
  }
  .tice-content .tice-pack .tice-lisde .tice-item .titem-l .text {
    font-size: 14px;
  }
  .tice-content .tice-pack .tice-lisde .tice-item .titem-r {
    font-size: 13px;
  }
  .tice-content .tice-pack .tice-rside {
    width: calc(50% - 15px);
    padding: 25px 20px;
  }
  .tice-content .tice-pack .tice-rside .rside-con .rsid-word {
    font-size: 15px;
  }
  .jour-container .jour-list .list-item {
    padding: 20px;
  }
  .jour-container .jour-list .list-item .list-lisde {
    width: 40%;
    padding-right: 15px;
  }
  .jour-container .jour-list .list-item .list-risde {
    width: 60%;
  }
  .jour-container .jour-list .list-item .list-risde .list-r-title {
    font-size: 16px;
  }
  .jour-container .jour-list .list-item .list-risde .list-r-tag {
    font-size: 13px;
  }
  .jour-container .jour-list .list-item .list-risde .list-r-con {
    padding-top: 20px;
    font-size: 14px;
  }
  .switch-con {
    display: block;
  }
  .switch-con .switch-cl {
    padding: 12px;
    margin-bottom: 20px;
  }
  .switch-con .switch-cl .cl-btn {
    font-size: 15px;
    padding-right: 10px;
  }
  .switch-con .switch-cl .cl-word {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .detail-out .detail-content {
    padding: 45px 30px;
  }
  .detail-out .detail-content .detail-head .head-title {
    font-size: 18px;
  }
  .detail-out .detail-content .detail-head .head-tag {
    padding-top: 10px;
  }
  .detail-out .detail-content .detail-head .head-tag .tag-count {
    padding-left: 20px;
  }
  .detail-out .detail-content .detail-con {
    padding-top: 20px;
  }
  .patient-out .patient-sort .sort-head .sort-l {
    width: calc(50% - 15px);
  }
  .patient-out .patient-sort .sort-head .sort-l .sort-title {
    font-size: 28px;
  }
  .patient-out .patient-sort .sort-content .map-square {
    right: 50px;
    top: 33px;
    padding: 20px;
  }
  .patient-out .patient-sort .sort-content .map-square .square-title {
    font-size: 30px;
  }
  .patient-out .medical-content .medical-item {
    padding: 20px;
  }
  .patient-out .medical-content .medical-item .medical-le {
    width: 70%;
  }
  .patient-out .patient-melons .melons-head .melons-item {
    font-size: 18px;
    padding: 20px;
  }
  .hunt-out {
    margin-top: 30px;
    padding: 30px 0;
  }
  .hunt-out .hunt-content .hunt-head .hunt-lisde {
    display: block;
  }
  .hunt-out .hunt-content .hunt-head .hunt-lisde .lside-tit {
    font-size: 16px;
    white-space: nowrap;
  }
  .hunt-out .hunt-content .hunt-head .hunt-lisde .lside-letter {
    padding-top: 10px;
    padding-left: 0px;
  }
  .hunt-out .hunt-content .hunt-head .hunt-lisde .lside-letter .letter-a {
    padding: 0 8px;
    font-size: 15px;
  }
  .hunt-out .hunt-content .hunt-contag {
    padding-top: 20px;
  }
  .hunt-out .hunt-content .hunt-contag .tag-item {
    width: calc(100% / 6 - 10px);
    margin-bottom: 15px;
  }
  .sop-out {
    padding: 30px 0;
  }
  .sop-out .sop-content .sop-le {
    width: 13%;
  }
  .sop-out .sop-content .sop-le .le-word {
    font-size: 28px;
  }
  .sop-out .sop-content .sop-ri {
    padding: 25px 25px 15px 25px;
  }
  .sop-out .sop-content .sop-ri .sop-con .sop-item {
    width: calc(100% / 4 - 20px);
    font-size: 14px;
    margin-right: 20px;
  }
  .brief-title {
    font-size: 22px;
  }
  .brief-title::before {
    bottom: 5px;
  }
  .brief-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .brief-content .brief-le {
    width: calc(48% - 12px);
  }
  .brief-content .brief-le .brief-remarks {
    padding-right: 15px;
    margin-top: 15px;
    font-size: 14px;
    height: 250px;
  }
  .brief-content .brief-ri {
    width: calc(52% - 12px);
  }
  .jouor-out {
    padding: 30px 0;
  }
  .jouor-out .jouor-content .jour-con {
    display: block;
  }
  .jouor-out .jouor-content .jour-con .jour-lside {
    width: 100%;
  }
  .jouor-out .jouor-content .jour-con .jour-rside {
    width: 100%;
    padding: 20px;
  }
  .jouor-out .jouor-content .jour-con .jour-rside .jour-title {
    font-size: 18px;
  }
  .jouor-out .jouor-content .jour-con .jour-rside .jour-time {
    padding-top: 10px;
  }
  .jouor-out .jouor-content .jour-con .jour-rside .jour-marks {
    padding-top: 15px;
    font-size: 15px;
  }
  .jouor-out .jouor-content .jour-con .jour-rside .jour-btn {
    margin-top: 20px;
    padding: 10px 0;
  }
  .jouor-out .jouor-content .jour-list {
    margin-top: 20px;
  }
  .jouor-out .jouor-content .jour-list .jour-item {
    width: calc(100% / 4 - 10px);
    padding: 20px;
  }
  .jouor-out .jouor-content .jour-list .jour-item .jour-title {
    padding-bottom: 10px;
  }
  .jouor-out .jouor-content .jour-list .jour-item .jour-rarks {
    font-size: 14px;
  }
  .play-out .play-container {
    padding: 20px 40px;
  }
  .play-out .play-container .play-title {
    text-align: center;
    font-size: 18px;
  }
  .play-out .play-container .play-title .play-marks {
    padding-top: 10px;
  }
  .play-out .play-container .play-video {
    margin-top: 20px;
  }
  .play-out .play-container .play-line {
    margin: 30px 0;
  }
  .mation-out .mation-content .mation-con {
    display: block;
  }
  .mation-out .mation-content .mation-con .mation-le {
    width: 100%;
  }
  .mation-out .mation-content .mation-con .mation-le .mation-img {
    width: auto;
  }
  .mation-out .mation-content .mation-con .mation-le .mation-img .le-marks {
    font-size: 13px;
    padding: 15px;
  }
  .mation-out .mation-content .mation-con .mation-ri {
    width: 100%;
    padding: 10px 25px;
  }
  .mation-out .mation-content .mation-con .mation-ri .mation-item {
    padding: 15px 0;
  }
  .mation-out .mation-content .mation-con .mation-ri .mation-item .mation-lside {
    font-size: 14px;
  }
  .mation-out .mation-content .mation-con .mation-ri .mation-item .mation-rside {
    font-size: 13px;
  }
  .nursing-out {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .nursing-out .nurs-bg {
    top: 50px;
    width: 300px;
    height: 380px;
  }
  .nursing-out .nursing-content {
    display: block;
  }
  .nursing-out .nursing-content .nursing-le {
    width: 100%;
    padding-right: 30px;
  }
  .nursing-out .nursing-content .nursing-le .nusing-marks {
    font-size: 15px;
  }
  .nursing-out .nursing-content .nursing-le .see-more {
    width: 140px;
  }
  .nursing-out .nursing-content .nursing-ri {
    padding-top: 20px;
    width: 100%;
  }
  .list-bg .nursing-list .row .nursing-first .nursing-down .down-title {
    font-size: 15px;
  }
  .list-bg .nursing-list .row .nursing-first .nursing-down .down-det {
    font-size: 13px;
  }
  .list-bg .nursing-list .row .nursing-first .nursing-down .down-det .det-date {
    padding-right: 10px;
  }
  .own-out .own-content .own-le {
    width: 45%;
  }
  .own-out .own-content .own-le .le-content {
    padding: 38px;
  }
  .own-out .own-content .own-ri .ri-content {
    padding: 10px 40px;
  }
  .own-out .own-content .own-ri .ri-content .ownri-title .ri-name {
    font-size: 24px;
  }
  .own-out .own-content .own-ri .ri-content .ownri-title .ri-tag {
    font-size: 15px;
  }
  .own-out .own-content .own-ri .ri-content .ownri-add {
    margin-top: 15px;
  }
  .own-out .own-content .own-ri .ri-content .ownri-tag {
    padding-top: 30px;
    font-size: 16px;
  }
  .own-out .own-content .own-ri .ri-content .ownri-marks {
    font-size: 16px;
    padding-top: 30px;
  }
  .own-out .sefi-content {
    padding-top: 25px;
  }
  .own-out .sefi-content .sefi-remarks {
    padding-top: 20px;
    font-size: 15px;
  }
  .train-out .train-head .train-tab {
    padding-bottom: 10px;
  }
  .train-out .train-head .train-tab .tab-le {
    width: 15%;
  }
  .train-out .train-head .train-tab .tab-ri .ri-tabs .tas-item {
    font-size: 16px;
  }
  .train-out .train-head .train-tab .tab-ri .ri-con .con-item {
    white-space: nowrap;
    font-size: 14px;
    width: calc(100% / 4);
  }
  .train-out .train-head .train-fess .fess-le {
    width: 15%;
  }
  .train-out .train-head .train-tion .tion-le {
    width: 17%;
  }
  .leader-content .leader-list.three {
    /*justify-content: flex-start;*/
  }
  .leader-content .leader-list .leader-item {
    width: calc(100% / 3 - 30px);
  }
  .leader-content .leader-list .leader-item .leader-con {
    padding: 12px;
  }
  .party-out {
    padding: 30px 0;
  }
  .party-out .party-content .party-ri .party-remarks {
    font-size: 14px;
    padding-top: 10px;
  }
  .morebtn {
    width: 130px;
    margin-top: 20px;
    padding: 10px 0;
  }
}

@media (max-width: 768px) {
  .outwhite, .outbrown {
    padding: 30px 0;
  }
  .part-content {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .special-con {
    padding: 35px 0;
  }
  .hos-content .hos-container .hos-top .top-left {
    width: 31%;
  }
  .hos-content .hos-container .hos-top .top-left .top-item {
    padding: 30px 0;
  }
  .hos-content .hos-container .hos-top .top-left .top-item .item-word {
    font-size: 20px;
  }
  .hos-content .hos-container .hos-down .down-left {
    width: 31%;
  }
  .hos-content .hos-container .hos-down .down-left .down-item {
    padding: 30px 0;
  }
  .hos-content .hos-container .hos-down .down-right {
    width: 70%;
  }
  .hos-content .hos-container .hos-down .down-right .down-one {
    padding: 20px 0;
  }
  .hos-content .hos-container .hos-down .down-right .down-one .item-word {
    font-size: 22px;
  }
  .hos-content .hos-container .hos-down .down-right .down-one img {
    width: 65px;
    height: 65px;
  }
  .hold-content .hold-list .hold-item .hold-zhuang .hold-duce {
    padding: 15px;
  }
  .hold-content .hold-list .hold-item .hold-zhuang .hold-duce .hold-clamp {
    font-size: 14px;
  }
  .patient-out .patient-sort .sort-content .list-map {
    height: 450px;
  }
  .ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }
  .ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    width: 100% !important;
  }
  .remaks-content .remaks-le {
    width: 55%;
    padding: 20px;
  }
  .remaks-content .remaks-ri {
    width: 65%;
  }
  .plan-content .plan-list {
    padding-top: 0;
  }
  .plan-content .plan-list .plan-tabs .plan-item {
    font-size: 16px;
    padding: 20px;
  }
  .plan-content .plan-list .plan-duce {
    width: 100%;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 120px;
  }
  .plan-content .plan-list .plan-duce .plan-title {
    font-size: 23px;
  }
  .plan-content .plan-list .plan-duce .duce-scroll {
    height: 300px;
  }
  .honor-bg {
    padding: 40px 0;
  }
  .honor-bg .honor-swiper .swiper-wrapper .swiper-slide .honor-item .honor-btom {
    font-size: 16px;
  }
  .culture-content .cul-content {
    flex-wrap: wrap;
  }
  .culture-content .cul-content .cul-le {
    width: 100%;
  }
  .culture-content .cul-content .cul-le .clu-img .img-word {
    padding: 15px;
    font-size: 14px;
  }
  .culture-content .cul-content .cul-ri {
    padding-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  .culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item {
    padding: 26px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item .left-top .top-title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item .left-top .top-meks {
    font-size: 15px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item .ri-le-line {
    margin: 15px 0;
  }
  .culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item .left-botom .botom-date .date-a {
    font-size: 28px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item .left-botom .botom-date .date-b {
    font-size: 15px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-right .right-item {
    padding: 26px 30px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-right .right-item .ritem-le .ritem-date {
    font-size: 28px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-right .right-item .ritem-le .le-line {
    margin: 10px 0;
  }
  .culture-content .cul-content .cul-ri .cul-ri-right .right-item .ritem-le .ritem-time {
    font-size: 15px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-right .right-item .ritem-ri .ritem-title {
    font-size: 16px;
  }
  .ab-detail {
    padding-bottom: 40px;
  }
  .ab-detail .detail-container {
    padding: 30px 40px;
  }
  .new-content .news-content .news-r .item-baba .news-active .active-l {
    width: 40%;
  }
  .work-out .work-content .work-artic .artic-item .artic-right .artic-title .artic-clamp {
    max-width: 400px;
  }
  .list-out .list-paddingA {
    padding-bottom: 40px;
  }
  .list-out .honor-list {
    padding-bottom: 25px;
  }
  .list-out .honor-list .honor-first {
    width: calc(100% / 2 - 30px);
    margin-right: 30px;
    padding: 30px 20px;
  }
  .list-out .honor-list .honor-first .first-line {
    margin-top: 25px;
  }
  .list-out .honor-list .honor-first .first-btom .btom-title {
    font-size: 15px;
  }
  .list-out .honor-list .honor-first .first-btom .iconfont {
    font-size: 20px;
  }
  .work-out {
    padding: 20px 0;
  }
  .work-out .work-content .work-news {
    padding-top: 20px;
    flex-wrap: wrap;
  }
  .work-out .work-content .work-news .work-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .work-out .work-content .work-news .work-item .work-marks {
    padding: 10px;
  }
  .work-out .work-content .work-news .work-item .work-marks .work-clamp {
    font-size: 14px;
  }
  .work-out .work-content .work-artic {
    padding-top: 10px;
  }
  .work-out .work-content .work-artic .artic-item {
    padding: 12px 0;
    width: 100%;
    margin-right: 0;
  }
  .title-l .l-word {
    font-size: 25px;
  }
  .peo-banner {
    margin-top: 110px;
  }
  .peo-banner .peo-word {
    font-size: 30px;
  }
  .peo-bg .globar-bg .global-nav {
    padding: 0 30px;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav {
    margin-top: 70px;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li {
    padding: 0 30px;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a {
    font-size: 14px;
    line-height: 36px;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list {
    line-height: 32px;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .hide-item {
    margin-left: 30px;
  }
  .home-banner .swiper-pagination {
    display: flex;
    bottom: 12px;
    justify-content: center;
  }
  .home-banner .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    margin: 0 8px;
  }
  .home-banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 25px;
    height: 12px;
    background-color: #fff;
    border-radius: 9px;
  }
  .new-content .new-title .title-r .r-item {
    padding: 12px;
  }
  .new-content .new-title .title-r .r-all {
    padding: 12px;
  }
  .part-content .part-head {
    display: block;
  }
  .part-content .part-head .title-la {
    padding-bottom: 20px;
  }
  .part-content .part-head .title-la .la-tag {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .part-content .part-head .title-la .la-word {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .part-content .part-head .title-la .la-word span {
    font-size: 18px !important;
  }
  .part-content .part-head .head-r {
    width: 100%;
    padding-top: 0;
    margin-left: 0;
  }
  .part-content .part-head .head-r .select-bar {
    width: 50%;
    padding: 10px 20px;
  }
  .part-content .part-head .head-r .select-bar .select-list {
    top: 60px;
  }
  .part-content .part-head .head-r .enter-btn {
    white-space: nowrap;
    padding: 15px 20px;
  }
  .part-content .part-con {
    height: 440px;
    margin: 0;
    margin-top: 15px;
  }
  .part-content .part-con .part-col {
    padding: 0;
  }
  .part-content .part-con .part-col .con-item .itself-body {
    padding: 35px;
  }
  .part-content .part-con .part-col .con-item .itself-body .itself-con .con-tag {
    width: 33.3%;
    white-space: nowrap;
    padding-top: 15px;
  }
  .part-content .part-con .part-col .con-item .itself-body .itself-con .con-tag .tag-word {
    font-size: 13px;
    padding: 8px 0px 5px 0px;
  }
  .part-content .part-con .part-col .con-item .itself-body .itself-see {
    width: 100px;
    margin-top: 20px;
    font-size: 13px;
  }
  .part-content .part-con .part-col .con-item .itself-bottom .bottom-title {
    font-size: 18px;
  }
  .part-content .part-con .part-col .con-item .itself-bottom .bottom-marks {
    font-size: 14px;
  }
  .special-con {
    padding: 50px 0;
  }
  .special-con .special-content .special-first {
    width: 20%;
  }
  .special-con .special-content .spec-banner {
    width: 80%;
  }
  .bottom-container .bottom-cen {
    flex-wrap: wrap;
  }
  .bottom-container .bottom-cen .cen-img {
    width: 40%;
  }
  .bottom-container .bottom-cen .item-content {
    width: 55%;
  }
  .bottom-container .bottom-cen .item-content .botom-top .item-link {
    margin-right: 5px;
  }
  .bottom-container .bottom-cen .bot-square {
    padding-top: 20px;
    width: 70%;
  }
  .jour-head .check-all {
    font-size: 14px;
    padding: 12px 30px;
  }
  .jour-out {
    padding: 30px 0;
  }
  .jour-out .jour-content .jour-pack {
    display: block;
  }
  .jour-out .jour-content .jour-pack .pack-left {
    width: 100%;
  }
  .jour-out .jour-content .jour-pack .pack-left .pack-img .pack-marks {
    font-size: 12px;
    padding: 10px;
  }
  .jour-out .jour-content .jour-pack .pack-right {
    padding: 17px;
    width: 100%;
  }
  .jour-out .jour-content .jour-pack .pack-right .pack-item .item-lside {
    width: 65%;
  }
  .jour-out .jour-content .jour-pack .pack-right .pack-item .item-lside .text {
    font-size: 15px;
  }
  .jour-out .jour-content .jour-pack .pack-right .pack-item .item-rside {
    font-size: 13px;
  }
  .tice-content .tice-head .title-r .r-item {
    margin-right: 10px;
  }
  .media-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .media-content .media-pack {
    padding-top: 20px;
    display: block;
  }
  .media-content .media-pack .media-lside {
    width: 100%;
    margin-right: 0px;
    padding: 0px;
  }
  .media-content .media-pack .media-lside .media-down {
    padding: 20px;
    background-color: #fff;
  }
  .media-content .media-pack .media-lside .media-down .down-title {
    font-size: 15px;
  }
  .media-content .media-pack .media-lside .media-down .down-time {
    font-size: 15px;
  }
  .media-content .media-pack .media-lside .media-down .down-remarks .marks-tails {
    font-size: 15px;
  }
  .media-content .media-pack .media-lside .media-down .down-remarks .marks-tails .see {
    font-size: 14px;
  }
  .media-content .media-pack .media-rside {
    margin-top: 10px;
    width: 100%;
  }
  .media-content .media-pack .media-rside .medis-con .rcon-item {
    width: calc(50% - 10px);
    margin-bottom: 10px;
    padding: 12px;
  }
  .media-content .media-pack .media-rside .medis-con .rcon-item .rcon-tit .rcon-word {
    font-size: 12px;
  }
  .tice-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .tice-content .tice-head .title-r .r-item {
    padding: 12px;
    font-size: 14px;
  }
  .tice-content .tice-head .title-r .r-all {
    padding: 12px;
  }
  .tice-content .tice-pack {
    margin-top: 15px;
  }
  .tice-content .tice-pack.active {
    display: block;
  }
  .tice-content .tice-pack .tice-lisde {
    width: 100%;
    padding: 20px 25px;
  }
  .tice-content .tice-pack .tice-lisde .tice-item {
    padding: 15px 0;
  }
  .tice-content .tice-pack .tice-lisde .tice-item .titem-l .text {
    font-size: 14px;
  }
  .tice-content .tice-pack .tice-lisde .tice-item .titem-r {
    font-size: 13px;
  }
  .tice-content .tice-pack .tice-rside {
    width: 100%;
    padding: 25px 20px;
  }
  .tice-content .tice-pack .tice-rside .rside-con .rsid-word {
    padding-top: 30px;
    font-size: 15px;
  }
  .global-paging .item {
    margin: 0 4px;
    font-size: 12px;
    padding: 0;
  }
  .global-paging .paging-btn {
    margin: 0 4px;
    padding: 0;
  }
  .global-paging .total {
    font-size: 12px;
    padding-left: 5px;
  }
  .jour-container .jour-list .list-item {
    padding: 20px;
  }
  .jour-container .jour-list .list-item .list-lisde {
    width: 48%;
    padding-right: 15px;
  }
  .jour-container .jour-list .list-item .list-risde {
    width: 52%;
  }
  .jour-container .jour-list .list-item .list-risde .list-r-title {
    font-size: 16px;
  }
  .jour-container .jour-list .list-item .list-risde .list-r-tag {
    font-size: 13px;
  }
  .jour-container .jour-list .list-item .list-risde .list-r-con {
    padding-top: 20px;
    font-size: 14px;
  }
  .detail-out .detail-content {
    padding: 35px 20px;
  }
  .detail-out .detail-content .detail-head .head-title {
    font-size: 18px;
  }
  .detail-out .detail-content .detail-head .head-tag {
    padding-top: 10px;
  }
  .detail-out .detail-content .detail-head .head-tag .tag-count {
    padding-left: 20px;
  }
  .detail-out .detail-content .detail-con {
    padding-top: 20px;
  }
  .patient-out .patient-head {
    margin-top: 20px;
    padding: 20px;
  }
  .patient-out .patient-sort .sort-head .sort-l {
    width: calc(50% -10px);
  }
  .patient-out .patient-sort .sort-head .sort-l .sort-title {
    font-size: 22px;
  }
  .patient-out .patient-sort .sort-content .map-square {
    right: 20px;
    top: 43px;
    padding: 20px;
  }
  .patient-out .patient-sort .sort-content .map-square .square-title {
    font-size: 20px;
  }
  .patient-out .patient-sort .sort-content .map-square .add-banner {
    padding: 15px 0;
  }
  .patient-out .patient-sort .sort-content .map-square .add-banner .iconfont {
    top: 2px;
    font-size: 18px;
  }
  .patient-out .patient-sort .sort-content .map-square .add-banner .map-item .item-word {
    font-size: 14px;
  }
  .patient-out .patient-sort .sort-content .map-square .add-col {
    padding: 12px 0;
    font-size: 14px;
  }
  .patient-out .patient-sort .sort-content .map-square .add-col .iconfont {
    font-size: 18px;
    margin-right: 6px;
  }
  .patient-out .patient-sort .sort-content .map-square .sort-call {
    font-size: 14px;
    padding: 10px;
  }
  .patient-out .patient-sort .sort-content .map-square .sort-call .call-bot {
    padding-bottom: 10px;
  }
  .patient-out .patient-melons .melons-head .melons-item {
    font-size: 13px;
    padding: 20px;
    margin-right: 5px;
  }
  .patient-out .medical-content .medical-item .medical-le {
    width: 65%;
    font-size: 14px;
    margin-right: 10px;
  }
  .patient-out .medical-content .medical-item .medical-le .iconfont {
    font-size: 14px;
  }
  .hunt-out {
    margin-top: 20px;
    padding: 20px 0;
  }
  .hunt-out .hunt-content .hunt-head {
    display: block;
  }
  .hunt-out .hunt-content .hunt-head .hunt-lisde .lside-tit {
    font-size: 15px;
    white-space: nowrap;
  }
  .hunt-out .hunt-content .hunt-head .hunt-lisde .lside-letter {
    display: flex;
    flex-wrap: wrap;
    word-wrap: break-word;
    word-break: break-all;
  }
  .hunt-out .hunt-content .hunt-head .hunt-lisde .lside-letter .letter-a {
    padding: 0 5px;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 16px;
  }
  .hunt-out .hunt-content .hunt-head .hunt-rside {
    padding-top: 10px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .hunt-out .hunt-content .hunt-contag {
    padding-top: 20px;
  }
  .hunt-out .hunt-content .hunt-contag .tag-item {
    width: calc(100% / 4 - 10px);
    margin-bottom: 15px;
  }
  .hunt-out .hunt-table .table-tit {
    color: #009790;
    font-size: 20px;
    font-weight: bold;
    padding: 25px 0;
  }
  .hunt-out .hunt-table .table-biao {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .hunt-out .hunt-table .table-biao th {
    white-space: nowrap;
    background-color: #009790;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-right: 1px solid #fff;
  }
  .hunt-out .hunt-table .table-biao th[scope="col"] {
    background-color: #009790;
    white-space: nowrap;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 175px;
    border-right: 1px solid #fff;
  }
  .hunt-out .hunt-table .table-biao td[scope="row"] {
    white-space: nowrap;
    background-color: #fff;
    color: #000;
    padding: 30px 10px 0 10px;
    font-size: 14px;
  }
  .hunt-out .hunt-table .table-biao td {
    border: 1px solid #f5f5f5;
    text-align: center;
    font-size: 14px;
  }
  .expert-table {
    padding-top: 20px;
  }
  .expert-table .table-sche {
    width: 100%;
    padding-top: 20px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .expert-table .table-sche .table {
    margin-bottom: 0;
  }
  .expert-table .table-sche th {
    white-space: nowrap;
    background-color: #009790;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-right: 1px solid #fff;
  }
  .expert-table .table-sche th[scope="col"] {
    background-color: #009790;
    white-space: nowrap;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 175px;
    border-right: 1px solid #fff;
  }
  .expert-table .table-sche td[scope="row"] {
    white-space: nowrap;
    background-color: #fff;
    color: #000;
    padding: 30px 10px 0 10px;
    font-size: 14px;
  }
  .expert-table .table-sche td {
    border: 1px solid #f5f5f5;
    text-align: center;
    font-size: 14px;
  }
  .sop-out .sop-content .sop-le {
    width: 15%;
  }
  .sop-out .sop-content .sop-le .le-word {
    font-size: 26px;
  }
  .sop-out .sop-content .sop-ri {
    width: 85%;
    padding: 25px 25px 15px 25px;
  }
  .sop-out .sop-content .sop-ri .sop-con .sop-item {
    width: calc(100% / 3 - 15px);
    font-size: 14px;
    margin-right: 15px;
  }
  .brief-title {
    font-size: 18px;
  }
  .brief-title::before {
    bottom: 5px;
    height: 8px;
    width: 60px;
  }
  .brief-content {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }
  .brief-content .brief-le {
    width: 100%;
  }
  .brief-content .brief-le .brief-remarks {
    padding-right: 15px;
    font-size: 14px;
    height: 200px;
  }
  .brief-content .brief-ri {
    padding-top: 20px;
    width: 100%;
  }
  .feat-out {
    padding: 40px 0;
  }
  .feat-out .feat-content .feat-le {
    width: 15%;
  }
  .feat-out .feat-content .feat-re {
    width: 85%;
  }
  .feat-out .feat-content .feat-re .feat-con {
    padding: 20px;
  }
  .feat-out .feat-content .feat-re .feat-con .feat-title {
    font-size: 20px;
  }
  .feat-out .feat-content .feat-re .feat-con .feat-confir {
    height: 370px;
  }
  .feat-out .feat-content .feat-re .feat-con .feat-confir .feat-one {
    padding-right: 15px;
  }
  .feat-out .feat-content .feat-re .feat-con .feat-confir .feat-one .one-title {
    font-size: 18px;
  }
  .feat-out .feat-content .feat-re .feat-con .feat-confir .feat-one p {
    padding-top: 10px;
  }
  .jouor-out {
    padding: 30px 0;
  }
  .jouor-out .jouor-content .jour-list {
    margin-top: 10px;
  }
  .jouor-out .jouor-content .jour-list .jour-item {
    width: calc(100% / 2 - 10px);
    margin-bottom: 10px;
    padding: 20px;
  }
  .jouor-out .jouor-content .jour-list .jour-item .jour-title {
    padding-bottom: 10px;
  }
  .jouor-out .jouor-content .jour-list .jour-item .jour-rarks {
    font-size: 14px;
  }
  .nursing-out {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .nursing-out .nurs-bg {
    top: 50px;
    width: 300px;
    height: 380px;
  }
  .nursing-out .nursing-content {
    display: block;
  }
  .nursing-out .nursing-content .nursing-le {
    width: 100%;
    padding-right: 30px;
  }
  .nursing-out .nursing-content .nursing-le .nusing-marks {
    padding-top: 15px;
    font-size: 14px;
  }
  .nursing-out .nursing-content .nursing-le .see-more {
    margin-top: 10px;
    width: 140px;
  }
  .nursing-out .nursing-content .nursing-ri {
    padding-top: 20px;
    width: 100%;
  }
  .swiper-content {
    padding: 30px 50px;
    margin-bottom: 30px;
  }
  .swiper-content .swiper-head .swiper-title {
    font-size: 14px;
  }
  .swiper-content .swiper-head .swiper-word {
    padding-top: 10px;
  }
  .swiper-content .banner-container {
    padding-top: 10px;
  }
  .swiper-content .banner-container .detail-banner .swiper-wrapper .swiper-slide .banner-item .item-bword {
    font-size: 14px;
  }
  .own-out .own-content {
    display: block;
  }
  .own-out .own-content .own-le {
    width: 100%;
  }
  .own-out .own-content .own-le .le-content {
    padding: 20px;
    text-align: center;
  }
  .own-out .own-content .own-le .le-content img {
    max-width: 225px;
    max-height: 448px;
  }
  .own-out .own-content .own-le .le-content::before {
    display: none;
  }
  .own-out .own-content .own-ri {
    width: 100%;
  }
  .own-out .own-content .own-ri .ri-content {
    padding: 30px 20px;
  }
  .own-out .own-content .own-ri .ri-content .ownri-title .ri-name {
    font-size: 22px;
  }
  .own-out .own-content .own-ri .ri-content .ownri-title .ri-tag {
    font-size: 15px;
  }
  .own-out .own-content .own-ri .ri-content .ownri-add {
    margin-top: 15px;
  }
  .own-out .own-content .own-ri .ri-content .ownri-tag {
    padding-top: 20px;
    font-size: 15px;
  }
  .own-out .own-content .own-ri .ri-content .ownri-marks {
    padding-top: 20px;
    font-size: 15px;
  }
  .own-out .sefi-content {
    padding-top: 15px;
  }
  .own-out .sefi-content .sefi-remarks {
    padding-top: 15px;
    font-size: 14px;
  }
  .train-out .train-head .train-tab {
    padding-bottom: 10px;
  }
  .train-out .train-head .train-tab .tab-le {
    width: 22%;
  }
  .train-out .train-head .train-tab .tab-ri .ri-tabs .tas-item {
    font-size: 15px;
    margin-right: 20px;
  }
  .train-out .train-head .train-tab .tab-ri .ri-con {
    padding-top: 10px;
  }
  .train-out .train-head .train-tab .tab-ri .ri-con .con-item {
    white-space: nowrap;
    font-size: 14px;
    width: calc(100% / 2);
  }
  .train-out .train-head .train-fess .fess-le {
    width: 22%;
  }
  .train-out .train-head .train-fess .fess-ri .fess-item {
    font-size: 14px;
    width: calc(100% / 3 - 20px);
  }
  .train-out .train-head .train-tion .tion-le {
    width: 24%;
  }
  .train-out .train-head .train-tion .tion-ri .tion-con .tion-item {
    font-size: 14px;
  }
  .train-out .train-content {
    padding-bottom: 40px;
  }
  .train-out .train-content .train-list .expert-item {
    width: calc(100% / 3 - 30px);
  }
  .train-out .train-content .train-list .expert-item .expert-con {
    padding: 12px;
  }
  .leader-content .leader-list .leader-item {
    width: calc(100% / 2 - 30px);
  }
  .leader-content .leader-list .leader-item .leader-con {
    padding: 12px;
  }
  .party-out {
    padding: 20px 0;
  }
  .party-out .party-content {
    display: block;
    padding: 15px;
  }
  .party-out .party-content .party-le {
    width: 100%;
  }
  .party-out .party-content .party-ri {
    padding-top: 25px;
    width: 100%;
    padding-left: 0;
  }
  .party-out .party-content .party-ri .party-remarks {
    font-size: 14px;
    padding-top: 10px;
  }
  .morebtn {
    width: 130px;
    margin-top: 20px;
    padding: 10px 0;
  }
  .bottom-container .bottom-top {
    text-align: center;
  }
  .bottom-container .bottom-top .top-tit {
    padding-right: 10px;
  }
  .bottom-container .bottom-top .img-adc {
    flex-wrap: wrap;
    justify-content: center;
  }
  .bottom-container .bottom-top .img-adc .adc-img {
    padding-top: 15px;
    margin-right: 10px;
  }
  .inter-content .inter-list .row .inter-item .inter-botom .inter-title {
    width: 70%;
  }
}

@media (max-width: 576px) {
  .outwhite {
    padding: 20px 0;
  }
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .feat-out .feat-content .feat-le .feat-word {
    font-size: 22px;
    left: 35%;
  }
  .patient-out {
    margin-bottom: 20px;
  }
  .patient-out .patient-sort .sort-content .list-map {
    height: 400px;
  }
  .honor-bg {
    padding: 20px 0;
  }
  .honor-bg .checkmore {
    margin-top: 20px;
    font-size: 14px;
    padding: 10px 35px;
    width: 140px;
  }
  .work-out .work-content .work-artic .artic-item .artic-right .artic-title .artic-clamp {
    max-width: 230px;
  }
  .bottom-container .bottom-top .top-tit {
    padding-right: 10px;
  }
  .bottom-container .bottom-top .img-adc {
    display: block;
    text-align: center;
  }
  .bottom-container .bottom-top .img-adc .adc-img {
    padding-top: 15px;
    margin-right: 10px;
  }
  .bottom-container .bottom-cen {
    padding: 25px 0;
    flex-wrap: wrap;
  }
  .bottom-container .bottom-cen .cen-img {
    width: 100%;
    text-align: left;
  }
  .bottom-container .bottom-cen .cen-img img {
    text-align: left;
    max-width: 310px;
    display: block;
  }
  .bottom-container .bottom-cen .item-content {
    padding-top: 20px;
    width: 100%;
  }
  .bottom-container .bottom-cen .item-content .botom-top {
    padding-bottom: 15px;
  }
  .bottom-container .bottom-cen .item-content .botom-top .item-link {
    font-size: 13px;
  }
  .bottom-container .bottom-cen .bot-square {
    padding-top: 15px;
    width: 100%;
  }
  .bottom-container .bottom-cen .bot-square .square-item .item-marks {
    font-size: 14px;
  }
  .bottom-container .bottom-down {
    font-size: 13px;
  }
  .botom-padding {
    padding-bottom: 0 !important;
  }
  .const-ducon .const-content .const-ri {
    padding: 10px;
  }
  .const-ducon .const-content .const-ri .const-marks {
    padding-top: 20px;
  }
  .const-ducon .const-content .const-ri .const-marks p {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .remaks-content {
    flex-wrap: wrap;
  }
  .remaks-content .remaks-le {
    margin-top: 0;
    margin-right: 0;
    width: 100%;
    padding: 20px;
  }
  .remaks-content .remaks-ri {
    width: 100%;
    margin-bottom: 0;
  }
  .pract-banner {
    margin-top: 15px;
    padding: 20px 0;
  }
  .pract-banner .pract-title {
    font-size: 22px;
  }
  .pract-banner .checkbtn {
    margin-top: 10px;
    padding: 8px 20px;
    font-size: 14px;
  }
  .plan-content .plan-list {
    margin-top: 20px;
  }
  .plan-content .plan-list .plan-tabs .plan-item {
    font-size: 14px;
    padding: 10px 15px;
    width: 45px;
    text-align: center;
  }
  .plan-content .plan-list .plan-tabs .plan-item.active {
    width: 55px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .plan-content .plan-list .plan-tabs .plan-item:hover {
    width: 55px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .plan-content .plan-list .plan-duce {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 100px;
  }
  .plan-content .plan-list .plan-duce .plan-title {
    font-size: 18px;
  }
  .plan-content .plan-list .plan-duce .duce-scroll {
    margin-top: 20px;
    height: 240px;
  }
  .plan-content .plan-list .plan-duce .duce-scroll .duce-con {
    height: 100%;
    padding-right: 15px;
  }
  .ab-detail .detail-container {
    padding: 20px 20px;
  }
  .list-out .list-paddingA {
    padding-bottom: 40px;
  }
  .list-out .honor-list {
    padding-bottom: 25px;
  }
  .list-out .honor-list .honor-first {
    width: 100%;
    margin-right: 0px;
    padding: 30px 20px;
  }
  .list-out .honor-list .honor-first .first-line {
    margin-top: 25px;
  }
  .list-out .honor-list .honor-first .first-btom .btom-title {
    font-size: 15px;
  }
  .list-out .honor-list .honor-first .first-btom .iconfont {
    font-size: 20px;
  }
  .culture-content .cul-content {
    flex-wrap: wrap;
  }
  .culture-content .cul-content .cul-le {
    width: 100%;
  }
  .culture-content .cul-content .cul-le .clu-img .img-word {
    padding: 15px;
    font-size: 14px;
  }
  .culture-content .cul-content .cul-ri {
    padding-top: 20px;
    margin-left: 0;
    width: 100%;
    display: block;
  }
  .culture-content .cul-content .cul-ri .cul-ri-left {
    width: 100%;
    height: auto;
  }
  .culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item {
    padding: 26px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item .left-top .top-title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item .left-top .top-meks {
    font-size: 15px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item .ri-le-line {
    margin: 15px 0;
  }
  .culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item .left-botom .botom-date .date-a {
    font-size: 28px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-left .ri-le-item .left-botom .botom-date .date-b {
    font-size: 15px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-right {
    padding-top: 15px;
    margin-left: 0;
    width: 100%;
  }
  .culture-content .cul-content .cul-ri .cul-ri-right .right-item {
    padding: 26px 30px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-right .right-item .ritem-le .ritem-date {
    font-size: 28px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-right .right-item .ritem-le .le-line {
    margin: 10px 0;
  }
  .culture-content .cul-content .cul-ri .cul-ri-right .right-item .ritem-le .ritem-time {
    font-size: 15px;
  }
  .culture-content .cul-content .cul-ri .cul-ri-right .right-item .ritem-ri .ritem-title {
    font-size: 16px;
  }
  .ethic-scroll {
    padding-top: 15px;
  }
  .ethic-scroll .ethic-btn {
    padding: 8px 10px;
  }
  .ethic-scroll .gonextA {
    margin-left: 10px;
  }
  .ethic-scroll .golastA {
    margin-right: 10px;
  }
  .ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .ethic-item .ethic-botom .botom-meks {
    padding: 10px;
  }
  .ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide .ethic-item .ethic-botom {
    padding-top: 15px;
  }
  .ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide .ethic-item .ethic-botom .botom-meks {
    padding: 15px;
  }
  .ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide .ethic-item .ethic-botom .botom-meks .meks-tit {
    font-size: 12px;
  }
  .ethic-scroll .ethic-swiper .swiper-wrapper .swiper-slide .ethic-item .ethic-botom .botom-meks .meks-marks {
    padding-top: 10px;
    font-size: 15px;
  }
  .teach-content .teach-list .teach-item .teach-down {
    padding: 20px 15px;
  }
  .teach-content .teach-list .teach-item .teach-down .down-title {
    font-size: 16px;
  }
  .teach-content .teach-list .teach-item .teach-down .down-meks {
    font-size: 15px;
  }
  .teach-content .teach-list .teach-item .teach-count {
    padding: 12px;
  }
  .build-content .bulid-list {
    margin-top: 20px;
  }
  .build-content .bulid-list .bulid-item {
    width: calc(100% / 2 - 15px);
    margin-right: 15px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .build-content .bulid-list .bulid-item .bulid-duce {
    font-size: 14px;
    padding-top: 15px;
  }
  .title-l {
    padding-bottom: 10px;
  }
  .title-l .l-tag {
    font-size: 13px;
    padding-bottom: 10px;
  }
  .title-l .l-word {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .peo-banner {
    margin-top: 125px;
  }
  .peo-banner .peo-word {
    font-size: 26px;
  }
  .peo-bg .globar-bg .global-nav {
    padding: 0 10px;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .search-contentA .input-searA {
    width: 320px;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .search-contentA .input-searA .input-conA {
    padding: 16px;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .search-contentA .input-searA .searchA {
    padding: 17px;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav {
    margin-top: 50px;
    margin-bottom: 15px;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li {
    padding: 0 20px;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-ul .hide-item {
    font-size: 13px;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .nav-language {
    font-size: 15px;
    margin-right: 28px;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .nav-language .iconfont {
    padding-right: 8px;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .nav-language .iconfont::before {
    font-size: 19px;
  }
  .peo-bg .globar-bg .global-nav .container-fluid .navbar-box .contact-phone {
    display: none;
  }
  .new-content {
    padding: 20px 10px;
  }
  .new-content .new-title {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .new-content .new-title .title-r {
    justify-content: space-between;
  }
  .new-content .new-title .title-r .r-item {
    padding: 10px;
    font-size: 14px;
    margin-right: 10px;
    white-space: nowrap;
  }
  .new-content .new-title .title-r .r-all {
    white-space: nowrap;
    font-size: 14px;
  }
  .new-content .news-content {
    padding-top: 15px;
  }
  .new-content .news-content .news-l {
    width: 100%;
  }
  .new-content .news-content .news-l .news-swiper .swiper-wrapper .swiper-slide .swiper-item .item-botom {
    padding: 20px;
  }
  .new-content .news-content .news-l .news-swiper .swiper-wrapper .swiper-slide .swiper-item .item-botom .botom-time {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .new-content .news-content .news-l .news-swiper .swiper-wrapper .swiper-slide .swiper-item .item-botom .botom-title {
    font-size: 20px;
  }
  .new-content .news-content .news-r {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  .new-content .news-content .news-r .item-baba .newsr-item .newsr-l {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .new-content .news-content .news-r .item-baba .newsr-item .newsr-r {
    white-space: nowrap;
    font-size: 13px;
  }
  .new-content .news-content .news-r .item-baba .news-active .active-l {
    width: 50%;
  }
  .new-content .news-content .news-r .item-baba .news-active .active-l img {
    width: 100%;
  }
  .new-content .news-content .news-r .item-baba .news-active .active-r {
    width: 50%;
    padding: 10px 12px;
  }
  .new-content .news-content .news-r .item-baba .news-active .active-r .ac-title {
    font-size: 16px;
  }
  .hos-content {
    padding: 20px 0px;
  }
  .hos-content .hos-container .hos-top {
    display: block;
  }
  .hos-content .hos-container .hos-top .top-left {
    width: 100%;
  }
  .hos-content .hos-container .hos-top .top-right {
    width: 100%;
  }
  .hos-content .hos-container .hos-down .down-left {
    display: none;
  }
  .hos-content .hos-container .hos-down .down-right {
    width: 100%;
  }
  .part-content {
    padding: 20px 10px;
  }
  .part-content .part-head .title-la .la-tag {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .part-content .part-head .title-la .la-word {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .part-content .part-head .title-la .la-word .word-a {
    font-size: 20px;
  }
  .part-content .part-head .title-la .la-word .word-a.active {
    order: 1;
    color: #000;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .part-content .part-head .title-la .la-word {
    padding-bottom: 10px;
  }
  .part-content .part-head .title-la .la-word span {
    font-size: 18px !important;
  }
  .part-content .part-head .head-r .select-bar {
    width: 170px;
    margin-right: 10px;
    padding: 0px 8px;
  }
  .part-content .part-head .head-r .select-bar .marks {
    font-size: 12px;
  }
  .part-content .part-head .head-r .select-bar .select-list {
    top: 60px;
  }
  .part-content .part-head .head-r .enter-btn {
    padding: 15px;
    font-size: 12px;
    white-space: nowrap;
  }
  .part-content .expert-content .expert-banner .swiper-wrapper .swiper-slide .expert-item .expert-con {
    padding: 12px;
  }
  .part-content .expert-content .expert-banner .swiper-wrapper .swiper-slide .expert-item .expert-con .expert-left .l-t {
    font-size: 12px;
  }
  .part-content .expert-content .expert-banner .swiper-wrapper .swiper-slide .expert-item .expert-con .expert-left .l-re {
    font-size: 12px;
  }
  .part-content .expert-content .expert-banner .swiper-wrapper .swiper-slide .expert-item .expert-con .expert-right img {
    width: 25px;
    height: 25px;
  }
  .part-content .out-tent {
    height: 1340px;
  }
  .part-content .part-con {
    height: 440px;
    display: block;
  }
  .part-content .part-con .part-col {
    width: 100%;
  }
  .part-content .part-con .part-col .con-item .itself-body {
    padding: 35px;
    transform: scale(1);
    opacity: 1;
  }
  .part-content .part-con .part-col .con-item .itself-body .itself-head .itself-title {
    font-size: 25px;
  }
  .part-content .part-con .part-col .con-item .itself-body .itself-head .itself-marks {
    font-size: 15px;
    padding-bottom: 5px;
  }
  .part-content .part-con .part-col .con-item .itself-body .itself-con .con-tag {
    width: 33.3%;
    white-space: nowrap;
    padding-top: 15px;
  }
  .part-content .part-con .part-col .con-item .itself-body .itself-con .con-tag .tag-word {
    font-size: 13px;
    padding: 8px 0px 5px 0px;
  }
  .part-content .part-con .part-col .con-item .itself-body .itself-see {
    margin-top: 20px;
    font-size: 14px;
  }
  .part-content .part-con .part-col .con-item .itself-bottom {
    opacity: 0;
  }
  .part-content .part-con .part-col .con-item .itself-bottom .bottom-title {
    font-size: 18px;
  }
  .part-content .part-con .part-col .con-item .itself-bottom .bottom-marks {
    font-size: 14px;
  }
  .part-content .part-con .part-col.active {
    width: 100%;
  }
  .special-con {
    padding: 30px 10px;
  }
  .special-con .special-content .special-first {
    width: 30%;
  }
  .special-con .special-content .spec-banner {
    width: 70%;
  }
  .special-con .swiper-btn {
    margin-top: 20px;
  }
  .special-con .swiper-btn .btn-item {
    padding: 6px 12px;
  }
  .new-content .news-content .news-l .news-swiper .switch-btn, .new-content .news-content .news-l .news-swiper .switch-btnA {
    top: 15%;
    padding: 15px 4px;
  }
  .new-content .news-content .news-l .news-swiper .switch-btn .iconfont, .new-content .news-content .news-l .news-swiper .switch-btnA .iconfont {
    font-size: 20px;
  }
  .media-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .media-content .media-pack {
    padding-top: 10px;
    display: block;
  }
  .media-content .media-pack .media-lside {
    width: 100%;
    padding: 15px;
  }
  .media-content .media-pack .media-lside .media-down .down-title {
    font-size: 15px;
  }
  .media-content .media-pack .media-lside .media-down .down-time {
    font-size: 15px;
  }
  .media-content .media-pack .media-lside .media-down .down-remarks .marks-tails {
    font-size: 15px;
  }
  .media-content .media-pack .media-lside .media-down .down-remarks .marks-tails .see {
    font-size: 14px;
  }
  .media-content .media-pack .media-rside {
    margin-top: 20px;
    width: 100%;
  }
  .media-content .media-pack .media-rside .medis-con .rcon-item {
    width: calc(50% - 10px);
    margin-bottom: 10px;
    padding: 12px;
  }
  .media-content .media-pack .media-rside .medis-con .rcon-item .rcon-tit .rcon-word {
    font-size: 12px;
  }
  .tice-content .tice-head {
    display: block;
  }
  .tice-content .tice-head .title-r {
    justify-content: space-between;
  }
  .tice-content .tice-head .title-r .r-item {
    font-size: 14px;
    margin-right: 10px;
    white-space: nowrap;
  }
  .tice-content .tice-head .title-r .r-all {
    white-space: nowrap;
    font-size: 14px;
  }
  .global-crumbs {
    padding: 15px 0;
  }
  .tabs-content {
    padding: 20px 0;
  }
  .tabs-content .tabs-item {
    font-size: 16px;
  }
  .tabs-content .tabs-item::before {
    left: 47%;
    bottom: -47px;
  }
  .jour-container {
    padding: 20px 0;
  }
  .jour-container .jour-list .list-item {
    display: block;
    padding: 20px;
  }
  .jour-container .jour-list .list-item .list-lisde {
    width: 100%;
    padding-right: 0px;
  }
  .jour-container .jour-list .list-item .list-risde {
    padding-top: 15px;
    width: 100%;
  }
  .jour-container .jour-list .list-item .list-risde .list-r-title {
    font-size: 16px;
  }
  .jour-container .jour-list .list-item .list-risde .list-r-tag {
    font-size: 12px;
  }
  .jour-container .jour-list .list-item .list-risde .list-r-con {
    padding-top: 15px;
    font-size: 13px;
  }
  .switch-con {
    padding: 30px 0;
  }
  .switch-con .switch-cl {
    margin-bottom: 10px;
  }
  .detail-out {
    padding-bottom: 30px;
  }
  .detail-out .detail-content {
    padding: 30px 15px;
  }
  .detail-out .detail-content .detail-head .head-title {
    font-size: 16px;
  }
  .detail-out .detail-content .detail-head .head-tag {
    padding-top: 10px;
  }
  .detail-out .detail-content .detail-head .head-tag .tag-count {
    padding-left: 20px;
  }
  .detail-out .detail-content .detail-con {
    padding-top: 15px;
  }
  .detail-out .detail-content .detail-con .detail-img {
    padding: 15px 0;
  }
  .patient-out .patient-head {
    padding: 20px;
  }
  .patient-out .patient-head .item-acon .patient-item {
    padding: 15px 45px;
  }
  .patient-out .patient-melons {
    margin-top: 10px;
  }
  .patient-out .patient-melons .melons-head {
    display: flex;
    justify-content: space-around !important;
  }
  .patient-out .patient-melons .melons-head .melons-item {
    font-size: 12px;
    padding: 10px;
  }
  .patient-out .patient-melons .melons-content {
    margin-top: 0;
  }
  .patient-out .medical-content {
    padding-bottom: 30px;
  }
  .patient-out .medical-content .medical-item {
    padding: 15px;
  }
  .patient-out .medical-content .medical-item .medical-le {
    font-size: 13px;
    margin-right: 5px;
  }
  .patient-out .medical-content .medical-item .medical-le .iconfont {
    font-size: 13px;
  }
  .hunt-out {
    margin-top: 20px;
    padding: 20px 0;
  }
  .hunt-out .hunt-content .hunt-head {
    display: block;
  }
  .hunt-out .hunt-content .hunt-head .hunt-lisde {
    display: block;
  }
  .hunt-out .hunt-content .hunt-head .hunt-lisde .lside-tit {
    font-size: 15px;
    white-space: nowrap;
  }
  .hunt-out .hunt-content .hunt-head .hunt-lisde .lside-letter {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    padding-top: 8px;
  }
  .hunt-out .hunt-content .hunt-head .hunt-lisde .lside-letter .letter-a {
    font-size: 15px;
  }
  .hunt-out .hunt-content .hunt-head .hunt-rside {
    padding-top: 10px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .hunt-out .hunt-content .hunt-contag {
    padding-top: 20px;
  }
  .hunt-out .hunt-content .hunt-contag .tag-item {
    width: calc(100% / 3 - 10px);
    margin-bottom: 15px;
    font-size: 14px;
  }
  .sop-out {
    padding: 20px 0;
  }
  .sop-out .sop-content .sop-le {
    width: 20%;
  }
  .sop-out .sop-content .sop-le .le-word {
    font-size: 26px;
  }
  .sop-out .sop-content .sop-ri {
    width: 80%;
    padding: 20px 20px 10px 20px;
  }
  .sop-out .sop-content .sop-ri .sop-con .sop-item {
    width: calc(100% / 2 - 10px);
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .depart-out {
    padding: 20px 0;
  }
  .depart-out .depart-content .expert-banner .swiper-wrapper .swiper-slide .expert-item .expert-con .expert-left .l-t {
    font-size: 12px;
  }
  .depart-out .depart-content .expert-banner .swiper-wrapper .swiper-slide .expert-item .expert-con .expert-left .l-re {
    font-size: 12px;
    white-space: nowrap;
  }
  .depart-out .depart-content .expert-banner .swiper-wrapper .swiper-slide .expert-item .expert-con .expert-right img {
    width: 25px;
    height: 25px;
  }
  .jouor-out {
    padding: 30px 0;
  }
  .jouor-out .jouor-content .jour-con {
    display: block;
  }
  .jouor-out .jouor-content .jour-con .jour-lside {
    width: 100%;
  }
  .jouor-out .jouor-content .jour-con .jour-rside {
    width: 100%;
    padding: 20px;
  }
  .jouor-out .jouor-content .jour-con .jour-rside .jour-title {
    font-size: 17px;
  }
  .jouor-out .jouor-content .jour-con .jour-rside .jour-time {
    padding-top: 10px;
  }
  .jouor-out .jouor-content .jour-con .jour-rside .jour-marks {
    padding-top: 15px;
    font-size: 14px;
  }
  .jouor-out .jouor-content .jour-con .jour-rside .jour-btn {
    margin-top: 10px;
    width: 140px;
    padding: 10px 0;
  }
  .play-out {
    margin: 10px 0;
  }
  .play-out .play-container {
    padding: 20px;
  }
  .play-out .play-container .play-title {
    text-align: center;
    font-size: 18px;
  }
  .play-out .play-container .play-title .play-marks {
    padding-top: 10px;
  }
  .play-out .play-container .play-video {
    margin-top: 20px;
  }
  .play-out .play-container .play-video video {
    height: 50vw;
  }
  .play-out .play-container .play-line {
    margin: 20px 0;
  }
  .mation-out {
    padding: 25px 0;
  }
  .mation-out .mation-content .mation-con {
    display: block;
  }
  .mation-out .mation-content .mation-con .mation-le {
    width: 100%;
  }
  .mation-out .mation-content .mation-con .mation-le .mation-img {
    width: auto;
  }
  .mation-out .mation-content .mation-con .mation-le .mation-img .le-marks {
    font-size: 13px;
    padding: 15px;
  }
  .mation-out .mation-content .mation-con .mation-ri {
    width: 100%;
    padding: 10px 15px;
  }
  .mation-out .mation-content .mation-con .mation-ri .mation-item {
    padding: 15px 0;
  }
  .mation-out .mation-content .mation-con .mation-ri .mation-item .mation-lside {
    width: 60%;
    font-size: 12px;
  }
  .mation-out .mation-content .mation-con .mation-ri .mation-item .mation-rside {
    white-space: nowrap;
    font-size: 12px;
  }
  .style-out {
    padding: 30px 0;
  }
  .style-out .style-content .nurse-banner .swiper-wrapper .swiper-slide .swiper-item .item-word {
    font-size: 15px;
  }
  .style-out .style-content .nurse-banner .nurse-btn {
    top: 40%;
  }
  .style-out .style-content .nurse-banner .nurse-btnA {
    top: 40%;
  }
  .list-bg .nursing-list .row .nursing-first .nursing-down .down-det {
    font-size: 12px;
  }
  .list-bg .nursing-list .row .nursing-first .nursing-down .down-det .det-date {
    padding-right: 8px;
  }
  .inter-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .swiper-content {
    padding: 20px 30px;
    margin-bottom: 20px;
  }
  .swiper-content .banner-container .detail-banner .swiper-wrapper .swiper-slide .banner-item .item-bword {
    font-size: 12px;
  }
  .own-out .own-content {
    display: block;
  }
  .own-out .own-content .own-le {
    width: 100%;
  }
  .own-out .own-content .own-le .le-content {
    padding: 30px;
    text-align: center;
  }
  .own-out .own-content .own-le .le-content img {
    max-width: 100%;
    height: 100%;
  }
  .own-out .own-content .own-le .le-content::before {
    display: none;
  }
  .own-out .own-content .own-ri {
    width: 100%;
  }
  .own-out .own-content .own-ri .ri-content {
    padding: 25px 20px;
  }
  .own-out .own-content .own-ri .ri-content .ownri-title .ri-name {
    font-size: 18px;
  }
  .own-out .own-content .own-ri .ri-content .ownri-title .ri-tag {
    font-size: 13px;
  }
  .own-out .own-content .own-ri .ri-content .ownri-add {
    margin-top: 10px;
  }
  .own-out .own-content .own-ri .ri-content .ownri-tag {
    padding-top: 15px;
    font-size: 14px;
  }
  .own-out .own-content .own-ri .ri-content .ownri-marks {
    padding-top: 10px;
    font-size: 14px;
  }
  .own-out .expert-table {
    padding-top: 20px;
  }
  .own-out .expert-table .table-sche {
    padding-top: 20px;
  }
  .train-out .train-head .train-input {
    padding: 10px 0;
  }
  .train-out .train-head .train-input .input-con input {
    width: 220px;
  }
  .train-out .train-head .train-tab {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .train-out .train-head .train-tab .tab-le {
    width: 35%;
    font-size: 15px;
  }
  .train-out .train-head .train-tab .tab-ri .ri-tabs .tas-item {
    font-size: 15px;
    margin-right: 20px;
  }
  .train-out .train-head .train-tab .tab-ri .ri-con {
    padding-top: 10px;
  }
  .train-out .train-head .train-tab .tab-ri .ri-con .con-item {
    white-space: nowrap;
    font-size: 14px;
    width: calc(100% / 2);
  }
  .train-out .train-head .train-fess {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .train-out .train-head .train-fess .fess-le {
    width: 35%;
  }
  .train-out .train-head .train-tion {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .train-out .train-head .train-tion .tion-le {
    width: 35%;
  }
  .train-out .train-head .train-tion .tion-ri .tion-con .tion-item {
    font-size: 14px;
  }
  .train-out .train-content {
    padding-bottom: 20px;
  }
  .train-out .train-content .train-list {
    margin-right: -15px;
  }
  .train-out .train-content .train-list .expert-item {
    width: calc(100% / 2 - 30px);
  }
  .train-out .train-content .train-list .expert-item .expert-con {
    padding: 9px;
  }
  .train-out .train-content .train-list .expert-item .expert-con .expert-left .l-t {
    font-size: 12px;
  }
  .train-out .train-content .train-list .expert-item .expert-con .expert-left .l-re {
    font-size: 12px;
  }
  .train-out .train-content .train-list .expert-item .expert-con .expert-right img {
    width: 20px;
    height: 20px;
  }
  .leader-content {
    padding-bottom: 30px;
  }
  .leader-content .leader-list {
    padding-top: 20px;
    margin-right: -10px;
  }
  .leader-content .leader-list .leader-item {
    width: calc(100% / 2 - 30px);
    margin-bottom: 15px;
  }
  .leader-content .leader-list .leader-item .leader-con {
    padding: 9px;
  }
  .leader-content .leader-list .leader-item .leader-con .leader-right img {
    width: 20px;
    height: 20px;
  }
}
