@import url(service.css);
@import url(news.css);
@import url(contact.css);

.banner .item {
    height: auto;
}
.sect1 {
    padding: 20px 0;
}
.sect1 .col1 {
    width: 55%;
    float: left;
}
.sect1 .col2 {
    width: 42%;
    float: right;
}
.about-box {
    position: relative;
    background: #f7f8f8;
    margin-bottom: 4px;
}
.about-box .pic {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 220px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.about-box .txt {
    margin-left: 220px;
    min-height: 260px;
}
.about-box .txt .editor {
    padding: 60px 40px 50px;
}
.about-box .txt .title {
    display: inline-block;
    color: #6a9a97;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.about-box .ibtn.more {
    background-image: url(../images/index/about_more.png);
    width: 63px;
    height: 63px;
    position: absolute;
    top: 0;
    right: 0;
}
.rehabilitation-box {
    margin-bottom: 40px;
}
.contact-info {
    float: none;
    width: auto;
}
.map-box {
    height: 234px;
    margin-bottom: 30px;
}

.sect2 {
    padding: 20px 0 45px;
}
.news-box {
    background: #eee;
    padding: 42px 0;
    position: relative;
}
.news-box .ibtn.more {
    background-image: url(../images/index/news_more.png);
    width: 34px;
    height: 34px;
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -17px;
}
.news-box .btn.more {
    background: #a18b66;
    color: #fff;
    font-size: 20px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -17px;
    -webkit-border-radius: 20px;
            border-radius: 20px;
}
.news-box .btn.more:hover {
    background: #6a9a97;
}
.news-list .item {
    border: 0;
}
.news-list .item a {
    padding: 0 32px;
}
.news-list .pic {
    position: relative;
    float: left;
    max-width: 140px;
    overflow: hidden;
    -webkit-border-radius: 140px;
            border-radius: 140px;
}
.news-list .pic:before {
    content: "";
    background: rgba(106,154,151,0.75) url(../images/index/news_hover.png) no-repeat 50% 50%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-border-radius: 140px;
            border-radius: 140px;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
.news-list a:hover .pic:before {
    opacity: 1;
}
.news-list .txt {
    margin-left: 160px;
    padding-top: 10px;
}
.news-list .date {
    background: none;
    width: auto;
    color: #a18b66;
    text-align: left;
    line-height: 1.5;
}
.news-list .title {
    margin: 0;
    font-size: 18px;
}
.news-list .more {
    margin-top: 6px;
    color: #777;
    font-size: 14px;
}
.news-list a:hover .more {
    color: #6a9a97;
}

@media screen and (max-width: 1160px) {
    .sect1 .col {
        float: none;
        width: auto;
        margin: 0 auto;
        max-width: 736px;
    }
    .contact-info {
        margin-bottom: 30px;
    }
    .clinic-hours {
        max-width: 736px;
    }
    .news-box {
        margin: 0 -15px;
    }
    .news-list .item {
        width: 33.33%;
        float: left;
    }
    .news-list .item a {
        padding: 0 15px;
        background: url(../images/news/shadow.png) no-repeat 100% 50%;
        border: 0;
    }
    .news-list .item a,
    .news-list .date {
        text-align: center;
    }
    .news-list .pic {
        float: none;
        margin: 0 auto;
    }
    .news-list .txt {
        margin-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .news-box {
        padding: 0 0 10px;
    }
    .news-list .item {
        float: none;
        width: auto;
    }
    .news-list .item a {
        padding: 20px;
        border-top: 1px solid #D5D5E6;
        background: none;
    }
}
@media screen and (max-width: 640px) {
    .about-box {
        margin-bottom: 10px;
    }
    .about-box .pic {
        display: none;
    }
    .about-box .txt {
        margin-left: 0;
        min-height: 0;
    }
}