.pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 普通列表 */
.list .item {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px dashed #ccc;
  color: #333;
  font-size: 16px;
}

.list .pic {
  float: left;
  width: 275px;
  height: 170px;
  margin-right: 30px;
  border-radius: 5px;
  overflow: hidden;
}
.list .title {
  float: left;
  width: 895px;
}
.list .title a {
  display: block;
  width: 100%;
  height: 140px;
  overflow: hidden;
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}
.list .title a:hover {
  color: #007cc5;
}
.list .title span {
  float: right;
}

/* 交通指导列表页 */
.guide-list .item {
  margin-bottom: 35px;
}
.guide-list h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.guide-list a {
   display: block;
   width: 100%;
   height: 100%;
   padding: 15px 20px;
   box-sizing: border-box;
}
.guide-list li {
  width: 380px;
  height: 100px;
  float: left;
  border-top: 4px solid #007cc5;
  background-color: #e8f3fa;
  font-size: 18px;
  /* padding: 15px 20px; */
  box-sizing: border-box;
}
.guide-list li + li {
  margin-left: 30px;
}
.guide-list .title {
  float: left;
  width: 268px;
}
.guide-list li img {
  width: 72px;
  float: left;
}

/* 健康科普列表 */
.health-list {
  width: 1232px;
  margin-left: -16px;
  color: #333;
  font-size: 18px;
}
.health-list .item {
  width: 275px;
  float: left;
  margin: 0 16px;
  margin-bottom: 30px;
}
.health-list .pic {
  width: 275px;
  height: 170px;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.health-list .date {
  font-size: 14px;
  margin-bottom: 5px;
}
.health-list .title {
  height: 54px;
  line-height: 1.5;
}
.health-list a:hover .title {
  color: #007cc5;
}
.health-list a:hover img {
  opacity: 0.8;
}
.health-list .video:after {
  content: '';
  display: block;
  width: 37px;
  height: 37px;
  background: url(../img/video-icon.png);
  position: absolute;
  left: 8px;
  bottom: 8px;
}

/* 科室导航 */
.office-list {
  font-size: 18px;
}
.office-list .item {
  margin-bottom: 30px;
}
.office-list h3 {
  color: #333;
  font-size: 24px;
  margin-bottom: 10px;
}
.office-list ul {
  width: 1230px;
  margin-left: -15px;
}
.office-list .item li {
  float: left;
  width: 173px;
  margin: 10px 15px;
  border: 1px solid #cbcccd;
  text-align: center;
  border-radius: 5px;
}
.office-list .item li a {
  display: block;
  padding: 10px 0;
  color: #333;
}
.office-list .item li:hover {
  background-color: #007cc5;
  border-color: #007cc5;
}
.office-list .item li:hover a {
  color: #fff;
}

/* 科室简介 */
.office-info {
  color: #333;
  font-size: 16px;
  margin-top: 50;
}
.office-info .pic {
  float: left;
  width: 480px;
  height: 300px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 30px;
}
.office-info .intro {
  float: left;
  width: 690px;
}
.office-info .intro .title {
  font-size: 24px;
  margin-bottom: 15px;
}
.office-info .intro p {
  line-height: 2;
}
.office-info .detail {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
/* 专家列表 */

.expert-list .title {
  font-size: 24px;
  color: #333;
}
.expert-list ul {
  width: 1232px;
  margin-left: -16px;
}
.expert-list li {
  float: left;
  width: 275px;
  margin: 16px;
  position: relative;
}
.expert-list .pic {
  width: 275px;
  height: 410px;
  border-radius: 5px;
  overflow: hidden;
}
.expert-list .info {
  position: absolute;
  width: 100%;
  height: 122px;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  z-index: 5;
  padding-top: 40px;
  background: url(../img/expert-shadow.png) no-repeat;
  box-sizing: border-box;
}
.expert-list .info .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.expert-list .info p {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.expert-list a:hover img {
  opacity: 0.8;
}
/* 出诊查询列表 */
.visit-list {
  font-size: 16px;
  color: #333;
}
.visit-list li {
  border-bottom: 1px dashed #ccc;
  height: 76px;
  line-height: 76px;
}
.visit-list li a {
  display: block;
}
.visit-list li a:hover {
  color: #007cc5;
}
.visit-list .title {
  float: left;
  width: 1080px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.visit-list .date {
  float: left;
  width: 120px;
  text-align: right;
}
