
/*carouselimg*/
.carousel {
	position: relative;
	overflow: hidden;
	/*box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);*/
}

.slides-container {
	position: relative;
	height: 500px; /* 根据图片高度调整 */
}

.slide {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

	.slide.active {
		opacity: 1;
	}

	.slide img {
		width: 100%;
		height: 100%;
		object-fit: cover; /* 保持图片比例 */
	}

/* 图片上的文字层 */
.caption {
	position: absolute;
	bottom: 40px;
	left: 50px;
	color: white;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	max-width: 600px;
}

.controls {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 15px;
	z-index: 999;
}

.dot {
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: all 0.3s;
}

	.dot.active {
		background: #fff;
		width: 45px;
	}

.arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 40px;
	color: white;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.3);
	padding: 15px;
	border-radius: 50%;
	transition: 0.3s;
}

	.arrow:hover {
		background: rgba(0, 0, 0, 0.7);
	}

.prev {
	left: 30px;
}

.next {
	right: 30px;
}
/*end carouselimg*/
/*ticpurchdata*/
.Ho-satisfied {
	height: 208px;
	background: #f6f6f6;
	margin-bottom: 168px;
}

	.Ho-satisfied .min-width {
		position: relative;
		width: 1200px;
		margin: 0 auto;
	}

img.satisfied {
	position: absolute;
	width: 210px;
	height: 294px;
	margin-top: -20px;
	z-index: 9999;
}

.Ho-satisfied .right {
	display: flex;
	align-items: flex-end;
	margin-left: 200px;
}

.Ho-satisfied .icon2 {
	width: 40px;
	height: 40px;
	margin: 49px 26px 0 40px;
}

.Ho-satisfied .txt {
	font-size: 18px;
	color: rgba(102, 102, 102, 1);
}

	.Ho-satisfied .txt label {
		font-size: 24px;
		color: #ff6600;
		font-weight: bold;
	}

.Ho-satisfied .tips2 {
	margin-left: 306px;
	font-size: 18px;
	color: #696969;
	line-height: 30px;
	margin-top: 15px;
	max-height: 60px;
	overflow: hidden;
}

.fontbold {
	color: #3aa0ff;
}
/*end ticpurchdata*/
/*specialoffer*/
.special {
	margin-bottom: 75px;
	background-size: 100%;
}

.special-content {
	width: 1200px;
	margin: 0 auto;
}

.selling {
	width: 100%;
	display: flex;
	margin-bottom: 60px;
}

.hotse {
	width: 756px;
	height: 270px;
	margin: 0 21px 69px 0;
	box-shadow: 0px 0px 16px 0px rgba(3, 18, 31, 0.09);
	border-radius: 4px;
	/* overflow: hidden; */
	background: #fff;
	position: relative;
	display: flex;
}

.hottitle {
	position: absolute;
	top: -57px;
	font-size: 28px;
	color: #343438;
	display: flex;
	align-items: center;
}

.hotseimg {
	width: 270px;
	height: 270px;
}

	.hotseimg img {
		width: 270px;
		height: 270px;
		object-fit: cover; /* 图片按比例缩放，填满容器 */
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}

.hotsetxt {
	width: 486px;
	height: 270px;
	padding: 20px;
	box-sizing: border-box;
	cursor: pointer;
}

.biaoqian {
	padding: 4px 10px;
	font-size: 12px;
	background-color: #3aa0ff;
	border-radius: 2px;
	color: #ffffff;
}

.hotsetxt img {
	width: 14px;
	height: 14px;
	margin: 4px 6px 4px 0;
}

.hotspan {
	/*font-size: 14px;*/
	color: #333;
	display: flex;
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}

.hotjiage {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

	.hotjiage > span {
		color: #f60;
		font-size: 24px;
	}

.sell {
	width: 423px;
	height: 270px;
	margin: 0 0 69px 0;
	position: relative;
}

.sellbox {
	width: 423px;
	height: 125px;
	box-shadow: 0px 0px 16px 0px rgba(3, 18, 31, 0.09);
	border-radius: 4px;
	background: #fff;
	display: flex;
	cursor: pointer;
}

.sellimg  img {
	width: 125px;
	height: 125px;
	object-fit: cover; /* 图片按比例缩放，填满容器 */
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.sellcontent {
	width: 298px;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
}

.sellspan {
	/*font-size: 14px;*/
	color: #333;
	display: flex;
	align-items: center;
	margin-top: 5px;
}

	.sellspan  img {
		width: 14px;
		height: 14px;
		margin: 4px 6px 4px 0;
	}

.selljiage {
	position: absolute;
	bottom: 10px;
	right: 20px;
}

	.selljiage > span {
		color: #f60;
		font-size: 24px;
	}

/* 邮轮船期表 */
.shipsche {
	width: 100%;
	position: relative;
}

.shipsche-head {
	height: 74px;
	display: flex;
}

.shipsche-head-left {
	width: 1000px;
	height: 74px;
	box-sizing: border-box;
	padding: 0 10px;
	display: flex;
	align-items: center;
}

.shipsche-jianto {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 50px;
	background-color: #ffffff55;
	border-radius: 4px;
	cursor: pointer;
}

	.shipsche-jianto:hover {
		background-color: #ffffff99;
	}

	.shipsche-jianto > img {
		width: 30px;
		height: 50px;
	}

.shipsche-gdneiron {
	width: 940px;
	overflow-x: auto;
	display: flex;
	scroll-behavior: smooth;
	-ms-overflow-style: none; /* 适用于 IE 和 Edge */
	scrollbar-width: none; /* 适用于 Firefox */
	flex-grow: 1;
	margin: 0 10px; /* 给按钮留出空间 */
}

	.shipsche-gdneiron::-webkit-scrollbar {
		display: none; /* 适用于 Chrome, Safari 和 Opera */
	}

.route {
	font-size: 18px;
	position: relative;
	cursor: pointer;
	padding: 8px 22px;
	border-radius: 5px;
	flex-shrink: 0;
	transition: background-color 0.3s, color 0.3s;
}

/* 默认的样式 */
.route {
	background-color: transparent;
	color: #ffffff;
}

	/* 点击选中的效果 */
	.route.active {
		background-color: white;
		color: #333;
	}

.shipsche-head-right {
	width: 200px;
	height: 74px;
	box-sizing: border-box;
	padding: 0 10px;
	display: flex;
	align-items: center;
	position: relative;
}

.ship-rigbox {
	width: 180px;
	height: 50px;
	background-color: #ffffff99;
	border-radius: 4px;
	display: flex;
}

.ship-sjjt {
	display: flex;
	align-items: flex-end;
}

	.ship-sjjt > img {
		width: 25px;
		height: 25px;
		margin-bottom: 5px;
		cursor: pointer;
	}

.ship-rigbox-cont {
	width: 130px;
	text-align: center;
	cursor: pointer;
}

#date-select {
	width: 130px;
	border: none;
	/*margin-top: 20px;*/
	top: 60px;
	left: 35px;
}

.date-select {
	background-color: #fff;
	border: 1px solid #ccc;
	position: absolute;
	width: 150px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#month-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#month-list li {
		padding: 8px;
		cursor: pointer;
		text-align: center;
	}

		#month-list li:hover {
			background-color: #f0f0f0;
		}

.shipsche-table {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.shipsche-table-head {
	font-size: 18px;
	color: #808080;
	min-height: 50px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #efefef;
	padding: 10px 5px;
	box-sizing: border-box;
}

.shipsche-table .shipsche-table-item {
	min-height: 100px;
	border: 1px solid #efefef;
	padding: 10px 5px;
	box-sizing: border-box;
	font-weight: 600;
}

.shipsche-table-item .ddd {
	font-size: 14px;
	font-weight: 600;
	color: #333;
}
.shipsche-airline {
	display: flex;
	justify-content: space-between;
	border-radius: 4px;
	cursor: pointer;
	/*font-size: 14px;*/
	padding: 2px 4px;
	font-weight: normal;
	white-space: nowrap;
}

	.shipsche-airline:hover {
		background-color: #efefef;
	}

.shipsche-air-name {
	color: #606060;
}
.shipsche-air-jiage {
	color: #999;
}
	.shipsche-air-jiage > span {
		color: #f60;
		display: inline-block;
		padding-right: 2px;
	}

/* 新增弹窗样式 */
.shipsche-popup {
	position: absolute;
	z-index: 1000;
	background: #fff;
	border: 1px solid #e5e5e5;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	padding: 15px;
	width: 200px;
	display: none;
	border-radius: 4px;
}

/* 弹窗箭头 */
.airline-popup {
	position: absolute;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
	z-index: 999;
	width: 450px;
	border-radius: 2px;
	overflow: hidden;
}

.popup-head {
	width: 100%;
	height: 40px;
	background-color: #3aa0ff;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup-neiron {
	width: 100%;
	max-height: 178px;
	overflow-y: auto;
	padding: 4px;
	box-sizing: border-box;
}

.popup-neiron-item {
	display: flex;
	/*font-size: 14px;*/
	padding: 8px 10px;
	color: #606060;
	box-sizing: border-box;
	border-radius: 2px;
	cursor: pointer;
}

	.popup-neiron-item:hover {
		background-color: #efefef;
	}

.popup-neiron-Title {
	white-space: nowrap; /* 禁止换行 */
	overflow: hidden; /* 超出部分隐藏 */
	text-overflow: ellipsis; /* 超出部分显示省略号 */
	width: 80%;
}

.popup-neiron-cont {
	width: 20%;
	text-align: right;
}

	.popup-neiron-cont > span {
		color: #f60;
	}
/*end specialoffer*/
/*ticketbooking*/
.ticketbooking {
	width: 100%;
	height: 520px;
	background-color: #efefef;
	display: flex;
	position: relative;
}

.ticketbooking-poster {
	position: absolute;
	right: calc((100% - 1200px) / 2 + 1120px);
	margin-right: 10px;
	width: 100%;/*440px*/
	background: url(/Resource/img/home/morepros.png) no-repeat;
	background-position: right top;
	height: 520px;
	background-size: auto 100%;
}

.jingru-poster {
	transform: translateX(-50%);
	width: 120px;
	height: 44px;
	border-radius: 6px;
	background-color: #ff5b5b;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	position: absolute;
	right: calc((100% - 1200px) / 2 + 1120px + 80px);
	z-index: 999;
	bottom: 40px;
}

	.jingru-poster > img {
		width: 10px;
		height: 10px;
		position: absolute;
		top: 5px;
		right: 5px;
	}

.ticketbooking-huadong {
	height: 500px;
	width: 1120px;
	margin: 0 auto;
	position: absolute;
	left: calc((100% - 1200px) / 2 + 80px);
}
@media (max-width: 1600px) {
	.ticketbooking-poster, .jingru-poster {
		display: none;
	}
	.ticketbooking-huadong {
		left: calc((100% - 1200px) / 2 + 40px);
	}
}

.tic-hd-jt {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 30px;
}

	.tic-hd-jt > img {
		height: 30px;
		width: 30px;
		cursor: pointer;
	}

.tic-hd-cont {
	width: 100%;
	height: 470px;
	padding: 0 0 30px;
	box-sizing: border-box;
	display: flex;
	gap: 10px;
	overflow-x: auto;
	overflow: scroll;
	scrollbar-width: none; /* Firefox */
	white-space: nowrap;
}

	.tic-hd-cont::-webkit-scrollbar {
		display: none; /* Chrome, Safari, Edge */
	}

.tic-hd-cont-item {
	box-sizing: border-box;
	height: 420px;
	width: 266px;
	margin: 0 0 0 5px;
	border-radius: 4px;
	position: relative;
	background-color: #fff;
	display: inline-block;
	white-space: normal;
	cursor: pointer;
}

.tic-hd-cont-xuanfu {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 4px 8px;
	font-size: 14px;
	background-color: #3aa0ff;
	border-radius: 4px;
	color: #fff;
}

.tic-hd-cont-hb {
	overflow: hidden;
	width: 266px;
	height: 266px;
	border-radius: 4px;
}

	.tic-hd-cont-hb > img {
		width: 266px;
		height: 266px;
		object-fit: cover; /* 图片按比例缩放，填满容器 */
	}

.tic-hd-cont-name {
	font-size: 16px;
	width: 90%;
	margin: 15px auto;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 40px;
}

.tic-hd-cont-time {
	font-size: 12px;
	width: 90%;
	height: 20px;
	margin: 10px auto;
	text-align: center;
	color: #7c7c7c;
	white-space: nowrap;
	overflow: hidden;
}

.tic-hd-cont-jg {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
}

	.tic-hd-cont-jg > span {
		font-size: 24px;
		color: #f60;
	}

/*end ticketbooking*/
/*crubra*/
.crubra {
	width: 1200px;
	height: auto;
	margin: 120px auto 40px;
	padding: 20px;
	background-color: #f6f6f6;
	position: relative;
	box-sizing: border-box;
	border-radius: 4px;
}

.cru-list {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 14px;
}

.curbra-item {
	width: 116px;
	height: 120px;
	padding: 8px;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
	background: #fff;
	box-sizing: border-box;
	font-size: 12px;
	position: relative; /* 为伪元素定位做准备 */
	cursor: pointer;
	transition: all 0.3s; /* 添加过渡动画 */
	text-align: center;
}

	.curbra-item > img {
		width: 75px;
		height: 75px;
		/*margin-left: 50%;
		transform: translateX(-50%);*/
		object-fit: contain;
	}

	.curbra-item > p {
		margin-top: 6px;
		display: block;
		width: 100px;
		text-align: center;
	}

	/* 激活状态文字效果 */
	.curbra-item.active {
		color: #3aa0ff !important;
		/* text-shadow: 0 2px 6px rgba(58, 160, 255, 0.4); */
		font-weight: 500;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* 为指示器添加阴影 */
	}

		/* 激活状态文字效果 */
		/* .curbra-item.active p {
  color: #3aa0ff !important;
  text-shadow: 0 2px 6px rgba(58, 160, 255, 0.4);
  font-weight: 500;
} */

		/* 激活状态指示条 */
		.curbra-item.active::after {
			content: '';
			position: absolute;
			bottom: -37px;
			left: 50%;
			width: 15px;
			height: 15px;
			background: white;
			transform: translateX(-50%) rotate(45deg);
			z-index: 2;
		}

.curbra-count {
	width: 100%;
	margin-top: 30px;
}

.curbra-des {
	width: 100%;
	/*height: 200px;*/
	background: white;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 20px;
	font-size: 14px;
}

	.curbra-des > p {
		margin-bottom: 20px;
		color: #555;
	}

.curbra-gridbox {
	width: 100%;
	margin-top: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.curbra-gridbox-item {
	height: 220px;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.2s;
}

	.curbra-gridbox-item > img {
		width: 100%;
		height: 180px;
		background-size: contain; /* 保持图片的原始比例 */
		background-position: center; /* 图片居中 */
		background-repeat: no-repeat; /* 不重复 */
		object-fit: cover;
	}

.gridbox-item-neir {
	padding: 8px;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	color: #333;
}

.curbra-btn {
	height: 40px;
	width: 240px;
	background-color: #ffb628;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	cursor: pointer;
	margin: 20px auto;
	position: relative;
}

	.curbra-btn > img {
		position: absolute;
		width: 10px;
		height: 10px;
		right: 10px;
		top: 10px;
	}
/*end crubra*/
/*traass*/
.traass {
	width: 100%;
	height: auto;
	background-color: #f6f6f6;
}

.traass-cont {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 30px;
}

.traass-cont-head {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 28px;
}

.traass-cont-title {
	display: flex;
	align-items: center;
}

.traass-cont-nav {
	display: flex;
	align-items: flex-start;
	font-size: 22px;
	color: #555;
	gap: 20px;
}

/* 添加内容区域的显示控制 */
.content-section {
	display: none;
}

	.content-section.active {
		display: block; /* 或根据布局需求使用 flex/grid */
	}

.traass-cont-nav-it {
	cursor: pointer;
}

	.traass-cont-nav-it.active {
		color: #3aa0ff;
		border-bottom: 2px solid #3aa0ff;
	}

.traass-answer-list {
	width: 100%;
	height: auto;
}

.traass-itme {
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	margin: 20px 0;
}

.traass-itme-icon {
	padding: 4px;
	width: 50px;
	flex-shrink: 0;
}

	.traass-itme-icon > div {
		width: 30px;
		height: 30px;
		background: rgba(255, 148, 33, 1);
		border-radius: 4px;
		text-align: center;
		line-height: 30px;
		color: white;
	}

.traass-itme-txt {
	font-size: 20px;
	color: #1974d0;
}

	.traass-itme-txt p:first-of-type {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.traass-itme-txt p:last-of-type {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

.traass-itme-btnbox {
	margin: 10px auto 0;
	display: flex;
	gap: 20px;
}

.traass-itme-btn {
	height: 40px;
	width: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	color: #fff;
}

	.traass-itme-btn > img {
		position: absolute;
		width: 10px;
		height: 10px;
		right: 10px;
		top: 10px;
	}

.traass-comment-list {
	width: 100%;
	height: auto;
	margin: 20px 0;
}

.traass-comment-buju {
	display: flex;
	gap: 20px;
}

.traass-comment-column {
	width: 50%;
	height: auto;
}

.traass-comcol-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.comcol-head-L {
	width: 144px;
	height: 40px;
	background: #fff;
	border: 1px solid #dedede;
	display: flex;
	align-items: center;
	border-radius: 3px;
}

.comcol-head-L-icon {
	width: 40px;
	height: 40px;
}

	.comcol-head-L-icon > img {
		width: 40px;
		height: 40px;
	}

.comcol-head-L—txt {
	font-size: 12px;
	margin-left: 10px;
}

.comcol-head-R {
	cursor: pointer;
	color: #3aa0ff;
}
.comcol-head-R a{
	cursor: pointer;
	color: #3aa0ff;
}

.traass-comcol-news {
	width: 100%;
	height: auto;
	display: flex;
	gap: 30px;
}

.traass-comcol-news-L {
	width: 261px;
	height: auto;
	position: relative;
	cursor: pointer;
}

	.traass-comcol-news-L > img {
		width: 261px;
		height: 141px;
		margin-bottom: 15px;
		object-fit: cover;
	}

.traass-comcol-news-xuhao {
	position: absolute;
	top: 117px;
	left: 4px;
	width: 20px;
	height: 20px;
	background: rgba(255, 182, 40, 1);
	border-radius: 4px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.traass-comcol-newst-title {
	font-size: 16px;
	color: rgba(52, 52, 56, 1);
	height: 21px;
	overflow: hidden;
	margin-bottom: 7px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.traass-comcol-newst-txt {
	font-size: 16px;
	color: #777;
	line-height: 26px;
	max-height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.traass-comcol-news-R {
	width: auto;
}

.comcol-news-item {
	display: flex;
	align-items: flex-start;
	stroke-width: 0;
	cursor: pointer;
}

.comcol-news-order {
	width: 20px;
	height: 20px;
	background: rgba(255, 182, 40, 1);
	border-radius: 4px;
	line-height: 20px;
	text-align: center;
	flex: 20px auto;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	margin: 2px 10px 0 0;
}

.comcol-news-txt {
	width: 260px;
	font-size: 16px;
	color: rgba(52, 52, 56, 1);
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.traass-info-list {
	width: 100%;
	height: auto;
	margin: 20px 0;
}

.traass-info-buju {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.traass-info-item {
	display: grid;
	grid-template-columns: 80px 1fr;
}

.traass-info-toxiang {
	width: 80px;
	height: 80px;
}

	.traass-info-toxiang > img {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		object-fit: cover;
	}

.traass-info-cont > div {
	margin-bottom: 10px;
}

.traass-info-contxt {
	font-size: 20px;
}

	.traass-info-contxt span:last-of-type {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

.traass-info-content {
	color: #333;
	line-height: 32px;
	height: 64px;
	overflow: hidden;
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.traass-tranot-list {
	width: 100%;
	height: auto;
	margin: 20px 0;
}

.traass-tranot-gengduo {
	width: 100%;
	font-size: 14px;
	color: #3aa0ff;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
}

.traass-tranot-itli {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 265px 265px 265px 265px;
	gap: 46px;
}

.traass-tranot-item {
	height: 294px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

	.traass-tranot-item > img {
		width: 265px;
		height: 149px;
		border-radius: 4px 4px 0px 0px;
		object-fit: cover;
	}

.traass-tranot-title {
	max-height: 25px;
	margin: 10px 0 0 0;
	color: rgba(52, 52, 56, 1);
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	padding: 0 21px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.traass-tranot-conmt {
	color: #8e8e8e;
	font-weight: 100;
	margin-top: 3px;
	line-height: 26px;
	max-height: 52px;
	overflow: hidden;
	padding: 0 21px;
	font-size: 16px;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
/*end traass*/
/*transparent*/
.transparent {
	width: 1200px;
	margin: 0 auto;
	display: block;
	margin-top: 50px;
}
/*end transparent*/