.container{
	background: #F5F5F5;
}
.container-content {
    background: #F5F5F5;
    padding-bottom: 100px;
    
}
.endPage{
	width: 1200px;
	margin: 35px auto 0;
	background: #fff;
	color: #000000;
	padding: 23px  57px;
	min-height: 1000px;
	position:  relative;
}
.endPage-title{
	font-size: 26px;
	color: #4a4a4a;
	margin-bottom:18px;
	line-height: 38px;
}
.endPage-img{
	margin: 35px auto 60px;
}
.endPage-content{
	font-size: 16px;
	line-height: 30px;
}
.endPage-content>p{
/*text-indent: 2em;*/
    line-height: 2;
}
.endPage-sub{
	display: inline-block;
	padding: 0 25px;
}
.sub-right>span{
	cursor: pointer;
}
.endPage-footer{
	padding: 0 6px 15px;
	border-bottom: 2px solid #BB3539;
	position:  absolute;
	left: 50%;
	transform:  translateX(-50%);
	width: 1200px;
	margin-bottom: 50px;
	margin-top: 50px;
}
.endPage-footer a{
	color: #000000;
}
/*新增導航菜单*/
.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;
}

#infoContent{
	text-align: left!important;
	font-size: 16px;
    line-height: 30px;
	text-indent: 2.5rem;
}


