.container:after{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}
.page{
	width: 100%; padding-top: 3%;
}
.section{
	max-width: 1200px;
	margin: 0 auto;
}
.section ul:after{
	content: ".";
	clear: both;
	visibility: hidden;
	height: 0;
	display: block;
}
.section h2{
	font-size: 24px; color: #003366; line-height: 32px; font-weight: normal;
	padding-left: 2%; padding-bottom: 8px; margin-top: 0;
}
.section h2 p{
	font-size: 16px; color: #a6a6a6; font-weight: 100;
}
.section ul li{
	width: 29%; float: left; margin: 0px 2%; margin-bottom: 4%; position: relative;
	box-shadow: -1px 3px 10px #cccccc;
	position: relative;
}
.section.activity ul li .hoverShow{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	color: #FFFFFF;
	padding: 4% 4%;
	height: 75%;
	overflow: hidden;
	display: none;
	transition: all 1s;
}
.section.activity ul li:hover .hoverShow{
	display: block;
}
.section.activity ul li .hoverShow p{
	line-height: 1.5;
	text-indent: 2em;
}
.section ul li img{
	width: 100%; display: block;
}
.section.activity ul li div{
	height: 24.5%;
	width: 100%;  color: #ffffff; background: rgba(0,0,0,0.4);
	padding: 0px 20px; line-height: 24px;
	position: absolute; bottom: 0; left: 0;
}
.section.activity ul li div p.title{
	font-size: 16px;
}
.section.activity ul li div p.time{
	font-size: 15px;
}

.section.review ul li div{
	width: 100%; background-color: #ffffff;
	padding: 8px 18px; line-height: 24px;
}
.section.review ul li div p.title{
	font-size: 18px; color: #333333;
	height: 2em;
	line-height: 2em;
	overflow: hidden;
white-space:nowrap; 
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
}
.section.review ul li div p.time{
	font-size: 15px; color: #a6a6a6;
}
.footer {
	background: #181824;
	text-align: center;
	line-height: 20px;
	color: #5b5b5f;
	font-size: 12px;
	padding: 20px 0;
}

.footer p {
	margin: 0;
}

.footer p br {
	display: none;
}
@media only screen and (max-width: 410px) {
	.footer p br {
		display: block;
	}
}
@media (max-width: 750px){
	.page{
		 padding: 0.20rem 8% 0 8%;
	}
	.section{display: block;}
	.section h2{
		font-size: 0.28rem; line-height: 0.26rem; padding-left:0; padding-bottom: 0.08rem;
	}
	.section h2 p{font-size: 0.18rem; font-weight: 200;}
	
	.section ul li{
		width: 100%; margin: 0; display: inline-block; margin-bottom: 0.24rem; 
	}
	.section ul li a{
		display: block;width: 100%; height: 100%;
	}
	.section.activity ul li div{
		padding: 0.06rem 0.18rem; line-height: 0.22rem;
	}
	.section.activity ul li div p.title{
		font-size: 0.17rem;
	}
	.section.activity ul li div p.time{
		font-size: 0.14rem;
	}
	
	.section.review h2{margin-top: 0.10rem;}
	.section.review ul li div{
		padding: 0.08rem 0.18rem; line-height: 0.22rem;
	}
	.section.review ul li div p.title{
		font-size: 0.17rem;
	}
	.section.review ul li div p.time{
		font-size: 0.14rem;
	}
	
	
}

@media only screen and (min-width: 100px) and (max-width: 1100px) {
	.brand{
		display: none;
	}
}
@media (max-width: 890px){
	.header{
		padding: 10px 0;
	}
	.m-icon-nav {
	    display: block;
	    position: absolute;
	    top: -15px;
	    left: 0;
	    font-size: 19px;
	    padding: 21px 30px 21px 15px;
	    color: #999;
	}
	.site-navbar li{
	    display: none;
	}
	.site-nav .navto-search{
		display: block;
	}
	.logo{
		float: none;
		text-align: center;
	}
	.logo a {
	    max-width: 180px;
	    margin: 0 auto;
	    text-align: center;
	}
	.logo img{
		max-height: 32px;
		margin: 0;
	}
	.site-navbar li.navto-search {
	    position: absolute;
	    top: 10px;
	    right: 0;
	    border-bottom: none;
	}
	
}

@media (max-width: 720px){
	.site-navbar li.navto-search{
		top: -8px;
	}
	.logo a img{
		margin: 0 auto;
	}
}
