.list{
	background: white !important;
}
.preBtn,.nextBtn{
	display: none;
	color: #bfbfbf;
	width: 48%;
}
.nextBtn{
	float: right;
}
.layout-Secondary,.layout-Secondary img{
	width: 780px !important;
    margin: 0 auto;
}
.nextOrPre{
	padding-bottom: 80px;
}
.nextOrPre p a,.nextOrPre p span{
	color: #bfbfbf;
}
.nextOrPre p.nextBtn{
	text-align: right;
}
.news p{
	font-size: 15px;
	line-height: 26px;
	word-break:break-all;
}
.news img{
	margin: 10px 0;
}
.titlelayout{
	text-align: center;
}
.newtitle{
	font-size: 26px;
	font-weight: 600;
	padding: 15px 0 10px;
}
.new_time{
	color: #999 !important;
	margin-bottom: 15px;
}
.header-img{
	width: 100%;
}
.newtab{
	width: 100%;
	background-color: white;
	box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
	padding: 30px;
	margin-bottom: 30px;
	display: flex;
	transition: all .25s ease-in;
	-webkit-transition: all .25s ease-in;
}
.newtab:hover{
	transform: translateY(-10px);
	box-shadow: 0 10px 20px rgb(0 0 0 / 18%);
}
.newtab img{
	width: 388px;
}
.newtab h2 a{
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	color: #393939;
}
.newtab div.newContent{
	padding-left: 30px;
}
.newtab p.time{
	font-size: 16px;
	line-height: 40px;
    color: #c2c2c2;
}
.newtab p.newMain{
	font-size: 15px;
	line-height: 200%;
	margin-bottom: 20px;
}
.newtab .goDetail{
	display: block;
	width: 80px;
    height: 30px;
    border-radius: 100px;
    color: #f3141f;
    border: 1px solid #f3141f;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}
.view{
	margin-right: 20px;
}

@media screen and (max-width: 1024px) and (min-width: 280px) {
	.newtab{
		display: block;
	}
	.newtab img{
		width: 100%;
		margin-bottom: 20px;
	}
	.newtab div.newContent{
		padding-left: 0;
	}
	.news{
		padding: 0px 25px;
	}
	.layout-Secondary, .layout-Secondary img{
		width: 100% !important;
	}
}
@media screen and (max-width: 1024px) and (min-width: 767px) {
	.list{
		padding: 0 5px;
	}
	.newtab h2 a{
		font-size: 20px;
		line-height: 30px;
	}
	.newtab p.time{
		font-size: 14px;	
	}
	.newtitle{
		font-size: 22px;
		margin-top: 50px;
	}
	.news{
		padding: 0px 25px;
	}
	.layout-Secondary, .layout-Secondary img{
		width: 100% !important;
	}
}
@media screen and (max-width: 767px) and (min-width: 280px) {
	.list{
		padding: 0 5px;
	}
	.newtab h2 a{
		font-size: 18px;
		line-height: 20px;
	}
	.newtab p.time{
		font-size: 13px;
	}
	.newtab p.newMain{
		font-size: 14px;
	}
	.newtitle{
		font-size: 20px;
		margin-top: 106px;
	}
	.new_time{
		font-size: 12px;
	}
	.news p{
		font-size: 13px;
	}
	.news{
		padding: 0px 25px;
	}
}

