.box{margin:40px 0;position:fixed;z-index:1000}
.change-type{min-width:40px;min-height:160px;position:absolute;z-index:99;left:0;top:0;display:flex}
.change-type .type-left{width:0;background:#fff;height:100%;box-shadow:0 2px 12px 0 rgb(0 0 0 / 50%);border-bottom-right-radius:5px;border-top-right-radius:5px;margin-left:-40px;overflow:hidden;transition:width 0.4s;-moz-transition:width 0.4s;-webkit-transition:width 0.4s;-o-transition:width 0.4s}
.change-type .showListType{width:150px;transition:width 0.4s;-moz-transition:width 0.4s;-webkit-transition:width 0.4s;-o-transition:width 0.4s}
.change-type .type-left ul{margin-bottom:0px}
.change-type .type-left ul li{line-height:40px;height:40px;text-align:left;width:100%;position:relative;cursor:pointer;list-style:none}
.change-type .type-left ul li a{display:block;height:100%;position:absolute;left:0;top:0;z-index:9;padding-left:15px;overflow:hidden;width:calc(100% - 17px);color:#333;font-size:14px;border-left:2px solid #26778d}
.change-type .type-left ul li span{display:block;position:absolute;width:0;height:100%;left:0;top:0;z-index:8;overflow:hidden;transition:width 0.5s;-moz-transition:width 0.5s;-webkit-transition:width 0.5s;-o-transition:width 0.5s}
.change-type .type-left ul li:hover span{transition:width 0.5s;-moz-transition:width 0.5s;-webkit-transition:width 0.5s;-o-transition:width 0.5s}
.type-left ul li:nth-child(1):hover span,.type-left ul li:nth-child(1).active span,.type-left ul li:nth-child(8):hover span,.type-left ul li:nth-child(8).active span{background:#2C73D2;width:100%;box-shadow:0px 2px 5px 0 rgba(0,0,0,0.5)}
.type-left ul li:nth-child(1):hover a,.type-left ul li:nth-child(1).active a,.type-left ul li:nth-child(8):hover a,.type-left ul li:nth-child(8).active a{border-left:2px solid #2C73D2;color:#fff}
.type-left ul li:nth-child(2):hover span,.type-left ul li:nth-child(2).active span,.type-left ul li:nth-child(9):hover span,.type-left ul li:nth-child(9).active span{background:#D65DB1;width:100%;box-shadow:0px 2px 5px 0 rgba(0,0,0,0.5)}
.type-left ul li:nth-child(2):hover a,.type-left ul li:nth-child(2).active a,.type-left ul li:nth-child(9):hover a,.type-left ul li:nth-child(9).active a{border-left:2px solid #D65DB1;color:#fff}
.type-left ul li:nth-child(3):hover span,.type-left ul li:nth-child(3).active span,.type-left ul li:nth-child(10):hover span,.type-left ul li:nth-child(10).active span{background:#00C9A7;width:100%;box-shadow:0px 2px 5px 0 rgba(0,0,0,0.5)}
.type-left ul li:nth-child(3):hover a,.type-left ul li:nth-child(3).active a,.type-left ul li:nth-child(10):hover a,.type-left ul li:nth-child(10).active a{border-left:2px solid #00C9A7;color:#fff}
.type-left ul li:nth-child(4):hover span,.type-left ul li:nth-child(4).active span,.type-left ul li:nth-child(11):hover span,.type-left ul li:nth-child(11).active span{background:#009EFA;width:100%;box-shadow:0px 2px 5px 0 rgba(0,0,0,0.5)}
.type-left ul li:nth-child(4):hover a,.type-left ul li:nth-child(4).active a,.type-left ul li:nth-child(11):hover a,.type-left ul li:nth-child(11).active a{border-left:2px solid #009EFA;color:#fff}
.type-left ul li:nth-child(5):hover span,.type-left ul li:nth-child(5).active span,.type-left ul li:nth-child(12):hover span,.type-left ul li:nth-child(12).active span{background:#FF8066;width:100%;box-shadow:0px 2px 5px 0 rgba(0,0,0,0.5)}
.type-left ul li:nth-child(5):hover a,.type-left ul li:nth-child(5).active a,.type-left ul li:nth-child(12):hover a,.type-left ul li:nth-child(12).active a{border-left:2px solid #FF8066;color:#fff}
.type-left ul li:nth-child(6):hover span,.type-left ul li:nth-child(6).active span,.type-left ul li:nth-child(13):hover span,.type-left ul li:nth-child(13).active span{background:#64b5f6;width:100%;box-shadow:0px 2px 5px 0 rgba(0,0,0,0.5)}
.type-left ul li:nth-child(6):hover a,.type-left ul li:nth-child(6).active a,.type-left ul li:nth-child(13):hover a,.type-left ul li:nth-child(13).active a{border-left:2px solid #64b5f6;color:#fff}
.type-left ul li:nth-child(7):hover span,.type-left ul li:nth-child(7).active span,.type-left ul li:nth-child(14):hover span,.type-left ul li:nth-child(14).active span{background:#388e3c;width:100%;box-shadow:0px 2px 5px 0 rgba(0,0,0,0.5)}
.type-left ul li:nth-child(7):hover a,.type-left ul li:nth-child(7).active a,.type-left ul li:nth-child(14):hover a,.type-left ul li:nth-child(14).active a{border-left:2px solid #388e3c;color:#fff}
ul.navbar-nav.mr-auto{margin-left:60px}
.type-right{position:fixed;top:31px}
.type-right svg{width:28px;height:28px}
@media screen and (max-width:992px){.type-right{position:fixed;top:10px;right:10px}}

.sites-tabs-container {
    z-index: 99999;
    border-radius: 10px;
    margin-block-start: 1em;
    background: #ffffff1f;
    backdrop-filter: blur(10px);
}
.sites-tab-btn{
    padding: 0.5rem 5px;
}

.links-lists .angle{
    width:50px;
    height:70px;
    position: absolute;
    background: #FF5722;
    top:-50px;
    right:-50px;
    transform: rotate(45deg);
}
.description{
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.08em;
    color: darkgrey;
}



.essay-category{
	white-space: nowrap!important;
	overflow: auto!important;
}
/*分割线*/
.essay_list_box hr{
    margin: 0px 0;
    border-bottom: 1px solid #4f4f4f !important;
}

/*.layui-nav .layui-this:after{top: auto;bottom: 0;left: 10%;width: 80%;}*/
@media only screen and (max-width: 768px) {
    .layui-nav a{font-size: 16px;}
    /*.layui-nav .layui-nav-item a{padding: 0 7px;}*/
    .layui-nav{white-space: nowrap;overflow-y:auto;}
    .layui-layout-right{display: none!important;}
    .layui-nav .layui-nav-item {
        line-height: 36px;
    }
    
}
/*文章CSS*/
.essay_list_box {
    list-style: none;
    padding: 10px 20px;
    position: relative;
    z-index: 1000;
    margin: 20px 0;
    border-radius: 15px;
    background: #ffffff1f;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.essay_list {
    overflow: hidden;
    position: relative;
    transition: all .8s;
    padding: 10px;
    background: #2A3440;
    border-bottom: 1px solid #4f4f4f !important;
    border-radius: 5px;
}

.essay_list .post_listimg {
    display: block;
    width: 250px;
    height: 170px;
    background: #ccc;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    margin-left: 10px; margin-top: 10px; margin-bottom: 10px;
    /*border-radius: 10px;*/
}

.essay_list .post_listimg img {
    width: 100%;
    min-height: 100%;
    transition: all .6s;
}

.essay_list h2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 10px 0;
    margin-top: 5px;
    line-height: 28px;
    font-size: 20px;
}

.essay_list h2 span {
    font-size: 13px;
    color: #ffffff;
    margin-right: 5px;
    background: #00a389;
    padding: 0 5px;
    border-radius: 3px;
    display: inline-block;
}

.essay_list p {
    font-size: 14px;
    line-height: 34px;
    padding-right: 10px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

/*标题移入颜色+下划线*/
.essay_list h2:hover {
    color: #35F8FF;
    text-decoration: underline;
}
.essay_list .m{
    display: none;
}
/*移入放大*/
.essay_list img:hover {
    transform: scale(1.1);
}
.essay_list span {
    position: absolute;
    bottom: 30px;
}

.essay_list a:hover {
    font-weight: normal;
    color: #FFFFFF;
}
.layui-layout-right a:hover {
    color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
    .essay_list .post_listimg {
        /*width: 166px;*/
        /*height: 116px;*/
        width: 150px;
        height: 106px;
        margin-top: 5px;
        margin-left: 5px;
        margin-right: 15px;
    }
    .essay_list_box {
        padding: 7px 5px;
        margin: 20px 0;
        border-radius: 15px;
    }
    .essay_list {
        padding: 10px 5px 5px 5px;
    }
    .essay_list .m{
        display: block;
        left: 175px;
        position: absolute;
        bottom: 13px;
    }
    .essay_list .pc{
        display: none;
    }
    .essay_list span {
        display: none;
        position: absolute;
        bottom: 8px;
        
    }
    .essay_list i {
        width: 90px;
        height: 68px;
        margin: 0 10px 10px 0;
    }
    .essay_list h2 {
        font-size: 15px;
        white-space: inherit;
        line-height: inherit;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        margin: 3px 10px;
    }
    .essay_list p {
        line-height: 24px;
        -webkit-line-clamp: 2;
        font-size: 13px;
    }
}

