.mt18{margin-top:3em}
	.public-title {
	text-align: center;
	background: url(../images/title.png) no-repeat;
	background-size: 100% auto;
	background-position-y: 22px;
}
.public-title b {
	font-size: 36px;
	display: inline-block;
	margin-top: -14px;
}
.mt24 {
	margin-top: 24px;
}
.hot-sale .list {
	overflow: hidden;
}
.hot-sale .list ul {
	overflow: hidden;
	margin-right: -18px;
	margin-top: -14px;
}
.hot-sale .list li {
	width: 16.66%;
	float: left;
}
.hot-sale .list li .item {
	margin-right: 18px;
	margin-top: 14px;
	/* background: url(../images/pro-bg.png) no-repeat; */
	background-size: cover;
	/* background-color: #f5f5f5; */
	padding: 8px 8px 20px;
	border: 1px solid #e6e6e6;
}
.hot-sale .list li .image {
	height: 0;
	padding-bottom: 100%;
	position: relative;
	background: #fff;
}
.hot-sale .list li .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.hot-sale .list li .text {
	position: relative;
}
.hot-sale .list li .mark {
	text-align: center;
	transform: translateY(-50%);
}
.hot-sale .list li .mark img {
	width: 175px;
}
.hot-sale .list li .name {
	font-size: 17px;
	line-height: 19px;
	height: 19px;
	overflow: hidden;
	text-align: center;
	margin-top: 16px;
}
.hot-sale .list li .name a {
	color: #333;
}
.hot-sale .list li .name a:hover {
	color: #00994D;
}
.hot-sale .list li .data {
	margin-top: 16px;
}
.hot-sale .list li .data p {
	font-size: 15px;
	line-height: 17px;
	height: 17px;
	overflow: hidden;
	color: #999;
	text-align: center;
	margin-top: 7px;
}
.hot-sale .list li .data p:first-child {
	margin-top: 0;
}
.hot-sale .list li .btn {
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.hot-sale .list li .btn a {
	display: block;
	height: 38px;
	line-height: 34px;
	border: 1px solid #f08200;
	border-radius: 2px;
	color: #fff;
	background-color: #f08200;
	font-size: 16px;
	text-align: center;
}
.hot-sale .list li .btn a:hover {
	background-color: transparent;
	color: #f08200;
}
.hot-sale .list li .item:hover .btn {
	opacity: 1;
}
.hot-sale .list li .item:hover .data {
	opacity: 0;
}
	.exhibition-box {
	overflow: hidden;
}
.exhibition-box .left {
	width: 100%;
	margin-right: 30px;
	float: left;
}
.public-tab.exhibition-tab a,.public-tab.exhibition-tab .followTab {
	width: 146px;
}
.exhibition-bot {
	overflow: hidden;
	display: none;
}
.exhibition-list {
	margin-top: 20px;
/*
	height: 530px;
	overflow: hidden auto;*/
}
.exhibition-list ul {
	margin-right: -20px;
	margin-top: -24px;
}
.exhibition-list ul::after {
    content: "";
    display: block;
    clear: both;
}
.exhibition-list li {
	float: left;
	width: 20%;
}

.ellipsis {
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
}
.exhibition-list li .item {
	margin-right: 20px;
	margin-top: 24px;
}
.exhibition-list li .image {
	height: 0;
	padding-bottom: 56.39%;
	overflow: hidden;
	position: relative;
}
.exhibition-list li .image img {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.exhibition-list li .image:hover img {
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.exhibition-list li .day {
	margin-top: -15px;
	position: relative;
}
.exhibition-list li .day mark {
	border-radius: 10px 0;
	display: inline-block;
	padding: 0 14px;
	background-color: #f08200;
	font-size: 15px;
	color: #fff;
	line-height: 30px;
}
.exhibition-list li p {
	font-size: 14px;
	line-height: 20px;
	height: 80px;
	overflow: hidden;
	margin-top: 10px;
}
.exhibition-list li p a {
	color: #333;
}
.exhibition-list li p a:hover {
	color: #00994D;
}
.exhibition-list li .location {
	margin-top: 10px;
	font-size: 14px;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
	color: #999;
}
.exhibition-box .right {
	overflow: hidden;
}
.exhibition-box .exhibition-top {
	padding: 22px;
	background: url(../images/exhibit-bg.png) no-repeat;
	background-size: cover;
	background-color: #00944a;
}
.exhibition-box .exhibition-top p {
	font-size: 25px;
	font-weight: bold;
	line-height: 37px;
	height: 74px;
	overflow: hidden;
}
.exhibition-box .exhibition-top p a {
	color: #fff;
}
.meet-tab {
	font-size: 0;
}
.meet-tab p a {
	font-size: 19px;
	display: inline-block;
	position: relative;
	color: #333;
	line-height: 60px;
	height: 62px;
	width: 33.33%;
	text-align: center;
	box-sizing: border-box;
	background: #f5f5f5;
	vertical-align: top;
}
.meet-tab p a span {
	position: relative;
	z-index: 2;
}
.meet-tab p a:first-child::after {
	display: none;
}
.meet-tab p a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 24px;
	width: 1px;
	height: 18px;
	background-color: #ddd;
}
.meet-tab p a.focus::before {
	content: "";
	position: absolute;
	right: 7px;
	bottom: 18px;
	width: 28px;
	height: 32px;
	font-weight: bold;
	background-image: url(../images/course-tab.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.meet-tab p a.focus {
	font-weight: bold;
	font-size: 21px;
}
.meet-bot {
	display: none;
	margin-top: 16px;
}
.meet-bot ul {
	position: relative;
}
.meet-bot ul::after {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	left: 7px;
	top: 0;
	background-color: #e6e6e6;
}
.meet-bot ul li {
	margin-top: 20px;
	padding-left: 22px;
	position: relative;
}
.meet-bot ul li::after {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	border: 2px solid #ccc;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: #fff;
	left: 3px;
	top: 11px;
	z-index: 2;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.meet-bot ul li:first-child {
	margin-top: 0;
}
.focus-show {
	overflow: hidden;
	max-height: 0;
}
.focus-show .time {
	font-size: 14px;
	color: #999;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
}
.focus-show .box {
	overflow: hidden;
	margin-top: 10px;
}
.focus-show .box .image {
	float: left;
	width: 156px;
	margin-right: 14px;
}
.focus-show .box .image a {
	display: block;
	height: 0;
	position: relative;
	padding-bottom: 66.66%;
	overflow: hidden;
}
.focus-show .box .image img {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.focus-show .box .image:hover img {
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.focus-show .box .text {
	overflow: hidden;
}
.focus-show .box .location {
	font-size: 14px;
	color: #999;
	margin-top: 18px;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
}
.meet-bot ul li p {
	font-size: 16px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}
.meet-bot ul li p a {
	color: #333;
}
.meet-bot ul li p a:hover {
	color: #00994D;
}
.meet-bot ul li.focus .focus-show {
	max-height: 999px;
}
.meet-bot ul li.focus::after {
	border-color: #00994D;
	top: 5px;
}
.meet-bot ul li.focus .normal-show {
	display: none;
}
