body
{
    padding-bottom: 5rem;
}
.footer-container 
{
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding-top:0;
}
.footer-container .footer-copyright
{
    margin-top:0;
}
/**
 * @Description: 导航
 * @Author:      alvin
 * @DateTime:    2017-09-03 17:28:21
 */
.detailNavigation
{
    padding: 1rem auto;
    border-bottom: 1px dotted #e9e9e9;
}
.detailNavigation * {
    font-size: 1.6rem;
}
.am-breadcrumb
{
    margin-bottom: 0;
    padding: 1rem .5rem;
}
.articleTitle
{
    font-size: 2rem;
    font-weight: bold;
    line-height: 2;
}
.articleProp
{
    padding: 1rem .5rem;
}
.articleProp .propDivider
{
    margin-right: 2rem;
    font-size: 1.4rem;
    color: #999;
}
.articleContent
{
    border-top: 1px solid #eee;
    display: flex;
}
.articleContent article
{
    flex: 9;
}
.articleContent .articleRecommand
{
    flex: 3;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    border-left: 1px solid #f0f0f0;
}
.articleContent .articleRecommand .articleDownload
{
    width: 100%;
    padding: 2rem;
}
.articleContent .articleRecommand .recommandTitle
{
    font-size: 1.8rem;
    padding: 1rem;
    font-weight: bold;
    color :#333;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
}
.articleContent .articleRecommand .recommandList
{
    padding:0;
    width: 100%;
}
.articleContent .articleRecommand .recommandList .recArt
{
    padding: 1rem;
    border-bottom: 1px dotted #e8e8e8;
    margin-bottom: 1rem;
    width: 100%;
}
.articleContent .articleRecommand .recommandList .recArt .title a
{
    height: 2rem;
    font-size: 1.6rem;
    line-height: 2;
    color: #333;
    border-bottom: 1px solid transparent;
    
}
.articleContent .articleRecommand .recommandList .recArt .title a:hover
{
    color :#09f;
    border-bottom: 1px dotted #09f;
}

.articleContent .articleRecommand .recommandList .recArt .prop
{
    padding-top: .5rem;
}
.articleContent .articleRecommand .recommandList .recArt .prop .divider
{
    margin-right: 1rem;
    color :#666;
}