.header_dis{
    width: 100%;
    height: 60px;
    background: #ffffff;
}
.header_dis .header_list{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    
}
.header_list ul li{
    float: left;
    margin-left: 65px;
}
.header_list ul li a{
    font-size: 16px;
    color: #333333;
    line-height: 60px;
}
/* <!-- 就医流程 --> */
.liucheng{
    width: 1200px;
    height: 800px;
    background:#ffffff;
    margin: 22px auto 40px auto;
    overflow: hidden;
}
.liucheng .lch_name{
    font-size: 22px;
    color: #333333;
    margin: 38px 0 0 50px;
}
.liucheng .content{
    width: 1100px;
    height: 483px;
    margin: 38px auto 0 auto;
    background: #F6C2C2;
}
.content .lf_content{
    width: 444px;
    height: 100%;
    margin-left: 40px;
    float: left;
    overflow: hidden;
}
.lf_content .lf_title{
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    margin-top: 90px;
}
.lf_content .lf_title2{
    font-size: 20px;
    color: #333333;
    margin-top: 58px;
}
.lf_content .lf_con{
    margin-top: 28px;
    font-size: 14px;
    color: #4b4545;
}
.lf_content .lf_con p{
    margin-top: 3px;
}
.content .rf_img{
    width: 570px;
    height: 408px;
    background: #ffffff;
    float: right;
    margin: 38px 25px 0 0;
}
.content .rf_img img{
    width: 570px;
    height: 408px;
}