@charset "utf-8";
/* CSS Document */
.title{margin:20px 0;}
.title a{color:#999;}
.title i{color:#333}
/*医生列表*/
.con_left{width:920px;line-height:24px;}
.con_left li{position:relative;float:left;margin:10px;
    width:280px;height:460px;
    border:1px solid #e5e5e5;
     border-top-left-radius:8px;
    border-top-right-radius:8px;}
.doc_pic img{display:block;width:280px;height:280px;}
.doc_dec{padding:10px;color:#666;}
.doc_name h3{  display: inline-block;margin-right:10px;
    font-size: 16px;color:#333;}
.doc_name span{color:#808080;}
.zhiwei span{color:#333;}
.koubei .star{ background:url("../images/xbt.png") -80px -466px no-repeat;width:78px;height:14px;
    display:inline-block;  position:relative;vertical-align:middle;margin:0 5px;}
.koubei .star i{ background:url("../images/xbt.png")  0 -466px no-repeat;width:100%;height:14px;
    display:inline-block;  position:absolute}
.koubei .star .star_1{width:20%;}
.koubei .star .star_2{width:40%;}
.koubei .star .star_3{width:60%;}
.koubei .star .star_4{width:80%;}
.koubei .star .star_5{width:100%;}
.shanchang{height:40px;line-height:20px;color:#666;overflow: hidden}
.shanchang span{color:#ff8804;}
.ck_home{position: absolute;bottom:12px;left:50%;margin-left: -40px;
    width:80px;height:26px;
    text-align: center;line-height: 26px;
    border:1px solid #e5e5e5;
    border-radius:12px;}
.ck_home:hover{background-color: #be7830;color:#fff; }
/*咨询*/
.con_right{width:260px;padding:10px;}
.zx_box{margin-bottom: 30px;border:1px solid #e5e5e5;padding:10px;}
.zx_title{border-bottom: 1px solid #e5e5e5;padding-bottom: 10px ;margin-bottom: 10px;}
.zx_title h2{font-size: 24px;}
.more{font-size: 14px;color:#666;line-height:32px;}
.more:hover{color:#be7830;text-decoration: underline}
.zx_block{display:block;border-bottom: 1px dashed #e5e5e5;padding-bottom: 10px ;margin-bottom: 10px;}
.zx_block:last-child{border:none}
.zx_block img{width:50px;height: 50px;}
.zx_block a{display:block;width:170px;height:80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4; overflow:hidden;
    margin-left: 10px;
    color:#666;line-height:20px;}
.zx_block a span{color:#be7830}
.zx_block a:hover{color:#be7830;text-decoration: underline}