<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.divlayout{
    width:100%;
    background-color:#fff;
    font-size:1em;
    text-align:justify;
    line-height:1.8em;
    color:#686767;
    display:table;
}
.divlayout img{
    width:100%;
    display:table;
}
.item_content_layout{
    margin-left:auto;
    margin-right:auto;
    width:1140px;
}
.padding_top_bottom{
    padding-bottom:2%;
    padding-top:3%;
}
a{
    text-decoration:none;
    color:#686767;
}

@media screen and (min-device-width:1140px) and (max-device-width: 1280px) {
    
}
.title{
    font-size:2em;
    font-weight:bold;
    color:#a1414c;
    text-align:center;
}
.describe{
    text-indent:2em;
    margin-top:2%;
}
.doctor_navigation{
    margin:4% 0 0 0 !important;
    list-style:none;
    padding:0 !important;
    height: 55px;
}
.doctor_navigation li{
    border-right:1px solid #cbcbcb;
    width:16.6%;
    float:left;
    text-align:center !important;
    padding: 1% 0;
    cursor: pointer;
    color:#898686;
}
.doctor_navigation li:nth-child(2),.doctor_navigation li:nth-child(3),.doctor_navigation li:nth-child(4){
    border-left:0;
}
.navigation_select{
    background-color:#c22c3d;
    color:#fff !important;
}
.dispay_none{
    display:none;
}
.dispay_view{
    display:block;
}
.doctor_list_layout{
    width:100%;
    margin:0;
    padding:0;
    list-style:none;
}
.doctor_list_layout li{
    width:23.5%;
    float:left;
    margin:4% 0 0 2%;
    color:#686767 !important;
}
.doctor_item{
    margin-left:0 !important;
}
.bespeak{
    background-color:#c22c3d;
    width:60px;
    height:30px;
    color:#fff;
    float:right;
    margin-top:-30px;
    position:relative;
    text-align:center;
    line-height:30px;
    cursor:pointer;
}
.doctor_name{
    margin-top:3%;
    text-align:center;
    color:#686767;
}
.doctor_name span{
    font-size:1.3em;
    font-weight:bold;
    margin-right:3%;
}
.positional_titles{
    text-align:center;
    color:#686767;
}
.doctor_name:hover{
	color: #c22c3d !important;
	text-decoration: none;
}
.positional_titles:hover{
	color:#686767 !important;
}
.doctor_list_layout li img {
    height:268px
}
</pre></body></html>