
/* 简介 */
.tars-introduction{
	padding: 20px 0;
}
.tars-introduction .tars-container{
	display: flex;
	justify-content:flex-start;
}
.tars-introduction .tars-container > div{
	width: 50%;
}
.tars-introduction-img{
	padding: 0 20px;
}
.tars-introduction-img div{
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.tars-introduction-text b{
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
	color: #4353A3;
}
.tars-introduction-text p{
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp:10;
	word-break:break-all;
	display:-webkit-box;
	-webkit-box-orient:vertical;
}


/* 重大活动 */
.tars-activity{
	background-color: #F4F4F4;
}
.tars-activity-list li{
	width: 33.33%;
	float: left;
	padding: 10px 20px;
}
.tars-activity-list .tars-activity-list-img{
	width: 100%;
	height: 0;
	padding-bottom: 55%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.tars-activity-list-content{
	background-color: #ffffff;
	padding: 10px 20px;
}
.tars-activity-list-content p{
	margin: 0;
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp:1;
	word-break:break-all;
	display:-webkit-box;
	-webkit-box-orient:vertical;
}
.tars-activity-list-name{
	color: #101010;
}
.tars-activity-list-text{
	color: #999999;
}


/* 展品推荐 */
.tars-recommend-list li{
	width: 25%;
	float: left;
	padding: 10px 15px;
}
.tars-recommend-list li div{
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.tars-recommend-list p{
	margin: 0;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp:1;
	word-break:break-all;
	display:-webkit-box;
	-webkit-box-orient:vertical;
}


/* 新闻资讯 */
.tars-new .tars-container{
	margin-bottom: 10px;
}
#new-listPC{
	display: flex;
	justify-content:flex-start;
}
#new-listPC > .ExBooth-new-one{
	display: block;
	cursor: pointer;
	width: 60%;
	padding-right: 50px;
}
.ExBooth-new-one-img{
	width: 100%;
	height: 300px;
}
.ExBooth-new-one-img > div{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.ExBooth-new-one > b{
	margin: 15px 0 10px;
	font-size: 17px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp:2;
	word-break:break-all;
	display:-webkit-box;
	-webkit-box-orient:vertical;
}
.ExBooth-new-one-content{
	display: flex;
	justify-content:flex-start;
}
.ExBooth-new-one-date{
	width: 55px;
}
.ExBooth-new-one-date > b{
	font-size: 20px;
}
.ExBooth-new-one-date > p{
	font-size: 16px;
	color: #a5a5a5;
	margin: 0;
}
.ExBooth-new-one-text{
	width: calc(100% - 56px);
	padding-left: 10px;
	border-left: 1px solid #bcbcbc;
	position: relative;
}
.ExBooth-new-one-text > p{
	color: #757575;
	margin: 0;
	width: calc(100% - 12px);
	position: absolute;
	top: 50%;
	transform: translate(0 , -50%);
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp:2;
	word-break:break-all;
	display:-webkit-box;
	-webkit-box-orient:vertical;
}
.ExBooth-new-more{
	width: 40%;
	padding-right: 20px;
}
.ExBooth-new-more > a{
	display: block;
	display: flex;
	justify-content:flex-start;
	border-top: 1px solid #d4d4d4;
	padding-top: 20px;
}
.ExBooth-new-more > a:last-child{
	border-bottom: 1px solid #d4d4d4;
}
.ExBooth-new-more-date{
	width: 55px;
}
.ExBooth-new-more-date > b{
	font-size: 20px;
}
.ExBooth-new-more-date > p{
	font-size: 16px;
	color: #a5a5a5;
	margin: 0;
}
.ExBooth-new-more-content{
	width: calc(100% - 50px);
	padding-left: 10px;
}
.ExBooth-new-more-content b{
	font-size: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp:1;
	word-break:break-all;
	display:-webkit-box;
	-webkit-box-orient:vertical;
}
.ExBooth-new-more-content p{
	margin-bottom: 20px;
	font-size: 15px;
	min-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp:2;
	word-break:break-all;
	display:-webkit-box;
	-webkit-box-orient:vertical;
}


#new-list{
	display: none;
	padding: 0 5px;
}
.ExBooth-new{
	display: flex;
	justify-content:flex-start;
	padding: 8px 0;
	border-bottom: 1px dashed #bdbdbd;
	color: #242424;
	cursor: pointer;
}
a,
a:hover,
a:link,
a:visited,
a:active,
a:focus{
	color: #242424;
	text-decoration: none;
}
.ExBooth-new:last-of-type{
	border: none;
}
.ExBooth-new-img{
	width: 90px;
	/* padding: 0 3px; */
}
.ExBooth-new-img > div{
	width: 100%;
	height: 0;
	padding-bottom: 66.67%;
	position: relative;
}
.ExBooth-new-img > div > img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.ExBooth-new-date{
	width: 55px;
	text-align: center;
}
.ExBooth-new-date p{
	margin: 0;
	line-height: 30px;
}
.ExBooth-new-content{
	width: calc(100% - 155px);
}
.ExBooth-new-content p{
	margin: 0;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp:1;
	word-break:break-all;
	display:-webkit-box;
	-webkit-box-orient:vertical;
}


/* 自适应 */
@media (max-width: 768px){
	
	/* 简介 */
	.tars-introduction .tars-container{
		flex-direction: column-reverse;
	}
	.tars-introduction .tars-container > div{
		width: 100%;
	}
	.tars-introduction-img{
		padding: 0 10px;
	}
	.tars-introduction-text b{
		text-align: center;
	}
	.tars-introduction-text p{
		padding: 0 10px;
	}
	
	
	/* 重大活动 */
	.tars-activity-list li{
		width: 100%;
		padding: 10px;
	}
	.tars-activity-list-content{
		padding: 5px 10px;
	}
	.tars-activity-list-content p{
		font-size: 12px;
		line-height: 20px;
	}
	
	
	/* 展品推荐 */
	.tars-recommend-list li{
		width: 50%;
		padding: 5px 10px;
	}
	.tars-recommend-list p{
		font-size: 12px;
		line-height: 30px;
	}
	
	
	/* 新闻资讯 */
	#new-listPC{
		display: none;
	}
	#new-list{
		display: block;
	}
	
}
@media (min-width: 800px){
	
	.tars-introduction-text p{
		-webkit-line-clamp:5;
	}
	
}
@media (min-width: 975px){
	
	.tars-introduction-text p{
		-webkit-line-clamp:7;
	}
	
}
@media (min-width: 1200px){
	
	.tars-introduction-text p{
		-webkit-line-clamp:8;
	}
	
}