	/*弹窗*/
	.modal-dialog {
		width: 1370px;
		max-height: 1100px;
		overflow-y: scroll;
		border-radius: 0;
	}

	.modal-dialog {
		border: none;
	}

	.modal-content {
		border-radius: 6px 0px 0px 6px !important;
	}


	/*模拟大图*/
	.mndt-box {
		width: 1200px;
		height: auto;
		position: relative;
		overflow-y: visible;
		margin: 10% auto;
	}

	.mndt-box .modal-header {
		padding: 0;
		border: none;
		position: absolute;
		z-index: 99;
		right: -21px;
		top: -21px;
	}

	.mndt-box .modal-header .close {
		width: 46px;
		height: 46px;
		background: url(../images/mntcgb.png) no-repeat;
		display: block;
		opacity: 1;
	}

	.mndt-box .modal-content {
		border-radius: 0 !important;
		border: none;
	}

	.mndt-box .modal-body {
		position: relative;
		padding: 0;
	}

	.mndt-box .modal-body .scr-text {
		position: absolute;
		left: 0px;
		bottom: 0px;
		height: 80px;
		background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0) 100%);
		width: 100%;
	}

	.mndt-box .modal-body .scr-text .stime {
		font-size: 30px;
		margin-top: -3px;
		margin-bottom: 0px;
		color: #fff;
		padding-left: 3%;
	}

	.mndt-box .modal-body .scr-text .stext {
		font-size: 20px;
		margin-top: -10px;
		color: #fff;
		padding-left: 3%;
	}

	.mndt-box .modal-body #img_show img {
		border-radius: 0;
	}

	.foot-bg {
		overflow: hidden;
	}

.index_new6 {
	margin-bottom: 70px;
}

.index_new6 ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px 60px;
	align-items: stretch;
}

.index_new6 ul li {
	overflow: hidden;


}


.index_new6 ul li .photo a {
	display: block;
	width: 100%;
	position: relative;
	padding-bottom: 64.32%;
	overflow: hidden;
}

.index_new6 ul li .photo a img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center center;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.index_new6 ul li:hover .photo a img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}


.index_new6 ul li .info {
	padding: 8px 0px 0px;
}

.index_new6 ul li .title {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
        color:blue;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.index_new6 ul li:hover .title a {
	color: #0031bc;
}