.news-detail {
    margin-top:20px;
    overflow:hidden;
}
.news-detail h1 {
    padding:0;
    margin:0 0 10px 0;
}
.news-detail .text {
    font-size: 14px;
}
.col-md-9.news-detail img {
    width:100%;
    display: block;
    height:auto;
    margin:10px 0;
}

.news-detail .text img {
    display:block;
    float:left;
    margin:0 10px 10px 0;
    border: 5px solid #444e54;
}
.news-detail .text img.pointer {
    cursor:pointer;
}

.news-detail .tag {
    display: inline-block;
    background-color: #444e54;
    padding: 5px;
    color: #fff;
    margin: 0px 5px 10px 0;
    font-size: 12px;
}

.news-detail .top-header-spacer {
    height:20px;
}

.news-detail .bot-detail-spacer {
    height:10px;
    clear:both;
}


.news-detail a.back {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    line-height: 25px;
    padding: 5px;
    background-color: #444e54;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    float: right;
    width: 320px;
    text-align:center;
}

.news-detail a.back:hover {
    display: inline-block;
    line-height: 25px;
    padding: 5px;
    background-color: #2bd2f6;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    width: 320px;
    text-align:center;
}

@media (max-width:1200px) {

    .news-detail a.back {
        width:260px;
        margin:0 auto;
        display:block;
        float:none;
    }

    .news-detail a.back:hover {
        width:280px;
        margin:0 auto;
        display:block;
        float:none;
    }
}

.news-detail a.back:active {
    text-decoration: none;
    background-color: #2bd2f6;
    color: #fff;
}



@media screen and (max-width: 700px) {


}

.bx-viewer-prev, .bx-viewer-next {
    border-radius:0 !important;
}
.bx-viewer-close-inner {
    border-radius:0 !important;
}
.bx-viewer-wrap-inner {
    border-radius:0 !important;
}

.bx-viewer-btn-save {
    display:none!important;
}

.cont_block .col-md-9 h1 {
    margin-bottom: 15px !important;
}

