body {
    overflow-x: hidden;
    color: #333;
    background: #f3f3f3;
    font-size: 14px;
    max-width: 520px;
    margin: 0 auto;
    font-family: "Microsoft YaHei";
}

section{
    /*padding-bottom: 65px;*/
    max-width: 520px;
}

footer{
    max-width: 520px;
    z-index: 999;
}

* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    float: left;
}

a {
    text-decoration: none;
    color: black;
    transition: .3s;
}

a:focus{
    color: #aaa;
    transition: .3s;
}

a:hover{
    color: #a7514d;
    text-decoration: none;
}

a:visited,
a:visited h4,
a:visited p{
    color: #a7514d;
}

button,
input {
    outline: none !important;
}

.zl-clear {
    overflow: hidden;
}

p{
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0px;
}

.container{
    max-width: 520px;
    background: white;
    position: relative;
    overflow: initial !important;
}

.nav-2{
    display: block;
    float: right;
    width: 25px;
    margin-top: 13px;
}

.nav-2 span{
    display: block ;
    width: 5px !important;
    height: 5px !important;
    background: #a71018;
    border-radius: 5px;
    float: left;
    margin: 0px !important;
}

.nav-2 span:nth-of-type(2){
    margin: 0px 5px !important;
}

.nav-2-list{
    position: absolute;
    top: 40px;
    left: 0px;
    width: 100%;
    height: auto;
    display: none;
    z-index: 99;
}

.nav-2-list ul{
    overflow: hidden;
}

.nav-2-list li{
    width: 100%;
}

.nav-2-list a{
    display: block;
    width: 70%;
    padding: 9px 0px;
    text-align: center;
    background: #7a7a7a;
    color: white !important;
    border-bottom: 1px solid white;
    float: right;
}

.nav-2-list a:hover{
    color: #806b58 !important;
    background: white !important;
}

.nav-2-list .on a{
    background: #806b58;
}

.font-21{
    font-size: 21px;
} 

.mt-20 {
    margin-top: 10px;
}

.lh-38 {
    line-height: 25px;
}

.content-color{
    color: #444;
}

.hospital-conts img{
    max-width: 100%;
    height: auto;
    margin: 10px auto;
}

.about-article{
    margin: 10px 0px;
}

.about-article a{
    padding: 0px 5px;
    display: block;
    width: 100%;
    color: #428bca;
}

.about-article a:nth-of-type(2){
    margin-top: 10px;
}

.face{
    background: #f2f2f2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 65px;
    box-sizing: border-box;
    border-radius: 5px
}

.day{
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.day,.date{
    color: #808080 !important;
}