/* .pc ul li:nth-child(5){
	background-color: #007AFF;
	
}
.pc ul li:nth-child(5) a{
	color: #fff;
} */
mian {
	width: 100%;
	height: auto;
	margin-top: 90px;
	display: flex;
	box-sizing: border-box;

}

.main {
	width: 100%;
	height: auto;

	padding: 0 5%;
	overflow: hidden;
	padding-bottom: 10px;
}

.bg_canvans {
	height: 300px;

}

.bg_canvans {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-image: url('http://www.timesmedia.cn/storage/14633/tpl/my_9/images/news_main.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;

}

.hstyle_pageHead {
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;

}

.ja {
	color: #fff;
	font-size: 40px;
	letter-spacing: 0.1em
}

.news_s p {
	text-align: center;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.05em
}

.contentsSection {
	margin: 0 auto;
}

.news_list li a {
	display: block;
}

.hstyle_news {
	margin-left: 0;
	margin-top: 10px;
}

.ititle {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 10px 2%;
	border-bottom: solid 1px #ccc;
	position: relative;
	z-index: 1;
	float: left;
	border-bottom: 1px #ccc solid;
	position: relative;
}

.ititle .new_i {
	position: absolute;
	left: 2%;
	top: 18px;
	width: 3px;
	height: 18px;
	background: #007AFF;
}

.ititle h3 {
	font-size: 16px;
	float: left;
	display: block;
	overflow: hidden;
	color: #333;
	border-bottom: solid 1px #007AFF;
	position: relative;
	padding: 0 0 5px 10px;
	bottom: -5px;
	z-index: 2;
	margin: 0;
}

.case_loop {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	justify-content: center; /* 水平居中 */
	gap: 10px; /* 元素间距 */
	margin: 0 auto; /* 容器自身居中 */
}

.case_loop li {
	box-sizing: border-box;
	flex: 0 0 calc(20% - 10px); /* 每个元素宽度为20%减去间距 */
	list-style: none;
	position: relative;
	margin: 10px 0 0 10px;
	border: 1px solid #F0F0F0;
	border-radius: 5px ;
}

.case_loop li:hover .case_pic img {
	transition: transform 1s ease;
	transform: scale(1.2);
	overflow: hidden;
}

.case_loop li:hover {
	cursor: pointer;
	box-shadow: 0px 5px 5px #666;
}

.case_pic {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.case_pic a {
	display: block;
	width: 100%;
	height: 100%;

	overflow: hidden;
}

.case_pic a img {
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.case_loop li:hover .case_pic .case_info {
	bottom: 0;
	transition: transform 10s ease;
}

.case_pic .case_info {
	width: 100%;
	height: auto;
	padding: 10px 2%;
	color: #000000;
	position: absolute;
	z-index: 999;
	bottom: -100px;
	font-size: 14px;
	color: #fff;
	background-color: rgba(0, 0, 0, .5);

}

.case_text {
	width: 100%;
	box-sizing: border-box;
	padding: 1%;
	overflow: hidden;
	text-align: center;
}

.case_url {
	display: inline-block;
	padding: 5px 20px;
	border: solid 1px #ff8400;
	color: #ff8400;
	font-size: 14px;
	letter-spacing: 2px;
	margin: 10px 0;
}

.case_url:hover {
	color: #fff;
	background: #ff8400;
}

.posts_title {
	margin: 0;
	width: 96%;
	padding: 0 2%;
	height: 41px;
	margin-top: 10px;
	line-height: 18px;
	display: block;
	overflow: hidden;
}
.posts_title a{
	font-size: 18px;
	font-weight: 600;
}
/*分页*/
.pagination {
	margin: 20px 0;
	display: flex;
	gap: 5px;
	justify-content: center;
}

.page-item {
	padding: 8px 12px;
	border: 1px solid #ddd;
	cursor: pointer;
	border-radius: 4px;
}

.page-item.active {
	background: #007bff;
	color: white;
	border-color: #007bff;
}

.page-item.disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

footer {}

@media screen and (max-width: 768px) {
	.case_loop {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 10px;
		justify-content: space-between;
		margin: 0;
		padding: 0;
	}
	.case_loop li {
		flex-basis: 100%;
		list-style: none;
	}
	.case_pic {
		width: 100%;
		height: 300px;
		overflow: hidden;
		position: relative;
	}
	.case_info{
		width: 100%;
		    height: 300px;
		    padding: 10px 2%;
		    color: #000000;
		    position: absolute;
		    z-index: 999;
		    font-size: 14px;
		    color: #fff;
		    background-color: rgba(0, 0, 0, .5);
			pointer-events: none;
	}
}
