.layui-layout-admin{
    overflow: auto;
}
/*@media screen and (max-width: 768px)*/
.layui-layout-admin {
    left: 0px;
}

.layui-layout-admin .layui-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #23262e;
}

.header-demo {
    height: 60px;
    border-bottom: none;
}
.layui-fluid {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}
.header-demo .logo {
    /*left: 55px;*/
}
.logo {
    position: absolute;
    left: 0;
    top: 9px;
}
.logo img{
    width: 40px;
}
.header-demo .component {
    left: 200px;
}
.component {
    position: absolute;
    width: 150px;
    left: 135px;
    top: 16px;
}
.header-demo .site-notice {
    left: 365px;
}
.site-notice {
    position: absolute;
    left: 300px;
    top: 16px;
    height: 30px;
    min-width: 200px;
    line-height: 30px;
    right: auto;
    font-size: 12px;
    color: #FAFAFA;
}
.layui-layout-admin .layui-header .layui-nav {
    background: 0 0;
    background-color: rgba(35, 38, 46, 0.74);
}

.layui-layout-admin .layui-header .layui-nav-child a {
    color: #595959;
    text-align: center;
}

.layui-layout-admin .layui-header a {
    color: #fff;
    padding: 0 15px;
    cursor: pointer;
}
.header-demo .layui-nav {
    top: 0;
    right: 15px;
}

.header .layui-nav {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    background: none;
}
.layui-nav {
    position: relative;
    padding: 0 20px;
    background-color: #393d49;
    color: #fff;
    border-radius: 2px;
    font-size: 0;
    box-sizing: border-box;
}
.layui-nav .layui-nav-item a {
    display: block;
    padding: 0 20px;
    color: #fff;
    /*color: rgba(255,255,255,.7);*/
    transition: all .3s;
    -webkit-transition: all .3s;
}
.layui-nav * {
    font-size: 14px;
}
.layui-layout-admin .layui-footer {
    left: 0px;
    text-align: center;
    position: fixed;
}
/** 项目列表样式 */
    .project-list-item {
        background-color: #fff;
        border: 1px solid #e8e8e8;
        border-radius: 4px;
        cursor: pointer;
        transition: all .2s;
    }
    .project-list-item:hover {
        box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    }
    .project-list-item .project-list-item-cover {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        width: 100%;
        height: 166.3px;
        display: block;
    }
    .project-list-item-body {
        padding: 12px;
    }
    .project-list-item .project-list-item-body > h2 {
        font-size: 18px;
        color: #333;
        margin-bottom: 12px;
    }
    .project-list-item .project-list-item-text {
        height: 64px;
        overflow: hidden;
        margin-bottom: 12px;
    }
    .project-list-item .project-list-item-desc {
        position: relative;
    }
    .project-list-item .project-list-item-desc .time {
        color: #999;
        font-size: 12px;
    }
    .project-list-item .project-list-item-desc .ew-head-list {
        position: absolute;
        right: 0;
        top: 0;
    }
    .project-list-item .project-list-item-tool {
        font-size: 0;
        background-color: #FAFAFA;
        border-top: 1px solid #e8e8e8;
        padding: 10px 0 5px 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .project-list-item .project-list-item-tool .project-list-item-tool-item {
        display: inline-block;
        width: 20%;
        font-size: 18px;
        text-align: center;
        color: #999;
        border-right: 1px solid #e8e8e8;
        box-sizing: border-box;
        cursor: pointer;
    }
    .project-list-item .project-list-item-tool .project-list-item-tool-item:last-child {
        border-right: none;
    }
    .ew-head-list .ew-head-list-item {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        border: 1px solid #fff;
        margin-left: -10px;
    }
    .ew-head-list .ew-head-list-item:first-child {
        margin-left: 0;
    }
    /** // 项目列表样式结束 */