/* 公司简介 */
.company-intro {
	text-indent:2em;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	text-align: justify;
}

.aboutus-title {
	font-weight: 600;
	font-size: 32px;
	color: #111111;
	letter-spacing: 0;
	margin-bottom: 1.25rem;
}

/* 发展历程 */
.dev-history {
	border-left: 2px solid #12B87F;
}

.dev-history .title {
	font-weight: 600;
	font-size: 32px;
	color: #333333;
	letter-spacing: 0;
	font-family: "黑体";
}

.dev-history .title .title-point {
	position: absolute;
	width: 1.25rem;
	height: 100%;
	top: 0;
	left: -26px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dev-history .title .title-point .circle {
	width: 1.25rem;
	height: 1.25rem;
	background: #FFFFFF;
	border: 2px solid #12B87F;
	border-radius: 50%;
}

.dev-history .remarks {
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	text-align: justify;
	font-family: "黑体";
}

/* 企业文化 */
.culture-item {
	padding: 1.875rem !important;

}

.culture-title {
	font-weight: 600;
	font-size: 32px;
	color: #FFFFFF;
	letter-spacing: 0;
}

.culture-tips {
	margin-top: 1.25rem;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
}

/* 晋工新能源映像 */
.culture-source .card-box {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
}

.culture-source .card-box .title {
	font-size: 32px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 600;
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical !important;
}

.culture-source .card-box .desc {
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical !important;
}

@media (max-width: 767px) {
	.culture-title {
		font-size: 18px;
	}

	.culture-tips {
		margin-top: 5px;
		font-size: 14px;
	}
}

@media (max-width: 575.98px) {
	.culture-item {
		padding: 0.625rem !important;
	}

	.culture-title {
		font-size: 14px;
	}

	.culture-tips {
		margin-top: 0;
		font-size: 12px;
	}
	
	.culture-source .card-box {
		padding: 10px;
	}
	
	.culture-source .card-box .title {
		font-size: 20px;
	}
	
	.culture-source .card-box .desc {
		font-size: 14px;
	}
	
}

/* 新闻动态 */
.news-card .card-deck {
	margin-bottom: 5rem;
}

.news-card .news-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
	border-radius: 0;
	cursor: pointer;
}

.news-card .news-item:hover {
	border-bottom: 2px solid #5FCAA9 !important;
	box-shadow: 0 2px 10px 0 #00000033 !important;

}

.news-card .news-item .card-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 1.25rem 0.625rem;
}

.news-card .news-item .news-title {
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	letter-spacing: 0;
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical !important;
	text-align: left;

}

.news-card .news-item .news-date {
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	letter-spacing: 0;
}

/* 新闻详情 */
.news-card .article .name {
	font-size: 24px;
	color: #282828;
	text-align: center;
	margin-top: 35px;
}

.news-card .article .browse {
	text-align: center;
	margin-top: 13px;
	font-size: 13px;
	color: #999999;
}

.news-card .article .articleCon {
    font-size: 15px;
    color: #282828;
    margin-top: 40px;
    line-height: 1.8;
}

.news-bg {
    width:100%;
    height:170px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}



/* 自媒体 */
.media-title {
	position: absolute;
	width: 50%;
	top: 0;
	left: 50%;
	padding: 15px;
	padding-left: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

@media (max-width: 767px) {
	.media-title {
		/* font-size:18px; */
		/* padding:10px; */
	}
}