.b-section {
    margin: auto;
}
    .b-section-m-top {
    }

    .b-section-announcement {
        width: 80%;
        text-align: center;
        margin: auto;
        /*min-width: 300px;*/
    }

        .b-section-announcement-e-title {
            font-family: Fontin-SC;
            color: #000;
            font-size: 58px;
            line-height: 58px;
        }

        .b-section-announcement-e-content {
            max-height: 120px;
            overflow: hidden;
            position: relative;
            font-family: PTSerif-Regular;
            font-size: 19px;
            color: #323232;
            line-height: 30px;
        }

        .b-section-announcement-e-title-m-top {
            padding-top: 50px;
        }
        .b-section-search-result-notfound {
            padding: 10%;
            padding-top: 0;
        }

        .b-section-announcement-e-content:after {
            content: "";
            position: absolute;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 20px;
            background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 80%);
            background: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 80%);
            background: -o-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 80%);
            background: linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 80%)
        }

        .b-section-announcement-e-image {
            width: 50%;
            margin: auto;
            margin-bottom: 0;
            margin-top: 50px;
            border-bottom: 1px solid #ebebeb;
        }

.b-section-article-list {
    overflow: hidden;
    margin:auto;
    text-align: center;
}

.b-section-article-list-m-position {
    padding-top: 50px;
}

.b-section-filters {
    text-align: center;
}
.b-section-filters-m-position {
    padding-top: 70px;
}

@media screen and (max-width: 1000px) {
    .b-section-announcement-e-title {
        font-size: 36px;
    }

    .b-section-announcement-e-title-m-top {
        padding-top: 20px;
    }

}
