.trainingCentre {
	padding: 60px 0;
}

.tc-list-box {
	/* margin-top: 60px; */
	display: flex;
}

.tc-list-box .tbl-classify {
	width: 250px;
	margin-right: 80px;
/* 	display: flex;
	flex-direction: column; */
}

.tc-list-box .tbl-classify .cy-item {
	font-size: 20px;
	color: #666;
	margin-bottom: 25px;
	cursor: pointer;
}
	
.tc-list-box .tbl-classify .cy-item a{
	padding-bottom: 4px;
}
.tc-list-box .tbl-classify .cy-active a {
	color: #333;
	font-weight: bold;
}
.tc-list-box .tbl-classify .cy-active a {
	border-bottom: 2px solid red;
}

.tc-list {
	flex-wrap: wrap;
	flex: 1;
}

.tc-list .tl-item {
	width: calc((100% - 100px)/3);
	margin-bottom: 40px;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.12);
}

.tc-list .tl-item:not(:nth-child(3n)) {
	margin-right: 50px;
}

.tc-list .tl-item .tl-text {
	padding: 10px;
	font-size: 16px;

	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #333;
}
.tc-list .tl-item .tl-text span{
	
}
.tc-list .tl-item p {
	overflow: hidden;
}

.tc-list .tl-item img {
	transition: all 0.3s;
}

.tc-list .tl-item:hover img {
	transform: scale(1.1);
}

.rp-list .rp-item:hover .tl-text {
	padding: 10px;
}

@media screen and (max-width: 1300px) {
	.tc-list-box .tbl-classify {
	    width: 200px;
	    margin-right: 40px;
	}
	.tc-list-box .tbl-classify .cy-item {
	    font-size: 16px;
	    margin-bottom: 20px;
	}
	.tc-list .tl-item:not(:nth-child(3n)) {
	    margin-right: 30px;
	}
	
	.tc-list .tl-item {
	    width: calc((100% - 60px)/3);
	    margin-bottom: 30px;
	}
}
