.new_list {
	max-width: 1020px;
    margin: auto;
}
.new_list ul>li {
	border-bottom: 1px solid #f3f3f3;
    min-height: 210px;
    padding: 44px 0 44px 224px;
    position: relative;
    box-sizing: border-box;
}
.new_list ul>li .snapshot {
	box-shadow: 0 0 0 1px #dedede;
	height: 126px;
	left: 0;
	position: absolute;
	width: 190px
}

.new_list ul>li .snapshot img {
	height: 100%;
	width: 100%
}

.new_list ul>li .title {
	color: #484848;
	display: block;
	font-size: 20px;
	line-height: 1;
	text-decoration: none
}

.new_list ul>li .title:hover {
	color: #e02629
}
.new_list ul>li .desc {
	color: #888;
	display: block;
	font-size: 14px;
	line-height: 2;
	margin-top: 16px
}

.new_list ul>li .other {
	bottom: 44px;
	color: #888;
	font-size: 14px;
	line-height: 1;
	left: 224px;
	position: absolute;
	right: 0;
	overflow: hidden
}

.new_list ul>li .other .posttime {
	float: right
}

.new_list ul .loadmore {
	background: #f3f3f3;
	border-radius: 6px;
	color: #a8a8a8;
	display: block;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none
}
.new_title_box {
	padding-top: 50px;
}
@media screen and (max-width: 1019px) {
	.new_list ul>li .other .posttime {
		margin-top: 10px;
	}
	.new_list ul>li .title {
		font-size: 18px;
		color: #333;
		font-weight: bold;
	}
	.new_list ul>li .other {
		left: unset;
		bottom: 35px;
		right: 10px;
		font-size: 12px;
		color: #999;
	}
	.new_list ul>li .desc {
		margin-top: 6px;
		line-height: 1.1em;
		color: #666;
	}
	.new_list ul>li {
		padding: 10px 0 10px 210px;
	}
	.new_title_box {
		padding-top: 0px;
	}
	.m_hide {
		display: none;
	}
}
