<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.hospitalcontent{
    width:94%;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:3%;
}
.hospitalprofiletitle{
    height:30px;
    padding-top:2%;
    padding-bottom:2%;
}
.hospitalprofiletitleline{
    width:10px;
    height:30px;
    border-left:2px solid #c22c3d;
    float:left;
}
.hospitalprofiletitlecontent{
    height:30px;
    font-size:1.2em;
    color:#000;
    float:left;
    line-height:1em;
}
.hospitalprofiletitlecontent span{
    font-size:0.7em;
}
.hospitalprofileinfo{
    width:96%;
    margin-left:auto;
    margin-right:auto;
    padding-top:2%;
    padding-bottom:2%;
    line-height:1.4em;
}
.hospitalcontenttitle{
    height:20px;
    padding-top:2%;
    padding-bottom:2%;
}
.hospitalcontenttitleline{
    width:10px;
    height:20px;
    border-left:2px solid #c22c3d;
    float:left;
}
.hospitalcontenttitlecontent{
    height:20px;
    font-size:1.2em;
    color:#000;
    float:left;
}
.corevalue{
    width:100%;
    padding:3% 0 0 0;
    height:30px;
}
.corevaluelist{
    float:left;
    width:48.5%;
    height:30px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color:#c22c3d;
}
.corevaluelist1{
    width:100%;
    height:30px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color:#c22c3d;
}

.corevaluelogo{
    width:20px;
    height:20px;
    background-image:url('../image/core.png');
    background-repeat:no-repeat;
    float:left;
    margin-top: 5px;
    margin-left:10px;
}
.corelogo1{
    background-image:url('../image/core.png');
    background-position: -22px 0;
}
.corelogo2{
    background-image:url('../image/core.png');
    background-position: -40px 0;
}
.corelogo3{
    background-image:url('../image/core.png');
    background-position: -62px 0;
}
.corelogo4{
    background-image:url('../image/core.png');
    background-position: -82px 0;
}
.corevalueline{
    width:5px;
    height:20px;
    margin-top: 5px;
    border-right:1px solid #fff;
    float:left;
}
.corevaluecontent{
    float:left;
    color:#fff;
    margin-left:5px;
    line-height:30px;

}
.marginleft3{
    margin-left:3%;
}
.marginleft5{
    margin-left:5%;
}
.margintop-5{
    margin-top:-5%;
}
.ulimg li{
    background:url('../image/round.png') no-repeat scroll 0 3px;
    padding-left:20px;
    list-style-type:none;
    margin-top:2%;
}
.panda{
    width:90%;
    margin-left:auto;
    margin-right:auto;
}
.splitline{
    border-bottom:1px dashed #d5d5d5;
}
@media screen and (min-device-width:320px) and (max-device-width: 370px) {
    .corevaluelogo{
    margin-left:2px;
}
    .corevaluecontent{
    margin-left:2px;
}
    .corevalueline{
    width:2px;
}
}</pre></body></html>