/*hospital_nav*/
.hospital_nav{
    width: 100%;
    margin-top: 0.5rem;
}
.hospital_nav ul{
    width: 100%;
}
.hospital_nav ul li{
    width: 20%;
    float: left;
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
    color: #777777;
}
.hospital_nav ul .active a{
    color: #b9090c;
    padding-bottom: 0.2rem;
    border-bottom: 2px solid #b9090c;
}

/*advertisement*/
.advertisement{
    width: 100%;
    margin-top: 0.8rem;
    margin-bottom: 0.5rem;
}
.advertisement img{
    width: 100%;
}

.content_list{
    width: 100%;
    margin-top: 1rem;
    /*margin-top: 80px;*/
}
.content_list ul {
    width: 100%;
}
.content_list ul li{
    width: 100%;
    background: #eeeeee;
    box-sizing: border-box;
    padding: 0.5rem;
    border-radius: 0.3rem;
    position: relative;
    margin-top: 0.5rem;
}
.content_list ul li img{
    width: 37%;
    float: left;
    border-radius: 0.3rem;
}
.content_list ul li .info{
    width: 60%;
    float: right;
}
.content_list ul li .info .title{
    width: 100%;
    font-size: 0.8rem;color: #333333;

}
.content_list ul li .info .brief{
    width: 100%;
    margin-top: 0.3rem;
    color: #777777;
    font-size: 0.65rem;
}
.content_list ul li .info .price{
    width: 100%;
    font-size: 0.7rem;
    color: #ff6600;
    margin-top: 0.3rem;
}
.content_list ul li .info .price span{
    font-weight: bold;
    font-size: 0.8rem;
}
.content_list ul li .but{
    width: auto;
    position: absolute;
    right: 0;
    bottom:0.2rem;
    background: #b9090c;
    color: #fff;
    padding: 0.15rem 0.2rem 0.15rem 0.4rem;
    border-top-left-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
}



.footer_tips{
    width: 100%;
    margin-top: 0.6rem;
    text-align: center;
    color: #777777;
    margin-bottom: 0.5rem;
}