html,
body {
  width: 100%;
  min-width: 1460px;
}

/* @media screen and (max-width: 920px) {

  html,
  body {
    overflow-x: hidden;
  }
} */

/* @media screen and (max-width: 1460px) {
  body {
    -webkit-text-size-adjust: none;
    zoom: 0.9;
  }
} */

.main-wrapper {
  width: 100%;
  overflow: hidden;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}


/*公共头部样式*/
.m-home-top {
  width: 100%;
  height: 196px;
  position: relative;
}

.m-home-top .top-body {
  height: 196px;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.m-home-top .top-item {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  /* width: 1000px; */
  /* margin: 0 auto; */
}

.m-home-top .top-item .search {
  width: 120px;
  height: 33px;
  margin-top: 10px;
}

.m-home-top .top-item .search a {
  height: 33px;
  background: #1966b1;
  border-radius: 30px;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 25px;
}

.m-home-top .top-item .search a:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url("/material/images/search_2.png") no-repeat;
  background-size: contain;
}

.m-home-top .nav {
  width: 100%;
}

.m-home-top .nav ul {
  display: flex;
  /* width: 100%; */
}

.m-home-top .nav ul::after {
  content: '';
  display: block;
  width: 0;
  clear: both;
  overflow: hidden;
}

.m-home-top .nav .nav-item {
  margin-left: 94px;
  text-align: right;
  word-break: keep-all;
  /* float: left; */
}

.m-home-top .nav .nav-item:first-of-type {
  text-align: left;
  margin-left: 0;
}

.m-home-top .nav .nav-item .item {
  font-size: 18px;
  color: #000;
  position: relative;
  display: block;
  /* height: 65px;
  line-height: 65px; */
  height: 72px;
  line-height: 72px;
}

.m-home-top .nav .nav-item .item:before {
  content: '';
  display: none;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #3db7ee;
  position: absolute;
}

.m-home-top .nav .nav-current .item:before {
  display: block !important;
}


.m-home-top .nav .nav-item .item:hover:before {
  display: block;
}

.m-home-top .nav .nav-item:first-of-type .item:hover:before {
  display: none;
}

.m-home-top .nav .nav-item .subMenu {
  display: none;
  position: absolute;
  top: 196px;
  left: 0;
  width: 100%;
  height: 420px;
  z-index: 50;
}

.m-common-model {
  width: 100%;
  height: 420px;
  background: url("/material/images/nav_bg_1.jpg") center top no-repeat;
  background-size: cover;
}

.m-common-model .model-wrap {
  width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
}

.m-common-model h3 {
  display: flex;
  justify-content: space-between;
}

.m-common-model h3 span {
  font-size: 42px;
  color: #fff;
  position: relative;
}

.m-common-model h3 span:after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.m-common-model .menu-link {
  overflow: hidden;
  margin-top: 60px;
  width: 1150px;
}

.m-common-model .menu-link a {
  display: block;
  float: left;
  padding-right: 130px;
  font-size: 24px;
  color: #fff;
  margin-bottom: 50px;
}

.m-common-model .menu-link a.nav-current,
.m-common-model .menu-link a:hover {
  text-decoration: underline;
}

.m-common-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #00a0e8;
  height: 38px;
}

.m-common-tab a {
  margin-right: 40px;
  border-left: 1px solid #00a0e8;
  border-top: 1px solid #00a0e8;
  border-right: 1px solid #00a0e8;
  height: 37px;
  width: 145px;
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 37px;
}

.m-common-tab .active {
  background: #00a0e8;
  color: #fff;
}

.m-common-tabCon {
  padding-top: 80px;
}

.m-common-tabCon .tab-content {
  display: none;
}

.m-breadcrumbs {
  margin: 10px auto 0 auto;
  width: 1200px !important;
}

.m-breadcrumbs span {
  font-size: 12px;
  color: #9fa0a0;
  margin: 0 6px;
}

.m-breadcrumbs span:first-of-type {
  margin-left: 0;
}

.m-breadcrumbs a {
  font-size: 14px;
  color: #9fa0a0;
}

.m-breadcrumbs .home {
  color: #005bab;
}

.w1200 {
  width: 1200px;
}

.w1140 {
  width: 1140px;
}

.w1000 {
  width: 1000px;
}

.m-common-list {
  overflow: hidden;
}

.m-common-list li {
  width: 46%;
  float: left;
  display: flex;
  margin: 0 45px 30px 0;
}

.m-common-list li .avatar {
  width: 223px;
  height: 304px;
  margin-right: 40px;
}

.m-common-list li .avatar img {
  object-fit: cover;
}

.m-common-list li .doctor-intro .item {
  margin-bottom: 10px;
}

.m-common-list li .doctor-intro .item:nth-of-type(1) {
  font-size: 18px;
  margin-bottom: 20px;
}

.m-common-list li .doctor-intro .item:nth-of-type(1) a {
  color: #000;
  font-weight: bold;
}

.m-common-list li .doctor-intro .item:nth-of-type(2) {
  font-size: 14px;
}

.m-common-list li .doctor-intro .item:nth-of-type(3) {
  font-size: 14px;
}

.m-common-list li .doctor-intro .item:nth-of-type(4) {
  font-size: 14px;
}

.m-footer {
  width: 100%;
  height: 524px;
  overflow: hidden;
  background: url("/material/images/footer_bg.jpg") center top no-repeat;
  background-size: cover;
}

#displaypagenum a {
  color: #005bab;
}

.m-footer .footer-wrap {
  width: 1460px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
}

.m-footer .footer-top {
  height: 101px;
  border-bottom: 1px solid #fff;
}

.m-footer .footer-top .link-wrap,
.m-footer .footer-top .share-box {
  flex: 1;
}

.m-footer .footer-top .link-wrap .select {
  width: 180px;
  height: 35px;
  margin-right: 30px;
}

.m-footer .footer-top .share-box {
  display: flex;
  justify-content: end;
  align-items: center;
}

.m-footer .footer-middle {
  height: 276px;
  border-bottom: 1px solid #fff;
}

.m-footer .footer-middle .content-left,
.m-footer .footer-middle .content-right {
  flex: 1;
}

.m-footer .footer-middle .content-left p {
  margin-bottom: 20px;
}

.m-footer .footer-middle .content-right {
  display: flex;
  justify-content: end;
}

.m-footer .footer-middle .content-right .item {
  margin-left: 25px;
  text-align: center;
}

.m-footer .footer-bottom {
  height: 145px;
}

.m-footer .footer-bottom .item {
  margin-right: 150px;
}

.news-floor-1 h2 {
  display: flex;
  justify-content: space-between;
}

.news-floor-1 h2 span {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  position: relative;
}

.news-floor-1 h2 span:after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #005bac;
  position: absolute;
  left: 0;
  bottom: -7px;
}

.news-floor-1 h2 a {
  font-size: 14px;
  color: #72717b;
  display: flex;
  align-items: center;
}

.news-floor-1 h2 a .arrow {
  width: 25px;
  height: 5px;
  background: url("/material/images/arrow.png") no-repeat;
  margin-left: 7px;
  background-size: contain;
}

.news-floor-1 .swiper-container-horizontal>.swiper-pagination-bullets,
.news-floor-1 .swiper-pagination-custom,
.news-floor-1 .swiper-pagination-fraction {
  left: 500px;
}

.logo img {
  width: 359px;
}

.news-floor-1 .swiper-button-next,
.news-floor-1 .swiper-button-prev {
  width: 35px;
  height: 73px;
  background-size: contain !important;
}

.news-floor-1 .swiper-button-prev {
  left: 0;
  background: url("/material/images/prev.png") no-repeat;
}

.news-floor-1 .swiper-button-next {
  right: 0;
  background: url("/material/images/next.png") no-repeat;
}

.news-floor-1 .news-item {
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
}

.news-floor-1 .news-item .image {
  width: 553px;
  height: 363px;
}

.news-floor-1 .news-item .image img {
  object-fit: cover;
}

.news-floor-1 .news-item .news-info {
  padding-left: 65px;
}

.news-floor-1 .news-item .news-info .format {
  height: 76px;
}

.news-floor-1 .news-item .news-info .format .date {
  width: 68px;
  height: 76px;
  color: #fff;
}

.news-floor-1 .news-item .news-info .format .day {
  height: 54px;
  background: #0097e0;
  text-align: center;
  box-sizing: border-box;
  padding-top: 10px;
  font-size: 32px;
  font-weight: bold;
}

.news-floor-1 .news-item .news-info .format .year-month {
  height: 22px;
  background: #005bac;
  text-align: center;
  line-height: 22px;
}

.news-floor-1 .news-item .news-info .news-box {
  margin-top: 36px;
}

.news-floor-1 .news-item .news-info .news-box .title {
  margin-bottom: 18px;
}

.news-floor-1 .news-item .news-info .news-box .title a {
  font-size: 26px;
  color: #000;
  font-weight: bold;
}

.news-floor-1 .news-item .news-info .news-box .title a:hover {
  color: #005bab;
}

.news-floor-1 .news-item .news-info .news-box .abstract {
  font-size: 14px;
  color: #72717b;
  line-height: 27px;
}

.news-floor-2 {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.news-floor-2 .news-info:nth-of-type(1) {
  width: 713px;
}

.news-floor-2 .news-info:nth-of-type(2) {
  width: 388px;
}

.news-floor-2 .news-info .news-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f0f1f4;
  padding-bottom: 10px;
}

.news-floor-2 .news-info .news-top .j-tab {
  display: flex;
  align-items: center;
}

.news-floor-2 .news-info .news-top .j-tab a {
  font-size: 20px;
  color: #72717b;
  border-right: 1px solid #ddd;
  padding: 0 10px;
}

.news-floor-2 .news-info .news-top .j-tab a:nth-last-of-type(1) {
  border-right: none;
}

.news-floor-2 .news-info .news-top .j-tab .active {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.news-floor-2 .news-info .news-top .more .item {
  display: none;
}

.news-floor-2 .news-info .news-top .more a {
  display: block;
  border: 1px solid #ccc;
  color: #72717b;
  border-radius: 15px;
  padding: 3px 10px;
}

.news-floor-2 .news-info .news-top .j-tab a:hover {
  color: #005bab;
}

.news-floor-2 .news-info .j-tab-con .content {
  display: none;
}

.news-floor-2 .news-info .j-tab-con .item {
  padding: 10px 0;
  border-bottom: 1px solid #f0f1f4;
}

.news-floor-2 .news-info .j-tab-con .item span,
.news-floor-2 .news-info .j-tab-con .item em {
  display: block;
}

.news-floor-2 .news-info .j-tab-con .item span {
  font-size: 18px;
  color: #333;
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
}

.news-floor-2 .news-info .j-tab-con .item span:hover {
  color: #005bab;
}

.news-floor-2 .news-info .j-tab-con .item em {
  font-size: 16px;
  color: #72717b;
}

/*首页样式*/
.m-banner {
  width: 100%;
  height: 661px;
  overflow: hidden;
  /* background: #ccc; */
}

.m-footer .footer-middle .content-right .item .wx-image img {
  width: 100px;
  margin-bottom: 5px;
}

.m-banner .item {
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.m-banner .item a {
  width: 100%;
  display: block;
}

.m-banner .item div {
  width: 100% !important;
  -webkit-transition: transform 5s ease-out;
  transition: transform 5s ease-out;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.m-banner .swiper-slide-active .item div {
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (min-width: 3000px) {
  .m-banner .item div {
    background-size: cover !important;
  }
}

.m-banner .swiper-pagination-bullet {
  width: 27px;
  height: 11px;
  background: #fff;
  border-radius: 15px;
  opacity: 1;
}

.m-banner .swiper-pagination-bullet-active {
  width: 50px;
  height: 11px;
  background: #007aff;
}

.m-main {
  width: 100%;
  padding-top: 40px;
  overflow: hidden;
}

.m-main .main-nav {
  padding: 75px 0;
  display: flex;
  justify-content: center;
}

.m-main .main-nav a {
  margin: 0 40px;
  width: 20%;
  text-align: center;
}

.m-main .main-nav a span,
.m-main .main-nav a .icon {
  display: block;
}

.m-main .main-nav a .icon {
  height: 72px;
  background-size: contain !important;
}

.m-main .main-nav a .icon1 {
  background: url("/material/images/nav_icon_1.png") center center no-repeat;
}

.m-main .main-nav a .icon2 {
  background: url("/material/images/nav_icon_2.png") center center no-repeat;
}

.m-main .main-nav a .icon3 {
  background: url("/material/images/nav_icon_3.png") center center no-repeat;
}

.m-main .main-nav a .icon4 {
  background: url("/material/images/nav_icon_4.png") center center no-repeat;
}

.m-main .main-nav a .icon5 {
  background: url("/material/images/nav_icon_5.png") center center no-repeat;
}

.m-main .main-nav a span {
  font-size: 20px;
  margin-top: 20px;
  color: #000;
  /* font-weight: bold; */
}

.m-main .enter-wrap {
  width: 1460px;
  height: 654px;
  margin: 20px auto 0 auto;
}

.m-main .enter-wrap .list-info a {
  display: block;
  float: left;
}

.m-main .enter-wrap .list-info a:hover img {
  transform: scale(1.1);
}

.m-main .enter-wrap .list-info img {
  transition: all 0.5s ease;
}

.m-main .enter-bg-1 {
  display: flex;
  align-items: center;
  justify-content: end;
  background: url("/material/images/bg_1.jpg") no-repeat;
}

.m-main .enter-bg-1 .list-info {
  width: 640px;
}

.m-main .enter-bg-2 {
  display: flex;
  align-items: center;
  justify-content: start;
  background: url("/material/images/bg_2.jpg") no-repeat;
}

.m-main .enter-bg-2 .list-info {
  width: 400px;
  padding-left: 180px;
}

/*留言板*/
.m-message {
  width: 1270px;
  margin: 0 auto;
  padding: 50px 0 70px 0;
}

.m-message .message-tabCon h3 {
  border-bottom: 1px solid #b2b2b2;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  padding-bottom: 78px;
}

.m-message .message-tabCon .message-list li {
  padding: 50px 135px;
  border-bottom: 1px solid #b2b2b2;
  box-sizing: border-box;
  display: flex;
}

.m-message .message-tabCon .message-list li .content {
  flex: 1;
  box-sizing: border-box;
  padding-right: 50px;
}

.m-message .message-tabCon .message-list li .content .item {
  display: flex;
  font-size: 16px;
}

.m-message .message-tabCon .message-list li .content .item .title {
  font-weight: bold;
  margin-bottom: 12px;
}

.m-message .message-tabCon .message-list li .content .item .message {
  flex: 1;
}

.m-message .message-tabCon .message-list li .date {
  font-size: 16px;
}

.m-message .message-tabCon .my-message .tip-content,
.m-message .message-tabCon .leave-message .tip-content {
  text-align: center;
}

.m-message .message-tabCon .my-message .tip-content .item:nth-of-type(1),
.m-message .message-tabCon .leave-message .tip-content .item:nth-of-type(1) {
  font-size: 24px;
  margin-bottom: 8px;
}

.m-message .message-tabCon .my-message .tip-content .item:nth-of-type(2),
.m-message .message-tabCon .leave-message .tip-content .item:nth-of-type(2) {
  font-size: 16px;
  color: #72717b;
}

.m-message .message-tabCon .my-message .form-validate,
.m-message .message-tabCon .leave-message .form-validate {
  margin: 70px auto 0 auto;
}

.m-message .message-tabCon .my-message .form-validate .form-item,
.m-message .message-tabCon .leave-message .form-validate .form-item {
  margin-bottom: 20px;
}

.m-message .message-tabCon .my-message .form-validate .form-item:nth-last-of-type(1),
.m-message .message-tabCon .leave-message .form-validate .form-item:nth-last-of-type(1) {
  margin-top: 50px;
  text-align: center;
}

.m-message .message-tabCon .my-message .form-validate .form-item h4,
.m-message .message-tabCon .leave-message .form-validate .form-item h4 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.m-message .message-tabCon .my-message .form-validate {
  width: 870px;
}

.m-message .message-tabCon .my-message .form-validate h4 .icon {
  color: #d32a2a;
}

.m-message .message-tabCon .my-message .form-validate .text,
.m-message .message-tabCon .my-message .form-validate .content {
  width: 100%;
  outline: 0;
  box-sizing: border-box;
  padding-left: 10px;
  border: 1px solid #dbdbdb;
}

.m-message .message-tabCon .my-message .form-validate .text {
  height: 38px;
}

.m-message .message-tabCon .my-message .form-validate .content {
  height: 155px;
  padding: 7px;
  font-size: 14px;
}

.m-message .message-tabCon .my-message .form-validate .code {
  width: 178px;
  height: 38px;
  outline: 0;
  box-sizing: border-box;
  padding-left: 10px;
  border: 1px solid #dbdbdb;
  margin-right: 15px;
}

.m-message .message-tabCon .my-message .form-validate .form-radio {
  display: flex;
}

.m-message .message-tabCon .my-message .form-validate .form-radio span {
  display: flex;
  align-items: center;
  margin-right: 30px;
  font-size: 14px;
}

.m-message .message-tabCon .my-message .form-validate .form-radio .radio {
  margin-right: 3px;
  width: 15px;
  height: 15px;
}

.m-message .message-tabCon .my-message .form-validate .submit {
  width: 145px;
  height: 40px;
  background: #0097e0;
  color: #fff;
  cursor: pointer;
  outline: 0;
  border: none;
  font-size: 18px;
}

.m-message .message-tabCon .leave-message .form-validate {
  width: 420px;
}

.m-message .message-tabCon .leave-message .form-validate .form-item .mobile {
  height: 53px;
  width: 100%;
  outline: 0;
  box-sizing: border-box;
  padding-left: 10px;
  border: 1px solid #dbdbdb;
}

.m-message .message-tabCon .leave-message .form-validate .form-item .form-code {
  height: 55px;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  padding: 8px 0;
}

.m-message .message-tabCon .leave-message .form-validate .form-item .form-code .code {
  border: none;
  outline: 0;
  height: 38px;
  border-right: 1px solid #000;
  width: 68%;
  box-sizing: border-box;
  padding-left: 10px;
}

.m-message .message-tabCon .leave-message .form-validate .form-item .form-code .j_code {
  display: inline-block;
  width: 31%;
  height: 38px;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}

.m-message .message-tabCon .leave-message .form-validate .form-item .search {
  width: 212px;
  height: 40px;
  background: #0097e0;
  color: #fff;
  cursor: pointer;
  outline: 0;
  border: none;
  font-size: 18px;
}

.m-message .message-tabCon .already-message {
  margin-top: -80px;
  display: none;
}

.m-message .message-tabCon .already-message .user-info {
  padding: 50px 0 50px 130px;
  border-bottom: 1px solid #b2b2b2;
  display: flex;
}

.m-message .message-tabCon .already-message .user-info .item {
  font-size: 20px;
}

.m-message .message-tabCon .already-message .user-info .item:nth-of-type(1) {
  padding-right: 80px;
}

.m-message .message-tabCon .already-message .user-info .item:nth-of-type(2) {
  flex: 1;
}

.m-message .message-tabCon .already-message .user-info .item:nth-of-type(3) a {
  width: 145px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #0097e0;
  color: #fff;
  font-size: 16px;
  display: block;
}

.m-message .message-tabCon .already-message .leave-message-list li {
  padding: 50px 0 50px 130px;
  border-bottom: 1px solid #b2b2b2;
  display: flex;
}

.m-message .message-tabCon .already-message .leave-message-list li .number span {
  display: block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: #eaeaea;
}

.m-message .message-tabCon .already-message .leave-message-list li .content-list {
  flex: 1;
  padding: 0 90px 0 35px;
}

.m-message .message-tabCon .already-message .leave-message-list li .content-list .content {
  flex: 1;
  box-sizing: border-box;
  padding-right: 50px;
}

.m-message .message-tabCon .already-message .leave-message-list li .content-list .content:nth-of-type(1) {
  margin-bottom: 15px;
}

.m-message .message-tabCon .already-message .leave-message-list li .content-list .content .item {
  display: flex;
  font-size: 16px;
}

.m-message .message-tabCon .already-message .leave-message-list li .content-list .content .item .title {
  font-weight: bold;
  margin-bottom: 12px;
}

.m-message .message-tabCon .already-message .leave-message-list li .content-list .content .item .message {
  flex: 1;
}

.m-message .message-tabCon .already-message .leave-message-list li .state span {
  width: 145px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #eaeaea;
  font-size: 16px;
  display: block;
}

/*医院导航*/
.dept-navigation {
  width: 1272px;
  margin: 0 auto;
  padding: 60px 0 100px 0;
}

.dept-navigation .nav-item:nth-of-type(1) {
  margin-bottom: 150px;
}

.dept-navigation .nav-item h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
}

/*医疗服务*/
.medical-service {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0 100px 0;
}

.medical-service h3 {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #b2b2b2;
  font-size: 30px;
}

.medical-service .service-list li {
  display: flex;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #b2b2b2;
}

.medical-service .service-list li .date {
  border-right: 1px solid #d3d3d3;
  padding-right: 15px;
}

.medical-service .service-list li .date .day {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}

.medical-service .service-list li .date .year-month {
  font-size: 14px;
}

.medical-service .service-list li .title {
  padding-left: 20px;
}

.medical-service .service-list li .title a {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.medical-service .service-list li .title a:hover {
  color: #005bab;
}

/*科室导航*/
.department {
  width: 1270px;
  margin: 0 auto;
  padding: 60px 0 50px 0;
}

.department h3 {
  text-align: center;
  padding-bottom: 30px;
  font-size: 20px;
}

.department .dept-list {
  overflow: hidden;
  margin-bottom: 110px;
}

.department .dept-list a {
  width: 243px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #d9d9d9;
  display: block;
  float: left;
  margin: 0 11px 11px 0;
  box-sizing: border-box;
  padding: 0 12px;
  color: #000;
}

.department .dept-list a:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 8px;
  background: url("/material/images/arrow_2.png") no-repeat;
  margin-right: 10px;
}

/*爱彩网平台中心首页*/
.news-center-index {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 100px 0;
}

.news-center-index .news-floor-2 .news-info {
  width: 100%;
}

/*爱彩网平台中心*/
.news-center {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 100px 0;
  min-height: 700px;
}

/* .news-center .no-more-li {
  text-align: center;
  padding: 50px 0;
} */

.news-center h3 {
  text-align: center;
  padding-bottom: 60px;
  font-size: 30px;
}

.news-center li {
  display: flex;
  margin-bottom: 50px;
}

.news-center li .date {
  padding-right: 25px;
}

.news-center li .date .day {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}

.news-center li .date .year-month {
  font-size: 14px;
}

.news-center li .news-content {
  border-left: 1px solid #d3d3d3;
  padding-left: 30px;
  display: flex;
  flex: 1;
}

.news-center li .news-content .image {
  padding-right: 50px;
}

.news-center li .news-content .image img {
  height: auto;
}

.news-center li .news-content dt a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  position: relative;
}

.news-center li .news-content dt a:hover {
  color: #005bab;
}

.news-center li .news-content dt a:after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: #9a9a9a;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.news-center li .news-content dd {
  margin-top: 25px;
  font-size: 13px;
  line-height: 22px;
  text-align: justify;
}

/*文章详情*/
.news-center-detail {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0 70px 0;
  display: flex;
  justify-content: space-between;
}

.news-center-detail .detail-info {
  width: 790px;
}

.news-center-detail .detail-info .title-box {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 13px;
}

.news-center-detail .detail-info .title-box .title {
  font-weight: bold;
  font-size: 22px;
  color: #222;
  text-align: center;
}

.news-center-detail .detail-info .title-box .date-time {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  color: #999;
}

.news-center-detail .detail-info .content {
  padding: 20px 0 30px 0;
  overflow: hidden;
  color: #4a4a4a;
  font-family: '宋体';
  line-height: 32px;
  font-size: 16px;
}

.news-center-detail .detail-info .content img {
  max-width: 100%;
  width: auto;
}

.news-center-detail .detail-info .next-article a {
  font-size: 14px;
  color: #737373;
}

.news-center-detail .recommend {
  width: 360px;
}

.news-center-detail .recommend .list-item {
  border: 1px solid #cccdcd;
  box-sizing: border-box;
  padding: 15px 20px;
  margin-bottom: 20px;
}

.news-center-detail .recommend .list-item h3 {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  font-weight: normal;
  line-height: 45px;
  height: 50px;
  border-bottom: solid 1px #ddd;
}

.news-center-detail .recommend .list-item h3 a {
  font-size: 14px;
  color: #b2b2b2;
}

.news-center-detail .recommend .list-item h3 a:hover {
  color: #005bab;
}

.news-center-detail .recommend .list-item li {
  padding: 13px 0;
  margin-bottom: 13px;
  border-bottom: solid 1px #eee;
}

.news-center-detail .recommend .list-item li:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.news-center-detail .recommend .list-item li .title a {
  font-size: 17px;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333333;
  display: block;
}

.news-center-detail .recommend .list-item li .title a:hover {
  color: #005bab;
}



.news-center-detail .recommend .list-item li .date {
  font-size: 12px;
  color: #9fa0a0;
}

/*科室医生列表*/
.doctor-list {
  width: 1140px;
  margin: 0 auto;
  padding: 50px 0 70px 0;
}

.doctor-list h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 80px;
}

/*科室详情页*/
.article-detail {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 70px 0;
  overflow: hidden;
}

.article-detail .title-box {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 13px;
  width: 1000px;
  margin: auto;
}

.article-detail .title-box .title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}


.article-detail .title-box .date-time {
  text-align: right;
  margin-top: 20px;
  color: #b9b9b9;
}

.article-detail .content {
  padding: 20px 0 30px 0;
  width: 1000px;
  margin: auto;
}

.article-detail .content img,
.article-detail .content video,
.article-detail .content iframe {
  display: block;
  max-width: 100%;
  width: auto;
  margin: auto;
}

/*名医荟萃*/
.famous-doctor {
  width: 1140px;
  margin: 0 auto;
  padding: 50px 0 70px 0;
}

.famous-doctor .search-wrap {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}

.famous-doctor .search-wrap .change-list {
  width: 200px;
  height: 40px;
  margin-right: 25px;
  font-size: 14px;
}

.famous-doctor .search-wrap .search-keyword {
  width: 350px;
  height: 40px;
  border: 1px solid #b2b2b2;
  box-sizing: border-box;
  padding-left: 10px;
  outline: 0;
  margin-right: 150px;
}

.famous-doctor .search-wrap .search {
  width: 156px;
  height: 40px;
  background: #0097e0;
  color: #fff;
  cursor: pointer;
  outline: 0;
  border: none;
  font-size: 18px;
}

/*科室主页*/
.dept-index {
  width: 1270px;
  margin: 0 auto;
  padding: 50px 0 70px 0;
}

.dept-index .news-wrap {
  overflow: hidden;
}

.dept-index .news-wrap .dept-intro,
.dept-index .news-wrap .dept-slider {
  float: left;
}

.dept-index .news-wrap .dept-intro {
  width: 644px;
  height: 478px;
  background: #f0f0f0;
  box-sizing: border-box;
  padding: 80px 90px;
  float: left;
}

.dept-index .news-wrap .dept-intro .abstract {
  line-height: 27px;
  text-indent: 2em;
  text-align: justify;
}

.dept-index .news-wrap .dept-intro .more {
  margin-top: 30px;
}

.dept-index .news-wrap .dept-intro .more a {
  display: flex;
  color: #72717b;
  align-items: center;
}

.dept-index .news-wrap .dept-intro .more a:after {
  content: '';
  width: 25px;
  height: 5px;
  background: url("/material/images/arrow.png") no-repeat;
  margin-left: 5px;
  background-size: contain;
}

.dept-index .news-wrap .dept-slider {
  width: 626px;
  overflow: hidden;
  float: right;
}

.dept-index .news-wrap .dept-slider .title {
  text-align: right;
  float: right;
}

.dept-index .news-wrap .dept-slider .title .item:nth-of-type(1) {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
}

.dept-index .news-wrap .dept-slider .slider {
  height: 360px;
  background: #ccc;
  margin-top: 35px;
  float: right;
  width: 100%;
}

.dept-index .news-wrap .dept-slider .slider .swiper-pagination-bullet {
  background: #fff;
}

.dept-index .news-wrap .dept-slider .slider .swiper-container-horizontal>.swiper-pagination-bullets,
.dept-index .news-wrap .dept-slider .slider .swiper-pagination-custom,
.dept-index .news-wrap .dept-slider .slider .swiper-pagination-fraction {
  left: 260px;
}

.dept-index .news-wrap .dept-slider .slider .swiper-button-next,
.dept-index .news-wrap .dept-slider .slider .swiper-button-prev {
  width: 35px;
  height: 73px;
  background-size: contain !important;
}

.dept-index .news-wrap .dept-slider .slider .swiper-button-prev {
  left: 0;
  background: url("/material/images/prev.png") no-repeat;
}

.dept-index .news-wrap .dept-slider .slider .swiper-button-next {
  right: 0;
  background: url("/material/images/next.png") no-repeat;
}

.dept-index .news-wrap .dept-slider .slider a {
  display: block;
  position: relative;
}

.dept-index .news-wrap .dept-slider .slider a span {
  box-sizing: border-box;
  padding: 7px 18px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 16px;
}

.dept-index .dept-doctor {
  margin-top: 90px;
}

.dept-index .dept-doctor h3 {
  padding-left: 80px;
  display: flex;
  justify-content: space-between;
}

.dept-index .dept-doctor h3 span {
  font-size: 36px;
  font-weight: bold;
  position: relative;
}

.dept-index .dept-doctor h3 span:after {
  content: '';
  display: block;
  position: absolute;
  width: 80px;
  height: 3px;
  background: #005bac;
  left: 0;
  bottom: -7px;
}

.dept-index .dept-doctor h3 a {
  display: flex;
  color: #72717b;
  align-items: center;
}

.dept-index .dept-doctor h3 a:after {
  content: '';
  width: 25px;
  height: 5px;
  background: url("/material/images/arrow.png") no-repeat;
  margin-left: 5px;
  background-size: contain;
}

.dept-index .dept-doctor ul {
  margin-top: 60px;
  display: flex;
}

.dept-index .dept-doctor li {
  width: 172px;
  height: 224px;
  position: relative;
  margin-right: 10px;
}

.dept-index .dept-doctor li .intro {
  box-sizing: border-box;
  padding: 7px 15px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-align: left;
}

.dept-index .dept-news {
  margin-top: 90px;
}

.dept-index .dept-news h3 {
  padding-left: 80px;
  display: flex;
  justify-content: space-between;
}

.dept-index .dept-news h3 span {
  font-size: 36px;
  font-weight: bold;
  position: relative;
}

.dept-index .dept-news h3 span:after {
  content: '';
  display: block;
  position: absolute;
  width: 80px;
  height: 3px;
  background: #005bac;
  left: 0;
  bottom: -7px;
}

.dept-index .dept-news h3 a {
  display: flex;
  color: #72717b;
  align-items: center;
}

.dept-index .dept-news h3 a:after {
  content: '';
  width: 25px;
  height: 5px;
  background: url("/material/images/arrow.png") no-repeat;
  margin-left: 5px;
  background-size: contain;
}

.dept-index .dept-news ul {
  margin-top: 60px;
  padding-left: 80px;
}

.dept-index .dept-news li {
  display: flex;
  margin-bottom: 50px;
}

.dept-index .dept-news li .date {
  padding-right: 25px;
}

.dept-index .dept-news li .date .day {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}

.dept-index .dept-news li .date .year-month {
  font-size: 14px;
}

.dept-index .dept-news li .news-content {
  border-left: 1px solid #d3d3d3;
  padding-left: 30px;
  display: flex;
  flex: 1;
}

.dept-index .dept-news li .news-content dl {
  padding-left: 50px;
}

.dept-index .dept-news li .news-content dt a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  position: relative;
}

.dept-index .dept-news li .news-content dt a:hover {
  color: #005bab;
}

.dept-index .dept-news li .news-content dt a:after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: #9a9a9a;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.dept-index .dept-news li .news-content dd {
  margin-top: 25px;
  font-size: 13px;
  line-height: 22px;
  text-align: justify;
}

.dept-index .success-cases {
  margin-top: 90px;
}

.dept-index .success-cases h3 {
  padding: 0 0 50px 80px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.dept-index .success-cases h3 span {
  font-size: 36px;
  font-weight: bold;
  position: relative;
}

.dept-index .success-cases h3 span:after {
  content: '';
  display: block;
  position: absolute;
  width: 80px;
  height: 3px;
  background: #005bac;
  left: 0;
  bottom: -7px;
}

.dept-index .success-cases h3 a {
  display: flex;
  color: #72717b;
  align-items: center;
}

.dept-index .success-cases h3 a:after {
  content: '';
  width: 25px;
  height: 5px;
  background: url("/material/images/arrow.png") no-repeat;
  margin-left: 5px;
  background-size: contain;
}

.dept-index .success-cases li {
  display: flex;
  align-items: center;
  padding: 35px 80px;
  border-bottom: 1px solid #eee;
}

.dept-index .success-cases li:nth-of-type(4) {
  border-bottom: 1px solid #eee;
}

.dept-index .success-cases li .date {
  border-right: 1px solid #d3d3d3;
  padding-right: 15px;
}

.dept-index .success-cases li .date .day {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}

.dept-index .success-cases li .date .year-month {
  font-size: 14px;
}

.dept-index .success-cases li .title {
  padding-left: 20px;
}

.dept-index .success-cases li .title a {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.dept-index .success-cases li .title a:hover {
  color: #005bab;
}

/*搜索页*/
.content-search {
  width: 1270px;
  margin: 0 auto;
  padding: 60px 0 100px 0;
}

.content-search .top-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.content-search .search-box {
  width: 645px;
  height: 57px;
  box-sizing: border-box;
  border: 1px solid #005bac;
  border-radius: 30px;
  margin: 60px auto 0 auto;
}

.content-search .search-box .t-txt {
  width: 520px;
  height: 55px;
  border: 0;
  outline: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  box-sizing: border-box;
  padding-left: 15px;
  font-size: 16px;
}

.content-search .search-box .btn {
  border: 0;
  outline: 0;
  width: 119px;
  height: 55px;
  background: #005bac;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.content-search .search-result {
  width: 1000px;
  margin: 100px auto 0;
}

.content-search #search-msg {
  text-align: center;
  padding: 50px 0;
}

.content-search .search-result .keyword-result {
  padding: 0;
  color: #72717b;
  font-size: 14px;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 15px;
}

.content-search .search-result .keyword-result span {
  color: #005bac;
}

.content-search .search-result li {
  display: flex;
  padding: 35px 0;
  border-bottom: 1px solid #c9c9c9;
  font-size: 16px;
}

.content-search .search-result li a {
  flex: 1;
  color: #222;
}

.content-search .search-result li a:hover {
  color: #005bab;
}

/*重点学科*/
.subject {
  width: 1270px;
  margin: 0 auto;
  padding: 60px 0 50px 0;
}

.subject h3 {
  text-align: center;
  padding-bottom: 15px;
  font-size: 20px;
}

.subject .dept-list {
  overflow: hidden;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}

.subject .dept-list a {
  width: 243px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #d9d9d9;
  margin: 0 11px 11px 0;
  box-sizing: border-box;
  padding: 0 12px;
  color: #000;
}

.dept-list a:hover {
  color: #005bab !important;
  border-color: #005bab !important;
}

.subject .dept-list a:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 8px;
  background: url("/material/images/arrow_2.png") no-repeat;
  margin-right: 10px;
}

/*教学科研*/
.m-teaching {
  width: 1270px;
  margin: 0 auto;
  padding: 60px 0 50px 0;
}

.m-teaching .m-common-tab a {
  width: auto;
  padding: 0 25px;
}

.m-teaching h3 {
  padding-left: 80px;
  display: flex;
  justify-content: space-between;
}

.m-teaching h3 span {
  font-size: 36px;
  font-weight: bold;
  position: relative;
}

.m-teaching h3 span:after {
  content: '';
  display: block;
  position: absolute;
  width: 80px;
  height: 3px;
  background: #005bac;
  left: 0;
  bottom: -7px;
}

.m-teaching h3 a {
  display: flex;
  color: #72717b;
  align-items: center;
}

.m-teaching h3 a:after {
  content: '';
  width: 25px;
  height: 5px;
  background: url("/material/images/arrow.png") no-repeat;
  margin-left: 5px;
  background-size: contain;
}

.m-teaching .teach-member ul {
  margin-top: 60px;
  display: flex;
}

.m-teaching .teach-member li {
  width: 172px;
  height: 224px;
  position: relative;
  margin-right: 10px;
}

.teaching-detail .avatar img,
.m-teaching .teach-member li a>img {
  object-fit: cover;
}

.m-teaching .teach-member li .intro {
  box-sizing: border-box;
  padding: 7px 18px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.m-teaching .teach-news {
  margin-top: 50px;
}

.m-teaching .teach-news ul {
  margin-top: 50px;
}

.m-teaching .teach-news li {
  display: flex;
  margin-bottom: 50px;
}

.m-teaching .teach-news li .date {
  padding-right: 25px;
}

.m-teaching .teach-news li .date .day {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}

.m-teaching .teach-news li .date .year-month {
  font-size: 14px;
}

.m-teaching .teach-news li .news-content {
  border-left: 1px solid #d3d3d3;
  padding-left: 30px;
  display: flex;
  flex: 1;
}

.m-teaching .teach-news li .news-content dl {
  padding-left: 50px;
}

.m-teaching .teach-news li .news-content dt a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  position: relative;
}

.m-teaching .teach-news li .news-content dt a:after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: #9a9a9a;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.m-teaching .teach-news li .news-content dd {
  margin-top: 25px;
  font-size: 13px;
  line-height: 22px;
  text-align: justify;
}

.teaching-detail {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0 50px 0;
}

.teaching-detail .item-detail {
  display: flex;
}

.teaching-detail .avatar {
  width: 223px;
  height: 304px;
  margin-right: 40px;
}

.teaching-detail .teach-intro {
  flex: 1;
}

.teaching-detail .teach-intro .item {
  margin-bottom: 10px;
}

.teaching-detail .teach-intro .item:nth-of-type(1) {
  font-size: 18px;
  margin-bottom: 20px;
}

.teaching-detail .teach-intro .item:nth-of-type(1) a {
  color: #000;
  font-weight: bold;
}

.teaching-detail .teach-intro .item:nth-of-type(2),
.teaching-detail .teach-intro .item:nth-of-type(3),
.teaching-detail .teach-intro .item:nth-of-type(4) {
  font-size: 16px;
}

.teaching-detail .teach-intro .item:nth-of-type(5) {
  margin-top: 25px;
}

.teaching-detail .teach-intro .item:nth-of-type(5) h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.teaching-detail .teach-intro .item:nth-of-type(5) .abstract {
  font-size: 16px;
  line-height: 27px;
}