.header {
    position: relative !important;
    background-image: url(../images/TopBg.png);
    background-size: 100% 100%;
    background-position: center;
    height: 160px;
}

.articleContainer {
    width: 100%;
    display: block;
    /* padding-bottom:25px; */
    min-height: calc(100vh - 190.3px - 180px);
}

.articleArea {
    width: 80%;
    margin: 0 auto;
}

.article {
    width: 100%;
    margin-top: 50px;
}

.arti_title {
    display: block;
    text-align: center;
}

.arti_metas {
    display: block;
    text-align: center;
    color: grey;
    font-size: 10px;
}

.article h1 {
    font-size: 22px;
    line-height: 65px;
}

.article h2 {
    font-size: 17px;
}

.entry {
    width: 100%;
}

.read {
    width: 100%;
    font-size: 14px;
}

.articut {
    width: 100%;
}

.arti_update {
    margin: 0 10px;
}

.column-name {
    padding: 5px 10px 5px 10px !important;
    color: #333 !important;
}

/*.read img {*/
/*    width: 100%;*/
/*}*/