/*banner*/
.banner {
  height: 30rem;
  position: relative;
}
.banner .swiper-banner {
  height: 100%;
}
.banner-info {
  font-family: 'hwxk';
  position: absolute;
  z-index: 12;
  left: 5vw;
  top: 50%;
  font-size: 3.75rem;
  color: #38933b;
  transform: translateY(-50%);
}
.banner-info p:nth-child(2) {
  color: #0f75b5;
}
.banner-img {
  height: 100%;
  background-position: center center;
}
.banner-pc {
  display: block;
}
.banner-mb {
  display: none;
}
.banner-bot {
  position: absolute;
  bottom: 1rem;
  z-index: 9;
  /* left: 5vw; */
  width: 100%;
}
.banner-pag {
  display: flex;
  justify-content: center;
}
.banner-pag span {
  transition: 0.3s;
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #0f78b1;
  margin-right: 10px;
}
.banner-pag span.swiper-pagination-bullet-active {
  background: #da251c;
}
.news-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2.5rem;
  margin-bottom: 1.6rem;
  position: relative;
  border-bottom: 1px solid #dddddd;
}
.news-tit .news-tit-l h1 {
  font-size: 1.75rem;
  font-weight: 500;
}
.news-tit .news-tit-r {
  font-size: 1rem;
  color: #4082b6;
}
.news-tit .news-tit-r .iconfont {
  font-size: 1.125rem;
}
.news-tit.news-line {
  height: 3.2rem;
  border-bottom: 1px solid #dddddd;
}
.news-tit.news-line .news-tit-line {
  height: 4px;
  background-color: #296390;
  width: 7rem;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.news-list .news-item {
  margin-bottom: 1.1rem;
  width: 100%;
  display: flex;
  align-items: center;
}
.news-list .news-item-b {
  width: 4.375rem;
  flex-grow: 0;
  flex-shrink: 0;
}
.news-list .news-item-b span {
  display: block;
  background-color: #4082b6;
  font-size: 1.375rem;
  color: #ffffff;
  text-align: center;
}
.news-list .news-item-b i {
  display: block;
  background-color: #e5e5e5;
  color: #000000;
  font-weight: 100;
  font-style: normal;
  font-size: 0.75rem;
  text-align: center;
  height: 1.375rem;
  line-height: 1.5rem;
}
.news-list .news-item-tit {
  padding-left: 1.25rem;
  font-size: 1.125rem;
  color: #000000;
  transition: 0.3s;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list .news-item a {
  display: block;
}
.news-list .news-item a:hover .news-item-tit {
  color: #0f75b5;
}
.news-list .news-item:last-child {
  margin-bottom: 0 !important;
}
/* 医院新闻 */
.yyxw {
  padding: 2rem 0;
}
.yyxw-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.yyxw-bot {
  display: flex;
  justify-content: space-between;
  width: 75%;
}
.yyxw-bot-l {
  width: 54%;
  padding: 0;
  box-sizing: border-box;
}
.yyxw-bot-l .swper-yyxw .yyxw-bk {
  display: block;
  overflow: hidden;
  color: #222222;
}
.yyxw-bot-l .swper-yyxw .yyxw-bk .pic {
  height: 22.2rem;
}
.yyxw-bot-l .swper-yyxw .yyxw-bk-bot {
  background: #fafafa;
  padding: 0.6rem 1rem;
  width: 100%;
}
.yyxw-bot-l .swper-yyxw .yyxw-bk-bot h1 {
  font-size: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yyxw-bot-l .swper-yyxw .yyxw-bk:hover {
  color: #296390;
}
.yyxw-bot-l .swper-yyxw .yyxw-pag {
  position: absolute;
  z-index: 23;
  left: 1rem;
  bottom: 5rem;
  width: 100%;
}
.yyxw-bot-l .swper-yyxw .yyxw-pag span {
  background: #ffffff;
  opacity: 1;
}
.yyxw-bot-l .swper-yyxw .yyxw-pag .swiper-pagination-bullet-active {
  background: #0f75b5;
}
.yyxw-bot-r {
  width: 46%;
  padding: 0 0 0 2.5rem;
  box-sizing: border-box;
}
.yyxw-sbgg {
  width: 25%;
  padding: 0 0 0 2.5rem;
  box-sizing: border-box;
}
/*医生在线*/
.yszx {
  padding: 1.5rem 0;
}
.yszx .main_row {
  display: flex;
  justify-content: space-between;
}
.yszx .yszx-l {
  width: 17.5rem;
  background: url("../images/nav-back.jpg") no-repeat center;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.yszx .yszx-l ul {
  width: 100%;
}
.yszx .yszx-l ul li {
  padding: 4.75rem 0;
}
.yszx .yszx-l ul li h1 {
  font-size: 1.65rem;
  color: #ffffff;
}
.yszx .yszx-l ul li h2 {
  font-size: 1.65rem;
  color: #ffffff;
  line-height: 1;
  margin-top: 0.55rem;
}
.yszx .yszx-l ul li a {
  background: #5baae5;
  display: block;
  width: 3.75rem;
  padding: 5px 0;
  border-radius: 5px;
  text-align: center;
  font-size: 0.875rem;
  color: #ffffff;
  margin-top: 6rem;
}
.yszx .yszx-l .yszx-in {
  padding-left: 2.5rem;
}
.yszx .yszx-r {
  width: 100%;
  background: #f6f6f6;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 1rem 2rem;
}
.yszx .yszx-r .yszx-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.yszx .yszx-r .yszx-title .yyform form {
  display: flex;
  overflow: hidden;
  border: 1px solid #dfdfdf;
}
.yszx .yszx-r .yszx-title .yyform form input {
  display: block;
  width: 100%;
  border: none;
  padding: 0 0.62rem;
  box-sizing: border-box;
  font-size: 0.875rem;
  color: #222222;
}
.yszx .yszx-r .yszx-title .yyform form button {
  display: block;
  flex-shrink: 0;
  padding: 5px 10px;
  background: #296390;
  border: none;
  cursor: pointer;
}
.yszx .yszx-r .yszx-sw {
  padding-top: 1rem;
  width: 100%;
}
.yszx .yszx-r .yszx-sw .swiper-yszx a {
  display: block;
  padding: 0;
  background: #ffffff;
}
.yszx .yszx-r .yszx-sw .swiper-yszx a .picbox {
  position: relative;
}
.yszx .yszx-r .yszx-sw .yszx-msg {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1.25rem;
}
.yszx .yszx-r .yszx-sw .yszx-msg h1 {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5rem;
  max-height: 3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yszx .yszx-r .yszx-sw .yszx-msg h1 i {
  font-size: 0.9rem;
  color: #999999;
}
.yszx .yszx-r .yszx-sw .yszx-msg p {
  font-size: 0.9rem;
  color: #999999;
}
/*医院动态*/
.yydt {
  padding: 1.5rem 0;
}
.yydt .yydt-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yydt .yydt-list a {
  width: 23.8%;
  height: 8.75rem;
  border: 1px solid #dfdfdf;
  background-color: #f6f6f6;
  display: block;
  position: relative;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  transition: 0.5s;
}
.yydt .yydt-list a h1 {
  font-size: 1rem;
  font-weight: normal;
  color: #000000;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yydt .yydt-list a .yydt-bot {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  right: 1rem;
}
.yydt .yydt-list a .yydt-bot .yydt-bot-l {
  font-size: 0.9rem;
  background-color: #45a29a;
  color: #ffffff;
  width: 5rem;
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
}
.yydt .yydt-list a .yydt-bot .yydt-bot-r {
  font-size: 1rem;
  color: #666666;
  height: 1.875rem;
  line-height: 1.875rem;
}
.yydt .yydt-list a:hover {
  border: 1px solid #296390;
  background-color: #ecf6f5;
}
.yydt .yydt-list a:hover h1 {
  color: #296390;
}
.yydt .yydt-list a:hover .yydt-bot-l {
  background-color: #296390;
}
.yydt .yydt-list a:hover .yydt-bot-r {
  color: #296390;
}
/*科室导航*/
.ksdh {
  background: #f6f6f6 url("../images/ksdh-back.jpg") top center no-repeat;
  padding: 3.6rem 0;
}
.ksdh .main_row {
  background-color: #fff;
  padding: 1.875rem 3.125rem;
}
.ksdh .ksdh-nav {
  margin: 1.25rem 0;
}
.ksdh .ksdh-nav li {
  float: left;
  font-size: 1.125rem;
  line-height: 2.37rem;
  font-weight: bold;
  color: #000000;
  padding: 0 2rem;
  position: relative;
  cursor: pointer;
}
.ksdh .ksdh-nav li.act {
  color: #da251c;
}
.ksdh .ksdh_box .ksdh_box_com {
  display: none;
  position: relative;
  animation: fadeInUp 0.8s ease backwards 0.1s;
}
.ksdh .ksdh_box .ksdh_box_com:before,
.ksdh .ksdh_box .ksdh_box_com:after {
  content: " ";
  display: table;
  line-height: 0;
}
.ksdh .ksdh_box .ksdh_box_com:after {
  clear: both;
}
.ksdh .ksdh_box .ksdh_box_com.act {
  display: block;
}
.ksdh .ksdh_box .ksdh_box_com .cut-img {
  width: 30%;
  height: 310px;
  overflow: hidden;
  float: left;
  position: relative;
  display: block;
  /*animation: fadeInLeft 1.4s ease backwards .1s;*/
}
.ksdh .ksdh_box .ksdh_box_com .cut-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ksdh .ksdh_box .ksdh_box_com .cut-img p {
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #ffffff;
  padding-right: 55px;
  text-align: left;
  background: url(../images/ksdh_img_icon.png) no-repeat 95% center rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  padding-left: 20px;
}
.ksdh .ksdh_box .ksdh_box_com .cut-list {
  float: right;
  width: 68%;
  height: 310px;
  overflow-y: auto;
}
.ksdh .ksdh_box .ksdh_box_com .cut-list li {
  float: left;
  width: 20%;
  padding-right: 25px;
  box-sizing: border-box;
}
.ksdh .ksdh_box .ksdh_box_com .cut-list li a {
  display: block;
  font-size: 15px;
  border-bottom: 1px solid #eeeeee;
  background: url(../images/ksdh_icon.png) no-repeat right center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 10px 10px 0;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.ksdh .ksdh_box .ksdh_box_com .cut-list li a p {
  content: '';
  position: relative;
}
.ksdh .ksdh_box .ksdh_box_com .cut-list li.act a,
.ksdh .ksdh_box .ksdh_box_com .cut-list li:hover a {
  color: #45a29a;
  background: url(../images/ksdh_icon1.png) no-repeat right center;
  border-bottom: 1px solid #45a29a;
}
/*快捷链接*/
.links {
  padding-bottom: 2rem;
}
.links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.links ul li {
  margin-top: 2rem;
  width: 25%;
  text-align: center;
}
.links ul li img {
  width: 90%;
  height: auto;
}
.links ul.links-title li {
  position: absolute;
  width: 50%;
  left: 50%;
  margin-left: -25%;
  bottom: 0;
}
.links ul.links-title li img {
  width: 91.5%;
}
/*# sourceMappingURL=index.css.map */