.aling-center1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.aling-center2 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.aling-center3 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.text-hidden1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cover-style {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.cover-style .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}
html,
body {
  font-size: 14px;
  color: #666;
  font-family: '微软雅黑';
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #666;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,td {
    border: 1px solid #dedede;
    height: 40px;
    line-height: 40px;
}
img {
  vertical-align: bottom;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
.afterClear:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
.clear {
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
:focus {
  outline: none;
}
::-moz-focus-inner {
  border-color: transparent;
}
input:focus {
  outline: none;
}
input,
button,
select,
textarea {
  outline: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}
.layout {
  height: 100%;
  width: 1520px;
  margin: 0 auto;
  position: relative;
}
.layout:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
.item-wrap:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
header {
  width: 100%;
  padding-top: 20px;
  position: relative;
}
header .layout {
  position: static;
}
header .logo {
  display: inline-block;
  width: 300px;
}
header .logo img {
  width: 100%;
}
header .layout > .right {
  float: right;
  height: 44px;
}
header .layout > .right > div {
  height: 100%;
  display: inline-block;
  padding-left: 60px;
  background-repeat: no-repeat;
  vertical-align: top;
}
header .contact {
  background-image: url('../images/icon-tel.png');
  font-size: 14px;
  padding-right: 30px;
  border-right: 1px solid #999;
  line-height: 22px;
  margin-right: 30px;
}
header .contact span {
  padding-right: 8px;
  border-right: 1px solid #fc644b;
  margin-right: 8px;
  display: inline-block;
  line-height: 14px;
}
header .search {
  background-image: url('../images/icon-search.png');
  position: relative;
}
header .search input {
  border: 1px solid #999;
  font-size: 14px;
  padding: 12px 16px;
  border-radius: 24px;
}
header .search .search-btn {
  width: 44px;
  height: 44px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
header nav {
  margin-top: 24px;
  height: 56px;
  border-top: 1px solid #aaa;
}
header nav .nav-item {
  width: 12.5%;
  float: left;
  height: 56px;
  text-align: center;
}
header nav .nav-item > a {
  font-size: 16px;
  display: inline-block;
  position: relative;
  height: 56px;
  line-height: 56px;
  padding: 0 26px;
}
header nav .nav-item > a span {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;
  background-color: #0079de;
  display: inline-block;
  width: 0;
  transition: width 0.3s 0s ease;
  -o-transition: width 0.3s 0s ease;
  -ms-transition: width 0.3s 0s ease;
  -moz-transition: width 0.3s 0s ease;
  -webkit-transition: width 0.3s 0s ease;
}
header nav .nav-item:hover > a span,
header nav .nav-item.on > a span {
  width: 100%;
}
header .subnav {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 50px 0 90px;
  background-color: #fff;
  z-index: 999;
  border-top: 1px solid #aaa;
  box-shadow: 0 6px 6px #ccc;
  text-align: left;
}
header .subnav ul {
  float: left;
}
header .subnav ul li {
  width: 280px;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #ddd;
}
header .subnav ul li a {
  overflow: hidden;
  display: block;
  width: 220px;
  padding-left: 40px;
  height: 100%;
  position: relative;
  transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  -ms-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -webkit-transition: all 0.5s 0s ease;
  background: #ffffff url('../images/icon-right.png') no-repeat -10% center;
}
header .subnav ul li a span {
  display: inline-block;
  width: 80px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: #0079de;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 178px;
  transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  -ms-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -webkit-transition: all 0.5s 0s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
header .subnav ul li a:hover {
  width: 206px;
  padding-left: 54px;
  background-position: 34px center;
}
header .subnav ul li a:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}
header .subnav .subnav-content {
  float: right;
  width: 1150px;
}
header .subnav .subnav-content:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
header .subnav .hospital-info p {
  line-height: 32px;
}
header .subnav .hospital-info .left {
  width: 480px;
  float: left;
}
header .subnav .hospital-info .left .hospital {
  height: 255px;
  overflow: hidden;
  background-color: #ccc;
  margin-bottom: 54px;
  position: relative;
}
header .subnav .hospital-info .left .hospital img {
  width: 100%;
}
header .subnav .hospital-info .left h3 {
  color: #333;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
}
header .subnav .hospital-info .left h3 a {
  float: right;
  font-size: 14px;
}
header .subnav .hospital-info .left h3 a:hover {
  color: #0079de;
  text-decoration: underline;
}
header .subnav .hospital-info .left p {
  height: 96px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
header .subnav .hospital-info .right {
  width: 580px;
  float: right;
}
header .subnav .hospital-info .right .addr {
  margin-top: 54px;
  padding-left: 36px;
  background: url('../images/icon-addr.png') no-repeat;
  font-size: 16px;
  line-height: 24px;
  height: 86px;
}
header .subnav .hospital-info .right .path {
  height: 120px;
}
header .subnav .hospital-info .right .path div {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 36px;
  padding-left: 36px;
  background: url('../images/icon-bus.png') no-repeat left center;
  margin-bottom: 6px;
}
header .subnav .hospital-info .right .time {
  margin-top: 46px;
  position: relative;
}
header .subnav .hospital-info .right .time div {
  color: #333;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
  padding-left: 36px;
  background: url('../images/icon-time2.png') no-repeat left center;
}
header .subnav .hospital-info .right .time a {
  position: absolute;
  right: 0;
  bottom: 10px;
  display: inline-block;
  width: 150px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  background-color: #0079de;
}
header .subnav .hospital-info .right .time a:hover {
  background-color: #45aaff;
}
header .subnav .subnav-news .item {
  height: 178px;
  float: left;
  width: 50%;
  margin-bottom: 60px;
}
header .subnav .subnav-news .item .title {
  font-weight: bold;
  padding-left: 24px;
  background: url('../images/icon16.png') no-repeat left center;
  font-size: 18px;
  line-height: 18px;
  color: #333;
  margin-bottom: 38px;
}
header .subnav .subnav-news .item > p {
  padding-left: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 400px;
  line-height: 40px;
}
header .subnav .subnav-news .item > p:hover a {
  text-decoration: underline;
  color: #0079de;
}
header .subnav .subnav-news .img-item .img {
  position: relative;
  width: 235px;
  height: 175px;
  margin-left: 24px;
  overflow: hidden;
  display: inline-block;
}
header .subnav .subnav-news .img-item .img img {
  position: absolute;
  height: 100%;
  left: -50px;
  right: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
}
header .subnav .subnav-news .img-item .img .icon {
  height: 36px;
  z-index: 3;
}
header .subnav .subnav-news .img-item .img .mask {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0079de;
  opacity: .5;
  filter: alpha(opacity=50);
}
header .subnav .subnav-news .img-item .text {
  vertical-align: top;
  margin-left: 20px;
  width: 230px;
  display: inline-block;
  padding-top: 26px;
}
header .subnav .subnav-news .img-item .text p {
  padding-left: 0;
  line-height: 28px;
  height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 12px 0 32px;
}
header .subnav .subnav-news .img-item .text a {
  display: block;
  width: 80px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: #0079de;
}
header .subnav .subnav-news .img-item .text a:hover {
  background-color: #45aaff;
}
footer {
  margin-top: 100px;
  background-color: #585858;
  padding-top: 60px;
  color: #fff;
}
footer .footer-link {
  margin-right: 56px;
  float: left;
}
footer .footer-link div {
  margin-bottom: 14px;
  font-size: 16px;
}
footer .footer-link a {
  color: #aaa;
}
footer .footer-link a:hover {
  color: #fff;
}
footer .footer-link ul li {
  line-height: 36px;
}
footer .footer-link:first-child {
  margin-right: 28px;
}
footer .footer-link:first-child ul {
  width: 168px;
}
footer .footer-link:first-child ul li {
  float: left;
  margin-right: 28px;
}
footer .right {
  float: right;
}
footer .contact {
  display: inline-block;
  margin-right: 72px;
}
footer .contact div {
  font-size: 18px;
  margin-bottom: 24px;
}
footer .contact p {
  color: #ddd;
  line-height: 28px;
}
footer .contact .path {
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
}
footer .qr {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
footer .qr img {
  width: 88px;
  margin-bottom: 16px;
}
footer .line {
  width: 1px;
  background-color: #999;
  height: 210px;
  position: absolute;
  top: 0;
  left: 57%;
}
footer .copy {
  margin-top: 56px;
  line-height: 60px;
  border-top: 1px solid #999;
  font-size: 12px;
}
footer .copy a {
  color: #fff;
}
footer .copy .support {
  float: right;
}
footer.margin80 {
  margin-top: 80px;
}
.common-site {
  position: relative;
}
.common-site img {
  width: 100%;
}
.common-site .layout {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 30px;
  height: auto;
  color: #333;
}
.common-site .page-title {
  width: 500px;
  color: #0079de;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 92px;
}
.common-site .page-title h3 {
  font-size: 50px;
}
.common-site .page-title p {
  font-size: 20px;
}
.common-content {
  padding-top: 90px;
}
.common-content .common-left {
  width: 360px;
  display: inline-block;
}
.common-content .common-left .register {
  position: relative;
}
.common-content .common-left .register img {
  width: 100%;
}
.common-content .common-left .register i {
  display: inline-block;
  width: 35px;
  height: 35px;
  position: absolute;
  background-image: url('../images/icon-enter2.png');
  left: 12%;
  bottom: 14%;
}
.common-content .common-sidebar {
  margin-bottom: 50px;
  box-shadow: 0 0 10px #ddd;
  color: #333;
  padding-bottom: 30px;
}
.common-content .common-sidebar div {
  padding: 30px 40px;
  background: no-repeat 86% center;
}
.common-content .common-sidebar div h3 {
  font-weight: bold;
  font-size: 22px;
}
.common-content .common-sidebar div p {
  font-size: 12px;
}
.common-content .common-sidebar li {
  line-height: 72px;
  font-size: 16px;
  border-top: 1px solid #eaeaea;
  transition: background-color 0.3s 0s ease;
  -o-transition: background-color 0.3s 0s ease;
  -ms-transition: background-color 0.3s 0s ease;
  -moz-transition: background-color 0.3s 0s ease;
  -webkit-transition: background-color 0.3s 0s ease;
}
.common-content .common-sidebar li a {
  transition: color 0.3s 0s ease;
  -o-transition: color 0.3s 0s ease;
  -ms-transition: color 0.3s 0s ease;
  -moz-transition: color 0.3s 0s ease;
  -webkit-transition: color 0.3s 0s ease;
  color: #333;
  display: block;
  padding-left: 40px;
}
.common-content .common-sidebar li.on {
  background-color: #0079de;
}
.common-content .common-sidebar li.on a {
  color: #fff;
}
.common-content .common-sidebar li.on:hover {
  background-color: #0079de;
}
.common-content .common-sidebar li:hover {
  background-color: #45aaff;
}
.common-content .common-sidebar li:hover a {
  color: #fff;
}
.common-content .page-content {
  float: right;
  width: 1076px;
}
.departmentList {
  padding-top: 160px;
}
.departmentList .page-content {
  padding-top: 20px;
}
.departmentList .classify {
  margin-bottom: 80px;
}
.departmentList .classify .title {
  font-size: 38px;
  line-height: 38px;
  padding-left: 14px;
  border-left: 4px solid #0079de;
}
.departmentList .classify .department-wrap {
  border-top: 1px solid #f0f0f0;
  margin-top: 40px;
}
.departmentList .classify .department-wrap:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
.departmentList .classify .department-wrap .item {
  margin-top: 50px;
  width: 25%;
  position: relative;
  background-color: #f5f5f5;
  padding: 48px 0 70px;
  float: left;
  height: 150px;
  text-align: center;
}
.departmentList .classify .department-wrap .item .name {
  font-size: 24px;
  height: 64px;
  margin-bottom: 6px;
  line-height: 32px;
  padding: 0 20px;
}
.departmentList .classify .department-wrap .item p {
  padding: 0 32px;
  line-height: 26px;
  height: 78px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.departmentList .classify .department-wrap .item .more {
  width: 92px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 20px;
  overflow: hidden;
  background-color: #0079de;
  transition: height 0.3s 0s ease;
  -o-transition: height 0.3s 0s ease;
  -ms-transition: height 0.3s 0s ease;
  -moz-transition: height 0.3s 0s ease;
  -webkit-transition: height 0.3s 0s ease;
}
.departmentList .classify .department-wrap .item .more:hover {
  background-color: #45aaff;
}
.departmentList .classify .department-wrap .item .more a {
  display: block;
  width: 100%;
  color: #fff;
  height: 32px;
  line-height: 32px;
}
.departmentList .classify .department-wrap .item:hover .more {
  height: 32px;
}
.departmentList .classify .department-wrap .item:nth-child(2n) {
  background-color: #e6e6e6;
}
.department-search,
.doctor-search {
  position: absolute;
  width: 100%;
  top: -35px;
  background-color: #fff;
  padding: 35px 0;
  text-align: center;
  box-shadow: 0 0 10px #eaeaea;
}
.department-search select,
.doctor-search select {
  width: 300px;
  background-color: #f5f5f5;
  border: 0;
  padding: 18px 20px;
  vertical-align: middle;
}
.department-search span,
.doctor-search span {
  display: inline-block;
  margin: 0 14px;
  vertical-align: middle;
}
.department-search input,
.doctor-search input {
  border: 1px solid #eaeaea;
  padding: 18px 20px;
  width: 400px;
}
.department-search button,
.doctor-search button {
  width: 186px;
  margin-left: 12px;
  height: 53px;
  border: 0;
  line-height: 53px;
  cursor: pointer;
  background-color: #0079de;
  color: #fff;
}
.department .department-info {
  margin-bottom: 60px;
  border: 1px solid #eaeaea;
  padding: 46px 66px 60px;
}
.department .department-info .title {
  font-size: 42px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
}
.department .department-info p {
  line-height: 26px;
  margin-bottom: 28px;
}
.common-doctor .title {
  font-size: 26px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}
.common-doctor .title span {
  font-size: 16px;
  margin-left: 14px;
}
.common-doctor .title a {
  font-size: 16px;
  float: right;
  width: 148px;
  text-align: center;
  height: 46px;
  line-height: 46px;
  color: #fff;
  background-color: #0079de;
}
.common-doctor .title a:hover {
  background-color: #45aaff;
}
.common-doctor .common-doctor-scroll {
  height: 314px;
  margin-top: 54px;
  overflow: hidden;
  cursor:move;
}
.common-doctor .common-doctor-scroll .swiper-slide {
  width: 100%;
}
.common-doctor .item {
  float: right;
  margin: 6px;
  width: 455px;
  padding: 24px;
  border: 1px solid #eaeaea;
  height: 252px;
  position: relative;
  transition: box-shadow 0.3s 0s ease;
  -o-transition: box-shadow 0.3s 0s ease;
  -ms-transition: box-shadow 0.3s 0s ease;
  -moz-transition: box-shadow 0.3s 0s ease;
  -webkit-transition: box-shadow 0.3s 0s ease;
}
.common-doctor .item .img {
  height: 100%;
  width: 184px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.common-doctor .item .img img {
  height: 100%;
  position: absolute;
  left: -50px;
  right: -50px;
  margin: 0 auto;
}
.common-doctor .item .text {
  width: 240px;
  float: right;
  padding-top: 24px;
}
.common-doctor .item .text .name {
  font-size: 22px;
  color: #333;
}
.common-doctor .item .text .name span {
  color: #666;
  font-size: 14px;
  margin-left: 10px;
}
.common-doctor .item .text .position {
  color: #0079de;
  margin-top: 10px;
  height: 46px;
}
.common-doctor .item .text p {
  line-height: 26px;
  height: 78px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.common-doctor .item .text a {
  color: #0079de;
  position: absolute;
  right: 24px;
  bottom: 24px;
}
.common-doctor .item:first-child {
  display: inline-block;
  float: none;
}
.common-doctor .item:hover {
  box-shadow: 0 0 6px #eaeaea;
}
.common-doctor .item:hover a {
  text-decoration: underline;
}
.common-doctor .common-doctor-pagination {
  margin-top: 50px;
  text-align: center;
  height: 12px;
  line-height: 0;
}
.common-doctor .common-doctor-pagination span {
  background-color: #dcdcdc;
  margin: 0 10px;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}
.common-doctor .common-doctor-pagination span.swiper-active-switch {
  background-color: #0079de;
}
.map-content {
  width: 100%;
  height: 510px;
  background-color: #ccc;
  margin-top: 100px;
}
.map-content .anchorBL {
  display: none;
}
.map-content .BMap_bubble_title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}
.contact-page {
  margin-top: -68px;
  padding-bottom: 110px;
}
.contact-page .card {
  height: 310px;
  margin-bottom: 80px;
}
.contact-page .card > div {
  width: 50%;
  float: left;
  color: #fff;
}
.contact-page .working-hours {
  background-color: #0079de;
  height: 310px;
  overflow: hidden;
  position: relative;
}
.contact-page .working-hours .swiper-slide {
  width: 100%;
}
.contact-page .working-hours p {
  width: 84%;
  margin: 0 auto;
  line-height: 50px;
  border-bottom: 1px solid #45aaff;
}
.contact-page .working-hours p:first-child {
  margin-top: 50px;
  line-height: 29px;
  padding-bottom: 44px;
}
.contact-page .working-hours p:first-child span {
  padding-left: 30px;
  background: url('../images/icon-time.png') no-repeat left center;
}
.contact-page .working-hours p strong {
  font-size: 20px;
}
.contact-page .working-hours p span {
  float: right;
  font-size: 18px;
}
.contact-page .working-hours .contact-pagination {
  position: absolute;
  right: 8%;
  bottom: 30px;
}
.contact-page .working-hours .contact-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
  margin-left: 8px;
  cursor: pointer;
}
.contact-page .working-hours .contact-pagination .swiper-active-switch {
  background-color: #ddd;
}
.contact-page .telephone {
  height: 260px;
  padding-top: 50px;
  background: #57616b url('../images/icon-tel2.png') no-repeat 94% 86%;
}
.contact-page .telephone * {
  padding-left: 8%;
}
.contact-page .telephone h1 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 46px;
}
.contact-page .telephone h3 {
  font-size: 44px;
  margin-bottom: 52px;
}
.contact-page .telephone p {
  font-size: 16px;
}
.contact-page .left {
  width: 550px;
  display: inline-block;
}
.contact-page .left p {
  line-height: 28px;
}
.contact-page .left .title {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 44px;
  color: #0079de;
}
.contact-page .left .mb {
  margin-bottom: 26px;
}
.contact-page .left .register-time {
  padding-bottom: 26px;
  margin-bottom: 40px;
  border-bottom: 6px solid #f5f5f5;
}
.contact-page .left .addr {
  padding-bottom: 26px;
  margin-bottom: 50px;
  border-bottom: 1px solid #f5f5f5;
}
.contact-page .left .contact-tel {
  padding-left: 82px;
  background: url('../images/icon-tel3.png') no-repeat;
  padding-bottom: 26px;
  margin-bottom: 38px;
  border-bottom: 1px solid #f5f5f5;
}
.contact-page .left .contact-tel div {
  display: inline-block;
}
.contact-page .left .contact-tel div:first-child {
  padding-right: 42px;
  border-right: 1px solid #eaeaea;
  margin-right: 38px;
}
.contact-page .left .email {
  height: 40px;
  line-height: 40px;
  padding-left: 82px;
  background: url('../images/icon-email.png') no-repeat;
}
.contact-page .right {
  width: 570px;
  float: right;
}
.contact-page .right .input {
  border: 1px solid #eaeaea;
  padding: 22px 40px;
  font-size: 16px;
  margin-bottom: 20px;
}
.contact-page .right .input input {
  border: 0;
  width: 360px;
  font-size: 16px;
}
.contact-page .right .input span {
  color: #333;
  padding-right: 24px;
  border-right: 1px solid #eaeaea;
  margin-right: 20px;
}
.contact-page .right textarea {
  resize: none;
  border: 1px solid #eaeaea;
  font-size: 16px;
  display: block;
  padding: 30px 40px;
  height: 210px;
  width: 488px;
  margin-bottom: 50px;
}
.contact-page .right select {
  padding: 20px;
  color: #999;
  border: 1px solid #eaeaea;
  width: 210px;
}
.contact-page .right button {
  width: 210px;
  height: 59px;
  line-height: 59px;
  text-align: center;
  float: right;
  background-color: #0079de;
  color: #fff;
}
.introduce-img {
  position: relative;
  overflow: hidden;
}
.introduce-img > img {
  width: 100%;
  transition: transform 0.5s 0s ease;
  -o-transition: -o-transform 0.5s 0s ease;
  -ms-transition: -ms-transform 0.5s 0s ease;
  -moz-transition: -moz-transform 0.5s 0s ease;
  -webkit-transition: -webkit-transform 0.5s 0s ease;
}
.introduce-img .layout {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
.introduce-img .layout .info {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  height: 64%;
}
.introduce-img .layout .info img {
  height: 119%;
}
.introduce-img .layout .info .text {
  height: 208px;
  width: 76%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
}
.introduce-img .layout .info .text h3 {
  margin-bottom: 24px;
  font-size: 28px;
}
.introduce-img .layout .info .text h3 span {
  font-size: 18px;
  margin-left: 18px;
}
.introduce-img .layout .info .text p {
  line-height: 28px;
  height: 84px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.introduce-img .layout .info .text .more {
  margin-top: 44px;
  text-align: right;
}
.introduce-img .layout .info .text .more a {
  color: #fff;
}
.introduce-img .layout .info:hover a {
  text-decoration: underline;
}
.introduce-img:hover > img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.newsList .item {
  margin-bottom: 30px;
  border-top: 1px solid #eaeaea;
  transition: box-shadow 0.3s 0s ease;
  -o-transition: box-shadow 0.3s 0s ease;
  -ms-transition: box-shadow 0.3s 0s ease;
  -moz-transition: box-shadow 0.3s 0s ease;
  -webkit-transition: box-shadow 0.3s 0s ease;
}
.newsList .item a {
  transition: color 0.3s 0s ease;
  -o-transition: color 0.3s 0s ease;
  -ms-transition: color 0.3s 0s ease;
  -moz-transition: color 0.3s 0s ease;
  -webkit-transition: color 0.3s 0s ease;
  display: block;
  color: #999;
  padding: 30px 10% 20px 5%;
}
.newsList .item a .time {
  display: inline-block;
  text-align: center;
  font-size: 16px;
}
.newsList .item a .time span {
  font-size: 48px;
  display: block;
  line-height: 50px;
}
.newsList .item a .text {
  float: right;
  width: 780px;
}
.newsList .item a .text em {
  font-weight: bold;
  display: block;
  font-style: normal;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 6px 0 18px;
}
.newsList .item a .text span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.newsList .item:hover {
  box-shadow: 0 0 10px #eaeaea;
}
.newsList .item:hover a {
  color: #0079de;
}
.common-pagination {
  margin: 100px 0;
  text-align: center;
  height: 60px;
}
.common-pagination a,
.common-pagination span {
  display: inline-block;
  width: 58px;
  height: 58px;
  margin: 0 2px;
  border: 1px solid #f4f4f4;
  color: #333;
  text-align: center;
  line-height: 58px;
}
.common-pagination a {
  background-color: #f4f4f4;
}
.common-pagination a:hover {
  background-color: #fff;
}
.common-pagination .btn {
  background-color: #0079de;
  border: 0;
  width: 140px;
  height: 60px;
  color: #fff;
}
.common-pagination .btn:hover {
  background-color: #45aaff;
}
.botton-enter {
  margin-top: 40px;
  text-align: center;
}
.botton-enter p {
  font-size: 28px;
  margin-bottom: 56px;
}
.botton-enter .wrap:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
.botton-enter .wrap div {
  width: 260px;
  height: 167px;
  float: left;
  margin-left: 55px;
}
.botton-enter .wrap div:first-child {
  margin-left: 0;
}
.botton-enter .wrap div img {
  width: 100%;
  transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  -ms-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -webkit-transition: all 0.5s 0s ease;
}
.botton-enter .wrap div:hover img {
  transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  box-shadow: 0 0 10px #aaa;
}
.newsImgList .page-content {
  width: 980px;
}
.newsImgList .page-content .item-wrap:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
.newsImgList .item {
  width: 435px;
  float: left;
  margin-left: 110px;
  margin-bottom: 60px;
}
.newsImgList .item.m0 {
  margin-left: 0;
}
.newsImgList .item a {
  display: block;
}
.newsImgList .item .img {
  position: relative;
  height: 326px;
  overflow: hidden;
  display:block;
}
.newsImgList .item .img img {
  width: 100%;
}
.newsImgList .item .img span {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0079de;
  color: #fff;
  line-height: 14px;
  padding: 10px 20px;
}
.newsImgList .item .img span i {
  vertical-align: bottom;
  margin-right: 8px;
  display: inline-block;
  width: 24px;
  border-right: 1px solid #fff;
  background: url('../images/icon12.png') no-repeat;
  height: 14px;
}
.newsImgList .item strong {
  font-size: 20px;
  padding: 34px 0 18px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsImgList .item em {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-style: normal;
  line-height: 30px;
  height: 90px;
}
.article-sort {
  width: 100%;
  height: 48px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  line-height: 48px;
  font-size: 16px;
  margin-bottom: 60px;
}
.article-sort .time-sort,
.article-sort .number-sort {
  width: 144px;
  padding-right: 24px;
  text-align: center;
  background: #ffffff url('../images/icon-down-2.png') no-repeat 132px center;
  float: left;
  cursor: pointer;
}
.article-sort .on {
  color: #0079de;
  background-image: url('../images/icon-down-1.png');
}
.article-sort .time-sort {
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.article-sort .number-sort {
  border-right: 1px solid #f1f1f1;
}
.article-sort .common-time-select {
  width: 140px;
  height: 100%;
  float: right;
  position: relative;
}
.article-sort .common-time-select div {
  width: 138px;
  text-align: center;
  line-height: 48px;
  height: 100%;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  cursor: pointer;
  background: #ffffff url('../images/icon-down-1.png') no-repeat 90% center;
}
.article-sort .common-time-select ul {
  width: 138px;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #f1f1f1;
  border-top: 0;
  padding: 10px 0;
  display: none;
  z-index: 3;
  background-color: #fff;
}
.article-sort .common-time-select ul li {
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}
.article-sort .common-time-select ul li:hover {
  background-color: #f3f0ed;
}
.article-sort .count {
  float: right;
  margin-right: 50px;
}
.article-sort .count span {
  color: #0079de;
  margin: 0 5px;
}
.essay {
  padding-bottom: 100px;
}
.essay h3 {
  font-size: 38px;
  color: #0079de;
}
.essay .info-bar {
  height: 34px;
  line-height: 34px;
  padding: 12px 40px;
  background-color: #0079de;
  margin: 46px 0 50px;
  color: #fff;
}
.essay .info-bar .author,
.essay .info-bar .time,
.essay .info-bar .adjust {
  float: left;
  height: 20px;
  line-height: 20px;
  margin-top: 7px;
}
.essay .info-bar .author,
.essay .info-bar .time {
  margin-right: 26px;
  border-right: 1px solid #fff;
  padding-right: 26px;
}
.essay .info-bar .adjust span {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  background-color: #d4e4f8;
  color: #666;
  border-radius: 50%;
  cursor: pointer;
}
.essay .info-bar .adjust span.on {
  margin: 0 1px;
  background-color: #45aaff;
  color: #fff;
}
.essay .info-bar .adjust span:first-child {
  margin-left: 16px;
}
.essay .info-bar .qr {
  float: right;
  height: 34px;
  text-align: center;
  width: 106px;
  color: #666;
  position: relative;
  cursor: pointer;
  background-color: #fff;
}
.essay .info-bar .qr .img {
  width: 110px;
  position: absolute;
  left: -50px;
  right: -50px;
  top: 54px;
  margin: 0 auto;
  overflow: hidden;
  height: 0;
  transition: height 0.3s 0s ease;
  -o-transition: height 0.3s 0s ease;
  -ms-transition: height 0.3s 0s ease;
  -moz-transition: height 0.3s 0s ease;
  -webkit-transition: height 0.3s 0s ease;
}
.essay .info-bar .qr .img img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.essay .info-bar .qr:hover .img {
  height: 110px;
}
.essay .info-bar .count {
  float: right;
  margin-right: 40px;
}
.essay p {
  text-align: justify;
}
.essay.font-big p {
  font-size: 20px;
  line-height: 40px;
}
.essay.font-middle p {
  font-size: 16px;
  line-height: 34px;
}
.essay.font-small p {
  font-size: 14px;
  line-height: 26px;
}
.essay .skip {
  margin-top: 70px;
}
.essay .skip div {
  text-align: left;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 18px;
}
.essay .skip div a {
  display: inline-block;
  
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.essay .skip div a span {
  border-right: 1px solid #666;
  margin-right: 10px;
  padding-right: 14px;
}
.essay .skip div a:hover {
  color: #45aaff;
  text-decoration: underline;
}
.essay .skip div a:hover span {
  border-color: #45aaff;
  text-decoration: underline;
}
.doctorList {
  padding-top: 160px;
}
.doctorList .page-content h3 {
  font-size: 36px;
  color: #333;
  padding-bottom: 14px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 40px;
}
.doctorList .page-content h3 a {
  float: right;
  font-size: 14px;
  margin-top: 12px;
}
.doctorList .page-content h3 a:hover {
  color: #0079de;
  text-decoration: underline;
}
.doctorList .item {
  float: left;
  margin-bottom: 60px;
  margin-left: 65px;
  overflow: hidden;
  position: relative;
  width: 220px;
  height: 355px;
  background-color: #f5f5f5;
}
.doctorList .item .img {
  width: 100%;
  height: 295px;
  overflow: hidden;
}
.doctorList .item .img img {
  width: 100%;
}
.doctorList .item .info {
  padding: 20px 20px;
}
.doctorList .item .info span {
  float: right;
}
.doctorList .item .cover {
  position: absolute;
  top: -100%;
  left: 0;
  transition: top 0.3s 0s ease;
  -o-transition: top 0.3s 0s ease;
  -ms-transition: top 0.3s 0s ease;
  -moz-transition: top 0.3s 0s ease;
  -webkit-transition: top 0.3s 0s ease;
  width: 100%;
  height: 100%;
  background-color: #0079de;
  background-color: rgba(0, 121, 222, 0.7);
  color: #fff;
}
.doctorList .item .cover .calendar {
  position: absolute;
  top: 18px;
  left: 10%;
  width: 32px;
}
.doctorList .item .cover .calendar img {
  width: 100%;
}
.doctorList .item .cover .time {
  position: absolute;
  top: 22px;
  right: 10%;
  line-height: 16px;
}
.doctorList .item .cover .time span {
  display: inline-block;
  border-right: 1px solid;
  padding-right: 8px;
  margin-right: 8px;
}
.doctorList .item .cover .name {
  position: absolute;
  bottom: 130px;
  font-size: 18px;
  text-align: center;
  width: 100%;
}
.doctorList .item .cover p {
  text-align: center;
  line-height: 22px;
}
.doctorList .item .cover .box {
  position: absolute;
  padding: 0 12%;
  width: 76%;
  height: 44px;
  top: 72px;
}
.doctorList .item .cover .more {
  position: absolute;
  text-align: center;
  bottom: 20px;
  width: 76%;
  height: 44px;
  left: 12%;
  line-height: 44px;
  background-color: #0079de;
  color: #fff;
}
.doctorList .item:hover .cover {
  top: 0;
}
.doctorList .item.m0 {
  margin-left: 0;
}
.doctor {
  padding-top: 160px;
}
.doctor .doctor-info {
  margin-bottom: 80px;
  border: 1px solid #eaeaea;
  padding: 40px;
}
.doctor .doctor-info .info {
  height: 295px;
  margin-bottom: 60px;
}
.doctor .doctor-info .info .img {
  display: inline-block;
  height: 100%;
  width: 215px;
  overflow: hidden;
}
.doctor .doctor-info .info .img img {
  height: 100%;
}
.doctor .doctor-info .info .text {
  width: 730px;
  float: right;
  height: 100%;
  position: relative;
  background: url('../images/icon15.png') no-repeat left 60%;
}
.doctor .doctor-info .info .text .box1 {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
.doctor .doctor-info .info .text .box1 span {
  display: inline-block;
  padding-left: 24px;
  line-height: 16px;
  height: 22px;
  font-size: 16px;
  color: #45aaff;
  background: url('../images/icon14.png') no-repeat;
}
.doctor .doctor-info .info .text .box1 div {
  color: #333;
  font-size: 38px;
  margin-top: 10px;
}
.doctor .doctor-info .info .text .box2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.doctor .doctor-info .info .text .box2 span {
  font-size: 22px;
}
.doctor .doctor-info .info .text .box2 div {
  font-size: 16px;
  color: #45aaff;
  line-height: 16px;
  margin-top: 10px;
}
.doctor .doctor-info .info .text a {
  display: block;
  background-color: #0079de;
  width: 148px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  /*position: absolute;*/
  /*right: 0;*/
  /*bottom: 0;*/
    font-size:14px;
    margin-bottom:10px;
}
.doctor .doctor-info .info .text a:hover {
  background-color: #45aaff;
}
.doctor .doctor-info p {
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1620px) {
  .layout {
    width: 1300px;
  }
  header {
    padding-top: 12px;
  }
  header nav {
    margin-top: 12px;
  }
  header .subnav {
    padding: 30px 0 50px;
  }
  header .subnav ul li {
    height: 42px;
    line-height: 42px;
    width: 230px;
  }
  header .subnav ul li a {
    width: 190px;
  }
  header .subnav ul li a:hover {
    width: 176px;
  }
  header .subnav ul li a span {
    width: 60px;
    left: 169px;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
  }
  header .subnav .subnav-content {
    width: 1030px;
  }
  header .subnav .hospital-info .left {
    width: 430px;
  }
  header .subnav .hospital-info .left .hospital {
    margin-bottom: 34px;
    height: 228px;
  }
  header .subnav .hospital-info .left h3 {
    margin-bottom: 12px;
  }
  header .subnav .hospital-info .right {
    width: 560px;
  }
  header .subnav .hospital-info .right .addr {
    margin-top: 34px;
    height: 74px;
  }
  header .subnav .hospital-info .right .time {
    margin-top: 32px;
  }
  header .subnav .hospital-info .right .time div {
    margin-bottom: 12px;
  }
  header .subnav .hospital-info .right .time a {
    width: 126px;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
  }
  header .subnav .subnav-news .item {
    height: 150px;
  }
  header .subnav .subnav-news .item .title {
    margin-bottom: 20px;
  }
  header .subnav .subnav-news .item > p {
    line-height: 36px;
  }
  header .subnav .subnav-news .img-item .img {
    height: 100%;
    width: 200px;
  }
  header .subnav .subnav-news .img-item .text {
    padding-top: 12px;
  }
  header .subnav .subnav-news .img-item .text p {
    margin: 10px 0 23px;
  }
  footer {
    margin-top: 60px;
    padding-top: 40px;
  }
  footer .footer-link {
    margin-right: 40px;
  }
  footer .footer-link:first-child {
    margin-right: 20px;
  }
  footer .footer-link:first-child ul {
    width: 152px;
  }
  footer .footer-link:first-child ul li {
    margin-right: 20px;
  }
  footer .contact {
    margin-right: 60px;
  }
  footer .line {
    left: 56%;
  }
  footer .copy {
    margin-top: 36px;
  }
  .common-content {
    padding-top: 60px;
  }
  .common-content .common-left {
    width: 310px;
  }
  .common-content .common-sidebar {
    margin-bottom: 36px;
    padding-bottom: 18px;
  }
  .common-content .common-sidebar div {
    background-position: 90% center;
    padding: 26px 40px;
  }
  .common-content .common-sidebar div h3 {
    font-size: 20px;
  }
  .common-content .common-sidebar li {
    line-height: 66px;
  }
  .common-content .page-content {
    width: 940px;
  }
  .essay {
    padding-bottom: 70px;
  }
  .essay .info-bar {
    margin: 30px 0 36px;
    height: 30px;
    line-height: 30px;
    padding: 8px 40px;
  }
  .essay .info-bar .qr {
    height: 30px;
  }
  .essay.font-big p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 40px;
  }
  .essay.font-middle p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  .essay.font-small p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .botton-enter p {
    font-size: 24px;
    margin-bottom: 36px;
  }
  .botton-enter .wrap div {
    width: 230px;
    height: 147px;
    margin-left: 37.5px;
  }
  .botton-enter .wrap div:hover img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  .map-content {
    margin-top: 60px;
    height: 400px;
  }
  .contact-page {
    margin-top: -40px;
  }
  .contact-page .card {
    height: 260px;
    margin-bottom: 50px;
  }
  .contact-page .working-hours {
    height: 260px;
  }
  .contact-page .working-hours p {
    line-height: 46px;
  }
  .contact-page .working-hours p strong {
    font-size: 18px;
  }
  .contact-page .working-hours p span {
    font-size: 16px;
  }
  .contact-page .working-hours p:first-child {
    padding-bottom: 36px;
    line-height: 26px;
    margin-top: 40px;
  }
  .contact-page .working-hours .contact-pagination {
    bottom: 22px;
  }
  .contact-page .telephone {
    height: 220px;
    padding-top: 40px;
  }
  .contact-page .telephone h1 {
    line-height: 26px;
    font-size: 20px;
    margin-bottom: 32px;
  }
  .contact-page .telephone h3 {
    font-size: 36px;
    margin-bottom: 44px;
  }
  .contact-page .left .title {
    margin-bottom: 30px;
  }
  .contact-page .left p {
    line-height: 24px;
  }
  .contact-page .left .register-time {
    padding-bottom: 16px;
    margin-bottom: 26px;
  }
  .contact-page .left .mb {
    margin-bottom: 14px;
  }
  .contact-page .left .addr {
    padding-bottom: 22px;
    margin-bottom: 36px;
  }
  .contact-page .right {
    width: 520px;
  }
  .contact-page .right .input {
    margin-bottom: 12px;
    padding: 18px 30px;
  }
  .contact-page .right .input input {
    width: 340px;
  }
  .contact-page .right textarea {
    height: 180px;
    width: 438px;
    margin-bottom: 36px;
    padding: 20px 30px;
  }
  .common-doctor .title {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .common-doctor .title a {
    height: 40px;
    line-height: 40px;
  }
  .common-doctor .common-doctor-scroll {
    margin-top: 30px;
    height: 250px;
  }
  .common-doctor .common-doctor-pagination {
    margin-top: 40px;
  }
  .common-doctor .item {
    height: 210px;
    padding: 16px;
    width: 414px;
  }
  .common-doctor .item .img {
    width: 153px;
  }
  .common-doctor .item .text {
    padding-top: 16px;
  }
  .department .department-info {
    padding: 22px 40px;
    margin-bottom: 40px;
  }
  .department .department-info .title {
    font-size: 34px;
    padding-bottom: 14px;
    margin-bottom: 20px;
  }
  .department .department-info p {
    line-height: 24px;
    margin-bottom: 20px;
  }
  .department-search,
  .doctor-search {
    padding: 24px 0;
  }
  .department-search select,
  .doctor-search select {
    width: 280px;
  }
  .department-search input,
  .doctor-search input {
    width: 320px;
  }
  .departmentList {
    padding-top: 100px;
  }
  .departmentList .classify .title {
    font-size: 30px;
    line-height: 30px;
  }
  .departmentList .classify .department-wrap {
    margin-top: 24px;
  }
  .departmentList .classify .department-wrap .item {
    margin-top: 30px;
    padding: 30px 0 60px;
  }
  .departmentList .classify .department-wrap .item .name {
    font-size: 22px;
  }
  .departmentList .classify .department-wrap .item p {
    padding: 0 26px;
    line-height: 24px;
    height: 72px;
  }
  .doctor {
    padding-top: 100px;
  }
  .doctor .doctor-info {
    margin-bottom: 50px;
    padding: 30px 30px 10px;
  }
  .doctor .doctor-info .info {
    height: 240px;
    margin-bottom: 40px;
  }
  .doctor .doctor-info .info .img {
    width: 175px;
  }
  .doctor .doctor-info .info .text {
    width: 650px;
  }
  .doctor .doctor-info .info .text a {
    width: 130px;
    height: 40px;
    line-height: 40px;
  }
  .doctor .doctor-info p {
    line-height: 28px;
    margin-bottom: 28px;
  }
  .doctorList {
    padding-top: 100px;
  }
  .doctorList .page-content h3 {
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .doctorList .item {
    width: 200px;
    margin-left: 46.5px;
    margin-bottom: 40px;
    height: 334px;
  }
  .doctorList .item .img {
    height: 274px;
  }
  .doctorList .item .cover .calendar {
    width: 24px;
  }
  .doctorList .item .cover .calendar img {
    width: 100%;
  }
  .common-pagination {
    margin: 60px 0;
    height: 42px;
  }
  .common-pagination a,
  .common-pagination span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .common-pagination .btn {
    width: 110px;
    height: 42px;
  }
  .article-sort {
    margin-bottom: 40px;
  }
  .newsImgList .item {
    margin-left: 70px;
    margin-bottom: 40px;
  }
  .newsImgList .item strong {
    padding: 16px 0 10px;
    font-size: 18px;
  }
  .newsImgList .item em {
    line-height: 24px;
    height: 72px;
  }
  .newsList .item {
    margin-bottom: 20px;
  }
  .newsList .item a {
    padding: 18px 8% 14px 5%;
  }
  .newsList .item a .text {
    width: 714px;
  }
  .newsList .item a .text em {
    margin-bottom: 8px;
  }
  .newsList .item a .time span {
    font-size: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1440px) {
  .layout {
    width: 1180px;
  }
  header nav .nav-item > a {
    font-size: 14px;
  }
  header .subnav {
    padding: 20px 0 36px;
  }
  header .subnav .subnav-content {
    width: 920px;
  }
  header .subnav .hospital-info .left {
    width: 390px;
  }
  header .subnav .hospital-info .left .hospital {
    margin-bottom: 28px;
    height: 204px;
  }
  header .subnav .hospital-info .right {
    width: 500px;
  }
  header .subnav .hospital-info .right .addr {
    margin-top: 28px;
    height: 66px;
  }
  header .subnav .hospital-info .right .time {
    margin-top: 18px;
  }
  header .subnav .subnav-news .item {
    height: 130px;
    margin-bottom: 40px;
  }
  header .subnav .subnav-news .item .title {
    margin-bottom: 14px;
  }
  header .subnav .subnav-news .item > p {
    line-height: 32px;
  }
  header .subnav .subnav-news .img-item .img {
    width: 173px;
  }
  header .subnav .subnav-news .img-item .text {
    padding-top: 8px;
  }
  header .subnav .subnav-news .img-item .text p {
    margin: 8px 0 17px;
    line-height: 24px;
    height: 48px;
  }
  footer {
    margin-top: 46px;
    padding-top: 30px;
  }
  footer .footer-link {
    margin-right: 28px;
  }
  footer .footer-link:first-child {
    margin-right: 14px;
  }
  footer .footer-link:first-child ul {
    width: 140px;
  }
  footer .footer-link:first-child ul li {
    margin-right: 14px;
  }
  footer .line {
    left: 54%;
  }
  .common-site .page-title {
    height: 72px;
  }
  .common-site .page-title h3 {
    font-size: 38px;
  }
  .common-site .page-title p {
    font-size: 18px;
  }
  .common-content .common-left {
    width: 280px;
  }
  .common-content .common-sidebar {
    margin-bottom: 18px;
    padding-bottom: 10px;
  }
  .common-content .common-sidebar div {
    background-position: 90% center;
    padding: 22px 30px;
  }
  .common-content .common-sidebar div h3 {
    font-size: 20px;
  }
  .common-content .common-sidebar li {
    line-height: 54px;
  }
  .common-content .common-sidebar li a {
    padding-left: 30px;
  }
  .common-content .page-content {
    width: 860px;
  }
  .essay {
    padding-bottom: 40px;
  }
  .essay h3 {
    font-size: 30px;
  }
  .essay .info-bar {
    margin: 24px 0 28px;
    padding: 8px 26px;
  }
  .essay .info-bar .count {
    margin-right: 20px;
  }
  .essay .info-bar .time,
  .essay .info-bar .author {
    margin-right: 16px;
    padding-right: 16px;
  }
  .essay .info-bar .adjust span {
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    width: 18px;
  }
  .essay .info-bar .adjust span:first-child {
    margin-left: 10px;
  }
  .essay.font-big p {
    line-height: 32px;
    margin-bottom: 34px;
  }
  .essay.font-middle p {
    line-height: 26px;
    margin-bottom: 20px;
  }
  .essay.font-small p {
    line-height: 20px;
    margin-bottom: 20px;
  }
  .botton-enter p {
    font-size: 22px;
    margin-bottom: 28px;
  }
  .botton-enter .wrap div {
    width: 210px;
    height: 135px;
    margin-left: 32.5px;
  }
  .map-content {
    margin-top: 30px;
    height: 360px;
  }
  .contact-page {
    padding-bottom: 40px;
    margin-top: -40px;
  }
  .contact-page .card {
    height: 230px;
    margin-bottom: 40px;
  }
  .contact-page .working-hours {
    height: 230px;
  }
  .contact-page .working-hours p {
    line-height: 40px;
  }
  .contact-page .working-hours p strong {
    font-size: 16px;
  }
  .contact-page .working-hours p span {
    font-size: 14px;
  }
  .contact-page .working-hours p:first-child {
    padding-bottom: 28px;
    margin-top: 20px;
  }
  .contact-page .working-hours .contact-pagination {
    bottom: 20px;
  }
  .contact-page .telephone {
    height: 210px;
    padding-top: 20px;
  }
  .contact-page .telephone h1 {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .contact-page .telephone h3 {
    font-size: 32px;
    margin-bottom: 36px;
  }
  .contact-page .left .addr {
    margin-bottom: 26px;
  }
  .contact-page .left .contact-tel {
    padding-bottom: 20px;
    margin-bottom: 26px;
  }
  .contact-page .right .input {
    font-size: 14px;
  }
  .contact-page .right .input input {
    font-size: 14px;
  }
  .contact-page .right textarea {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .introduce-img .layout .info .text h3 {
    margin-bottom: 22px;
    font-size: 26px;
    padding-top: 8px;
  }
  .introduce-img .layout .info .text .more {
    margin-top: 32px;
  }
  footer.margin80 {
    margin-top: 50px;
  }
  .common-doctor .title {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .common-doctor .title span {
    font-size: 14px;
    margin-left: 10px;
  }
  .common-doctor .title a {
    font-size: 14px;
    width: 120px;
  }
  .common-doctor .common-doctor-scroll {
    margin-top: 20px;
    height: 220px;
  }
  .common-doctor .common-doctor-pagination {
    margin-top: 40px;
  }
  .common-doctor .item {
    height: 200px;
    padding: 06px;
    width: 380px;
  }
  .common-doctor .item .img {
    width: 146px;
  }
  .common-doctor .item .text {
    width: 220px;
    padding-top: 12px;
  }
  .common-doctor .item .text .position {
    height: 40px;
  }
  .common-doctor .item .text p {
    line-height: 22px;
    height: 66px;
  }
  .department .department-info {
    padding: 22px;
  }
  .department .department-info .title {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .department .department-info p {
    margin-bottom: 14px;
  }
  .department-search,
  .doctor-search {
    padding: 24px 0;
  }
  .department-search select,
  .doctor-search select {
    width: 260px;
    padding: 16px 18px;
  }
  .department-search input,
  .doctor-search input {
    width: 300px;
    padding: 16px 18px;
  }
  .department-search button,
  .doctor-search button {
    width: 160px;
    height: 49px;
    line-height: 49px;
  }
  .department-search span,
  .doctor-search span {
    margin: 0 10px;
  }
  .departmentList .classify .title {
    font-size: 26px;
    line-height: 28px;
  }
  .departmentList .classify .department-wrap {
    margin-top: 20px;
  }
  .departmentList .classify .department-wrap .item {
    padding: 20px 0 50px;
  }
  .departmentList .classify .department-wrap .item .name {
    font-size: 20px;
    padding: 0 16px;
  }
  .departmentList .classify .department-wrap .item p {
    padding: 0 16px;
    line-height: 22px;
    height: 66px;
  }
  .departmentList .classify .department-wrap .item .more {
    bottom: 14px;
  }
  .doctor .doctor-info {
    margin-bottom: 50px;
    padding: 30px 30px 10px;
  }
  .doctor .doctor-info .info {
    height: 220px;
    margin-bottom: 30px;
  }
  .doctor .doctor-info .info .img {
    width: 160px;
  }
  .doctor .doctor-info .info .text {
    width: 610px;
  }
  .doctor .doctor-info p {
    line-height: 24px;
    margin-bottom: 22px;
  }
  .doctorList .page-content h3 {
    font-size: 28px;
    margin-bottom: 22px;
  }
  .doctorList .item {
    width: 180px;
    margin-left: 46.5px;
    margin-bottom: 40px;
    height: 308px;
  }
  .doctorList .item .img {
    height: 247px;
  }
  .doctorList .item .info {
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
  }
  .doctorList .item .info span {
    font-weight: normal;
    display: block;
    float: none;
    margin-top: 4px;
  }
  .doctorList .item .cover .calendar {
    top: 20px;
    width: 22px;
  }
  .doctorList .item .cover .calendar img {
    width: 100%;
  }
  .newsImgList .item {
    width: 400px;
    margin-left: 60px;
  }
  .newsImgList .item .img {
    height: 300px;
  }
  .newsImgList .item strong {
    padding: 16px 0 10px;
    font-size: 16px;
  }
  .newsImgList .item em {
    line-height: 22px;
    height: 66px;
  }
  .newsList .item a {
    padding: 18px 6% 14px 4%;
  }
  .newsList .item a .text {
    width: 690px;
  }
}
@media screen and (max-width: 1220px) {
  .layout {
    width: 1000px;
  }
  header .subnav {
    padding: 20px 0 30px;
  }
  header .subnav ul li {
    height: 42px;
    line-height: 42px;
    width: 200px;
  }
  header .subnav ul li a {
    width: 160px;
  }
  header .subnav ul li a:hover {
    width: 146px;
  }
  header .subnav ul li a span {
    width: 54px;
    left: 139px;
  }
  header .subnav .subnav-content {
    width: 770px;
  }
  header .subnav .hospital-info .left {
    width: 330px;
  }
  header .subnav .hospital-info .left .hospital {
    height: 175px;
  }
  header .subnav .hospital-info .right {
    width: 420px;
  }
  header .subnav .hospital-info .right .addr {
    margin-top: 18px;
  }
  header .subnav .hospital-info .right .path {
    height: 100px;
  }
  header .subnav .subnav-news .item {
    height: 110px;
    margin-bottom: 30px;
  }
  header .subnav .subnav-news .item .title {
    margin-bottom: 14px;
    font-size: 16px;
  }
  header .subnav .subnav-news .item p {
    font-size: 12px;
  }
  header .subnav .subnav-news .item > p {
    line-height: 26px;
    width: 340px;
  }
  header .subnav .subnav-news .img-item .img {
    width: 147px;
  }
  header .subnav .subnav-news .img-item .text {
    margin-left: 10px;
    width: 190px;
  }
  header .subnav .subnav-news .img-item .text p {
    margin: 8px 0 10px;
    line-height: 20px;
    height: 40px;
  }
  header .subnav .subnav-news .img-item .text a {
    height: 25px;
    line-height: 25px;
    width: 72px;
  }
  footer {
    margin-top: 36px;
    padding-top: 24px;
  }
  footer .footer-link {
    margin-right: 24px;
  }
  footer .footer-link:first-child {
    margin-right: 12px;
  }
  footer .footer-link:first-child ul {
    width: 124px;
  }
  footer .footer-link:first-child ul li {
    margin-right: 12px;
  }
  footer .footer-link div {
    font-size: 14px;
  }
  footer .footer-link ul li {
    font-size: 12px;
    line-height: 30px;
  }
  footer .contact {
    margin-right: 40px;
  }
  footer .contact p {
    font-size: 12px;
  }
  footer .contact div {
    font-size: 16px;
  }
  footer .contact .path {
    font-size: 14px;
  }
  footer .line {
    left: 54.3%;
  }
  footer .copy {
    margin-top: 26px;
  }
  .common-content {
    padding-top: 40px;
  }
  .common-content .common-left {
    width: 250px;
  }
  .common-content .page-content {
    width: 730px;
  }
  .essay {
    padding-bottom: 40px;
  }
  .essay h3 {
    font-size: 30px;
  }
  .essay .info-bar {
    margin: 18px 0 20px;
    padding: 8px 14px;
  }
  .essay .info-bar .count {
    margin-right: 14px;
  }
  .essay .info-bar .time,
  .essay .info-bar .author {
    margin-right: 12px;
    padding-right: 12px;
  }
  .essay .info-bar .qr {
    width: 100px;
  }
  .essay.font-big p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 28px;
  }
  .essay.font-middle p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 18px;
  }
  .essay.font-small p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 16px;
  }
  .essay .skip div {
    font-size: 16px;
  }
  .botton-enter .wrap div {
    width: 180px;
    height: 116px;
    margin-left: 25px;
  }
  .map-content {
    margin-top: 20px;
    height: 300px;
  }
  .contact-page .left {
    width: 510px;
  }
  .contact-page .left .contact-tel div:first-child {
    padding-right: 24px;
    margin-right: 24px;
  }
  .contact-page .left .contact-tel,
  .contact-page .left .email {
    padding-left: 72px;
  }
  .contact-page .right {
    width: 420px;
  }
  .contact-page .right .input {
    padding: 18px 24px;
  }
  .contact-page .right .input input {
    width: 260px;
  }
  .contact-page .right textarea {
    width: 358px;
  }
  .introduce-img .layout .info .text h3 {
    margin-bottom: 14px;
    font-size: 22px;
    padding-top: 24px;
  }
  .introduce-img .layout .info .text .more {
    margin-top: 20px;
  }
  footer.margin80 {
    margin-top: 30px;
  }
  .common-doctor .common-doctor-scroll {
    margin-top: 20px;
    height: 220px;
  }
  .common-doctor .common-doctor-pagination {
    margin-top: 10px;
  }
  .common-doctor .item {
    height: 180px;
    width: 335px;
  }
  .common-doctor .item .img {
    width: 131px;
  }
  .common-doctor .item .text {
    width: 195px;
    padding-top: 8px;
  }
  .common-doctor .item .text .name {
    font-size: 20px;
  }
  .common-doctor .item .text p {
    line-height: 20px;
    height: 60px;
  }
  .common-doctor .item .text a {
    bottom: 10px;
  }
  .department .department-info {
    padding: 18px;
  }
  .department .department-info .title {
    font-size: 26px;
    padding-bottom: 8px;
  }
  .department .department-info p {
    margin-bottom: 12px;
    line-height: 20px;
    font-size: 14px;
  }
  .department-search,
  .doctor-search {
    padding: 20px 0;
  }
  .department-search select,
  .doctor-search select {
    width: 240px;
    padding: 14px 12px;
  }
  .department-search input,
  .doctor-search input {
    width: 220px;
    padding: 14px 12px;
  }
  .department-search button,
  .doctor-search button {
    width: 140px;
    height: 45px;
    line-height: 45px;
  }
  .department-search span,
  .doctor-search span {
    margin: 0 10px;
  }
  .departmentList {
    padding-top: 80px;
  }
  .departmentList .classify .department-wrap .item {
    width: 33.3333%;
  }
  .departmentList .classify .department-wrap .item .name {
    padding: 0 40px;
  }
  .departmentList .classify .department-wrap .item p {
    padding: 0 26px;
  }
  .doctor {
    padding-top: 80px;
  }
  .doctor .doctor-info {
    margin-bottom: 30px;
  }
  .doctor .doctor-info .info {
    height: 185px;
    margin-bottom: 30px;
  }
  .doctor .doctor-info .info .img {
    width: 135px;
  }
  .doctor .doctor-info .info .text {
    background-position: left 25%;
    width: 520px;
  }
  .doctor .doctor-info .info .text .box1 span {
    font-size: 14px;
  }
  .doctor .doctor-info .info .text .box1 div {
    font-size: 30px;
  }
  .doctor .doctor-info p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
  }
  .doctorList {
    padding-top: 80px;
  }
  .doctorList .item {
    width: 170px;
    margin-left: 16.5px;
    margin-bottom: 30px;
    height: 296px;
  }
  .doctorList .item .img {
    height: 233px;
  }
  .doctorList .item .cover .calendar {
    top: 20px;
    width: 22px;
  }
  .doctorList .item .cover .calendar img {
    width: 100%;
  }
  .newsImgList .item {
    width: 350px;
    margin-left: 28px;
    margin-bottom: 30px;
  }
  .newsImgList .item .img {
    height: 263px;
  }
  .newsImgList .item strong {
    padding: 16px 0 10px;
    font-size: 16px;
  }
  .newsImgList .item em {
    line-height: 22px;
    height: 66px;
  }
  .newsList .item a .text {
    width: 570px;
  }
}
img.ghs{vertical-align: top;margin-top: 20px;}
.no_data{width:100%;text-align:center;height:30px;line-height:30px;}
.common-pagination a.total{display:none;}
.essay-content img{max-width:600px;margin:0 auto;display:block;}
