/*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_summary{
    width: 25em;
    margin: auto;
}
.article_summary dl{
    width: 25em;
    height: 7em;
    margin: 0 auto;
    border-bottom: 1px dashed #cbcbcb;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content:space-between;
}
.article_summary dl dt{
    width: 7.4em;
    height: 5.4em;
   
    border-radius: .5em;
}
.article_summary dl dt img{
	 border-radius: .5em;
}
.article_summary dl dd{
    width: 16em;
}
.article_summary dl dd p{
    font-size: 1.08em;
    color: #804719;
}
.article_summary dl dd span{
    color: #575757;
    font-size: .916em;
}
.article_list {
    background-color: #e9e9e9;
    color: #575757;
    width: 26.67em;
    margin-bottom: .5em;
}


.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;
}