.news-detail .calendar {
    font-size: 0.9rem;
    color: #666666;
    margin: 20px 0;
}
.news-detail .calendar .fa {padding-right: 3px;}


.news-detail .img {width: 350px; padding-right: 20px;}
.news-detail .img img {max-width: 100%; height: auto; display: block;}



.news-date-time
{
	color:#486DAA;
}


.news-detail .detail_slider {padding: 20px 0 30px 0;}
.news-detail .detail_slider .item {height: 300px; margin: 0 10px 10px 0;}
.news-detail .detail_slider .item img {height: 100%;}


.news-detail .tags {margin-top: 10px; color: #888888 !important;}
.news-detail .tags a {font-size: 0.75rem; color: #888888 !important;}


/*.col-xl-  (>= 1200px)*/
@media screen and (min-width: 1200px)
{
       
}
/*.col-lg-  (>= 992px)*/
@media screen and (max-width: 1200px)
{
     
}
/*.col-md-  (>= 768px)*/
@media screen and (max-width: 991px)
{
    
}
/*.col-sm-  (>= 576px)*/
@media screen and (max-width: 767px)
{
    .news-detail .img {padding-bottom: 20px;}
    
}
/*.col-*/
@media screen and (max-width: 575px)
{
    
}