.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;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #666;
}
table,tr,td {
  border:1px solid #dedede;
}
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;
}
body {
  margin-top: 150px;
}
.layout {
  height: 100%;
  width: 1320px;
  margin: 0 auto;
  position: relative;
}
.layout:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 30px 0 18px;
  z-index: 997;
}
header .logo {
  height: 122px;
  float: left;
  margin-top: -12px;
}
header .logo img {
  height: 100%;
}
header .head-right {
  float: right;
}
header .head-right .top {
  text-align: right;
  color: #333;
  height: 40px;
  line-height: 40px;
}
header .head-right .top em {
  font-style: normal;
  padding-right: 12px;
  margin-right: 8px;
  border-right: 1px solid #333;
  display: inline-block;
  line-height: 14px;
  vertical-align: middle;
}
header .head-right .top span {
  vertical-align: middle;
  cursor: pointer;
  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;
}
header .head-right .top span:hover {
  color: #004f9f;
}
header .search {
  width: 218px;
  padding-left: 12px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 36px;
  border: 1px solid #dcdcdc;
  text-align-last: left;
}
header .search input {
  height: 38px;
  border: 0;
  width: 174px;
  vertical-align: top;
}
header .search button {
  width: 38px;
  height: 38px;
  border: 0;
  background-color: #fff;
  cursor: pointer;
  vertical-align: top;
  position: relative;
}
header .search button img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
header nav {
  margin-top: 22px;
  text-align: right;
  font-size: 0;
}
header nav .link {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  position: relative;
  height: 40px;
}
header nav .link > a {
  padding: 0 20px;
  line-height: 40px;
  display: block;
  height: 100%;
  color: #004f9f;
  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;
}
header nav .link ul {
  display: none;
  background-color: #fff;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 4px 0 24px;
  box-shadow: 0 3px 3px #aaa;
}
header nav .link ul li {
  padding: 12px 0;
  position: relative;
}
header nav .link ul li a {
  width: 64px;
  display: inline-block;
}
header nav .link ul li a:hover {
  color: #004f9f;
}
header nav .link ul li span {
  display: block;
  width: 64px;
  height: 1px;
  background-color: #e0e0e0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
header nav .link:hover > a,
header nav .link.on > a {
  background-color: #004f9f;
  color: #fff;
}
header nav .search {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  vertical-align: middle;
}
header nav .search .search-btn {
  width: 24px;
  height: 24px;
  background: transparent url('/static/index/images/icon-search.png') no-repeat center center;
  cursor: pointer;
}
header nav .search input {
  border: 1px solid #666;
  position: absolute;
  right: 0;
  top: 36px;
  font-size: 16px;
  padding: 7px 12px;
  width: 160px;
  border-radius: 24px;
  display: none;
}
footer {
  margin-top: 96px;
  background-color: #004f9f;
}
footer .links {
  padding: 32px 0 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .links a {
  color: #68adf4;
  margin-left: 40px;
}
footer .links a:first-child {
  margin-left: 0;
}
footer .left {
  float: left;
}
footer .right {
  float: right;
}
footer .addr div {
  font-weight: bold;
  font-size: 20px;
  color: #68adf4;
  margin-bottom: 12px;
}
footer .addr div span {
  display: inline-block;
  margin-left: 10px;
  width: 15px;
  height: 18px;
  background-image: url('/static/index/images/icon-addr.png');
}
footer .addr p {
  color: #fff;
  line-height: 24px;
}
footer .qr {
  width: 114px;
  margin-left: 22px;
  display: inline-block;
  text-align: center;
}
footer .qr img {
  width: 100px;
  height: 100px;
  margin-bottom: 4px;
}
footer .qr p {
  text-align: center;
  color: #fff;
}
footer .copy {
  margin-top: 36px;
  border-top: 1px solid #0064c9;
  line-height: 70px;
  color: #fff;
}
footer .copy a {
  color: #fff;
}
.common-top {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.common-top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.common-top .text {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  color: #fff;
  height: 126px;
}
.common-top .text h3 {
  font-size: 54px;
}
.common-top .text p {
  font-size: 42px;
}
.common-site {
  padding: 58px 0;
  position: relative;
}
.common-site i {
  font-style: normal;
}
.common-site .span1 {
  margin-right: 6px;
}
.common-site .span2 {
  color: #004f9f;
}
.common-site a:hover {
  color: #004f9f;
}
.common-site .line {
  height: 4px;
  width: 936px;
  background-color: #dcdcdc;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
}
.common-sidebar {
  float: left;
  width: 320px;
  text-align: center;
}
.common-sidebar .title {
  color: #fff;
  height: 95px;
  line-height: 95px;
  margin-bottom: 40px;
  font-size: 20px;
  background: #004f9f url('/static/index/images/icon01.png') no-repeat 46px center;
}
.common-sidebar ul {
  background-color: #f5f5f5;
  border-top: 5px solid #004f9f;
  padding: 14px 28px 40px;
}
.common-sidebar ul li {
  line-height: 60px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
}
.common-sidebar ul li a {
  display: block;
  color: #333;
}
.common-sidebar ul li:hover a,
.common-sidebar ul li.on a {
  color: #004f9f;
}
.common-content {
  float: right;
  width: 936px;
  overflow:hidden;
}
.common-content img{
  max-width:100%;
}
.common-pagination {
  margin: 90px 0 80px;
  text-align: right;
}
.common-pagination a,
.common-pagination span {
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  border: 1px solid #a6a6a6;
  margin-left: 8px;
  text-align: center;
}
.common-pagination span {
  color: #a6a6a6;
}
.common-pagination a {
  background-color: #a6a6a6;
  color: #fff;
}
.common-pagination a:hover {
  background-color: #fff;
  color: #a6a6a6;
}
.common-pagination .prev,
.common-pagination .next {
  width: 54px;
}
.common-more {
  display: block;
  width: 110px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #004f9f;
  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-more:hover {
  background-color: #2180df;
}
.patient .item {
  background-color: #f5f5f5;
  height: 450px;
  margin-bottom: 60px;
}
.patient .item .text {
  float: left;
  padding-left: 46px;
  width: 300px;
}
.patient .item .text h3 {
  padding-top: 76px;
  font-size: 20px;
  color: #333;
  height: 80px;
  margin-bottom: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.patient .item .text span {
  display: block;
  margin-bottom: 10px;
}
.patient .item .text p {
  height: 90px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 66px;
  line-height: 24px;
}
.patient .item .text a {
  display: block;
  width: 110px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #004f9f;
}
.patient .item .img {
  width: 564px;
  height: 100%;
  overflow: hidden;
  float: right;
  position: relative;
}
.patient .item .img img {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.departmentList {
  text-align: center;
}
.departmentList h3 {
  color: #004f9f;
  font-size: 30px;
}
.departmentList > p {
  margin: 10px 0 22px;
}
.departmentList .select-wrap {
  margin-bottom: 80px;
}
.departmentList .select-wrap > div {
  display: inline-block;
}
.departmentList .select-wrap .select {
  text-align: left;
  position: relative;
  width: 350px;
  height: 50px;
  border: 1px solid #d5d5d5;
}
.departmentList .select-wrap .select div {
  padding: 0 60px 0 26px;
  cursor: pointer;
  line-height: 50px;
  background: #ffffff url('/static/index/images/icon-down.png') no-repeat 320px center;
}
.departmentList .select-wrap .select ul {
  display: none;
  background-color: #fff;
  position: absolute;
  padding: 20px 0;
  z-index: 2;
  width: 100%;
  top: 51px;
  left: -1px;
  border: 1px solid #d5d5d5;
  border-top: 0;
}
.departmentList .select-wrap .select ul li {
  line-height: 32px;
  padding-left: 26px;
  cursor: pointer;
}
.departmentList .select-wrap .select ul li:hover {
  background-color: #b1d8ff;
}
.departmentList .select-wrap .select1 {
  margin-right: 18px;
}
.departmentList .select-wrap .select-btn {
  width: 230px;
  height: 52px;
  line-height: 52px;
  background-color: #004f9f;
  color: #fff;
  cursor: pointer;
  margin-left: 12px;
}
.departmentList .select-wrap .select-btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.departmentList .item {
  padding: 35px 24px 0;
  width: 182px;
  height: 230px;
  background-color: #f5f5f5;
  margin-left: 42.5px;
  margin-bottom: 60px;
  float: left;
  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;
}
.departmentList .item.ml0 {
  margin-left: 0;
}
.departmentList .item:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 10px 10px #ddd;
}
.departmentList .item a {
  width: 80px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
}
.departmentList .item span {
  color: #004f9f;
  font-size: 18px;
}
.departmentList .item p {
  line-height: 26px;
  height: 78px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 30px 0 40px;
}
.department h3 {
  font-size: 42px;
  line-height: 94px;
  font-weight: bold;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 40px;
}
.department > p {
  text-align: justify;
  line-height: 28px;
  /*margin-bottom: 30px;*/
}
.department .title {
  color: #333;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  padding-left: 56px;
  background-repeat: no-repeat;
  background-position: left center;
}
.department .title {
  background-image: url('/static/index/images/icon02.png');
}
.department .title a {
  float: right;
  font-size: 14px;
  color: #004f9f;
  padding-left: 15px;
  background: #ffffff url('/static/index/images/icon-right1.png') no-repeat left center;
}
.department .news {
  margin: 32px 0 82px;
  border: 1px solid #eaeaea;
  padding: 50px 31px;
}
.department .news:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
.department .news > div {
  padding: 0 38px;
  width: 214px;
  float: left;
}
.department .news > div span,
.department .news > div em {
  display: block;
}
.department .news > div .time {
  text-align: center;
  margin-bottom: 16px;
}
.department .news > div .name {
  text-align: center;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 14px;
}
.department .news > div i {
  display: block;
  width: 22px;
  height: 22px;
  background-image: url('/static/index/images/icon04.png');
  margin: 0 auto 18px;
}
.department .news > div em {
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 24px;
  text-align: justify;
}
.department .news .box-m {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.department .title2 {
  background-image: url('/static/index/images/icon03.png');
}
.department .title2 .btn-group {
  height: 25px;
  float: right;
}
.department .title2 .btn-group div {
  width: 25px;
  height: 25px;
  float: left;
  cursor: pointer;
  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;
}
.department .title2 .btn-group div:hover {
  background-color: #2180df;
}
.department .title2 .btn-group .prev-btn {
  background: #004f9f url('/static/index/images/left4.png') no-repeat center center;
  margin-right: 20px;
}
.department .title2 .btn-group .next-btn {
  background: #004f9f url('/static/index/images/right4.png') no-repeat center center;
}
.department .doctor-scroll {
  height: 222px;
  position: relative;
  border-top: 2px solid #eaeaea;
  margin-top: 16px;
  overflow: hidden;
}
.department .doctor-scroll .item-wrap {
  position: absolute;
  height: 195px;
  bottom: 0;
  left: 0;
}
.department .doctor-scroll .item {
  float: left;
  width: 130px;
  height: 195px;
  margin-right: 31.2px;
  overflow: hidden;
  position: relative;
}
.department .doctor-scroll .item img {
  width: 100%;
}
.department .doctor-scroll .item div {
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: -80px;
  transition: bottom 0.3s 0s ease;
  -o-transition: bottom 0.3s 0s ease;
  -ms-transition: bottom 0.3s 0s ease;
  -moz-transition: bottom 0.3s 0s ease;
  -webkit-transition: bottom 0.3s 0s ease;
  text-align: center;
  background-color: #004f9f;
  background-color: rgba(0, 79, 159, 0.5);
}
.department .doctor-scroll .item div a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.department .doctor-scroll .item div span {
  display: block;
  margin: 18px 0 8px;
  font-size: 16px;
}
.department .doctor-scroll .item div em {
  font-style: normal;
}
.department .doctor-scroll .item:hover div {
  bottom: 0;
}
.doctor {
  color: #333;
}
.doctor .top {
  margin-bottom: 64px;
  height: 315px;
  position: relative;
}
.doctor .top .img {
  width: 210px;
  height: 315px;
  overflow: hidden;
  margin-right: 78px;
  display: inline-block;
  vertical-align: bottom;
}
.doctor .top .img img {
  height: 100%;
}
.doctor .top .text {
  vertical-align: bottom;
  display: inline-block;
}
.doctor .top .text h3 {
  font-size: 30px;
  color: #004f9f;
  margin-bottom: 12px;
}
.doctor .top .text span {
  display: block;
  margin-bottom: 54px;
}
.doctor .top .text p {
  font-size: 16px;
  color: #004f9f;
}
.doctor .top .text p a{
    margin-right:10px;
    height: 100%;
    background-color: #004f9f;
    color: #fff;
    text-align: center;
    width: 5.2rem;
    font-size: 14px;
    padding: 2px 5px;
}
.doctor .top .common-more {
  width: 128px;
  height: 42px;
  line-height: 42px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.doctor > p {
  text-align: justify;
  line-height: 28px;
  margin-bottom: 16px;
}
.common-content.news .article-sort {
  width: 100%;
  height: 48px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  line-height: 48px;
  font-size: 16px;
  margin-bottom: 35px;
}
.common-content.news .article-sort .time-sort,
.common-content.news .article-sort .number-sort {
  width: 160px;
  padding-right: 24px;
  text-align: center;
  background: #ffffff url('/static/index/images/icon-down3.png') no-repeat 132px center;
  float: left;
  cursor: pointer;
}
.common-content.news .article-sort .on {
  color: #004f9f;
  background-image: url('/static/index/images/icon-down2.png');
}
.common-content.news .article-sort .time-sort {
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.common-content.news .article-sort .number-sort {
  border-right: 1px solid #f1f1f1;
}
.common-content.news .article-sort .common-time-select {
  width: 140px;
  height: 100%;
  float: right;
  position: relative;
}
.common-content.news .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;
}
.common-content.news .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;
}
.common-content.news .article-sort .common-time-select ul li {
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}
.common-content.news .article-sort .common-time-select ul li:hover {
  background-color: #b1d8ff;
}
.common-content.news .item {
  background-color: #f5f5f5;
  padding-left: 222px;
  padding-right: 116px;
  position: relative;
  height: 150px;
  margin-bottom: 20px;
}
.common-content.news .item a {
  color: #999;
}
.common-content.news .item .time {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 78px;
  text-align: center;
  height: 86px;
  font-size: 16px;
}
.common-content.news .item .time span {
  display: block;
  line-height: 64px;
  font-size: 60px;
}
.common-content.news .item strong {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 46px 0 16px;
}
.common-content.news .item em {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-style: normal;
}
.common-content.news .item:hover {
  background-color: #004f9f;
}
.common-content.news .item:hover a,
.common-content.news .item:hover strong {
  color: #fff;
}
.common-content.news .common-pagination {
  margin: 80px 0 24px;
}
.essay .title {
  height: 94px;
  position: relative;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 40px;
}
.essay .title h3 {
  font-size: 42px;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.essay .title > span {
  position: absolute;
  font-size: 24px;
  right: 0;
  bottom: 30px;
  color: #eaeaea;
}
.essay .title i {
  display: block;
  width: 24px;
  height: 5px;
  background-color: #eaeaea;
  position: absolute;
  right: 0;
  bottom: 70px;
}
.essay .title > p {
  color: #eaeaea;
  font-size: 30px;
  margin-top: -24px;
}
.essay > p {
  text-align: justify;
  line-height: 28px;
  /*margin-bottom: 32px;*/
}
.essay > img {
  width: 100%;
  margin-bottom: 38px;
}
.essay .double-img {
  margin-bottom: 38px;
}
.essay .double-img:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
.essay .double-img img {
  width: 52.9%;
  float: right;
}
.essay .double-img img:first-child {
  float: left;
  width: 42.7%;
}
.essay.news {
  text-align: center;
}
.essay.news h3 {
  font-size: 24px;
}
.essay.news .info {
  width: 100%;
  position: absolute;
  bottom: 4px;
}
.essay.news .info .time {
  margin-right: 46px;
}
.essay.news .info .count {
  margin-left: 46px;
}
.essay .skip-btn-group {
  height: 50px;
  text-align: center;
  border: 1px solid #e8e8e8;
  margin-top: 80px;
  line-height: 50px;
}
.essay .skip-btn-group > a {
  font-size: 18px;
  color: #333;
  padding: 0 10px 0 32px;
  background: #ffffff url('/static/index/images/icon-list.png') no-repeat left center;
  transition: padding-left 0.3s 0s ease;
  -o-transition: padding-left 0.3s 0s ease;
  -ms-transition: padding-left 0.3s 0s ease;
  -moz-transition: padding-left 0.3s 0s ease;
  -webkit-transition: padding-left 0.3s 0s ease;
}
.essay .skip-btn-group > a:hover {
  padding-left: 42px;
}
.essay .skip-btn-group div {
  position: relative;
  width: 150px;
  height: 50px;
  font-size: 18px;
  cursor: pointer;
  background-color: #f5f5f5;
}
.essay .skip-btn-group div a {
  color: #004f9f;
}
.essay .skip-btn-group div span {
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 100%;
  overflow: hidden;
  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;
}
.essay .skip-btn-group div span i {
  display: block;
  width: 150px;
  height: 50px;
  background-color: #004f9f;
  color: #fff;
  font-style: normal;
}
.essay .skip-btn-group div:hover span {
  width: 100%;
}
.essay .skip-btn-group .prev-btn {
  float: left;
}
.essay .skip-btn-group .prev-btn span {
  left: 0;
}
.essay .skip-btn-group .next-btn {
  float: right;
}
.essay .skip-btn-group .next-btn span {
  right: 0;
}
.essay .skip-btn-group .next-btn span i {
  position: absolute;
  right: 0;
}
.doctorList .item-wrap:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
.doctorList .item {
  padding: 30px;
  width: 380px;
  height: 195px;
  margin-bottom: 65px;
  float: left;
  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;
}
.doctorList .item:hover {
  box-shadow: 0 0 10px #ddd;
}
.doctorList .item .img {
  width: 130px;
  height: 100%;
  overflow: hidden;
  display: inline-block;
}
.doctorList .item .img img {
  width: 100%;
}
.doctorList .item .text {
  width: 208px;
  height: 100%;
  float: right;
  position: relative;
}
.doctorList .item .text .name {
  height: 30px;
  border-bottom: 1px solid #d5d5d5;
  color: #004f9f;
  font-size: 16px;
  margin-bottom: 28px;
}
.doctorList .item .text span {
  color: #333;
}
.doctorList .item .text p {
  line-height: 24px;
  margin-top: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 48px;
}
.doctorList .item .text a {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 30px;
  line-height: 30px;
}
.doctorList .common-pagination {
  margin: 20px 0 30px;
  text-align: center;
}
.common-pagination .total{
  display:none;
}
.news .content{
  min-height:400px;
}
.content p{
  text-align: left;
  line-height:30px;
}
.content p.no_data{
  text-align:center;
  height:40px;
  line-height:40px;
  padding:20px 0;
}
.no_data{
  text-align:center;
  height:40px;
  line-height:40px;
  padding:20px 0;
}
@media screen and (max-width: 1580px) {
  header {
    padding: 10px 0;
  }
  header nav {
    margin-top: 12px;
  }
  header .logo {
    height: 96px;
    margin-top: 2px;
  }
  body {
    margin-top: 120px;
  }
  .common-top {
    height: 260px;
  }
}
@media screen and (max-width: 1439px) {
  .layout {
    width: 1080px;
  }
  header .logo {
    height: 92px;
    margin-top: 2px;
  }
  header .top {
    height: 34px;
    line-height: 34px;
  }
  header .search {
    height: 32px;
  }
  header .search input {
    height: 32px;
  }
  header .search button {
    width: 32px;
    height: 32px;
  }
  header .search button img {
    width: 20px;
  }
  header nav {
    margin-top: 8px;
  }
  header nav .link {
    height: 34px;
    font-size: 14px;
  }
  header nav .link > a {
    line-height: 34px;
    padding: 0 16px;
  }
  footer .links a {
    margin-left: 16px;
  }
  .common-site .line {
    width: 760px;
  }
  .common-sidebar {
    width: 280px;
  }
  .common-content {
    width: 760px;
  }
  .common-pagination {
    margin-bottom: 40px;
  }
  .doctorList .item {
    padding: 22px 16px;
    width: 328px;
    height: 165px;
  }
  .doctorList .item .img {
    width: 110px;
  }
  .doctorList .item .text {
    width: 194px;
  }
  .doctorList .item .text .name {
    margin-bottom: 16px;
  }
  .patient .item {
    height: 340px;
  }
  .patient .item .img {
    width: 390px;
  }
  .patient .item .text {
    padding-left: 30px;
  }
  .patient .item .text h3 {
    padding-top: 40px;
    height: 60px;
    -webkit-line-clamp: 2;
  }
  .patient .item .text p {
    margin-bottom: 30px;
  }
  .common-content.news .item {
    padding-left: 160px;
    padding-right: 80px;
  }
  .common-content.news .item .time {
    left: 46px;
  }
  .departmentList .item {
    margin-left: 53.33333px;
  }
  .department .news {
    padding: 50px 20px;
  }
  .department .news > div {
    width: 194px;
    padding: 0 22px;
  }
  .department .doctor-scroll .item {
    margin-right: 27.5px;
  }
}
