/* 轮播 */
#myCarousel{
	width: 100%;
}
#myCarousel .item {
	width: 100%;
	height: 100%;
}
#myCarousel .item > a{
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 30%;
}
#myCarousel .item > a > div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}



/* 简介 */
.tars-introduction .tars-container-content{
	display: flex;
	justify-content:flex-start;
}
.tars-introduction .tars-container-content > div{
	width: 50%;
}
.tars-introduction-left{
	width: 50%;
	height: 0;
	padding-bottom: 25%;
	position: relative;
}
.tars-introduction-left img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.tars-introduction-right{
	background-color: #4353a3;
	position: relative;
}
.tars-introduction-right p{
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	padding: 0 30px;
	width: 100%;
}


/* 重要活动 */
.tars-activity-list{
	display: flex;
	justify-content:space-between;
	padding: 20px 0;
}
.tars-activity-list-F{
	flex-direction: row-reverse;
}
.tars-activity-list-img{
	width: 45%;
	height: 0;
	padding-bottom: 25%;
	position: relative;
}
.tars-activity-list-img > div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.tars-activity-list-text{
	width: 50%;
}
.tars-activity-list-text b{
	display: inline-block;
	margin-bottom: 20px;
	font-size: 16px;
	color: #4353A3;#AEAEAE 100%
}
.tars-activity-list-text p{
	font-size: 14px;
	color: #AEAEAE;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp:9;
	word-break:break-all;
	display:-webkit-box;
	-webkit-box-orient:vertical;
}


/* 东盟文化艺术交流中心 */
.tars-communication .tars-container-content{
	background-image: url(../img/gfbg2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}
.tars-communication .tars-container-content .tars-container{
	padding: 30px 0;
	position: relative;
}
.tars-communication-text{
	width: 60%;
	height: 0;
	padding-bottom: 26%;
	background-color: rgba(242, 170, 9, 0.8);
	color: #ffffff;
	position: relative;
}
.tars-communication-text p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 9;
	word-break:break-all;
	display:-webkit-box;
	-webkit-box-orient:vertical;
}
.tars-communication-img{
	position: absolute;
	top: 50%;
	right: 0;
	width: 45%;
	height: 0;
	padding-bottom: 20%;
	transform: translate(0 , -50%);
}
.tars-communication-img img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


/* 泰国金池工业园 */
.tars-industrial .tars-container-content{
	position: relative;
}
.tars-industrial-bg{
	background-image: url(../img/ls/456.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
	height: 0;
	padding-bottom: 25%;
	position: absolute;
	z-index: -1;
}
.tars-industrial-wx{
	width: 100%;
	height: 0;
	padding-bottom: 15%;
}
.tars-industrial-text{
	width: 70%;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0px 0px 3px #4353A3;
	border-radius: 10px;
	margin: 0 auto;
	padding: 20px 30px;
}
.tars-industrial-text b{
	color: #F2AA09;
	display: block;
	text-align: center;
	padding-bottom: 20px;
	font-size: 18px;
}
.tars-industrial-text p{
	color: #595959;
	font-size: 16px
}



/* 新闻资讯 */
.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-content{
		display: block;
	}
	.tars-introduction .tars-container-content > div{
		width: 100%;
	}
	.tars-introduction-left{
		height: 0;
		padding-bottom: 50%;
		position: relative;
	}
	.tars-introduction-left img{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.tars-introduction-right{
		position: static;
	}
	.tars-introduction-right p{
		color: #ffffff;
		position: static;
		transform: translate(0 , 0);
		padding: 20px 30px;
		width: 100%;
	}
	
	
	/* 重要活动 */
	.tars-activity-list{
		display: flex;
		justify-content:flex-start;
		flex-direction: column;
		padding: 20px 0;
	}
	.tars-activity-list-F{
		flex-direction: column;
	}
	.tars-activity-list-img{
		width: 100%;
		height: 0;
		padding-bottom: 55.5%;
		position: relative;
	}
	.tars-activity-list-text{
		width: 100%;
		padding: 0 10px;
	}
	.tars-activity-list-text b{
		display: block;
		margin: 10px 0;
		font-size: 16px;
		width: 100%;
		text-align: center;
	}
	.tars-activity-list-text p{
		font-size: 14px;
		-webkit-line-clamp:9;
	}
	
	
	
	/* 东盟文化艺术交流中心 */
	.tars-communication .tars-container-content .tars-container{
		padding: 0;
		display: flex;
		flex-direction: column-reverse;
	}
	.tars-communication-text{
		width: 100%;
		height: auto;
		padding-bottom: 0;
		position: static;
		padding: 10px;
	}
	.tars-communication-text p{
		position: static;
		transform: translate(0 , 0);
		width: 100%;
		-webkit-line-clamp: 15;
	}
	.tars-communication-img{
		position: static;
		width: 100%;
		padding-bottom: 44.5%;
		transform: translate(0 , 0);
	}
	
	
	/* 泰国金池工业园 */
	.tars-industrial-text{
		width: 88%;
		padding: 20px 20px;
	}
	
	/* 新闻资讯 */
	#new-listPC{
		display: none;
	}
	#new-list{
		display: block;
	}
	
	
	
}
