/*css document 中医文章页*/
#container{
    max-width:26.67em;
    width:100%;
    margin:0 auto;
    overflow:hidden;
}
.swt{
    width: 26.67em;
}
.swt, .swt li a{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.swt li a{
    justify-content: center;
    -webkit-justify-content: center;
    height: 2.5em;
    line-height: 2.5em;
}
.swt li a img{
    width: 1.87em;
    display: block;
    margin-right: 1em;
}
.swt li a p{
    color: #fff;
}
.swt li:nth-child(2){
    flex:1;
    -webkit-flex: 1;
    background-color: #7e0204;
}
.swt li:nth-child(1){
    flex:1.6;
    -webkit-flex: 1.65;
    background-color: #804719;
}
.article_link{
    background-color: #e9e9e9;
    width: 26.67em;
    padding: .5em 0;
}
.article_link p{
    background-color: #fff;
    height: 2.5em;
    line-height: 2.5em;
    padding-left: 1em;
    box-sizing: border-box;
    width: 26.67em;
}
.article_link p a{
    color: #575757;
}

.article_box{
    width: 24.67em;
    padding: 1.5em 0;
    margin: auto;
}
.article_box h3{
    text-align: center;
    font-size: 1.083em;
    color: #804719;
    height: 2em;
    line-height: 2em;
}
.article_box h5{
    color: #575757;
    text-align: center;
    font-size: .75em;
    border-bottom: 1px solid #e9e9e9;
    height: 1.8em;
}
.article_box p{
    color: #575757;
    line-height: 1.583em;
    text-indent: 2em;
    width: 24em;
    margin: 1em auto;
}
.article_box h2{
    font-size: 1.166em;
    color: #575757;
    font-weight: bold;
    width: 19em;
    margin: 1em auto;
}

.swtzx {
    width: 21em;
    margin: 0.5em auto;
}
.swtzx ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content:space-around;
}
.swtzx ul li {
    border-radius: .8em;
    color: #fff;
    text-align: center;
    font-size: 1em;
    letter-spacing: .1em;
    padding: .2em .3em;
}
.swtzx ul li:nth-child(2n+1){
    background-color: #409fe9;
}
.swtzx ul li:nth-child(2n){
    background-color: #ff7800;
}
.swtzx ul li img{
    vertical-align: middle;
    width: 1.5em;
    margin-right: .2em;
}

.article_others, .article_list {
    background-color: #e9e9e9;
    color: #575757;
    width: 26.67em;
    margin-bottom: .5em;
}
.article_others ul{
    padding: .3em 0;
}
.article_others li a{
    color: #575757;
}
.article_others li{
    height: 1.583em;
    line-height: 1.583em;
    padding-left: 1em;
    box-sizing: border-box;
    font-size: .83em;
}

.article_list{
    padding: 1em 0;
}
.article_list p{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content:space-between;
    color: #fff;
    width: 24em;
    margin: auto;
}
.article_list p  span, .article_list p  a{
    background-color: #673301;
    border-radius: .5em;
    text-align: center;
    padding: .2em 1em;
}
.article_list ul{
    width: 24em;
    margin: 1em auto 0;
}
.article_list ul li{
    color: #575757;
    height: 2em;
    line-height: 2em;
    border-bottom: 1px solid #cacaca;
    background: url(../images/icon_list.png) no-repeat left center;
    background-size: .54em;
    padding-left: 1em;
}

.hospital_env{
    width: 24em;
    height: 2em;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content:space-between;
    border-bottom: 1px solid #b8b8b8;
}
.hospital_env p{
    font-size: 1.25em;
    font-weight: bold;
    color: #532c03;
    border-left: .2em solid #532c03;
    height: 1em;
    line-height: 1em;
    padding-left: .2em;
}
.hospital_env a{
    color: #747474;
    border: 1px solid #673301;
    height: 1.2em;
    line-height: 1.2em;
    text-align: center;
    padding: 0 1em;
    border-radius: .6em;
    display: block;
}
.article_hospital img{
    width: 24em;
    display: block;
    margin: 1em auto;
}