
.detail_picture {
	float:left;
	margin:0 20px 20px 0;
        max-width: 400px;
}
.news-date-time {
    color: #F46C60;
    font-size: 12px;
}

.title-news {
    margin-bottom:20px;
}

@media only screen and (max-width:600px){
    
    .detail_picture{
	max-width:100%;
    }
}