.container-content{
	background: #F5F5F5;
}
.container-title {
    width: 1200px;
    padding-left: 65px;
    margin: 0 auto 0;
    padding-top: 65px;
    padding-bottom: 40px;
}
.building-content{
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding: 30px 17px 100px;
}
.building-list{
	padding: 20px 15px 60px 30px;
	width: 376px;
	height: 500px;
	border: 1px solid #E0E0E0;
	color: #434343;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}
.building-list:not(:nth-child(3n)){
	margin-right: 18px;
}
.building-smallTitle{
	font-size: 16px;
}
.building-bigTitle{
	margin: 15px auto 25px;
	height:62px;
	font-size:22px;
	line-height: 1.5;
}
.building-info{
	margin-bottom: 50px;
	text-align: justify;
	
}
.building-img{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .2s linear; 
}
.building-img>a>img{
	width: 100%;
}
.building-page{
	/*margin-top: 65px;*/
	float: right;
}
.am-pagination>li>a, .am-pagination>li>span,.am-pagination>li>a:hover{
	background: #040404;
	color: #fff;
}
.am-pagination>.am-active>a{
	background: #CC0002;
	border-color: #CC0002;
}
.am-pagination>.am-active>a:hover{
	background: #CC0002;
	border-color: #CC0002;
}

/*新增導航菜单*/
.menuContent{
	background: #eee;
	text-align: center;
	position: relative;
	width: 100%;
	height:0;
	transition: height .2s linear;
	overflow: hidden;
}
.contentlists{
	line-height: 50px;
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.contentlists>a{
	color: #8a8a8a;
	padding: 0 20px;
}
.tab-content{
	position: relative;
}
.tab-content>div{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
.tab-content>.show-content{
	display: block;
}