.color-orange{
    color: #ff5e15;
}

.color-red{
    color: red;
}

.hiddendiv{
    height:150px;
    margin-top: -150px;
}

.resume-section{
    padding-left:200px;
    margin-bottom: 20px;
}

.resume-section .section-left{
    width: 200px;
    background: #e3dad3;
    padding: 10px;
    position: fixed;
    left: 0;
    top:120px;
    z-index: 99999999;
    height: 100%;
}

.resume-section .section-left .user-photo{
    text-align: center;
    margin-bottom: 20px;
}

.resume-section .section-left .user-photo img{
    width: 100px;
    height: 140px;
    border: 5px solid #fff;
}

.resume-section .section-left h5{
    text-align: center;
    color: #ff5e15;
    font-size: 18px;
    font-weight: 900;
}

.resume-section .section-left p{
    text-align: left;
    color: #fff;
    font-size: 13px;
}

.resume-section .section-left .section-left-item{
    margin-top: 20px;
}

.resume-section .section-left .section-left-item h5{
    text-align: left;
    color: #ff5e15;
    font-size: 16px;
    font-weight: 900;
}

.resume-section .section-left .section-left-item ul{
    list-style: none;
}

.resume-section .section-left .section-left-item ul li{
    color: #fff;
    font-size: 13px;
    line-height: 20px;
}

.resume-section .section-left .section-left-item ul li span{
    width: 80px;
    text-align: right;
    display: inline-block;
}

.resume-section .section-left .section-left-item ul li p{
    width: 80px;
    text-align: right;
    font-size: 12px;
    color: #ccc;
    display: inline-block;
    margin: 0px;
}

.resume-section .section-right{
    width: 100%;
    position: relative;
    padding: 50px 5px;
}

.resume-section .section-right .resume-card{
    border-top: 2px solid #002052;
    padding: 20px 10px 10px;
    position: relative;
    min-height: 100px;
    margin-bottom: 20px;
}

.resume-section .section-right .resume-card .resume-header{
    position: absolute;
    top: -30px;
    left: 0px;
    width: 150px;
    line-height: 40px;
    background: #002052;
    border-right: 10px solid #fff;
    border-radius: 5px;
    color: #fff;
    padding-left: 20px;
    font-size: 16px;
}

.resume-section .section-right .resume-card .resume-body{
    font-size: 13px;
    line-height: 20px;
}

.resume-section .section-right .resume-card .resume-body ul{
    list-style: none;
}

.resume-section .section-right .resume-card .resume-body ul li{
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dotted #002052;
    flex-wrap: wrap;
}

.resume-section .section-right .resume-card .resume-body ul li:last-child{
    border: none;
}

.resume-section .section-right .resume-card .resume-body ul li .item-small{
    font-size: 14px;
    line-height: 20px;
    width: 200px;
}

.resume-section .section-right .resume-card .resume-body ul li .item-middle{
    font-size: 14px;
    line-height: 20px;
    width: 400px;
}

.resume-section .section-right .resume-card .resume-body ul li .item-big{
    font-size: 14px;
    line-height: 20px;
    width: calc(100% - 600px);
    min-width: 200px;
}

.resume-section .section-right .resume-card .resume-body ul li .item-full{
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}

.resume-section .section-right .resume-card .resume-body ul li .item-half{
    font-size: 14px;
    line-height: 20px;
    width: 50%;
}

.resume-section .section-right .resume-card .resume-body ul li .item-large{
    font-size: 14px;
    line-height: 20px;
    width: calc(100% - 200px);
}

.resume-section .section-right .resume-card .resume-body .img-fluid{
    column-count: 5;
    column-gap: 10px;
}

.resume-section .section-right .resume-card .resume-body .img-fluid-item{
    position: relative;
    margin-bottom: 10px;
}

.resume-section .section-right .resume-card .resume-body .img-fluid-item img{
    width: 100%;
}

.resume-section .section-right .resume-card .resume-body .img-fluid-item span{
    position: absolute;
    top: 10px;
    right: 10px;
}

.comment-box .comment-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.groupbtn {
    text-align: center;
    color: #999999;
    border: 1px solid #d8e2e8;
    padding: 7px 14px;
    font-weight: 500;
    font-size: 15px;
    z-index: 1;
}

.groupbtn.active{
    background-color: #ff5e15;
    color: #fff;
}
.masonry {
    columns: 4;
    column-gap: 10px;
}
.masonry .groupitem {
    width: 100%;
    break-inside: avoid;
    margin-bottom: 30px;
    position: relative;
}

.masonry .groupitem img {
    width: 100%;
}

.masonry .groupitem .title{
    position: absolute;
    bottom:0;
    left: 0;
    width:100%;
    height:30px;
    background: rgba(0, 0, 0, 0.6);
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}

.masonry .groupitem .title p,.masonry .groupitem .title a{
    color: #fff;
    font-size: 13px;
    margin:0;
    line-height: 30px;
    width: 50%;
}

@media only screen and (max-width: 1199px) {
    .masonry {
        columns: 3;
        column-gap: 10px;
    }

    .resume-section .section-right .resume-card .resume-body ul li .item-small{
        font-size: 14px;
        line-height: 20px;
        width: 150px;
    }

    .resume-section .section-right .resume-card .resume-body ul li .item-middle{
        font-size: 14px;
        line-height: 20px;
        width: 300px;
    }

    .resume-section .section-right .resume-card .resume-body ul li .item-big{
        font-size: 14px;
        line-height: 20px;
        width: calc(100% - 450px);
        min-width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .masonry {
        columns: 2;
        column-gap: 10px;
    }

    .resume-section .section-left{
        display: none;
    }

    .resume-section .section-right{
        width: 100%;
    }

    .resume-section .section-right .resume-card .resume-body ul li .item-half{
        font-size: 14px;
        line-height: 20px;
        width: 100%;
    }
}