

.news-list{
	margin-top: -30px;
	margin: -30px -15px 0;
}
.news-list a{
	display: block;
	width: 50%;
	padding: 0 15px;
	float: left;
}
.news-list .item{
	/*width: 47.5%;*/
	/*float: left;*/
	background: #FFFFFF;
	box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.05);
	/*margin-left: 5%;*/
	margin-top: 30px;
}
.news-list .item img{
	height: 134px;
	object-fit: cover;
}
/*.news-list a:nth-child(2n+1) .item{
	margin-left: 0;
}*/







.news-list .textbox{
	padding: 20px;
}
.news-list .item .time{
	width: 64px;
}
.news-list .item .time h3{
	line-height: 20px;
	color: #0D1222;
	font-size: 20px;
	font-weight: bold;
}
.news-list .item .time p{
	line-height: 20px;
	color: #4D4D4D;
	font-size: 14px;
	margin-top: 10px;
}
.news-list .item .text{
	flex: 1;
	padding-left: 24px;
	border-left: 1px solid #EFEDED;
}
.news-list .item .text h3{
	font-size: 16px;
	color: #0D1222;
	line-height: 20px;
	font-weight: bold;
}
.news-list .item .text h3:hover{
	color: #334FA0;
}
.news-list .item .text p{
	font-size: 14px;
	color: #4D4D4D;
	line-height: 20px;
	margin-top: 10px;
}








@media screen and (max-width: 992px){
	.news-list a{
		width: 100%;
	}
}