.com-item-small{
	background-color: #fff;
	margin-bottom: 10px;
	word-wrap: break-word;
}
.com-item-small .with-image{
	width: 120px;
	height: 100px;
}
.com-item-small .img-overlay {
	position: relative;
}
.com-item-small .tools{
	position: relative;
	margin-top: 0rem;
	height: 2.3rem;
	line-height: 2.3rem;
	font-size: 1.4rem;
}
.com-item-small .tools .highlight{
	padding: 0px 10px;
	background-color: #f00;
}
.com-item-small .tools .icon{
	background-color: #343434;
	width: 2.3rem;
	height: 2.3rem;
	line-height: 2.3rem;
	font-size: 1.4rem;
	text-align: center;
}

@media(max-width:  768px){
	.com-item-small .tools .icon{
		background-color: #343434;
		width: 2rem;
		height: 2rem;
		line-height: 2rem;
		font-size: 1rem;
		text-align: center;
	}
}

.com-item-small .title{
	display: block;
	font-size: 1.3rem;
	line-height: 1.7rem;
}
.com-item-small .text{
	font-size: 1rem;
	line-height: 1.2rem;
}
.com-item-small .section{
	padding: 0px;
	font-size: 0.9rem;
	margin: 0px;
}
.com-item-small .section .section-color{
	width: 3px;
	height: 0.9rem;
	margin-right: 10px;
	background-color: #2e4a77;
}
.com-item-small .time{
	font-size: 0.9rem;
}

.nativeImage{
  width: 100%;
  padding-top: 52.5%;
  margin-bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {

	.nativeImage{
	  width: 100%;
	  padding-top: 100%;
	  margin-bottom: 0;
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
	}
	.com-item-small .text{
		font-size: 0.9rem;
		line-height: 1.2rem;
	}
}
@media (min-width:  1440px){
	.com-item-small .text{
		font-size: 1.1rem;
		line-height: 1.4rem;
	}
}