section.list-threeNews{
	display: table;
	width: 100%;
	margin-bottom: 24px;
}
section.list-threeNews h1{
	padding: 0 0 15px 0;
	font-family: 'Merriweather';
}
section.list-threeNews ul.principal-news{
	width: 360px;
	display: inline;
	margin-right: 30px;
	float: left;
}
section.list-threeNews ul.principal-news:last-of-type{
	margin-right: 0px;
}
section.list-threeNews ul.principal-news li:first-child > div.cat-info{
	display: none;
}
section.list-threeNews ul.principal-news li:first-child{
	width: 360px;
	padding-top: 0px;
	border: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}	
section.list-threeNews ul.principal-news li:first-child p.category{
	font: 600 1rem 'Hind';
	color: #FFF;
	position: absolute;
	margin: 10px;
	background: #c51111;
	text-transform: uppercase;
	padding: 5px;
	display: block;
	font-size: .75rem;
	padding-top: 2px;
	padding-bottom: 1px;
}
section.list-threeNews ul.principal-news li:first-child a img.image{
	height: 278px;
	width: 360px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
section.list-threeNews ul.principal-news li:first-child a h3{
	display: block;
	background: #c51111;
	color:#FFF;
	padding: 10px;
	height:70px;
	margin: -69px 0 0 0;
	position: relative;
	font-weight: 600
}
section.list-threeNews ul.principal-news li p.category{
	display: none;
}
.list-threeNews ul.principal-news li:first-child:nth-child(3n+2){
	margin: 0 30px 0 30px;
	padding: 0px;
}

section.list-threeNews ul.principal-news li:first-child a h3 span{
	height: 100%;
	overflow: hidden;
	display: block;
}
section.list-threeNews ul.principal-news li{
	padding: 20px 0 20px 0px;
	margin: 0;
	border-bottom: 1px solid #e8e8e8;
	display: block;
	width: 100%;
}
section.list-threeNews ul.principal-news li a h3{
	display: none;
}
section.list-threeNews ul.principal-news  li:nth-child(3n+2){
	padding: 10px 0 10px 0px;
}
section.list-threeNews ul.principal-news  li:nth-child(3n+2)  a img.image ,section.list-threeNews ul.principal-news  li:nth-child(3n+3) a img.image{
	width: 78px;
	height: 78px;
	vertical-align: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	object-fit: cover;
}
section.list-threeNews ul.principal-news  li a.category{
	color: #c51111;
	margin: 0 0 5px 10px;
	display: inline-block;
	text-transform: uppercase;
	box-shadow: none;
}
section.list-threeNews ul.principal-news  li h4{
	margin-left: 10px;
	margin-bottom: 6px;
	display: block;
	min-height: 45px;
	font-weight: 600;
}
section.list-threeNews ul.principal-news li  .author{
	font-size: .8rem;
	font-family: 'Hind', sans-serif;
	font-weight: 500;
	color: #c51111;
	display: inline-block;
	margin-left: 10px;
	box-shadow: none;
}
section.list-threeNews ul.principal-news  li div.cat-info a:hover{
	color:#c51111;
}
section.list-threeNews ul.principal-news  li div.cat-info{
	margin-left: 78px;
	margin-top: -78px;
}
ul.principal-news div.cat-info .author span.time {
	color: #757575;
	font-weight: 500;
}
a.loadMoreTypeList{
	display: none;
	margin: 0 auto;
}
ul.principal-news >  a.loadMoreCateogories{
	display: inherit;
	text-align: center;
	padding-top: 10px;
}
a.loadMoreTypeList  > span{
	color: #fff;
	background-color: #c51111;
	border-radius: 4px;
	text-align: center;
	font-size: 1rem;
	padding: 10px;
	padding-bottom: 5px;
	font-weight: 600;
	text-transform: uppercase;
}
ul.principal-news >  a.loadMoreCateogories > span {
	font-weight: 600;
	font-size: .75rem;
	color: #c51111;
	text-transform: uppercase;
}
ul.principal-news >  a.loadMoreCateogories > span::after{
	width: 20px;
	height: 20px;
	content: url('/images/more.svg');
	margin-left: 5px;
}
h1.title span a {
	margin-left: 10px; 
}
@media only screen and (max-width: 1139px) {
	section.list-threeNews ul.principal-news{
		width: 32.5%;
		margin-right: 0px;
	}
	section.list-threeNews ul.principal-news:nth-child(3n){
		margin-right: 1.25%;
		margin-left: 1.25%;
	}
	section.list-threeNews ul.principal-news li:first-child{
		width: 100%;
		margin-bottom: 0px;
	}
	section.list-threeNews ul.principal-news  li h4{
		font-size: 1rem;
		line-height: 1.4rem;
	}
	section.list-threeNews ul.principal-news li:first-child a img.image{
		width: 100%;
	}

}
@media screen and (max-width: 939px){	
	section.list-threeNews ul.principal-news{
		margin-bottom: 30px;
	}
	section.list-threeNews ul.principal-news:last-of-type{
		display: none;
	}
	section.list-threeNews ul.principal-news{
		width: 49%;
	}
	section.list-threeNews ul.principal-news:nth-child(3n+2){
		margin-right: 2%;
	}
	section.list-threeNews ul.principal-news:nth-child(3n){
		margin-left: 0px;
		margin-right: 0px;
	}
	a.loadMoreTypeList{
		display: inherit;
		text-align: center;
		margin-bottom: 10px;
	}
	ul.principal-news >  a.loadMoreCateogories{
		display: none;
	}
	section.list-threeNews ul.principal-news li:first-child a img.image{
		height: 100%;
	}
}
@media only screen and (max-width: 639px) {
	section.list-threeNews{
		margin-bottom: 60px;
	}
	section.list-threeNews ul.principal-news{
		width: 100%;
		margin-bottom: 60px;
	}
	section.list-threeNews ul.principal-news:last-of-type{
		margin-bottom: 0;
	}
	section.list-threeNews ul.principal-news:last-of-type, ul.principal-news >  a.loadMoreCateogories{
		display: block;
	}
	ul.principal-news >  a.loadMoreCateogories{
		margin-top: 20px;
		margin-bottom: 10px;
	}
	ul.principal-news >  a.loadMoreCateogories > span{
		color: #fff;
		background-color: #c51111;
		border-radius: 4px;
		text-align: center;
		font-size: 1rem;
		padding-top: 8px;
		padding-bottom: 5px;
		padding-left: 10px;
	}
	a.loadMoreTypeList{
		display: none;
	}
}