/* Minification failed. Returning unminified contents.
(216,22): run-time error CSS1039: Token not allowed after unary operator: '-transition-1'
(229,22): run-time error CSS1039: Token not allowed after unary operator: '-transition-1'
 */
.el-row--flex.is-justify-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.el-row--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.el-row {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.el-col-12 {
    width: 50%;
}
[class*=el-col-] {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
[data-theme=light-theme] .container .content h1, [data-theme=light-theme] .container .content h3, [data-theme=light-theme] .container .content h5 {
    color: #444;
}
.container .content h1, .container .content h3, .container .content h5 {
    font-size: 18px;
    padding: 30px 0 20px 20px;
    font-weight: 500;
    text-align: left;
    line-height: 24px;
}
.item-list {
    overflow: hidden;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 2001px) and (max-width:2560px) {
    .item-list .block {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 16.666%;
        -ms-flex: 0 0 16.666%;
        flex: 0 0 16.666%
    }
}

@media (min-width: 1501px) and (max-width:2000px) {
    .item-list .block {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

@media (min-width: 1300px) and (max-width:1500px) {
    .item-list .block {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

@media (min-width: 768px) and (max-width:1299px) {
    .item-list .block {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%
    }
}

@media (min-width: 480px) and (max-width:767px) {
    .item-list .block {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media (max-width: 479px) {
    .item-list {
        padding:0
    }

    .item-list .block {
        margin: 5px 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .item-list .block p {
        padding-top: 5px;
        font-size: 12px;
        line-height: 20px;
        height: 40px
    }

    .item-list .block h4 {
        height: 36px;
        line-height: 36px;
        font-size: 14px
    }

    .item-list .block a {
        padding: 15px
    }

    .item-list .block a .el-image {
        height: 36px;
        width: 36px
    }
}
.block {
    margin: 10px 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
    .block a {
        display: block;
        border-radius: 20px;
        background: #fff;
        padding: 25px;
        -webkit-transition: -webkit-box-shadow .25s ease-out,-webkit-transform .25s ease-out;
        transition: -webkit-box-shadow .25s ease-out,-webkit-transform .25s ease-out;
        -o-transition: box-shadow .25s ease-out,transform .25s ease-out;
        transition: box-shadow .25s ease-out,transform .25s ease-out;
        transition: box-shadow .25s ease-out,transform .25s ease-out,-webkit-box-shadow .25s ease-out,-webkit-transform .25s ease-out;
        text-decoration: none;
        cursor: pointer;
    }
a, body, button, html, input, optgroup, select, textarea {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.block a .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.block a .el-image {
    height: 46px;
    width: 46px;
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    -o-transition: transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}
.el-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.el-image__inner {
    vertical-align: top;
}
.el-image__error, .el-image__inner, .el-image__placeholder {
    width: 100%;
    height: 100%;
}
.block h4 {
    /* font-size: 16px; */
    /* line-height: 46px; */
    color: #444;
    font-weight: bold;
    /* padding-left: 15px; */
    padding-top: 10px;
    /* height: 46px; */
    overflow: hidden;
    text-align: center;
    color: rgb(68, 68, 68);
}
.block p {
    color: #999;
    /* line-height: 24px; */
    height: 40px;
    overflow: hidden;
    word-break: break-all;
    font-size: 14px;
    padding-top: 4px;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.project-item > a:hover .project-img::before {
    background: hsla(0, 0%, 0%, 0.5);
}

.project-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
    transition: var(--transition-1);
}

.project-item audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle;
}

.project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: var(--transition-1);
    aspect-ratio: 1.65/1;
    border-radius: 10px;
}
