﻿

.hospital_index_content {
    height: 100%;
    width: 100%;
}

.hospital_index_1 {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #F7F7F7;
}

.hospital_index_2 {
    position: absolute;
    width: 100%;
    height: 150px;
    background-color: #2c92fd;
    border-radius: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.hospital_index_3 {
    position: absolute;
    margin-top: 90px;
    margin-left: 2.5%;
    width: 95%;
    height: 100px;
    background-color: #ffffff;
    border-radius: 10px;
}

.hospital_index_4 {
    width: 50px;
    height: 50px;
    margin-top: 25px;
    margin-left: 25px;
    float: left;
    line-height: 30px;
}

.hospital_index_5 {
    width: 150px;
    height: 15px;
    margin-top: 40px;
    margin-left: 15px;
    float: left;
    border-radius: 0px;
    color: black;
    font-size: 16px;
    font-weight: 700;
}

.hospital_index_6 {
    position: absolute;
    margin-top: 50px;
    margin-left: 15px;
    width: 95%;
    height: 50px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}