/**=========医疗团队==========*/
.doctor-intro{padding:30px;margin:0 0 30px;border: 1px dashed #d8c7ab;font-size: 16px;line-height: 36px;color: #666;}
.doctor-intro p{text-indent: 2em;}
.doctor-list{margin: 0 0 60px;}
.doctor-list ul{margin:-20px 0 0 -20px;}
.doctor-list li{float: left;width: 438px;height: 200px;padding: 10px;margin:20px 0 0 20px; background:#f5f5f5; border: 1px solid #ddd;transition: all linear .3s;}
.doctor-list li a,.doctor-list li a:hover{color: #333;}
.doctor-list .pic{float: left;width: 200px;height: 200px;overflow: hidden;background: #fff;}
.doctor-list .pic img{display: block;width: 200px;height: 200px;}
.doctor-list .info{float:right;width: 220px;transition: all linear .3s;}
.doctor-list .title{position: relative; height:41px;padding:0 0 0 10px;margin:0 0 10px;line-height:30px;font-size: 28px;color: #b29057;background: url("../images/pinpai/doctor_list_title.gif") left bottom repeat-x;}
.doctor-list .title::before{position: absolute;left: 0;top:0;width: 3px;height: 30px;font-size: 0;background: #b29057;content: '';}
.doctor-list .title strong{font-size: 14px; font-weight: normal;}
.doctor-list .ry{padding:0 0 5px;margin:0 0 10px;font-size: 14px;line-height: 22px;border-bottom: 1px dotted #b4b4b4;}
.doctor-list .xm{font-size: 14px;line-height: 22px;color: #666;margin: 0 0 10px;}
.doctor-list .btn{display: block;width: 120px;height: 35px;text-align: center; line-height: 35px; color: #fff; font-size: 14px; background: #b29057;border-radius: 3px;opacity: 0;transition: all ease .3s; transform: translateY(10px); display: none\9;}
.doctor-list li:hover{border-top: 1px solid #b29057; box-shadow: 0 0 10px rgba(0,0,0,0.2);transform: translateY(-5px);}
.doctor-list li:hover .btn{opacity: 1;transform: translateY(0); display: block\9;}
.doctor-list .tips{padding: 20px;text-align: center;}