/*
	公共部分
*/
:root{
	--swiper-theme-color: #ffffff;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next{
	left: 1.25rem;
	right: auto;
	width: 1.12rem;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev{
	left: auto;
	right: 1.25rem;
	width: 1.12rem;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 2rem;
}
.banner-title-module{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	z-index: 2;
	color: #ffffff;
}
.banner-title-module .banner-title-center{
	position: relative;
	width: var(--module-width);
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.banner-title-module .banner-title{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-shadow: 0px 2px 15px rgba(0,0,0, .20);
}
.banner-title-module .banner-down{
	position: absolute;
	left: 0;
	bottom: 2.5rem;
	width: 3.5rem;
	height: 3.5rem;
}

.home-row-module{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.nav-path-module{
	width: var(--module-width);
	display: flex;
	justify-content: space-between;
	margin-top: 1.87rem;
}
.nav-path-module .nav-path{
	font-size: 0.75rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.nav-path-module .nav-path img{
	width: 0.87rem;
	height: 0.87rem;
}
.nav-path-module .nav-path span{
	margin-right: 0.3rem;
}
.nav-path-module .nav-path a{
	color: #303030;
	cursor: pointer;
	margin-right: 0.3rem;
}
.nav-path-module .nav-page-list{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: -2px;
	font-size: 0.87rem;
}
.nav-path-module .nav-page-list .nav-page-item{
	margin: 0px 0.62rem;
	font-size: 0.87rem;
	color: #303030;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.nav-path-module .nav-page-list .nav-page-item .item-line{
	background:rgba(255,255,255,0);
	height: 4px;
	width: 0.1%;
	transition: width 500ms;
}
.nav-path-module .nav-page-list .active .item-line{
	background:var(--theme-color);
	display: flex;
	width: 100%;
}
.nav-path-module .nav-page-list .nav-page-item:hover .item-line{
	background:var(--theme-color);
	display: flex;
	width: 100%;
}
.content-title-module{
	width: var(--module-width);
	position: relative;
}
.content-title-module img{
	height: 4rem;
}
.content-title-module h1{
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-text-stroke:5px undefined;
	text-stroke:5px undefined;
}
.content-title-module span{
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-text-stroke:5px undefined;
	text-stroke:5px undefined;
}

/* --------------------- 公共 end --------------------- */


/* --------------------- 概况 --------------------- */
.info-text-module{
	width: var(--module-width);
	position: relative;
	display: flex;
	justify-content: space-between;
}
.info-text-module .info-left{
	width: 50%;
	display: flex;
	flex-direction: column;
	/*height: 24rem;*/
}
.info-text-module .info-left .info-text{
	width: 100%;
	padding: 3rem 0 2rem 0;
	line-height:1.75rem;
	word-wrap:break-word;
	word-break:break-all;
	text-align:justify;
    white-space: break-spaces;
}
.info-text-module .info-left .info-data{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 3rem;
}
.info-data .data-item{
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.info-data .data-item .item-title,
.info-data .data-item .item-p{
	width: 100%;
	text-align: center;
}
#swiper-intro{
	position: absolute;
	right: 0;
	width: 45%;
	height: 26rem;
}
.swiper-index-module{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2.5rem;
	background: var(--theme-color);
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 2;
}
.swiper-number{
	color: #fff;
	font-weight: 600;
	padding-left: 1.25rem;
}
.swiper-pagination-info{
	padding-right: 1.25rem;
}
.swiper-pagination-info .swiper-pagination-bullet{
	background: none;
	border: 1px solid #fff;
	width: 0.4rem;
	height: 0.4rem;
	margin: 0 0 0 0.6rem;
	border-radius: 50%;
}
.swiper-pagination-info .swiper-pagination-bullet-active{
	background: #fff;
}
#swiper-intro .swiper-button-next:after,
#swiper-intro .swiper-button-prev:after{
	font-size: 1.5rem;
}
.info-menu-module{
	width: 100%;
	background: #F4F5F8;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.info-menu-module .module-title{
	width: var(--module-width);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 5rem;
	line-height: 1.75rem;
}
.info-menu-module .info-menu-list{
    width: calc(var(--module-width) * 0.6); margin: calc(var(--module-width) * 0.1) auto;
}
.info-menu-module .info-menu-list img{
    width: 100%; height: auto;
}
.info-menu-module .info-menu-item{
	position: relative;
	max-width: 12.5rem;
	width: 19%;
	margin: 2.5rem 0 4rem 0;
	transition: all 1s;
}
.info-menu-module .info-menu-item:hover{

	transform: scale(1.1);
}
.info-menu-module .info-menu-item .info-menu-img{
	width: 100%;
}
.info-menu-module .info-menu-item .info-menu-title{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
}
.info-menu-module .info-menu-item .info-menu-title span{
	padding: 0 0.62rem;
	word-break: break-word;
	text-align: center;
	white-space: normal;
	color: #303030;
}
/* --------------------- 概况 end --------------------- */


/* --------------------- 发展 --------------------- */
.develop-title-module{
	width: var(--module-width);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 3.12rem;
	text-align: center
}
.develop-title-module-logo{ width: 15%;}
.develop-title-module-logo img{ width: 100%; height: auto; }
.develop-log-module{
	width: var(--module-width);
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	margin:5rem 0 4rem 0;
}
.log-line{
	position: absolute;
	left: 50%;
	top: 5%;
	width: 2px;
	background: #EFEFEF;
	height: 90%;
	margin-left: -1px;
	z-index: -1;
}
.log-years{
	background: #f4f5f8;
}
.log-item{
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: -4rem;
}
.log-left{
	margin-left: -46%;
}
.log-left:hover .log-item-text{
	transition: all 0.5s;
	transform: translateX(10px);
}
.log-right{
	margin-right: -46%;
}
.log-right:hover .log-item-text{
	transition: all 0.5s;
	transform: translateX(-10px);
}
.log-item .log-moth{
	background: #f4f5f8;
	height: 1.25rem;
	width: 8%;
	text-align: center;
}
.log-item-text{
	width: 80%;
	background: #ffffff;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4%;
}
.log-left .log-jian{
	width: 1.25rem;
	height: 1.25rem;
	position: absolute;
	right: -0.62rem;
	top: 50%;
	margin-top: -0.62rem;
	transform: rotate(45deg);
	background: #ffffff;
	z-index: -1;
}
.log-right .log-jian{
	width: 1.25rem;
	height: 1.25rem;
	position: absolute;
	left: -0.62rem;
	top: 50%;
	margin-top: -0.62rem;
	transform: rotate(45deg);
	background: #ffffff;
	z-index: -1;
}
.log-img{
	max-width: 10rem;
	max-height: 10rem;
	margin-right: 2.5%;
}
.log-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: flex;
}
.log-text{
	display: flex;
	flex-direction: column;
	line-height: 1.5rem;
	height: 7rem;
	white-space: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	text-align:justify;
}
.log-top{
	margin-top: -5rem;
}
/* --------------------- 发展 end --------------------- */

/* --------------------- 责任 --------------------- */
.social-module{
	width: var(--module-width);
	display: flex;
	flex-direction: column;
	margin-top: 3.12rem;
	margin-bottom: 3rem;
}
.social-top-module{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	position: relative;
}
.social-top-module .social-top-img{
	width: 90%;
	max-width: 61.87rem;
}
.social-top-module .social-top-info{
	position: absolute;
	right: 0;
	bottom: -15%;
	width: 60%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.social-top-module .social-top-p{
	padding: 1.87rem 2.5rem;
	line-height:2rem;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align:justify;
}
.social-top-module .social-top-p .item-line{
	margin-bottom: 1rem;
	margin-top: 0.3rem;
}
.social-log-module{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	margin:12rem 0 0 0;
}
.social-log-module .social-line{
	position: absolute;
	left: 50%;
	top: -10rem;
	width: 2px;
	background: #EFEFEF;
	height: 90%;
	margin-left: -1px;
	z-index: -1;
	padding: 10rem 0 4rem 0;
}
.social-log-module .social-item{
	width: 60%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: -4rem;
}
.social-log-module .social-item .social-time{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 12%;
	height: 1.87rem;
	background: #f4f5f8;
}
.social-log-module .social-item .social-time .dian{
	width: 0.37rem;
	height: 0.37rem;
	border: 1px solid #2A63C1;
	border-radius: 55%;
	margin: 0 0.3rem;
}
.social-log-module .social-item .item-img-list{
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	margin-top: 0.93rem;
	width: 88%;
}
.social-left{
	margin-left: 55%;
}
.social-left .item-img-list{
	justify-content: flex-start;
}
.social-left .item-img-list .item-img-unit{
	margin-right: 2%;
}
.social-right{
	margin-right: 55%;
}
.social-right .item-img-list{
	justify-content: flex-end;
}
.social-right .item-img-list .item-img-unit{
	margin-left: 2%;
}
.item-img-list .item-img-unit{
	width: 48%;
	position: relative;
	overflow: hidden;
	border-top: 1px dashed #2A63C1;
}
.item-img-list .noboder{
	border-top: 0px;
}
.item-img-list .item-img-unit .item-img{
	width: 100%;
	max-height: 9rem;
	object-fit: cover;
	display: flex;
	margin-top: 1rem;
	transition:width 2s;
}
.item-img-list .item-img-unit:hover > .item-img-cover{
	display: block;
}
.item-img-list .item-img-unit:hover > .item-img{
	/* width: 110%; */
}
.item-img-list .item-img-unit .item-img-cover{
	position: absolute;
	left: 0;
	top:1rem;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	color: #ffffff;
	display: none;
}
.item-img-list .item-img-unit .item-img-cover .cover-title{
	width: 90%;
	padding: 0 5%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	animation:fadeInDown 2s 1;
}
/* --------------------- 责任 end --------------------- */

/* --------------------- 合作 --------------------- */
.partner-module{
	width: var(--module-width);
	display: flex;
	flex-direction: column;
	margin-top: 3rem;
}
.partner-module .partner-title{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.partner-module .zhanlve-module{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1rem;
}
.partner-module .zhanlve-module .zhanlve-item{
	width: 45%;
	padding: 3% 2%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #ffffff;
	transition: all 0.5s;
}
.partner-module .zhanlve-module .zhanlve-item:hover{
	padding: 4% 2%;
}
.partner-module .zhanlve-module .zhanlve-item .item-logo{
	width: 30%;
	display: flex;
}
.partner-module .zhanlve-module .zhanlve-item .item-desc{
	width: 66%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	color: #303030;
}
.partner-module .zhanlve-module .zhanlve-item .item-desc .text{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight:400;
	color:#2F2F2F;
	line-height:1.5rem;
	margin-top: 1rem;
	text-align:justify;
}
.partner-module .partner-list{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	margin: 3rem 0 4rem 0;
}
.partner-module .partner-list a{
	width: 19%;
	margin: 0 0.5% 1rem 0.5%;
}
.partner-module .partner-list .partner-item-logo{
	width: 100%;
	display: flex;
}
/* --------------------- 合作 end --------------------- */

/* --------------------- 文化 --------------------- */
.culture-module{
	width: var(--module-width);
	display: flex;
	flex-direction: column;
	margin-top: 3rem;
}
.culture-module .culture-desc{
	font-weight:400;
	color:#2F2F2F;
	line-height:2rem;
	word-wrap:break-word;
	word-break:break-all;
	text-align:justify;
}
.strategic-module{
	width: 100%;
	height: calc(var(--module-width) * 0.5);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
	margin: 3rem 0;
}
.strategic-module .strategic-item{
	width: 20%;
	height: 100%;
	transition:width 0.5s;
	position: relative;
	/* filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter:grayscale(1); */
	display: flex;
}
.strategic-module .strategic-item .strategic-img{
	width: 100%;
	height: 100%;
	display: flex;
	object-fit: cover;
}
.strategic-module .active{
	width: 60%;
	height: 100%;
	transition:width 0.5s;
	/* -webkit-filter:grayscale(0%);
	  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
	-webkit-filter:grayscale(0); */
	display: flex;
}
.strategic-item .item-cover{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}
.strategic-item:first-child .item-cover{
	align-items: flex-end;
}
.strategic-item .item-title{
	width: calc(var(--module-width) * 0.2);
	margin: 0rem 0.62rem 3rem 0.62rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.strategic-module .active .item-title{
	width: calc(var(--module-width) * 0.6);
}
.strategic-item .item-name{
	display: flex;
	flex-direction: column;
}
.strategic-item .item-cn-name,
.strategic-item .item-en-name{
	font-family:PingFang SC;
	font-weight:400;
	color:rgba(255,255,255,1);
    text-shadow: 5px 5px 10px #000;
}
.strategic-item .item-p{
	width: calc(var(--module-width) * 0.6);
	margin: 0rem 0.62rem 3rem 0.62rem;
	font-size: 0.87rem;
	font-family:PingFang SC;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:1.75rem;
	height: 3.5rem;
	white-space: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	opacity: 0;
}
.strategic-item .item-btn{
	display: none;
}
.strategic-module .active .item-cover{
	width: 100%;
	height: 100%;
	transition:width 0.5s;
	background:linear-gradient(0deg,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 50%);
}
.strategic-module .active .item-p{
	/* transition: all 1s; */
	animation: fadeInDown 1s 1;
	opacity: 1;
	text-align:justify;
}
.strategic-module .active .item-btn{
	display: block;
}
/* --------------------- 文化 end --------------------- */

/* --------------------- 新闻 --------------------- */
.news-top-list{
	width: var(--module-width);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 3rem 0 2rem 0;
    flex-wrap: wrap;
}
.news-top-list .news-top-item{
	width: 32%;
	display: flex;
	flex-direction: column;
	color: #303030;
    margin-top: 2%;
}
.news-top-list .news-top-item:nth-child(3n+2){
	margin: 2% 2% 0 2%;
}
.news-top-list .news-top-item .top-item-img{
	width: 100%;
	height: 13rem;
	display: flex;
	overflow: hidden;
}
.news-top-list .news-top-item .top-item-img img{
	width: 100%;
	height: 100%;
	display: flex;
	object-fit: cover;
	transition: transform 1s;
}
.news-top-list .news-top-item .top-item-img:hover img{
	transform: scale(1.1);
}
.news-top-list .news-top-item .top-item-info{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.news-top-list .news-top-item .top-item-title{
	padding:1rem 0;
    height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-top-list .news-top-item .top-item-time{
	color: #999999;
	padding-bottom: 1rem;
	font-size: 0.75rem;
}
.news-history-module{
	width: 100%;
	background: #f4f5f8;
	display: flex;
	justify-content: center;
}
.news-history-list{
	width: var(--module-width);
	display: flex;
	flex-direction: column;
	margin: 1.25rem 0 2rem 0;
}
.news-history-list .list-item{
	width: 100%;
	background: #ffffff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 2.5rem 0 1.25rem 0;
	margin-bottom: 1.25rem;
}
.news-history-list .list-item:hover{
	transition: all 1s;
	background: var(--theme-color);
}
.news-history-list .list-item:hover .item-line{
	background: rgba(244,245,248,0.3);
}
.news-history-list .list-item .item-line{
	width: 1px;
	height: 1.5rem;
	background: rgba(244,245,248,1);
}
.news-history-list .list-item .item-data{
	padding: 0 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 4rem;
}
.news-history-list .list-item .item-text{
	color: #303030;
	padding: 0 2rem;
}
.news-history-list .list-item:hover .item-text{
	color: #ffffff;
}
.news-history-list .list-item .item-data .moth{
	color: var(--theme-color);
}
.news-history-list .list-item:hover .item-data .moth{
	color: #ffffff;
}
.news-history-list .list-item .item-data .years{
	color: #BDBDBD;
}
.page-nav{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-nav .nav-item{
	background: #ffffff;
	padding: 0.3rem 1rem;
	margin: 0 0.5rem;
	color: var(--theme-color);
}
.page-nav .omit{
	margin: 0 0.5rem;
	color: var(--theme-color);
}
.page-nav .nav-item:hover{
	transition: all 1s;
	background:var(--theme-color);
	height: 1.5rem;
	padding: 0.3rem 1rem;
	margin: 0 0.5rem;
	color: #ffffff;
}
.opt30{
	opacity: 0.3;
}
.opt50{
	opacity: 0.5;
}
/* --------------------- 新闻 end --------------------- */



/* --------------------- 移动端 --------------------- */
@media screen and (min-width:1600px){
	.content-title-module img{
		height: 5rem;
	}
}
@media (max-width: 1600px) {
	.content-title-module img{
		height: 4rem;
	}
}
@media (max-width: 768px) {
	#swiper-banner{
		min-height: 30vh;
	}
	#swiper-banner .banner-img{
		min-height: 30vh;
	}
	.banner-title-module .banner-title-center{
		justify-content:flex-end;
	}
	.banner-title-module .banner-title{
		padding-bottom: 2rem;
	}
	.content-title-module img{
		height: 2.5rem;
	}
	.nav-path-module{
		width: var(--module-width);
		display: flex;
		flex-direction: column;
		margin-top: 0.93rem;
	}
	.banner-title-module .banner-down{
		position: absolute;
		left: 0;
		bottom: 1.25rem;
		width: 1.62rem;
		height: 1.62rem;
	}
	.nav-path-module .nav-path{
		font-size: 0.87rem;
		display: none;
		justify-content: flex-start;
		align-items: center;
	}
	.nav-path-module .nav-page-list{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.nav-path-module .nav-page-list .nav-page-item{
		margin: 0px 1rem;
		font-size: 0.87rem;
		display: flex;
	}
	#swiper-intro{
		display: none;
	}
	.info-text-module .info-left{
		width: 100%;
		height: auto;
	}
	.info-text-module .info-text{
		width: 100%;
		padding: 3.75rem 0;
	}
	.info-data{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 3.75rem;
	}
	.info-data .data-item{
		width: 50%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.info-menu-module .module-title{
		text-align: center;
	}
	.info-menu-module .info-menu-list{
		width: 70%; margin: auto;
	}
    .info-menu-module .info-menu-list img{
        width: 100%; height: auto;
    }
	.info-menu-module .info-menu-item{
		position: relative;
		width: 7.5rem;
		margin: 0.5rem 0;
	}

	.strategic-module{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		overflow: unset;
		margin: 3rem 0 0 0;
	}
	.strategic-module .strategic-item{
		width: 100%;
		height: auto;
		transition: width 0.5s;
		position: relative;
		display: flex;
	}
	.strategic-module .strategic-item .strategic-img{
		width: 100%;
		display: flex;
		object-fit: cover;
	}
	.strategic-item .item-title{
		width: var(--module-width);
	}
	.strategic-module .active .item-title{
		width: var(--module-width);
	}
	.strategic-item .item-p{
		width: var(--module-width);
		display: flex;
		opacity: 1;
	}

	.develop-log-module{
		align-items: flex-start;
	}
	.develop-log-module .log-line{
		left: 1rem;
		margin-left: 0;
		top: 1%;
		height: 99%;
	}
	.develop-log-module .log-item{
		width: 100%;
		margin-top: 1rem;
		margin-left: 0;
	}
	.develop-log-module .log-years{
		margin-top: 1rem;
		margin-left: 0;
	}
	.develop-log-module .log-left{
		margin-left: 0;
	}
	.develop-log-module .log-right{
		margin-right: 0;
	}
	.develop-log-module .log-text p{
		white-space: normal;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.log-img{
		max-width: 6rem;
		max-height: 6rem;
	}
	.log-img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: flex;
	}
	.log-img:hover img{
	}

	.social-module{
		margin-top: 1rem;
	}
	.partner-module .zhanlve-module{
		flex-direction: column;
		margin: 1rem 0 3rem 0;
	}
	.partner-module .zhanlve-module .zhanlve-item{
		width:96%;
		margin-bottom: 1rem;
	}
	.partner-module .partner-list a{
		width: 32%;
	}
	.social-module .social-top-p {
		padding: 1.87rem 0rem;
		line-height: 2rem;
		background: unset;
	}
	.social-module .social-log-module{
		margin: 2rem 0 0 0;
	}
	.social-module .social-log-module .social-line {
	    position: absolute;
	    left: 1rem;
	    top: 0rem;
	    width: 2px;
	    background: #EFEFEF;
	    height: 100%;
	    margin-left: 0;
	    z-index: -1;
	    padding: 0rem 0 1rem 0;
	}
	.social-log-module .social-item {
	    width: 100%;
	    display: flex;
	    justify-content: flex-start;
	    align-items: flex-start;
	}
	.social-left {
	    margin-left: 0;
	}
	.social-right{
		margin-right: 0%;
	}
	.social-right .item-img-list{
		justify-content: flex-start;
	}

	.news-top-list{
		width: var(--module-width);
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		margin: 2rem 0 1rem 0;
	}
	.news-top-list .news-top-item{
		width: 100%;
		display: flex;
		flex-direction: unset;
		justify-content: space-between;
		align-items: center;
		color: #303030;
		margin-bottom: 1rem;
		box-shadow: 0 0 0.5rem rgba(0,0,0,0.15);
		border-radius: 0.25rem;
		overflow: hidden;
	}
	.news-top-list .news-top-item:nth-child(3n+2){
		margin: 0 0 1rem 0;
	}
	.news-top-list .news-top-item .top-item-img{
		width: 30%;
		height: 8rem;
		display: flex;
		box-shadow: 0 0 0.5rem rgba(0,0,0,0.15);
	}
	.news-top-list .news-top-item .top-item-info{
		width: 68%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.news-history-list .list-item .item-data{
		padding: 0 1rem;
	}
	.news-history-list .list-item .item-text{
		color: #303030;
		padding: 0 1rem;
	}
	.news-top-list .news-top-item .top-item-title{
		white-space: normal;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		line-height: 1.5rem;
		height: 3rem;
		padding: 0;
	}
	.news-top-list .news-top-item .top-item-time{
		padding-bottom: 0.5rem;
	}
}
.item-line{
    width: 1.25rem;
    height: 0.37rem;
    background: var(--theme-color);
}
