.service-intro .txt {
    float: left;
    width: 60%;
}
.service-intro .pic {
    float: right;
    width: 40%;
}
.service-intro .list {
    list-style-type: none;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    text-align: left;
}
.service-intro .list li {
    position: relative;
    margin-bottom: 10px;
}
.service-intro .list li:before {
    content: "";
    display: block;
    border: 3px solid #6a9a97;
    width: 6px;
    height: 6px;
    position: absolute;
    left: -20px;
    top: 6px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
}
.service-intro .list .title {
    font-size: 18px;
    color: #6a9a97;
}

.clinic-hours {
    max-width: 618px;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 25px 35px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.clinic-hours .main-title {
    background: none;
    font-size: 24px;
    letter-spacing: 0;
    padding: 0;
}
.clinic-hours .main-title small {
    font-size: 20px;
}
.clinic-hours .date {
    font-size: 20px;
    color: #6a9a97;
    text-align: center;
    margin-bottom: 10px;
}
.clinic-hours .table {
    min-width: 350px;
}
.clinic-hours .table th,
.clinic-hours .table td {
    border: 1px solid #D5D5E6;
    text-align: center;
    padding: 0 4px;
}
.clinic-hours .table thead th {
    background: #6a9a97;
    color: #fff;
    font-size: 16px;
}
.clinic-hours .table th {
    background: #f7f8f8;
    color: #6a9a97;
    font-size: 19px;
}
.clinic-hours .table td {
    font-size: 25px;
    line-height: 1;
    color: #aaa;
}
.clinic-hours .table td.time {
    font-size: 15px;
    font-weight: bold;
    color: #666;
}

.rehabilitation-timeline {
    position: relative;
    max-width: 736px;
    margin: 0 auto;
    padding-left: 223px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.rehabilitation-timeline .main-title {
    background:#6a9a97;
    color: #fff;
    font-size: 24px;
    text-align: right;
    width: 200px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
}
.rehabilitation-timeline .main-title b {
    font-size: 22px;
}
.rehabilitation-timeline .main-title small {
    font-size: 20px;
    color: #fff;
    margin-top: 5px;
}
.rehabilitation-timeline .main-title .icon {
    background-image: url(../images/index/calendar.png);
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: -5px 0 0;
}
.rehabilitation-timeline .main-title small,
.rehabilitation-timeline .main-title b,
.rehabilitation-timeline .main-title span {
    display: block;
    line-height: 1.2;
}
.rehabilitation-timeline .table {
    min-width: 350px;
}
.rehabilitation-timeline .table th,
.rehabilitation-timeline .table td {
    border: 1px solid #D5D5E6;
    text-align: center;
    padding: 0 4px;
}
.rehabilitation-timeline .table thead th {
    color: #fff;
    background: #6a9a97;
    line-height: 2;
}
.rehabilitation-timeline .table th {
    color: #6a9a97;
    font-size: 17px;
    background: #f7f8f8;
}
.rehabilitation-timeline .table td {
    color: #6a9a97;
    font-size: 25px;
    line-height: 1.35;
}

@media screen and (max-width: 900px) {
    .editor .txt,
    .editor .pic {
        float: none;
        width: auto;
    }
    .editor .pic {
        margin-top: 2em;
    }
}
@media screen and (max-width: 640px) {
    .rehabilitation-timeline {
        padding-left: 0;
    }
    .rehabilitation-timeline .main-title {
        position: static;
        width: auto;
        text-align: center;
        margin-bottom: 10px;
        padding: 5px 10px;
    }
    .rehabilitation-timeline .main-title small,
    .rehabilitation-timeline .main-title b,
    .rehabilitation-timeline .main-title span {
        display: inline-block;
    }
    .rehabilitation-timeline .main-title small {
        margin: 0;
    }
}
@media screen and (max-width: 500px) {
    .clinic-hours {
        padding: 0;
        border: 0;
    }
}