.about_img{
	width: 46.7%;
	display: block;
}
.about_img img{
	width: 100%;
}
.about_con{
	width: 50%;
	color: #333;
	padding-top: 10px;
}
.about_title{
	font-size: 30px;
	font-weight: bold;
	color: #888;
	margin-bottom: 40px;
}
.about_title a{
	color: #555;
}
.about_text{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 50px;
	text-indent: 2em;
}
.about_more {
	text-align: right;
}
.about_more a {
	display: inline-block;
}
.news {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.news_top {
	width: 550px;
	background-color: #fff;
}
.news_list {
	width: calc(100% - 570px);
	display: flex;
	flex-direction: column;
}
.news_top_body {
	padding: 20px;
}
.news_top_thumb img {
	width: 100%;
}
.news_top_title {
	font-size: large;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
.news_top_info {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	line-height: 1.5em; /* 单行文本高度 */
    min-height: 6em; /* 最大高度 (行数 x 单行高度) */
}
.news_top_time {
	font-size: 14px;
	color: #888;
	display: inline-block;
}
.news_top_detail {
	float: right;
}
.news_top_detail a {
	color: #888;
}
.new_item {
	width: 100%;
	flex-grow: 1;
	margin-bottom: 10px;
	background-color: #fff;
	padding: 10px 15px;
}
.new_item:last-child {
	margin-bottom: 0;
}
.new_item_title {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
.new_item_info {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5em; /* 单行文本高度 */
    min-height: 3em; /* 最大高度 (行数 x 单行高度) */
}
.new_item_time {
	font-size: 14px;
	color: #888;
	display: inline-block;
}
.new_item_detail {
	float: right;
}
.new_item_detail a {
	color: #888;
}
.partner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.partner_item {
	width: calc(33.3% - 10px);
	height: 120px;
	padding: 10px 20px;
	position: relative;
	border: 1px solid #f8f8f8;
	border-radius: 5px;
	margin-bottom: 15px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.partner_item img {
	transition: all .4s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}
.case_block {
	text-align: center;
	position: relative;
}
.case {
	position: relative;
}
.case_item {
	width: 100%;
	position: relative;
}
.case_item img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	object-fit: fill;
}
.case_title {
	font-size: 16px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
    bottom: 10px; /* 根据需要调整 */
    left: 10px; /* 根据需要调整 */
    color: white; /* 文本颜色 */
}
.more_case {
	margin-top: 30px;
	display: inline-block;
}

/* .case .swiper-slide-next::after, .case .swiper-slide-prev::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(237,240,240,0.9);
    z-index: 2;
	border-radius: 8px;
}
.case .swiper-slide {
    position: relative;
} */

@media screen and (max-width: 1100px) {
	.aboutUs.flex{
		padding: 0 10px;
	}
	.about_title{
		font-size: 18px;
		margin-bottom: 10px;
		text-align: center;
	}
	.about_text{
		margin-bottom: 20px;
	}
	.news {
		display: block;
	}
	.news_top {
		width: 100%;
		margin-bottom: 10px;
	}
	.news_list {
		width: 100%;
	}
	.partner_item {
		width: calc(50% - 8px);
		height: 80px;
	}
}

@media screen and (max-width: 768px) {
	.aboutUs.flex{
		display: block;
	}
	.about_img,.about_con{
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.about_list ul li{
		width: 48.5%;
	}
	.about_jj{
		font-size: 14px;
		line-height: 24px;
	}
}