@charset "utf-8";

/* 诊室介绍 */
.gyt .zsjs .am-list-news-hd {
    padding-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
}

.gyt .zsjs .am-list-news-hd a {
    /* padding: 1rem; */
}

.gyt .zsjs .am-list-news-hd h2 {
    padding-bottom: 2.5rem;
    color: #464646;
    border-bottom: 3px solid #92602e;
}

.gyt .zsjs .am-list-news-hd span {
    color: #999;
}

.gyt .zsjs .am-list-news-hd span:hover {
    color: #92602e;
}

.gyt .zsjs .am-list-news-bd ul li {
    padding: 0;
    margin-top: 1.5rem;
}

.gyt .zsjs .am-list-news-bd ul li a:hover {
    color: #92602e;
}

.gyt .zsjs .am-list-news-bd ul li div {
    color: #999 !important;
}

/* 特色疗法 */
.gyt .tslf .am-intro {
    margin-top: 2rem;
}

.gyt .tslf .am-intro-hd {
    height: 40px;
    line-height: 40px;
    background: #a6937c;
    border-radius: 2px;
}

.gyt .tslf .am-intro-hd h2 {
    font-size: 1.6rem;
}

/* 就医通道 */
.gyt .jytd .jytd-wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 1rem;
    background: #f7f7f5;
}

.gyt .jytd .jytd-wrapper h2 {
    margin-left: -1rem;
    padding: 0 1.4rem;
    font-size: 1.6rem;
    color: #92602e;
    border-left: 8px solid #92602e;
}

.gyt .jytd .jytd-wrapper .jytd-bd ul {
    padding: 0 1.6rem;
}

.gyt .jytd .jytd-wrapper .jytd-bd ul li {
    position: relative;
    width: 100%;
    height: 42px;
    line-height: 42px;
    margin-bottom: 10px;
    background: url(../images/entry-icon.png) 86% center no-repeat;
    background-size: 20px 20px;
    background-color: #a6937c;
    border-radius: 4px;
    box-shadow: 1px 1px 2px #ddd, -1px -1px 2px #ddd;
}

.gyt .jytd .jytd-wrapper .jytd-bd ul li:hover {
    background: url(../images/entry-icon.png) 89% center no-repeat;
    background-size: 20px 20px;
    background-color: #a6937c;
}

.gyt .jytd .jytd-wrapper .jytd-bd ul li i {
    display: inline-block;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

.gyt .jytd .jytd-wrapper .jytd-bd ul li i.tjjg-icon {
    background: url(../images/qjjg-icon.png) 0 center no-repeat;
    background-size: 16px 16px;
}

.gyt .jytd .jytd-wrapper .jytd-bd ul li i.sfxm-icon {
    background: url(../images/sfxm-icon.png) 0 center no-repeat;
    background-size: 16px 16px;
}

.gyt .jytd .jytd-wrapper .jytd-bd ul li i.cggs-icon {
    background: url(../images/cggs-icon.png) 0 center no-repeat;
    background-size: 16px 16px;
}

.gyt .jytd .jytd-wrapper .jytd-bd ul li i.gsl-icon {
    background: url(../images/gsl-icon.png) 0 center no-repeat;
    background-size: 16px 16px;
}

.gyt .jytd .jytd-wrapper .jytd-bd ul li a {
    display: block;
    width: 50%;
    height: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}