.doctor{}
.doc_box{border-top:1px solid #e4e4e4; }
.doc_box:hover{background:#f5f2f0;transition:all .5s;}
.doc_box .ctt{display:flex;align-items:center;justify-content:space-between;padding:100px 0;}
.doc_img{width:40%;}
.doc_img img{width:100%;border-radius:500px;}
.doc_txt{width:50%;}
.doc_name{}
.doc_name strong{display:block;font-size:20px;}
.doc_name strong i{display: inline-block;width: 2px;height: 16px;margin: 0 7px;background: #7f675a;opacity: 0.4;}
.doc_name div{display:flex;align-items:end;margin-top:10px;}
.doc_name b{font-size:32px;display:block;margin-right:5px;}
.doc_name span{display:block;font-size:22px;font-weight:400;}
.doc_txt ul{margin-top:40px;}
.doc_txt ul li{font-size:18px;line-height:40px;color:#555;font-weight:400;}

@media screen and (max-width:799px){
  .doc_box .ctt{padding:50px 0;flex-wrap:wrap;}
  .doc_img{width:100%}
  .doc_txt{width:100%;margin-top:40px;text-align:center;}
 .doc_name div{justify-content:center;}
  .doc_name strong {font-size: 14px;}
  .doc_name b {font-size: 18px;}
  .doc_name span {font-size: 14px;}
  .doc_txt ul{margin-top:20px;}
  .doc_txt ul li {font-size: 14px;line-height: 31px;}
}