<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.new-below{}
	.new-below .news-image{
		border-radius: 8px;
	}
	.new-below .news-image .image-featured{
		display: none;
	}
	.new-below .description{
		position: absolute;
		left: 1rem;
		bottom: 1rem;
		z-index: 2;
		width: 100%;
	}
		.new-below .description .news-title{
			color: #fff;
			font-size: 1.7rem !important;
			font-weight: 400;
			letter-spacing: 1px;
		}
		.new-below .description .news-title img{
			vertical-align: top;
		}
		.new-below .description .lead{
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical; 
			padding-top: 5px;
			width: 100%;
			height: 48px;
			overflow: hidden;
			border-top: 1px solid #fff;
			line-height: 1.2;
			color: #fff;
		}
	.new-below .btn-more-wrapper{
		padding-top: 20px;
	}
	.new-below .btn-more{
		position: relative;
		display: inline-block;
		width: 70%;
		height:auto;
		border: 1px solid #fff;
		border-radius: 25px;
		font-size: 1rem;
		line-height: 1.6;
		text-align: center;
		color: #fff;
	}
	.new-below:hover .btn-more{
		border: 1px solid #f37820;
		background-color: #f37820;
	}
	.new-below.new-below-first .btn-more{
		width: 50%;
	}
.foreground-mask{
	background: linear-gradient(0deg, rgb(0 0 0 / 69%) 0%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%);
}
.pagination-row{
	text-align: center;
	justify-content: center;
}
	.pagination-row a{
		border-radius: 35px;
		color: white;
		background: linear-gradient(270deg, rgba(255, 76, 0, 1) 7%, rgba(255, 92, 0, 1) 49%, rgba(255, 113, 0, 1) 100%);
		margin: 1rem 0px;
		width: 130px;
		padding: 0.4rem;
		font-size: 1.2rem;
		float: left;
		text-align: center;
	}
	.pagination-row a:hover{
		background: linear-gradient(-270deg, rgba(255, 76, 0, 1) 7%, rgba(255, 92, 0, 1) 49%, rgba(255, 113, 0, 1) 100%);
		transition: all 250ms ease;
	}
.banner-trip{}
	.banner-trip img{
		width: 100%;
	}
.article-detail h1,
.article-detail h2,
.article-detail h3,
.article-detail h4,
.article-detail h5,
.article-detail h6{
	color: #f37820;
}
.other-article .new-below{
	min-width: 360px;
	border-radius: 8px;
	overflow: hidden;
}
.other-article .description .news-title{
	height: 48px;
	max-height: 48px;
	line-height: 1.2;
	font-size: 1.4rem !important;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical; 
}
	.other-article .description .news-title img{
		display: inline-block;
	}
	.other-article .description .btn-more{
		font-weight: 400;
	}</pre></body></html>