/*给div设置背景图片，并且div的大小由背景图片撑开 start*/
	.content .news-wrapper .news-banner-wrapper {
		/*给div设置背景图片，并且div的大小由背景图片撑开 样式 start*/
		background: #f5f5f7 url(../img/news/202306261710.jpg) no-repeat 50% 50%;
		background-size: 100% auto;
		/*给div设置背景图片，并且div的大小由背景图片撑开 样式 end*/

		display: -webkit-flex; /* Safari */
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	.content .news-wrapper .news-banner-wrapper:before {
		/*给div设置背景图片，并且div的大小由背景图片撑开 样式 start*/
		content:"";
		display: block;
		padding-bottom: 31.25%; /*背景图片高宽比, 比如背景图高为900px,宽为1920像素,高宽比为46.875%*/
		/*给div设置背景图片，并且div的大小由背景图片撑开 样式 end*/
	}
/*给div设置背景图片，并且div的大小由背景图片撑开 end*/
.content .news-wrapper .news-banner-wrapper .title-description-wrapper {
	
}
.content .news-wrapper .news-banner-wrapper .title-description-wrapper .title {
	color: #fff;
    font-size: 5rem;
    font-family: "Source Han Sans CN";
    text-align: center;
}
.content .news-wrapper .news-banner-wrapper .title-description-wrapper .description {
	color: #fff;
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 10rem;
    font-family: "Source Han Sans CN";
}




.content .news-wrapper .news-width {
	width: 146rem;
	margin: 0 auto;
}
@media screen and (min-width: 1400px) { /* 在屏幕可视窗口尺寸大于 1400 像素时 */
    .content .news-wrapper .news-width {
        width: 146rem;
    }
}





.content .news-wrapper .top .more-wrapper {
	margin-left: 3.5rem;
}
.content .news-wrapper .top > div {
	display: inline-block;
	vertical-align: middle;
}
.content .news-wrapper .top .title {
	font-size: 3.2rem;
	font-weight: 600;
	font-family: "Source Han Sans CN";
}
.content .news-wrapper .top .more-wrapper img {
	margin-right: 1rem;
	width: 2.3rem;
}
.content .news-wrapper .top .more-wrapper a {
	font-size: 1.4rem;
	vertical-align: middle;
}
.content .news-wrapper .top-description div {
	font-size: 1.8rem;
	padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    color: #575c66;
    font-family: "Source Han Sans CN";
}





.content .news-wrapper .company-news-wrapper {
	background: #f5f5f7;
	padding-top: 8rem;
    padding-bottom: 8rem;
}
.content .news-wrapper .company-news-wrapper .bottom-left img {
	width: 100%;
}
.content .news-wrapper .company-news-wrapper .bottom-left .news-title-time-wrapper {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background: #fff;
	padding-left: 2rem;
    padding-right: 2rem;
}
.content .news-wrapper .company-news-wrapper .bottom-left .news-title a {
	font-size: 1.8rem;
	font-weight: 600;
	display: block;
	transition: all linear 0.3s;
	font-family: "Source Han Sans CN";
}
.content .company-news-wrapper .bottom-left .bottom-left-content {
	border-radius: 2rem;
	overflow: hidden;
	transition: all linear 0.3s;
}
.content .company-news-wrapper .bottom-left-content:hover {
	box-shadow: 0 1rem 3.2rem rgba(29,29,31,0.12);
}
.content .company-news-wrapper .bottom-left-content:hover .news-title a {
	color: #238CE7;
}
.content .news-wrapper .company-news-wrapper .bottom-left .news-title a div {
	width: 85.6%;
    display: inline-block;
}
.content .news-wrapper .company-news-wrapper .bottom-left .news-title a span {
	font-weight: normal;
	display: inline-block;
}
.content .news-wrapper .company-news-wrapper .bottom-left .time {
	color: #575c66;
	margin-top: 1.0021rem;
	font-size: 1.6rem;
	font-family: "Source Han Sans CN";
}
@media screen and (min-width: 1550px) { /* 在屏幕可视窗口尺寸大于 1550 像素时 */
    .content .news-wrapper .company-news-wrapper .bottom-left .time {
        margin-top: 1rem;
    }
}
.content .company-news-wrapper .bottom-right .bottom-right-content {
	
}
.content .news-wrapper .company-news-wrapper .bottom-right .item-wrapper {
	background: #fff;
	padding: 4.2rem 3.5rem;
	border-radius: 2rem;
	margin-bottom: 3.25rem;
	transition: all linear 0.3s;
}
.content .news-wrapper .company-news-wrapper .bottom-right .item-wrapper:hover {
	box-shadow: 0 1rem 3.2rem rgba(29,29,31,0.12);
}
.content .news-wrapper .company-news-wrapper .bottom-right .item-wrapper:hover .news-title a {
	color: #238CE7;
}
@media screen and (min-width: 1400px) { /* 在屏幕可视窗口尺寸大于 1400 像素时 */
    .content .news-wrapper .company-news-wrapper .bottom-right .item-wrapper {
        margin-bottom: 3.25rem;
    }
}
@media screen and (min-width: 1550px) { /* 在屏幕可视窗口尺寸大于 1550 像素时 */
    .content .news-wrapper .company-news-wrapper .bottom-right .item-wrapper {
        margin-bottom: 3.3579rem;
    }
}
.content .news-wrapper .company-news-wrapper .bottom-right .item-wrapper:last-child {
	margin-bottom: 0;
}
.content .news-wrapper .company-news-wrapper .bottom-right .news-title {
	padding-bottom: 2rem;
    border-bottom: 0.1rem solid #eee;
}
.content .news-wrapper .company-news-wrapper .bottom-right .news-title a {
	font-size: 1.8rem;
	font-weight: 600;
	display: block;
	transition: all linear 0.3s;
	font-family: "Source Han Sans CN";
}
.content .news-wrapper .company-news-wrapper .bottom-right .news-title a div {
	width: 85.6%;
    display: inline-block;
}
.content .news-wrapper .company-news-wrapper .bottom-right .news-title a span {
	font-weight: normal;
	display: inline-block;
}
.content .news-wrapper .company-news-wrapper .bottom-right .time {
	color: #575c66;
	margin-top: 1.527rem;
	font-size: 1.6rem;
	font-family: "Source Han Sans CN";
}





.content .news-wrapper .hy-news-wrapper {
	padding-top: 8rem;
	padding-bottom: 8rem;
}
.content .news-wrapper .hy-news-wrapper .bottom img {
	width: 100%;
}
.content .news-wrapper .hy-news-wrapper .bottom .news-title-time-wrapper {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background: #f5f5f7;
	padding-left: 2rem;
    padding-right: 2rem;
}
.content .news-wrapper .hy-news-wrapper .bottom .news-title a {
	font-size: 1.8rem;
	font-weight: 600;
	display: block;
	transition: all linear 0.3s;
	font-family: "Source Han Sans CN";
}
.content .hy-news-wrapper .bottom .bottom-content {
	border-radius: 2rem;
	overflow: hidden;
	transition: all linear 0.3s;
}
.content .hy-news-wrapper .bottom-content:hover {
	box-shadow: 0 1rem 3.2rem rgba(29,29,31,0.12);
}
.content .hy-news-wrapper .bottom-content:hover .news-title a {
	color: #238CE7;
}
.content .news-wrapper .hy-news-wrapper .bottom .news-title a div {
	width: 85.6%;
    display: inline-block;
}
.content .news-wrapper .hy-news-wrapper .bottom .news-title a span {
	font-weight: normal;
	display: inline-block;
}
.content .news-wrapper .hy-news-wrapper .bottom .time {
	color: #575c66;
	margin-top: 1rem;
	font-size: 1.6rem;
	font-family: "Source Han Sans CN";
}






.content .news-wrapper .product-knowledge-wrapper {
	background: #f5f5f7;
	padding-top: 8rem;
    padding-bottom: 8rem;
}
.content .product-knowledge-wrapper .bottom-l .bottom-l-content {
	
}
.content .news-wrapper .product-knowledge-wrapper .bottom-l .item-wrapper {
	background: #fff;
	padding: 4.2rem 3.5rem;
	border-radius: 2rem;
	margin-bottom: 3.25rem;
	transition: all linear 0.3s;
}
.content .news-wrapper .product-knowledge-wrapper .bottom-l .item-wrapper:hover {
	box-shadow: 0 1rem 3.2rem rgba(29,29,31,0.12);
}
.content .news-wrapper .product-knowledge-wrapper .bottom-l .item-wrapper:hover .news-title a {
	color: #238CE7;
}
@media screen and (min-width: 1400px) { /* 在屏幕可视窗口尺寸大于 1400 像素时 */
    .content .news-wrapper .product-knowledge-wrapper .bottom-l .item-wrapper {
        margin-bottom: 3.25rem;
    }
}
@media screen and (min-width: 1550px) { /* 在屏幕可视窗口尺寸大于 1550 像素时 */
    .content .news-wrapper .product-knowledge-wrapper .bottom-l .item-wrapper {
        margin-bottom: 3.3579rem;
    }
}
.content .news-wrapper .product-knowledge-wrapper .bottom-l .item-wrapper:last-child {
	margin-bottom: 0;
}
.content .news-wrapper .product-knowledge-wrapper .bottom-l .news-title {
	padding-bottom: 2rem;
    border-bottom: 0.1rem solid #eee;
}
.content .news-wrapper .product-knowledge-wrapper .bottom-l .news-title a {
	font-size: 1.8rem;
	font-weight: 600;
	display: block;
	transition: all linear 0.3s;
	font-family: "Source Han Sans CN";
}
.content .news-wrapper .product-knowledge-wrapper .bottom-l .news-title a div {
	width: 85.6%;
    display: inline-block;
}
.content .news-wrapper .product-knowledge-wrapper .bottom-l .news-title a span {
	font-weight: normal;
	display: inline-block;
}
.content .news-wrapper .product-knowledge-wrapper .bottom-l .time {
	color: #575c66;
	margin-top: 1.527rem;
	font-size: 1.6rem;
	font-family: "Source Han Sans CN";
}
.content .news-wrapper .product-knowledge-wrapper .bottom-r img {
	width: 100%;
}
.content .news-wrapper .product-knowledge-wrapper .bottom-r .news-title-time-wrapper {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background: #fff;
	padding-left: 2rem;
    padding-right: 2rem;
}
.content .news-wrapper .product-knowledge-wrapper .bottom-r .news-title a {
	font-size: 1.8rem;
	font-weight: 600;
	display: block;
	transition: all linear 0.3s;
	font-family: "Source Han Sans CN";
}
.content .product-knowledge-wrapper .bottom-r .bottom-r-content {
	border-radius: 2rem;
	overflow: hidden;
	transition: all linear 0.3s;
}
.content .product-knowledge-wrapper .bottom-r-content:hover {
	box-shadow: 0 1rem 3.2rem rgba(29,29,31,0.12);
}
.content .product-knowledge-wrapper .bottom-r-content:hover .news-title a {
	color: #238CE7;
}
.content .news-wrapper .product-knowledge-wrapper .bottom-r .news-title a div {
	width: 85.6%;
    display: inline-block;
}
.content .news-wrapper .product-knowledge-wrapper .bottom-r .news-title a span {
	font-weight: normal;
	display: inline-block;
}
.content .news-wrapper .product-knowledge-wrapper .bottom-r .time {
	color: #575c66;
	margin-top: 1.0021rem;
	font-size: 1.6rem;
	font-family: "Source Han Sans CN";
}
@media screen and (min-width: 1550px) { /* 在屏幕可视窗口尺寸大于 1550 像素时 */
    .content .news-wrapper .product-knowledge-wrapper .bottom-r .time {
        margin-top: 1rem;
    }
}






.content .news-wrapper div.img-wrapper {
	height: 47.396rem;
    overflow: hidden;
}