@media(max-width:768px) {
  .news-top, .news-describe, .read-more {
    padding-left: 0;
    border: none;
  }
  .news-describe {
    line-height: 24px;
  }
  .news-list {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
  }
  .line-title {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .vmc-centered img{
    width:200px;
  }
  /* .about-container{
  	  padding:0 15px;
  	  overflow:hidden;
  	} */
	.footer-clear	{
	clear:both;
  }
}
@media(max-width:767px){
	.news-bread {
    position: relative;
    top: 0px;
    right: 0px;
	}
	.footer-clear	{
	clear:both;
  }
}
@media(max-width:414px){
  .vmc-centered img{
    width:180px;
  }
}
@media(max-width:320px){
  .vmc-centered img{
    width:150px;
  }
}
@media(min-width:1200px){
  .vmc-centered img{
    width:200px;
  }
  
}
