﻿* {
  padding: 0px;
  margin: 0px;
}
#previousNav {
  width: 1200px;
  height: 40px;
  margin: 0px auto;
  padding-top: 15px;
  border-bottom: 1px dashed #ccc;
}
#previousNav > span {
  font-family: "微软雅黑";
  font-size: 16px;
  color: #6c6c6c;
}
.container {
  width: 1200px;
  margin: 0px auto;
}
.container .title {
  width: 96%;
  margin: 0px auto;
  border-bottom: 3px solid #e5e5e5;
}
.container .title span {
  /*width:465px;*/
  height: 50px;
  line-height: 50px;
  display: inline-block;
  font-size: 21.03px;
  color: #fc6c6c;
  border-bottom: 5px solid #fc6c6c;
}
.container .filter {
  width: 96%;
  padding: 25px 0px;
  margin: 0px auto;
}
.container .filter span {
  padding-left: 15px;
  padding-right: 45px;
  font-family: "微软雅黑";
  font-size: 19px;
  color: #fc6c6c;
  vertical-align: top;
}
.container .filter .filter-option-content {
  display: inline-block;
  width: 950px;
}
.container .filter .filter-option-content a {
  border: 1px solid #ccc;
  display: inline-block;
  margin: 5px 0px;
  text-align: center;
  height: 14px;
  vertical-align: central;
  font-family: "宋体";
  font-size: 14px;
  color: #000;
  padding-top: 6px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 3px;
  background: -webkit-linear-gradient(#fefefe, #e9e9e9);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#fefefe, #e9e9e9);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#fefefe, #e9e9e9);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#fefefe, #e9e9e9);
  /* 标准的语法（必须放在最后） */
  -webkit-box-shadow: 0 0 5px #dbdbdb;
  -moz-box-shadow: 0 0 5px #dbdbdb;
  box-shadow: 0 0 5px #dbdbdb;
  cursor: pointer;
}
.container .filter .filter-option-content a.current {
  font-family: "宋体";
  font-size: 14px;
  color: #fc6c6c;
  background: -webkit-linear-gradient(#fff, #fff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#fff, #fff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#fff, #fff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#fff, #fff);
  /* 标准的语法（必须放在最后） */
  -webkit-box-shadow: 0 0 5px #ffc8c8;
  -moz-box-shadow: 0 0 5px #ffc8c8;
  box-shadow: 0 0 5px #ffc8c8;
}
.container .doctorList {
  margin: 0px auto;
  width: 96%;
}
.container .doctorList .doctor {
  width: 330px;
  padding: 10px;
  display: inline-block;
}
.container .doctorList .doctor .doctor-photo {
  display: inline-block;
  width: 110px;
}
.container .doctorList .doctor .doctor-photo img {
  width:102px;
  height:102px;
}
.container .doctorList .doctor .doctor-info-top {
  border-bottom: 1px solid #dcdcdc;
  vertical-align: top;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.container .doctorList .doctor .doctor-info-top .name {
  font-family: "微软雅黑";
  font-size: 16px;
  color: #3a3a3a;
}
.container .doctorList .doctor .doctor-info-top .job-title {
  font-family: "微软雅黑";
  font-size: 12px;
  color: #3a3a3a;
}
.container .doctorList .doctor p {
  font-family: "微软雅黑";
  font-size: 12px;
  color: #7d7d7d;
  line-height: 20px;
}
.container .doctorList .doctor .doctor-info {
  width: 200px;
  display: inline-block;
}
/*.container .doctorList .doctor:hover {
  border: 1px solid #fc6c6c;
}*/
.container .doctorList .doctor:not(:nth-of-type(3n)) {
  margin-right: 30px;
}
#pages > span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px #eee solid;
  text-align: center;
  vertical-align: middle;
  margin: 0px 5px;
  border-radius: 3px;
  cursor: pointer;
}
#pages > span:first-of-type,
#pages > span:last-of-type {
  width: 60px;
}
.currentpage {
  background-color: #fc6c6c;
  color: #fff;
}
 #pages {
  padding: 30px 10px 30px 400px;
}
.pagess{
    text-align:center;
    margin:20px 0;

}
.pagess input{
     width:30px;
     height:30px;
     border:1px solid #dbdbdb;
     background-color:#fff;
     outline:none; 

}
.lis-tip{
    color: #fc6c6c;
    text-align: center;
    line-height: 400px;
}
.lis-tip img{
    vertical-align:middle;
}