main {
	background-color: rgba(32, 41, 80, 0.1);
	background-image: url(/assets/themes/eet/images/shenyun/gradient-bg.png);
	background-repeat: repeat-x;
}

a {
	color: inherit;
}

#main .main_content {
	padding-top: 25px;
	min-height: 3200px;
}

.title_part .title h1 {
	color: #000;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 27px;
	line-height: 30px;
	margin-bottom: 20px;
}

.title_part {
	border-bottom: 2px solid #909090;
	margin-bottom: 23px;
}

.bottom_list li .image {
	display: inline-block;
	width: 36.6%;
	max-width: 250px;
	max-height: 150px;
	overflow: hidden;
	float: left;
	position: relative;
}

.bottom_list li .image img {
	max-width: 100%;
}

.bottom_list li .article_info {
	width: calc(63.4% - 16px);
	float: right;
}

.bottom_list .article_info .title {
	width: 100%;
	line-height: 1;
	height: 72px;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}

.bottom_list .article_info .title a {
	font-size: 19px;
	line-height: 24px;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	color: #000;
}

.bottom_list .article_info .title .eet_title_video_icon::before {
	font-size: 19px;
}

.bottom_list .article_info .excerpt {
	line-height: 18px;
	height: 72px;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
