

.section-1{
	background-color: #f8f8f8;
	background-image: url(/images/new-about-5-1-0.jpg);
	background-size: 100% 110%;
}
.section-1 .section-title{
	padding-left: 0;
	margin-top: 60px;
	margin-bottom: 30px;
}

.exhibitions-list{
	list-style: none;
	padding: 20px 0px;
	margin: 0 -15px;
}
.exhibitions-list .list-item{
	display:block;
	background-color: #fff;
	padding: 6px;
	margin-bottom: 30px;
	margin-top:10px;
	color: #333;
	transition: all 0.3s ease-in-out;
	transition-delay: 0.1s;
	border-radius: 5px;
}
.exhibitions-list .list-item:hover{
	margin-bottom: 40px;
	margin-top:0px;
	box-shadow: 5px 10px 15px 0 rgba(0,0,0,.1);
	
}
.exhibitions-list .list-item-img{
	display:block;
	width: 100%;
	padding-bottom: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	border-radius: 6px;
}
.list-item-img-video{
	position: relative;
	
}
.list-item-img-video::before{
	content:'';
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position:absolute;
	left: 50%;
	top: 50%;
	background-color:rgba(0,0,0,.5);
	transform: translate(-50%,-50%);
	transition: all 0.2s ease-in-out ;
}
.list-item-img-video::after{
	
	color: rgba(255,255,255,.8);
	content: "";
	position:absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	margin-left: 3px;
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-left: 14px dashed;
	border-left: 14px solid\9;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	transition: all 0.3s ease-in-out;
}
.list-item:hover .list-item-img-video::before{
	width: 60px;
	height: 60px;
	color: rgba(255,255,255,.7);
	background-color:rgba(0,0,0,.6);
}
.list-item:hover .list-item-img-video::after{
	color: rgba(255,255,255,.9);
	border-left: 16px dashed;
	border-left: 16px solid\9;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
}

.exhibitions-list .list-item-title{
	padding: 10px 10px;
	margin: 0;
	line-height:24px;
	min-height:70px
}
.exhibitions-list .list-item-p{
	font-size: 12px;
	color:#888;
	padding:0 10px;
	padding-bottom: 0;
	margin-top: 10px;
	margin-bottom: 0;
}

.exhibitions-list .s-1-r{
	padding: 30px;
	background-color: #fff;
	background-image: url(/images/new-about-3-0-1.png);
	background-size: 100px 100%;
	background-position: left;
	background-repeat:no-repeat;
}
@media (min-width: 1921px) {
}
@media (min-width: 1441px) and (max-width: 1920px) {
}
@media (min-width: 1201px) and (max-width: 1440px) {
}
@media (min-width: 993px) and (max-width: 1200px) {
	.exhibitions-list .list-item-title{
		padding: 10px 10px;
		font-size: 15px;
		line-height:20px
	}
}
@media (min-width: 769px) and (max-width: 992px) {
}

@media (max-width: 768px) {
	.section-1 .section-title{
		margin-top: 40px;
		margin-bottom: 0px;
	}
	.exhibitions-list{
		list-style: none;
		padding: 20px 0px;
		margin: 0;
	}
	.exhibitions-list .list-item{
		margin-bottom: 10px;
		margin-top:10px;
	}
	.exhibitions-list .list-item:hover{
		margin-bottom: 10px;
		margin-top:10px;
		
	}

	.exhibitions-list .list-item-title{
		font-size:16px;
		line-height:22px;
		padding: 5px;
	}

	.exhibitions-list .list-item-p{
		font-size: 11px;
		padding:0 5px;
	}

	/* 栅格间隔处理 */
	.row.exhibitions-list {
		margin-left: 10px;
		margin-right: 10px;
	}
	.row.exhibitions-list > [class*='col-'] {
		padding-right: 5px;
		padding-left: 5px;
	}
}

.section-2{
}
.section-2 .section-title{
	padding-left: 0;
	margin-top: 60px;
	margin-bottom: 30px;
}

.activities-list{
	list-style: none;
	padding: 0px;
}
.activities-list .list-item{
	display:block;
	background-color: #fff;
	padding: 6px;
	margin-bottom: 30px;
	margin-top:10px;
	color: #333;
	transition: all 0.3s ease-in-out;
	transition-delay: 0.1s;
	border-radius: 5px;
	cursor:pointer;
	box-shadow: 0px 10px 20px 0 rgba(0,0,0,.05);
}
.activities-list .list-item:hover{
	box-shadow: 0px 10px 20px 0 rgba(0,0,0,.1);
	
}
.activities-list .list-item-img{
	display:block;
	width: 100%;
	padding-bottom: 56%;
	background-size: cover;
	background-position: center;
}
.activities-list .list-item-text{
	padding: 10px 10px;
	height: 120px;
	background-color: #fff;

	transition: all 0.3s ease-in-out;
	overflow:hidden;
	text-overflow:ellipsis;
}

.activities-list .list-item:hover  .list-item-text{
	
	background-color: #f8f8f8;
}

.activities-list .list-item-title{
	line-height:20px;
	font-size:18px;
}
.activities-list .list-item-p{
	font-size: 12px;
	line-height: 16px;
	color:#888;
}

.activities-list .list-item-p.min-height{

}

@media (min-width: 1441px) {
}
@media (min-width: 1201px) and (max-width: 1440px) {
}
@media (min-width: 993px) and (max-width: 1200px) {
}
@media (min-width: 769px) and (max-width: 992px) {
}

@media (max-width: 768px) {
	.row.activities-list{
	}
	.section-2 .section-title{
		margin-top: 40px;
		margin-bottom: 0px;
	}
}
