#blogbody {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

#catsection {
    width: 96%;
    height: 60px;
    background-color: var(--thi-color);
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left:2%;
}

#blogsection {
    position: relative;
    width: 100%;
    min-height: 500px;
    margin-right: 20px;
}

#cattitle {
    height: 35px;
    text-align: center;
    color: whitesmoke;
    font-size: 16px;
    font-weight: bold;
    background-color: #333333;
}

#cattitlea {
    position: relative;
    text-decoration: none;
    color: whitesmoke;
    top: 5px;
}

#catlist {
    color: whitesmoke;
    font-size: 15px;
    list-style-type: none;
}

    #catlist a {
        text-decoration: none;
    }

    #catlist li {
        margin-left: 10px;
        margin-right: 10px;
    }

        #catlist a:hover {
            color: deepskyblue;
        }

.post {
    position: relative;
    display: inline-block;
    width: 96%;
    margin-left: 2%;
    background-color: var(--thi-color);
    margin-bottom: 25px;
    height: 165px;
    overflow: hidden;
}

    .post a {
        text-decoration: none;
    }

.post-content {
    float: left;
    width: calc(100% - 217px);
}

.abstract {
    color: lightgray;
    overflow: hidden;
    word-break: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 5px 20px;
}

.postimg {
    width: 177px;
    height: 100px;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
}

.post-title {
    display: inline-block;
    color: var(--important-color);
    font-weight: bold;
    font-size: 17px;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
}

.post-author {
    font-weight: bold;
    font-size: 14px;
    margin-left: 20px;
    margin-right: 20px;
}

.post-date {
    font-weight: bold;
    font-size: 14px;
    color: darkgray;
    margin-left: 30px;
    margin-right: 30px;
    direction: ltr;
    display: inline-block;
}

@media screen and (max-width: 900px) {
    .post {
        height: 320px;
        width: 94%;
        margin-left: 3%;
    }

    .postimg {
        width: 60%;
        height: auto;
        margin-left: 20%;
        margin-right: 20%;
    }

    .post-content {
        display: inline-block;
        width: 96%;
        margin-left: 2%;
        margin-bottom: 5px;
        float: none;
    }

    .post-title {
        margin-top: 5px;
    }

    #blogbody {
        display: inline-block;
    }

    #blogsection {
        margin-right: 0px;
    }
}
