

.header{
    background-color: #2f363c;
    width: 100%;
    height: 60px;
}
.header .logo{
    width: 200px;
    height: 60px;
    float: left;
    text-align: center;
}
.header .logo a{
    font-size: 50px;
    color: #FFF;
    line-height: 60px;
}

.header .nav{
    float: left;
}
.mobile-icon{
    display: none;
}


@media screen and (max-width: 1024px) {
    .header .logo{
        text-align: left;
    }
    .header .nav{
        display: none;
        width: 100%;
        position: absolute;
        z-index: 99;
        top: 61px; /* 如果需要缝隙，可将值调至61px */
        margin-left: -15px;
    }
    .layui-nav{
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .header .nav li{
        width: 100%;
        text-align: center;
    }
    .mobile-icon{
        display: block;
        color: #FFF;
        font-size: 30px;
        float: right;
        margin-top: 15px;
    }
    .layui-nav .layui-this:after,
    .layui-nav-bar,
    .layui-nav-tree .layui-nav-itemed:after {
        height: 1px;
        background-color: #5FB878;
    }
}

.content-header {
    text-align: center;
    padding: 20px 0;
}

.card_list .t1 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.card_list .t2 {
    color: #999999;
}
.card_list .card_item {
    background-color: #fff;
    padding: 15px;
}
.card_list .card_item a{
    display: block;
}

.art_list .art_item {
    display: block;
}
.art_list .art_item .layui-card-body{
    color: #999;
}
.art_list .art_item .layui-card-header {
    overflow: hidden;
}