﻿@charset "utf-8";
/* CSS Document */
ul.doctor_list li p {
 line-height: 26px;
}
.doctor_list{line-height:22px;color:#333;width:100%;margin:10px 0 0 0;padding: 20px;display: flex;justify-content: space-between;flex-wrap: wrap;box-sizing: border-box;}
.doctor_list li{margin-right: 0;float:left;margin: 0 0px 25px 0;height:160px;width: 290px;border: 2px #f7f7f7 dashed;}
.doctor_list h2{width:100%;/* border:#e8e8e8 solid 1px; */background:#f7f7f7;height:25px;line-height:25px;font-size:14px;font-weight:bold;color:#024174;text-indent:10px;margin-bottom:15px;}
.doctor_list h2 a{ text-decoration:none; color:#024174;}
.doctor_list img{ float:left;margin:5px 10px 0 0;width:75px; height:102px;border:1px solid #ccc;}
.doctor_list p span{ color:#004276}
.doctor_list p a{ display:inline-block; width:45px; line-height:21px; height:21px; background:url(../images/YuanWuGongKai/more.jpg);height:19px;line-height:19px;color:#024174;width:49px;background:url(../images/YiYuanGaiKuang/zx_btn.jpg) no-repeat center center;padding-left:12px;margin-top:5px;}
.doctor_list p a:hover{ color:#f00}
.main_right{ overflow:hidden}

@media only screen and (max-width:768px){
	.doctor_list{width:100%;}
	.doctor_list li{width:50%;margin:0;padding:0 5px;box-sizing:border-box;}
	.doctor_list h2{width:100%;}


}

@media only screen and (max-width:640px){
	.main{width:98%;margin:0 auto;}
	.doctor_list li{width:100%;float:none;}

} 
  