.content{
	min-width: 1200px;
	margin-bottom: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.fgal-info{
	width: 1200px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.fgal-longFigure{
	width: 1200px;
	padding-bottom: 20px;
	border-bottom: 2px solid #e5e5e5;
	display: flex;
	justify-content: space-between;
}
.fgal-longFigure-pic{
	width: 870px;
	height: 360px;
}
.fgal-longFigure-pic>img{
	width: 100%;
	height: 100%;
}
.contact{
	width: 300px;
	padding: 25px 32px;
	background-color: #8db1d9;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contact-txt{
	width: 100%;
	line-height: 40px;
	font-weight: bold;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contact>img{
	width: 150px;
	height: 150px;
}
.fgal-list{
	width: 1200px;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
}
.fgal-list>ul{
	width: 565px;
	display: flex;
	flex-direction: column;
}
.fgal-list>ul h3{
	width: 100%;
	padding-bottom: 20px;
	font-size: 25px;
	color: #000000;
}
.fgal-list>ul>li{
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.fgal-list>ul>li:last-of-type{
	margin-bottom: 0;
}
.fgal-list>ul>li>img{
	width: 190px;
	height: 100px;
}
.fgal-txt{
	width: 354px;
	display: flex;
	flex-direction: column;
}
.fgal-txt>h2{
	margin-bottom: 22px;
	font-size: 20px;
	color: #000000;
}
.fgal-txt>h2>a{
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.fgal-txt>p{
	font-size: 16px;
	line-height: 28px;
	color: #5c5c5c;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.fgal-txt>p>a{
	color: #5c5c5c;
}
.clear{ clear: both; }
.list-info,.list-page{ display: block; }
.list-page>ul{ width: 100%; display: block; }
.list-page>ul li{ width: 50%; float: left; display: inline; margin-bottom: 20px; }
.list-page ul li>img{ vertical-align: top; width: 170px; margin-right: 20px; }
.list-page ul li .fgal-txt{ display: inline-block; }
.page{ width: 100%; margin-top: 30px; text-align: center; }
.page a{ display: inline-block; padding: 0 8px; border:1px solid #4a4a4a; border-radius: 5px; margin:0 5px; }
.page a.curpage,.page a:hover{ background: #d81e06; border:1px solid #d81e06; color: #fff; }