.dabt {
	font-weight: 600;
	font-size: 48px;
	color: #3C3C3C;
	line-height: 50px;
}

.dabt em {
	color: #cf3629;
	font-weight: 600;
	font-size: 48px;
	line-height: 50px;
}


.ifuwu_lx {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0;
}

.ifuwu_lx_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.ifuwu_lx_list {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.ifuwu_lx_list a {
	display: block;
}

.ifuwu_lx_list img {
	max-width: 60%;
	display: block;
	margin: 0px auto;
	object-fit: cover;
}


.ifuwu_bj {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0;
	background: url(../images/fuwubj.png) no-repeat center;
	background-color: #F7F7F7 !important;
	background-size: cover;
}

.ifuwu_box {
	width: 100%;
	height: auto;
	/* overflow: hidden; */
	padding: 80px 20px 0px;

	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.ifuwu_list {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 20px -5px rgb(0 0 0 / 17%);
	transition: all 0.2s ease-in-out;
	padding-bottom: 80%;
}

.ifuwu_list:hover {

	background: rgba(207, 54, 41, 0.6);
}

.ifuwu_list:hover .ifuwu_txt {
	color: #fff;
}

.ifuwu_list:hover .ifuwu_img {
	filter: grayscale(100%) brightness(200%);
}


/* .ifuwu_list .l1 {position: absolute;top: 0;left: 0;width: 0;height: 1px;background: #cf3629;transition: all 0.3s ease 0s;}
.ifuwu_list .l2 {position: absolute;top: 0;right: 0;width: 1px;height: 0;background: #cf3629;transition: all 0.3s ease 0s;}
.ifuwu_list .l3 {position: absolute;bottom: 0;right: 0;width: 0;height: 1px;background: #cf3629;transition: all 0.3s ease 0s;}
.ifuwu_list .l4 {position: absolute;bottom: 0;left: 0;width: 1px;height: 0;background: #cf3629;transition: all 0.3s ease 0s;}

.ifuwu_list:hover .l1{width:100%;}
.ifuwu_list:hover .l2{height:100%;}
.ifuwu_list:hover .l3{width:100%;}
.ifuwu_list:hover .l4{height:100%;} */



.ifuwu_list_main {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ifuwu_img {
	width: 90%;
	height: 90%;
	overflow: hidden;
	display: block;
	border-radius: 50%;
	padding: 5%;
	margin: 10px auto;
	border: 2px solid #f5f5f5;
}

.ifuwu_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.ifuwu_txt {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #333333;
	font-weight: 600;
	transition: 0.5s;
}

.ifuwu_list:hover .ifuwu_img img {
	transform: scale(1.1);
	transition: all .5s;
}

/* 
.ifuwu_list_cover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	transform: translateY(0%);
	transition: 0.3s;
}

.ifuwu_list_cover .ifuwu_txt_two {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 26px;
	font-weight: 600;
}

.ifuwu_list:hover .ifuwu_list_cover {
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.5);
}

.ifuwu_list:hover .ifuwu_txt {
	opacity: 0;
} */



.moshi_bj {
	width: 100%;
	height: auto;
	/* overflow: hidden; */
	padding: 150px 0 100px;
	background-color: #fff !important;
}

.moshi_left {
	float: left;
	width: 500px;
	height: auto;
	/* overflow: hidden; */
}

.moshi_left_box {
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;

	margin-top: 80px;
}

.moshi_list {
	display: flex;
	text-align: left;

	background: #F7F7F7;
	border-radius: 10px;
	padding: 20px 30px;
}

.moshi_list_shuzi {
	margin-right: 20px;
	font-size: 40px;
	color: #cf3629;
	line-height: 40px;
	font-weight: bold;
	font-family: Impact;
	border-right: 1px solid #ddd;
	padding-right: 20px;
}

.moshi_list_txt {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.moshi_list_txt span {
	display: block;
}

.moshi_list_txt span.t1 {
	font-weight: 500;
	color: #333;
	font-size: 24px;
	line-height: 33px;
}

.moshi_list_txt span.t2 {
	font-size: 18px;
	font-weight: 400;
	color: #999;
	line-height: 28px;
}


.moshi_right {
	float: right;
	width: calc(100% - 600px);
}

.moshi_right img {
	max-width: 100%;
	object-fit: cover;
}





.service {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	padding: 150px 0;
	background: #F7F7F7 url(../images/fuwubj.png) no-repeat center;
	background-size: cover;
}

.service .service-info {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.service .service-info .service-info_item {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-right: 20px;
	border-radius: 10px;
	transition: all .4s;
}

.service .service-info .service-info_item:last-child {
	margin-right: 0;
}

.service .service-info .service-info_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service .service-info .service-info_item .number {
	position: absolute;
	top: 32px;
	left: 37px;
	width: 88px;
	height: 84px;
	z-index: 10;
}

.service .service-info .service-info_item:hover {
	transition: all .4s;
	height: auto;
}

.service-info_item:hover .calendar-data-mask {
	opacity: 1 !important;
}

.service-info_item .calendar-data-mask {
	transition: all 0.3s;
	opacity: 0;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(0, 0, 0, 0.6); */
	background: rgba(207, 54, 41, 0.6);
	text-align: center;
}

.service-info_item .calendar-data-mask p:nth-child(1) {
	color: #FFFFFF;
	margin-bottom: 10px;
	font-weight: 500;
	margin-top: 70%;

	text-align: center;
	font-size: 28px;
}

.service-info_item .calendar-data-mask p:nth-child(2) {
	color: #FFFFFF;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
}

.service .service-info .service-info_item .bottom {
	width: 100%;
	position: absolute;
	bottom: 0;
	line-height: 83px;
	text-align: center;
	height: 83px;
	font-size: 24px;
	color: #FFFFFF;
	transition: bottom .4s;

	background: rgba(24, 22, 22, 0.53);
}

.service-info_item:hover .bottom {
	bottom: -90px !important;
}


.service_box {
	display: flex;
	width: 100%;
	height: auto;
	/* overflow: hidden; */
}

.service .content-left {
	position: relative;
	float: left;
	width: 50%;
	height: auto;
	/* overflow: hidden; */
}

.service .content-left p {
	padding: 0px;
	font-weight: bold;
	color: #3C3C3C;
	font-size: 48px;
}

.service .content-right {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.service .content-right .more-text {
	display: inline-block;
	font-size: 26px;
	margin-top: 50px;
	margin-left: 0px;
	cursor: pointer;
	font-weight: bold;
	color: #040404;
}

.service .content-right .more-text .red-arrows {
	display: none;
}

.service .content-right .more-text:hover {
	color: #cf3629;
}

.service .content-right .more-text:hover .red-arrows {
	display: inline-block;
}

.service .content-right .more-text:hover .pt-arrows {
	display: none;
}

.service .content-right .more-text img {
	margin-left: 10px;
	width: 25px;
	vertical-align: middle;
	height: 25px;
}

.service .content-right .content-right-item {
	margin-top: 100px;
	margin-left: 0px;
	display: flex;
	align-items: center;
}

.service .content-right p {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 500;
	cursor: pointer;
	color: #666;
	transition: all .4s;
	font-family: impact;
}

.service .content-right p i {
	font-size: 26px;
	margin-right: 5px;
}

.service .content-right .content-right-progress {
	position: relative;
	margin-right: 30px;
	width: 2px;
	height: 175px;
	margin-top: -20px;
	background-color: #C8CACE;
}

.service .content-right .content-right-progress .progress-icon {
	position: absolute;
	top: 0;
	left: 50%;
	width: 11px;
	height: 58px;
	transition: all 0.3s;

	transform: translate(-50%);
	background: #cf3629;
}

.service-active {
	color: #cf3629 !important;
	font-size: 26px !important;
	font-weight: 600 !important;
}




.huoban {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto 0;
	padding: 100px 0;
	background: #fff url(../images/huoban_bj.jpg) no-repeat center center;
	background-size: cover;
}

.huoban_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 100px auto 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 20px;
}

.huoban_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 5px;
	background: #F7F7F7;
}

.huoban_list img {
	width: 100%;
}


.iguanggao {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 180px 0;
	background: #F7F7F7 url(../images/index_gg.jpg) no-repeat center center;
	background-size: cover;
}

.iguanggao::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 22, 22, 0);
}





/* 首页新闻 */
.inews {
	position: relative;
	z-index: 3;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0;
}

.inews_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px auto 0;

	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.inews_left {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.inews_img {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 60%;
}

.inews_img a {
	display: block;
}

.inews_img img {
	width: 100%;
	position: absolute;
	height: 100%;
}

.inews_txt {
	position: relative;
	background: #f7f7f7;
	padding: 20px;
}

.inews_t1 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #111;
	overflow: hidden;
	letter-spacing: -0.5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.inews_t2 {
	font-size: 15px;
	color: #999999;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.inews_more {
	font-size: 14px;
	color: #999999;
	line-height: 35px;
}

.inews_right {
	float: right;
	width: calc(100% - 600px);
	height: auto;
	overflow: hidden;

	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.inews_txt2 {
	padding: 20px;
	background: #f7f7f7;
}






@media screen and (max-width: 1200px) and (min-width: 0px) {


	.dabt {
		font-weight: 600;
		font-size: 26px;
		color: #3C3C3C;
		line-height: 32px;
	}

	.dabt em {
		color: #cf3629;
		font-weight: 600;
		font-size: 26px;
		line-height: 32px;
	}


	.ifuwu_lx {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
	}

	.ifuwu_lx_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0 0;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.ifuwu_lx_list {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.ifuwu_lx_list a {
		display: block;
	}

	.ifuwu_lx_list img {
		max-width: 100%;
		display: block;
		margin: 0px auto;
		object-fit: cover;
	}


	.ifuwu_bj {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: url(../images/fuwubj.png) no-repeat center;
		background-color: #F7F7F7 !important;
		background-size: cover;
	}

	.ifuwu_box {
		width: 100%;
		height: auto;
		/* overflow: hidden; */
		padding: 10px;
		margin-top: 20px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.ifuwu_list {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 10px 20px -5px rgb(0 0 0 / 17%);
		transition: all 0.2s ease-in-out;
		padding-bottom: 100%;
	}

	.ifuwu_list:hover {

		background: rgba(207, 54, 41, 0.6);
	}

	.ifuwu_list:hover .ifuwu_txt {
		color: #fff;
	}

	.ifuwu_list:hover .ifuwu_img {
		filter: grayscale(100%) brightness(200%);
	}


	/* .ifuwu_list .l1 {position: absolute;top: 0;left: 0;width: 0;height: 1px;background: #cf3629;transition: all 0.3s ease 0s;}
	.ifuwu_list .l2 {position: absolute;top: 0;right: 0;width: 1px;height: 0;background: #cf3629;transition: all 0.3s ease 0s;}
	.ifuwu_list .l3 {position: absolute;bottom: 0;right: 0;width: 0;height: 1px;background: #cf3629;transition: all 0.3s ease 0s;}
	.ifuwu_list .l4 {position: absolute;bottom: 0;left: 0;width: 1px;height: 0;background: #cf3629;transition: all 0.3s ease 0s;}
	
	.ifuwu_list:hover .l1{width:100%;}
	.ifuwu_list:hover .l2{height:100%;}
	.ifuwu_list:hover .l3{width:100%;}
	.ifuwu_list:hover .l4{height:100%;} */



	.ifuwu_list_main {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.ifuwu_img {
		width: 100%;
		height: 100%;
		overflow: hidden;
		display: block;
		border-radius: 50%;
		margin: 10px auto;
		border: 2px solid #f5f5f5;
	}

	.ifuwu_img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}



	.ifuwu_txt {
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 32px;
		text-align: center;
		font-size: 16px;
		color: #333333;
		font-weight: normal;
		transition: 0.5s;
	}

	.ifuwu_list:hover .ifuwu_img img {
		transform: scale(1.1);
		transition: all .5s;
	}

	/* 
	.ifuwu_list_cover {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 100%;
		transform: translateY(0%);
		transition: 0.3s;
	}
	
	.ifuwu_list_cover .ifuwu_txt_two {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #fff;
		font-size: 26px;
		font-weight: 600;
	}
	
	.ifuwu_list:hover .ifuwu_list_cover {
		height: 100%;
		top: 50%;
		transform: translateY(-50%);
		background: rgba(0, 0, 0, 0.5);
	}
	
	.ifuwu_list:hover .ifuwu_txt {
		opacity: 0;
	} */



	.moshi_bj {
		width: 100%;
		height: auto;
		/* overflow: hidden; */
		padding: 30px 0 30px;
		background-color: #fff !important;
	}

	.moshi_left {
		float: left;
		width: 100%;
		height: auto;
		/* overflow: hidden; */
	}

	.moshi_left_box {
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 5px;
		grid-row-gap: 5px;
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.moshi_list {
		display: flex;
		text-align: left;

		background: #F7F7F7;
		border-radius: 5px;
		padding: 10px 20px;
	}

	.moshi_list_shuzi {
		margin-right: 10px;
		font-size: 28px;
		color: #cf3629;
		line-height: 36px;
		font-weight: bold;
		font-family: Impact;
		border-right: 1px solid #ddd;
		padding-right: 10px;
	}

	.moshi_list_txt {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.moshi_list_txt span {
		display: block;
	}

	.moshi_list_txt span.t1 {
		font-weight: 500;
		color: #333;
		font-size: 16px;
		line-height: 32px;
	}

	.moshi_list_txt span.t2 {
		font-size: 16px;
		font-weight: 400;
		color: #999;
		line-height: 32px;
	}


	.moshi_right {
		float: right;
		width: 100%;
	}

	.moshi_right img {
		max-width: 100%;
		object-fit: cover;
	}





	.service {
		position: relative;
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		padding: 30px 0;
		background: #F7F7F7 url(../images/fuwubj.png) no-repeat center;
		background-size: cover;
	}

	.service .service-info {
		width: 100%;
		height: auto;

		display: flex;

		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

	.service .service-info .service-info_item {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-right: 5px;
		border-radius: 5px;
		transition: all .4s;
	}

	.service .service-info .service-info_item:last-child {
		margin-right: 0;
	}

	.service .service-info .service-info_item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.service .service-info .service-info_item .number {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 30px;
		height: 30px;
		z-index: 10;
	}

	.service .service-info .service-info_item:hover {
		transition: all .4s;
		height: auto;
	}

	.service-info_item:hover .calendar-data-mask {
		opacity: 1 !important;
	}

	.service-info_item .calendar-data-mask {
		transition: all 0.3s;
		opacity: 0;
		z-index: 2;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/* background: rgba(0, 0, 0, 0.6); */
		background: rgba(207, 54, 41, 0.6);
		text-align: center;
	}

	.service-info_item .calendar-data-mask p:nth-child(1) {
		color: #FFFFFF;
		margin-bottom: 10px;
		font-weight: 500;
		margin-top: 60%;

		text-align: center;
		font-size: 13px;
	}

	.service-info_item .calendar-data-mask p:nth-child(2) {
		color: #FFFFFF;
		font-weight: 400;
		font-size: 12px;
		text-align: center;
	}

	.service .service-info .service-info_item .bottom {
		width: 100%;
		position: absolute;
		bottom: 0;
		line-height: 40px;
		text-align: center;
		height: auto;
		font-size: 12px;
		color: #FFFFFF;
		transition: bottom .4s;
		background: rgba(24, 22, 22, 0.53);
	}

	.service-info_item:hover .bottom {
		bottom: -90px !important;
	}


	.service_box {
		display: block;
		width: 100%;
		height: auto;
		/* overflow: hidden; */
	}

	.service .content-left {
		position: relative;
		float: left;
		width: 100%;
		height: auto;
		/* overflow: hidden; */
	}

	.service .content-left p {
		padding: 0px;
		font-weight: bold;
		color: #3C3C3C;
		font-size: 18px;
	}

	.service .content-right {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.service_box_txt {
		width: 100%;
	}

	.service .content-right .more-text {
		display: inline-block;
		font-size: 26px;
		margin-top: 50px;
		margin-left: 0px;
		cursor: pointer;
		font-weight: bold;
		color: #040404;
	}

	.service .content-right .more-text .red-arrows {
		display: none;
	}

	.service .content-right .more-text:hover {
		color: #cf3629;
	}

	.service .content-right .more-text:hover .red-arrows {
		display: inline-block;
	}

	.service .content-right .more-text:hover .pt-arrows {
		display: none;
	}

	.service .content-right .more-text img {
		margin-left: 10px;
		width: 25px;
		vertical-align: middle;
		height: 25px;
	}

	.service .content-right .content-right-item {
		margin-top: 30px;
		margin-left: 0px;
		display: flex;
		align-items: center;
	}

	.service .content-right p {
		display: flex;
		float: left;
		width: 33.33%;

		margin-bottom: 10px;
		font-size: 16px;
		font-weight: 500;
		cursor: pointer;
		color: #666;
		transition: all .4s;
		font-family: impact;
	}

	.service_box_txt {
		width: 100%;
	}

	.service .content-right p i {
		font-size: 20px;
		margin-right: 5px;
	}

	.service .content-right .content-right-progress {
		display: none;

		position: relative;
		margin-right: 20px;
		width: 2px;
		height: 70px;
		margin-top: -0px;
		background-color: #C8CACE;
	}

	.service .content-right .content-right-progress .progress-icon {
		position: absolute;
		top: 0;
		left: 50%;
		width: 10px;
		height: 28px;
		transition: all 0.3s;

		transform: translate(-50%);
		background: #cf3629;
	}

	.service-active {
		color: #cf3629 !important;
		font-size: 16px !important;
		font-weight: 600 !important;
	}




	.huoban {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto 0;
		padding: 100px 0;
		background: #fff url(../images/huoban_bj.jpg) no-repeat center center;
		background-size: cover;
	}

	.huoban_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 100px auto 0;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		gap: 20px;
	}

	.huoban_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 5px;
		background: #F7F7F7;
	}

	.huoban_list img {
		width: 100%;
	}


	.iguanggao {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 100px 0;
		background: #F7F7F7 url(../images/index_gg.jpg) no-repeat center center;
		background-size: cover;
	}

	.iguanggao::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(24, 22, 22, 0);
	}





	/* 首页新闻 */
	.inews {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
	}

	.inews_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto 0;

		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.inews_left {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.inews_img {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		padding-bottom: 60%;
	}

	.inews_img a {
		display: block;
	}

	.inews_img img {
		width: 100%;
		position: absolute;
	}

	.inews_txt {
		position: relative;
		background: #f7f7f7;
		padding: 10px;
	}

	.inews_t1 {
		margin-bottom: 5px;
		font-size: 16px;
		font-weight: bold;
		color: #111;
		overflow: hidden;
		letter-spacing: -0.5px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.inews_t2 {
		font-size: 12px;
		color: #999999;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.inews_more {
		font-size: 12px;
		color: #999999;
		line-height: 24px;
	}

	.inews_more i {
		font-size: 12px;
	}

	.inews_right {
		float: right;
		width: calc(100% - 600px);
		height: auto;
		overflow: hidden;

		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}

	.inews_txt2 {
		padding: 10px;
		background: #f7f7f7;
	}


}