.newinfos-bottoms-list{
	background: #F9F7F2;
	padding-top: 3.5em;
}
.commen-wraps-box.cons-list{
	padding-bottom: 0;
}
.newinfos-bottoms-list .c-tits{
	color: #B5985A;
	line-height: 1;
}
.w960{
	width: 60%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.w1136{
	max-width: 1136px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.newinfos3-titles .titles{
	color: #404040;
	line-height: 1.33;
	margin-bottom: .5em;
}
.newinfos3-titles .times{
	line-height: 1.5;
	color: #707070;
}

.newinfos3-list{
	padding-top: 3.25em;
}

.newinfo-tables{
	margin-top: 2.875em;
}
.newinfo-tables table{
	border:1px solid #d6c6a4;
	width: 100%;
    table-layout: fixed;
    /*vertical-align: middle;*/
}
.newinfo-tables table thead{
	text-align: center;
	background: #C9B486;
	color: #fff;
	height: 3.125em;
}

.newinfo-tables table  tr td,
.newinfo-tables table  tr th,
.newinfo-tables table  tr{
	vertical-align: middle;
}

.newinfo-tables table thead td,.newinfo-tables table thead th{
	text-align: center;
	/*vertical-align: middle;*/
}
.newinfo-tables table {}
.newinfo-tables table tbody td,.newinfo-tables table tbody th{
	height: 3.125em;
	color: #404040;
	padding: .25em 2em;
	border-left: 1px solid #C9B486;
}
.newinfo-tables table tbody tr:nth-child(2n+2){
	background: #f4f0e7;
}

.newinfo-tables table tbody tr:nth-child(2n+1){
	background: #fff;
}

.newinfotext-list{
	margin-top: 3em;
	padding-bottom: 1.8em;
}
.newinfotext-list .li{
	width: 32%;
	overflow: hidden;
	margin-left: 2%;
	margin-bottom: 2.4em;
}

.newinfotext-list .li img{
	width: 100%;
}



.newinfotext-list .li:nth-child(3n+1){
	margin-left: 0;
}

.fixed-imglist-cons{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2000;
	left: 0;top: 0;
	background: rgba(0,0,0,.75);
	display: none;
}
.fixed-imglist-cons .imglist-cons .imgs{
	position: relative;
	padding-top: 67.5%;
}

.newinfotext-list .li img,
.fixed-imglist-cons img{
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	object-fit:cover;
}

.fixed-imglist-cons .imglist-cons{
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	padding:.5em;
	background: #fff;
}

.fixed-imglist-cons .imglist-cons .swiper-button-prev{
	left: -3.5em;
}
.fixed-imglist-cons .imglist-cons .swiper-button-next{
	right: -3.5em;

}
.fixed-imglist-cons .imglist-cons .swiper-button-next,.fixed-imglist-cons .imglist-cons .swiper-button-prev{
	top: 50%;
	transform:translateY(-50%);
	margin:0;
}
.fixed-imglist-cons .imglist-cons .closes{
	width: 1.2em;
	height: 1.2em;
	position: absolute;
	right: -2.25em;top: 0;
	cursor: pointer;
	z-index: 5;
	background: url(./imglist/close.png) no-repeat center;
	background-size: 100%;
}

.newinfotext-list .li .imgs{
	position: relative;
	padding-top: 76.6%;
	cursor: pointer;
}

@media (min-width: 1025px){
	.fixed-imglist-cons .imglist-cons .imgs img,.fixed-imglist-cons .imglist-cons .imgs:hover img,
	.newinfotext-list .li:hover img,
	.newinfotext-list .li img{
		transition:.5s ease;
	}
	.fixed-imglist-cons .imglist-cons .imgs:hover img,
	.newinfotext-list .li:hover img{
		transform:scale3d(1.05,1.05,1);
	}

}

@media (max-width: 1024px){
	.fixed-imglist-cons .imglist-cons .swiper-button-next{
		right: 2em;
	}
	.fixed-imglist-cons .imglist-cons .swiper-button-prev{
		left: 2em;
	}

	.newinfo-tables table tbody td, .newinfo-tables table tbody th{
		padding: .25em .5em;
	}
	.fixed-imglist-cons .imglist-cons .closes{
		top: -2em;
		right: 0;
	}
}
@media (max-width: 767px){
	.w1136,.w960{
		width: 92%;
	}
	.newinfotext-list .li{
		width: 49%;
		margin-left: 2%;
		margin-bottom: 2%;
	}
	.newinfotext-list .li:nth-child(3n+1){
		margin-left: 2%;
	}
	.newinfotext-list .li:nth-child(2n+1){
		margin-left: 0;
	}

}