/*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;
}
.expert_tradition{
    width: 26.67em;
    margin: 1em auto;
}
.expert_tradition dl{
	display:none;
    width: 25em;
    padding: .6em 0;
    margin: .8em auto;
    border: 1px solid #9f512a;

    align-items: center;
    -webkit-align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}
.expert_tradition dl.active{
	display: flex;
	display:-webkit-flex;
}
.expert_tradition dl dt img{
    display: block;
    width: 4.916em;
}
.expert_tradition dl dd{
    width: 17.5em;
    color: #9f512a;
}
.expert_tradition dl dd p{
    font-size: 1em;
}
.expert_tradition dl dd span{
    font-size:0.75em;
    display: block;
}
.expert_tradition dl dd span:before{
    content: "· ";
    color: #9f512a;
}
.expert_tradition dl dd b a{
    color: #fff;
    display: inline-block;
    width: 6em;
    background-color: #804718;
    text-align: center;
    border-radius: 1em;
    font-size: .75em;
    padding: .2em 1.2em;
    margin-right: 1em;
}
.expert_tradition .mores{padding: 1em 0;clear: both;}
.expert_tradition #morezy{ display:none;width:7.785em;margin:auto;height: 1.75em;line-height:1.75;text-align:center;color:#fff;background:#81513b;clear:both;}
.expert_tradition #morezy.active{ display:block;}