/*寻医问诊*/
.journal-medicine-box{height: 470px;}
.disease{
    border-bottom: 1px solid #ddd;
}
.ill-left{
    border-right: 1px solid #ddd;
    overflow: hidden;
}
.alink{
    margin-left: 22px;
    margin-top: 6px;
}
.alink span{
    background: url(../../images/index/icon-ill.png) no-repeat;
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 14px;
}
.alink .ill-icn{
    background-position: 0 -55px;
}
.alink .med-icn{
    background-position: 0 0;
}
.alink-detal{
    height: 34px;
    margin-top: 14px;
    margin-left: 24px;
    padding-left: 10px;
}
.disease-link .blue{
    border-left: 2px solid #8cc1f7;
}
.disease-link .green{
    border-left: 2px solid #87dbae;
}
.disease-link img{
    position: absolute;
    bottom: -22px;
    left: 0;
}
.alink-detal p{
    font-size: 12px;
    color: #666;
    text-align: left;
}
.alink a{
    font-size: 20px;
    color: #000;
    height: 48px;
    line-height: 48px;
}
.alink a:hover{
    color: #508edb;;
}
.disease-link{
    float: left;
    width: 236px;
    height: 200px;
    margin: 18px 0;
    border-right: 1px dashed #ddd;
    position: relative;
}
.illness{
    width: 698px;
    margin-top:6px;
    float: left;
}
.illness .med-img{
    width: 114px;
    height: 86px;
    float: left;
    overflow: hidden;
    border: 1px solid #ddd;
}
.illness .med-img img{
    width: 100%;
    height: 100%;
}
.illness .illbox {
    width: 255px;
    float: left;
    padding: 12px 35px 8px 24px;
    position: relative;
    margin: 4px 15px 0px 20px;
}
.medicine-list a{
    display: block;
    float: left;
    width: 280px;
    height: 88px;
    margin: 4px 12px 0px 16px;
    padding: 8px 26px 10px 10px;
}
.illbox{
    width: 148px;
    float: left;
    position: relative;
}
.illness .four-rows h1 {
    margin-bottom: 6px;
}
.illness .four-rows h1 span.all-orange {
    color: #ff7521;
}
.illness .four-rows h1 span.all-yellow {
    color: #ff811c;
}
.illness .four-rows h1 span.all-yellowness {
    color: #ffac29;
}
.illness .four-rows h1 span {
    font-size: 14px;
    font-weight: bold;
    margin-right: 12px;
    display: inline-block;
    vertical-align: 4px;
}
.illness .four-rows h1 p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #000;
    line-height: 18px;
    width: 190px;
    display: inline-block;
}
.illness .four-rows h1 .up {
    background: url(../../images/index/list-icon.png) 0 -114px no-repeat;
    width: 12px;
    height: 16px;
    float: right;
}
.illness .four-rows h1 .down {
    background: url(../../images/index/list-icon.png) 0 -142px no-repeat;
    width: 12px;
    height: 16px;
    float: right;
    display: inline-block;
}
.illness .four-rows .illness-detail {
    color: #666;
    font-size: 12px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.med-box{
    float: left;
    margin-left: 14px;
    width: 150px;
}
.illness  .med-box h1 p{
    width: 125px;
    color: #000;
}