.talent-layout {
	display: flex;
	align-items: flex-start;
}

.talent-title {
	flex: 0 0 auto;
	min-width: 250px;
}

.talent-title h3 {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding-top: 0;
	line-height: 1.2;
}

.talent-content {
	flex: 1;
	padding-bottom: 30px;
	padding-top: 0;
}

/* ESG报告 */
.company-newlist ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap:100px; 
}
.report-list{
	margin: 0 0 20px 0;
}
.report-img{
	margin-bottom: 20px;
}
.report-img img{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    display: block;
}
.report-title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


@media(max-width:798px){
	.talent-layout {
	display: flex;
	flex-direction: column;
}
.talent-content {
	width: 90vw;
	margin: 0 auto;
}
.cxfz-content-box{
	width: 90vw;
	margin: 20px auto;
}

}