.news-item-custom{
    border: 1px solid #f6f6f6;
    border-radius: 4px;
    /* box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); */
    margin: 4px 4px 10px 4px !important;
    background-color: #f6f6f6;
}

.news-item-custom .news-head{
    text-align: center;
}

.news-item-custom .news-title{
    display: inline-block;
    padding: 10px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #444;
}


/* new section */

.topic-block-body-custom {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: none;
    font: normal 14px Arial,Helvetica,sans-serif;
    color: #777;
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    text-align: justify;
    line-height: 24px;
    font-size: 16px;
}
.topic-block-custom {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: none;
    font: normal 14px Arial,Helvetica,sans-serif;
    color: #777;
    text-align: left;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    margin: 0 0 50px;
}

.news-list-homepage-custom {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: none;
    font: normal 14px Arial,Helvetica,sans-serif;
    color: #777;
    text-align: justify;
    line-height: 24px;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
}

.news-head-custom {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: none;
    font: normal 14px Arial,Helvetica,sans-serif;
    color: #777;
    line-height: 24px;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
}

.news-title-custom {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: none;
    font: normal 14px Arial,Helvetica,sans-serif;
    text-align: center;
    margin: 0;
    text-decoration: none;
    box-sizing: border-box;
    display: inline-block;
    padding: 20px 10px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #444;
}

.title-custom {
    text-align: center;
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
    font-size: 30px;
    font-weight: normal;
    color: #444;
}

.title-custom strong {
    font-weight: normal;
}

.title-sm-custom {
    text-align: center;
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
    font-size: 16px;
    font-weight: normal;
    color: #444;
}

.title-sm-custom strong {
    font-weight: normal;
}
