.new_top>ul {
	font-size: 0;
	text-align: center;
	margin-bottom: 40px;
}

.new_top>ul>li {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
}

.new_top>ul>li.on {
	color: #dc0201;
}

.new_top>ul>li:last-child {
	margin-left: 50px;
}

.new_main {
	padding: 60px 0;
}

.new_boot>ul>li {
	display: none;
}

.new_boot>ul>li:first-child {
	display: block;
}

.new_list>ul>li {
	float: left;
	width: 389px;
	margin-right: 16px;
	margin-bottom: 40px;
}

.new_list>ul>li:nth-child(3n) {
	margin-right: 0;
}

.new_pic {
	width: 100%;
	height: 241px;
	overflow: hidden;
}
.new_tetx h1{
	font-size: 14px;
	color: #666666;
	margin: 20px 0;
}
.new_tetx h2{
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 4px;
}
.new_tetx p{
	font-size: 14px;
	color: #5c5c5c;
	line-height: 25px;
    height:50px;
}
.new_tetx a{
	margin-top: 20px;
	font-size: 14px;
	color: #dc0201;
}
.new_tetx a>*{
	display: inline-block;
	vertical-align: middle;
}
.new_tetx a img{
	width: 18px;
	margin-left: 15px;
}
.two_more {
	background-color: #dc0201;
	border-radius: 3px;
	width: 120px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	margin-top: 40px;
}

.two_more em {
	font-size: 14px;
	color: #ffffff;
	margin-right: 2px;
	transition: all 0.4s;
}

.two_more:hover em {
	margin-right: 6px;
}

.two_more>* {
	display: inline-block;
	vertical-align: middle;
}




