.newsList_box {
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
	margin-top: 90px;
	width: 100%;
}
.newsList_box .newsList_item {
	width: 23%;
	height: auto;
	margin-bottom: 20px;
	margin-left: 18px;
}
.newsList_box .newsList_item .newsList_imgbox{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.newsList_box .newsList_item .newsList_imgbox img {
	width: 100%;
	height: auto;
	transition: all .4s ease;
}
.newsList_box .newsList_item .newsList_imgbox img:hover {
	transform: scale(1.1);
}
.newsList_box .newsList_item .newsList_imgbox .newsList_time {
	width:140px;
	height:40px;
	background:rgba(255,255,255,0.5);
	position: absolute;
	bottom: 0;
	right: 0;
	font-size:16px;
	font-family:PingFang SC;
	font-weight:500;
	color:rgba(46,74,153,1);
	display: flex;
	justify-content: center;
	align-items: center;
}
.newsList_box .newsList_item .newsList_word p{
	height: auto;
	font-size:18px;
	font-family:PingFang SC;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:24px;
	margin: 7px 0 6px 0;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsList_box .newsList_item .newsList_word span {
	height:46px;
	font-size:14px;
	font-family:PingFang SC;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:24px;
	margin-top: 10px;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mobile_offerList_banner {
	display: none;
}
.newsList_item_hide {
	display: none;
}
.newsList_box .newsList_item .newsList_word p:hover {
	color: rgba(46,74,153,1);
}
@media only screen and ( max-width: 1200px ) {
	.newsList_box .newsList_item .newsList_imgbox .newsList_time {
		width: 120px;
		height: 34px;
	}
}
@media only screen and ( max-width: 1180px ) {
	.newsList_item_hide {
		display: block;
		opacity: 0;
	}
}
@media only screen and ( max-width: 980px ) {
	.offerList_banner {
		margin-top: 80px;
		height: 360px;
	}
	.offerList_banner img {
		height: 360px;
	}
	.offerList_banner h2 {
		top: 120px;
		font-size: 40px;
	}
	.offerList_banner span {
		font-size: 32px;
		top: 168px;
	}
	.offerList_banner .offerList_crumbs {
		height: 70px;
		top: -35px;
	}
	.newsList_box {
		justify-content: space-around;
	}
	.newsList_box .newsList_item {
		width: 40%;
	}
	.listBox .item .itemL {
	    width: 33%;
	    height: auto;
	}
	.listBox .item .itemL img{
		height: auto;
	}
	.listBox .item .itemR {
	    width: 63%;
	}
	.listBox .item .itemR .tit {
	    font-size: 18px;
	}
	.listBox2 .item .itemR h4 {
	    padding-top: 14px;
	}
	.listBox2 .item .itemR .details {
	    margin: 10px 0 15px;
	}
	.listBox .item .itemR .button {
	    width: 90px;
	    height: 35px;
	    line-height: 35px;
	    font-size: 15px;
	}
	
}
@media only screen and ( max-width: 890px ) {
	.newsList_item_hide {
		display: none;
	}
}
@media only screen and ( max-width: 768px ) {
	.offerList_banner {
		height: 300px;
	}
	.offerList_banner img {
		height: 300px;
	}
	.offerList_banner h2 {
		top: 100px;
		font-size: 36px;
	}
	.offerList_banner span {
		font-size: 28px;
		top: 150px;
	}
	.offerList_banner .offerList_crumbs {
		height: 56px;
    top: -28px;
	}
}
@media only screen and ( max-width:640px) {
	.offerList_banner {
		display: none;
	}
	.mobile_offerList_banner {
		display: block;
	}
	.mobile_offerList_banner {
		margin-top: 80px;
		position: relative;
	}
	.mobile_offerList_banner img {
		width: 100%;
		height: auto;
	}
	.mobile_offerList_banner .mobile_banner_title {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 15px;
	}
	.mobile_offerList_banner .mobile_banner_title h2 {
		color: #fff;
		font-size: 26px;
		font-weight: 400;
	}
	.mobile_offerList_banner .mobile_banner_title h4 {
		color: #fff;
		font-size: 18px;
		font-weight: 400;
	}
	.mobile_offerList_banner .mobile_banner_title span {
		font-size: 22px;
		color: #fff;
	}
	.offerList_content .offerList_content_page li {
		width: 26px;
		height: 26px;
		margin: 10px 5px 20px 0;
		font-size: 12px;
	}
	.newsList_box {
		display: flex;
		justify-content: center;
		align-content: space-between;
		flex-wrap: wrap;
		margin-top: 40px;
	}
	.newsList_box .newsList_item {
		width: 80%;
		margin-left: 0;
	}
}