@charset;

.banner-news {
    padding: 0 20px;
}

.news-title {
    margin-top: 50px;
}

.subtitle {
    color: #333!important;
}

.subtitle-tag {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #fb8787;
    font-weight: 500;
    margin-top: -18px;
}

.subtitle-small-news {
    line-height: 30px;
    text-align: left;
}

.title-small-icon {
    padding-bottom: 30px;
    font-size: 12px;
    text-align: center!important;;
}

.main-text > h3 {
    padding: 15px 0 0 0;
    text-align: center;
}


/*share*/
.bdsharebuttonbox {
    padding:20px 0!important;
    z-index: 9999;
    box-sizing: border-box;
}

.main-text {
    padding: 50px 50px;
    margin-top: 80px;
    border: 2px solid #f5f5f5;
    font-weight: normal!important;
}

@media(min-width: 1200px) {

    .main-text {
		width: 800px;
		margin: 0 auto;
    }
}

@media(max-width: 991px) {

    .main-text {
        padding: 10px 10px;
        margin-top: 50px;
        border: 2px solid #f5f5f5;
    }
}


