#header {
    height: 80px !important;
    line-height: 80px;
    padding-left: 10px;
    border-left: 6px solid #9f8566;
    margin: 20px 0;
}
#header #Header1_HeaderTitle {
    color: transparent;
    background-image: linear-gradient(to right, #9f8566, #dfcab0, #9f8566);
    background-clip: text;
    -webkit-background-clip: text;
}


.post .postTitle .postTitle2:hover {
    color: #eacba3;
}

.postText {
    position: relative;
    padding-bottom: 30px;
}
.postText .desc_img {
    position: absolute;
    right: 0;
    top: 0;
}
.postText .c_b_p_desc {
    width: 75%;
    word-break: keep-all;
}
.postText .c_b_p_desc_readmore {
    transition: 0.3s linear;
}
.postText .c_b_p_desc_readmore:hover {
    color: #eacba3;
    letter-spacing: 4px;
}

.postFoot {
    text-align: left;
}

#post_detail a:hover {
    color: #eacba3;
}

@media screen and (max-width: 768px) {
    #header {
        height: 52px !important;
        line-height: 52px;
    }
    .postText .desc_img {
        display: none;
    }
    .postText .c_b_p_desc {
        width: 90%;
    }
}
