@charset "gb2312";
/*article content*/
.articleContent {
    padding: .3rem;
}

.articleContent .articleTitle {
}

.articleContent .articleTitle h1 {
    font-size: .34rem;
    font-weight: bold;
    line-height: .6rem;
    color: #1a1a1a;
    text-align: center;
}

.articleContent .articleTitle p {
    font-size: .22rem;
    color: #4a4a4a;
    text-align: center;
}

.articleContent .articleBody {
    padding: .2rem 0;
}

.articleContent .articleBody p {
    font-size: .24rem;
    color: #262626;
    line-height: .49rem;
}

.articleContent .articleBody p img {
	margin-top: 0.1rem;
}

.articleContent .articleSwt {
    text-align: center;
}
.articleContent .articleSwt a {
    color: #0000ff;
    font-size: .24rem;
}

/*doctor list*/
.docList {
    padding: .2rem 0;
}
.docList .docListTop {
    width: 100%;
    height: .63rem;
    line-height: .63rem;
    border-bottom: 1px solid #ebebeb;
    background: url("../images/portrait.png") no-repeat .18rem .19rem;
    background-size: .22rem .28rem;
}
.docList .docListTop a {
    color: #808080;
    font-size: .22rem;
    float: right;
    margin-right: .25rem;
}
.docList .docListTop b {
    font-size: .28rem;
    color: #333333;
    margin-left: .55rem;
}
.docList .docListCon {
    width: 100%;
    height: auto;
    padding-top: .2rem;
    display: flex;
    justify-content: space-around;
}
.docList .docListCon figure {
    width: 25%;
    text-align: center;
}
.docList .docListCon figure img {
    width: 1.26rem;
    height: 1.26rem;
    display: inline-block;
}
.docList .docListCon figure figcaption h5 {
    font-size: .22rem;
    color: #404040;
    font-weight: bold;
}
.docList .docListCon figure figcaption p {
    font-size: .2rem;
    color: #646464;
}

