/* 医院信息单页 */
    #hospital {width: 1200px;margin: 0 auto;}
    #hospital .tit {height: 60px;display: flex;align-items: center;}
    #hospital .tit .name {font-size: 20px;font-weight: bold;}
    #hospital .tit .level {width: 80px;text-align: center;font-size: 14px;line-height: 1.8;margin-left: 30px;background: #1E90FF;border-radius: 3px;color: #fff;}
    #hospital .tit .correct {margin-left: auto;border: 1px solid #1E90FF;border-radius: 15px;background: #DCEDFE;color: #0074E8;position: relative;font-size: 12px;line-height: 28px;height: 28px;padding: 0 10px 0 30px;cursor: pointer;user-select: none;}
    #hospital .tit .correct .i {width: 26px;height: 26px;border: 1px solid #1E90FF;border-radius: 100%;position: absolute;left: -1px;top: 0;font-size: 20px;line-height: 26px;text-align: center;}
    #hospital .cont {display: flex;align-items: center;}
    #hospital .cont .img {width: 200px;height: 150px;margin-right: 20px;border: 1px solid #dedfe0;}
    #hospital .cont .infor {display: flex;flex-direction: column;justify-content: space-around;}
    #hospital .cont .infor span {font-size: 14px;line-height: 2.6;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 600px;}
    #hospital .cont .rating {margin-left: auto;display: flex;flex-direction: column;justify-content: space-around;font-size: 16px;padding: 20px 40px;border: 1px solid #dedfe0;}
    #hospital .cont .rating p {color: #888;line-height: 2;}
    #hospital .cont .rating p .i {font-size: 18px;letter-spacing: 5px;color: #F07B05;margin-left: 5px;}
    #hospital .cont .rating p span {margin-right: 10px;color: #F07B05;font-size: 18px;font-weight: bold;}
    #hospital .nav {display: flex;justify-content: space-between;background: #f1f3f4;margin-top: 10px;border: 1px solid #dedfe0;}
    #hospital .nav li {flex: 1;height: 40px;font-size: 16px;line-height: 38px;text-align: center;border-top: 2px solid #f1f3f4;border-right: 1px solid #f1f3f4;border-left: 1px solid #f1f3f4;cursor: pointer;user-select: none;}
    #hospital .nav .active {border-top: 2px solid #1E90FF;border-right: 1px solid #dedfe0;border-left: 1px solid #dedfe0;background: #fff;}
    #hospital .nav li:first-of-type{border-left: 1px solid #f1f3f4;}
    #hospital .nav li:last-of-type{border-right: 1px solid #f1f3f4;}
    #hospital .nav-cont {border-left: 1px solid #dedfe0;border-right: 1px solid #dedfe0;border-bottom: 1px solid #dedfe0;padding: 20px;}
    #hospital .nav-cont li {font-size: 14px;line-height: 2;text-align: justify;white-space: pre-wrap;word-wrap: break-word;display: none;}
    #hospital .nav-cont .active {display: block;}
    #hospital .nav-cont .contact {white-space: normal;}
    #hospital .gene {margin: 20px 0;padding: 0 20px;border: 1px solid #dedfe0;background: #f1f3f4;}
    #hospital .gene li {padding: 10px 0;}
    #hospital .gene li .title {font-size: 16px;line-height: 4;font-weight: bold;}
    #hospital .gene li a {color: #0074E8;text-decoration: underline;}
    #hospital .gene li a:hover{color: #EA4335;}
    #hospital .gene li .href {display: flex;flex-wrap: wrap;padding: 20px;background: #fff;}
    #hospital .gene li .href a {line-height: 2.4;font-size: 14px;width: 186px;box-sizing: border-box;}