@charset "UTF-8";
html{
    height: 100%;
}
body{
    min-height: 100%;
    box-sizing: border-box;
    padding-bottom: 50px;
    position: relative;
    background-color: #eee;
}
.fl{float: left;}
.fr{float:right;}
.layui-header{
    background-color: #23262E;
}
.header-logo{
    float: left;
    width: 200px;
    height: 100%;
}
.header-logo a{
    font-size: 22px;
    padding: 0 20px;
    color: #c2c2c2;
    line-height: 60px;
}
.header-tools{
    float: right;
    background-color: transparent;
    padding: 0px;
}
.header-tools.layui-nav-side{
    left: auto;
    right: 0;
    background-color: #393D49;
    margin-top: 60px;
    margin-bottom: 0px;
}
.header-tools .layui-nav-item{
    margin: 0 20px;
}

.site-inline{
    /*font-size: 0;*/
    padding: 20px 0px;
    overflow: hidden;
}

.site-tree{
    float: right;
    width: 280px;
}
.site-content{
    float: left;
    width: 840px;
}

.panels{
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 #d9d9d9;
    -moz-box-shadow: 0 2px 4px 0 #d9d9d9;
    box-shadow: 0 2px 4px 0 #d9d9d9;
    margin-bottom: 20px;
}
.panels .panels-header{
    height: 46px;
    line-height: 46px;
    margin: 0px 10px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #09f;
}
.panels .panels-body{
    padding: 10px;
    overflow: hidden;
}
.article-list{

}
.article-list .article-list-item{
    padding: 5px 0;
}
.article-list .article-list-item a:hover{
    color: #09f;
}
.article-list .article-list-item span{
    float: right;
    color: #999;
}

.list-item:hover{
    border-left-color: #09f;
}
.list-item{
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 #d9d9d9;
    -moz-box-shadow: 0 2px 4px 0 #d9d9d9;
    box-shadow: 0 2px 4px 0 #d9d9d9;
    padding: 20px;
    overflow: hidden;
    border-left: 5px solid #fff;
    margin-bottom: 10px;
}
.list-item .list-item-img{
    float: left;
    width: 300px;
}
.list-item .list-item-info{
    float: right;
    width: 490px;
}
.list-item .list-item-info-title:hover{
    color: #09f;
}
.list-item .list-item-info-title{
    font-size: 22px;
    padding: 10px;
}
.list-item .list-item-info-info{
    padding: 10px;
    color: #666;
}
.list-item .list-item-info-mark{
    padding: 10px;
    color: #999;
}
.list-item .list-item-info-mark span{
    display: inline-block;
    margin-right: 10px;
}
.page-nav{
    padding: 10px 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 #d9d9d9;
    -moz-box-shadow: 0 2px 4px 0 #d9d9d9;
    box-shadow: 0 2px 4px 0 #d9d9d9;
    margin-bottom: 20px;
}
.article-content{
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 #d9d9d9;
    -moz-box-shadow: 0 2px 4px 0 #d9d9d9;
    box-shadow: 0 2px 4px 0 #d9d9d9;
    margin-bottom: 20px;
}
.article-content .article-title{
    font-size: 28px;
    margin-top: 5px;
    line-height: 2em;
    padding-bottom: 10px;
}
.article-content .article-info{
    padding: 10px 0;
    border-top: #09f solid 5px;
    line-height: 1.5em;
    color: #999;
    font-size: 12px;
}
.article-content .article-info span{
    display: inline-block;
    margin-right: 10px;
}
.article-content .article-context{
    margin-bottom: 20px;
}
.article-content .article-nav a:hover{
    color: #09f;
}
.article-content .article-nav{
    padding: 10px 0;
    border-top: 1px dotted #ccc;
    overflow: hidden;
}

.my-avatar{
    display: block;
    margin: 0 auto;
    width: 64px;
    height: 64px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
}
.my-avatar-title{
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    width: 64px;
    text-align: center;
}


.site-demo-button{
    margin-bottom: 30px;
}
.site-demo-button .layui-btn{
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}


.footer{
    clear: both;
    padding: 10px 0;
    line-height: 29px;
    text-align: center;
    background-color: #ddd;
    color: #666;
    font-weight: 300;
    border-top: 1px solid #ccc;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer-demo{
    height: auto;
    padding: 15px 0;
    line-height: 26px;
}
.footer a{
    padding: 0 5px;
}