.top-imgs {
	display: flex;
	justify-content: space-between;
}

.top-imgs>div {
	position: relative;
}

.top-imgs>div {
	width: calc((100% - 20px) / 2);
	height: 26.6rem;
	overflow: hidden;
}

.top-imgs>div>img {
	transition: transform 0.5s ease;
}

.top-imgs>div:hover>img {
	transform: scale(1.1);
}

.top-imgs>div>img,
.top-imgs>div .item {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-imgs>div .bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.top-imgs>div .bg img {
	width: 100%;
	height: 6.9rem;
	position: absolute;
	bottom: 0;
}

.top-imgs>div .bg div {
	width: 100%;
	font-family: Arial, Arial;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 34px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1.2rem;
	text-align: center;
}


.aer-table .table {
	width: 100%;
}

.aer-table .table .table-header {
	width: 100%;
	box-sizing: border-box;
	background-color: #143a94;
	display: flex;
	align-items: center;
}

.aer-table .table .table-header div {
	padding: 1.2rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.aer-table .table .table-body .tr .td {
	padding-left: 1.2rem;
	padding-right: 1.2rem;
}

.aer-table .table .table-body .tr {
	display: flex;
	align-items: center;
	padding: 1.2rem 0;
}


.aer-table .table .table-header div:nth-child(1),
.aer-table .table .table-header div:nth-child(3),
.aer-table .table .table-body .tr .td:nth-child(1),
.aer-table .table .table-body .tr .td:nth-child(3) {
	width: 6.2rem;
	text-align: center;
	margin-right: .5rem;
}

.aerospace-bar .table .table-header div:nth-child(1),
.aerospace-bar .table .table-header div:nth-child(3),
.aerospace-bar .table .table-body .tr .td:nth-child(1),
.aerospace-bar .table .table-body .tr .td:nth-child(3) {
	margin-right: 4.5rem;
}

.aer-table .table .table-header div:nth-child(2),
.aer-table .table .table-body .tr .td:nth-child(2) {
	width: 23rem;
	text-align: left;
}

.aerospace-bar .table .table-header div:nth-child(2),
.aerospace-bar .table .table-body .tr .td:nth-child(2) {
	width: 29rem;
}

.aer-table .table .table-header div:nth-child(4),
.aer-table .table .table-body .tr .td:nth-child(4) {
	width: calc(100% - 31.4rem);
	padding-left: 10px;
	text-align: left;
}

.aerospace-bar .table .table-header div:nth-child(3),
.aerospace-bar .table .table-body .tr .td:nth-child(3) {
	width: calc(100% - 35.2rem);
	padding-left: 10px;
	text-align: left;
}


.aer-table .table .table-header div {
	color: white;
	font-family: Arial, Arial;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 26px;
}

.aer-table .table .table-body .tr .td {
	font-family: Arial, Arial;
	font-weight: 400;
	font-size: 18px;
	color: #121418;
	line-height: 26px;
}

.aer-table .table .table-body .tr:nth-child(2n) {
	background-color: #f3f5f9 !important;
	/* border: 1px solid #E8EBF0; */
}
.aer-table .table .table-body .tr:nth-child(1n) {

	border: 1px solid #E8EBF0;
	border-right: none;
	border-left: none;
}

.aer-table .table .table-body .tr .td {
	/* display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 6; */
}

@media (max-width: 1600px) {
	.top-imgs>div {
		height: 29.6rem;
	}
}

@media (max-width: 1460px) {
	.aer-table .table .table-header div:nth-child(4),
	.aer-table .table .table-body .tr .td:nth-child(4) {
		width: calc(100% - 46.4rem);
	}

	.top-imgs>div .bg div {
		font-size: 18px;
		line-height: 24px;
	}
	.aer-table .table .table-header div {
		font-size: 17px;
		line-height: 22px;
	}

	.aer-table .table .table-body .tr .td{
        font-size: 16px;
	}
}

@media (max-width: 1152px) {

	.top-imgs>div .bg div {
		font-size: 16px;
		line-height: 24px;
	}

	.aer-table .table .table-header div {
		font-size: 14px;
		line-height: 22px;
	}

	.aer-table .table .table-body .tr .td {
		font-size: 14px;
		line-height: 20px;
	}

	.top-imgs>div {
		height: 33.6rem;
	}

}

@media (max-width: 900px) {
	.top-imgs>div .bg div {
		font-size: 16px;
		line-height: 20px;
		bottom: .8rem;

	}

	.aerospace-bar .table .table-body .tr .td:nth-child(3) {
		width: calc(100% - 35.2rem);
		padding-left: 10px;
	}

	.aerospace-bar .table .table-header div:nth-child(3),
	.aerospace-bar .table .table-body .tr .td:nth-child(3) {
		width: calc(100% - 50.2rem);
		padding-left: 10px;
	}
}

@media (max-width: 750px) {
	.top-imgs>div .bg img {
		height: 7.9rem;
	}

	.aer-table .table .table-header div:nth-child(1),
	.aer-table .table .table-header div:nth-child(3),
	.aer-table .table .table-body .tr .td:nth-child(1),
	.aer-table .table .table-body .tr .td:nth-child(3) {
		width: 28.2rem;
	}

	/* .aerospace-bar .table .table-header div:nth-child(3) ,
	.aerospace-bar .table .table-body .tr .td:nth-child(3){
		width: calc(100% - 50.2rem);
		padding-left: 10px;
	} */

	.top-imgs>div:last-child {
		margin-bottom: 0;
	}


	.aer-table .table .table-header div {
		/* padding: 5px 2px; */
		white-space: pre-wrap;
		word-wrap: break-word;
	}
}

@media (max-width: 550px) {
	.top-imgs {
		flex-wrap: wrap;
	}

	.top-imgs>div .bg img {
		height: 10.9rem;
	}

	.top-imgs>div {
		width: 100%;
		height: 67.6rem;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.aer-table .table .table-header div {
		font-size: 14px;
		line-height: 20px;
	}

	.aer-table .table .table-body .tr .td {
		font-size: 12px;
		line-height: 16px;
	}

	.aer-table .table .table-header div:nth-child(1),
	.aer-table .table .table-header div:nth-child(3),
	.aer-table .table .table-body .tr .td:nth-child(1),
	.aer-table .table .table-body .tr .td:nth-child(3) {
		margin-right: 5px;
	}

	.aerospace-bar .table .table-header div:nth-child(1),
	.aerospace-bar .table .table-header div:nth-child(2),
	.aerospace-bar .table .table-body .tr .td:nth-child(1),
	.aerospace-bar .table .table-body .tr .td:nth-child(2) {
		width: 19.2rem;
	}

	.aerospace-bar .table .table-header div:nth-child(3),
	.aerospace-bar .table .table-body .tr .td:nth-child(3) {
		width: 41.2rem;
	}


}

@media (max-width: 450px) {
	.top-imgs>div .bg div {
		bottom: 1.8rem;
	}

	.top-imgs>div .bg img {
		height: 14.9rem;
	}



	.aer-table .table .table-header div:nth-child(1),
	.aer-table .table .table-header div:nth-child(3),
	.aer-table .table .table-body .tr .td:nth-child(1),
	.aer-table .table .table-body .tr .td:nth-child(3) {
		width: 28.2rem;
	}

	.aerospace-bar .table .table-header div:nth-child(1),
	.aerospace-bar .table .table-header div:nth-child(2),
	.aerospace-bar .table .table-body .tr .td:nth-child(1),
	.aerospace-bar .table .table-body .tr .td:nth-child(2) {
		width: 21.2rem;
	}

	.aerospace-bar .table .table-header div:nth-child(3),
	.aerospace-bar .table .table-body .tr .td:nth-child(3) {
		width: 41.2rem;
	}


}