body{
	width: 100%;
	height: 100%;
	position: relative;
}
.content{
	width: 64%;
	margin: 0px auto 50px;
}
.content .contentTop{
text-indent: 0em;
	font-size: 14px;
    line-height: 30px;
        overflow: auto;
}
.content .contentBottom{
	overflow: hidden;
	margin-top: 50px;
}
.contentTop table tr td{ line-height: 20px;padding: 5px;}


.content .contentBottom p{    line-height: 48px;
    text-align: center;
    background: #f1f1f1;
    color: #666;
    font-size: 14px;}
.content .contentBottom .imgBox{
	display: block;
	width: 32%;
	/*height: 300px;*/
	float: left;
	margin-bottom: 10px;
	position: relative;
}
.content .contentBottom .imgBox:hover{
	cursor: pointer;
}
.bus_titxq{text-align: center;
    font-size: 27px; margin-bottom: 20px;}
.content .contentBottom>a:nth-child(3n+2){
	margin-left: 2%;
	margin-right: 2%;
}
.content .contentBottom .imgBox .imgFa:hover img{transform: scale(1.1);}
 .content .contentBottom .imgBox:hover p{background: #00a0e9;color: #fff;}
.content .contentBottom .imgFa{
	width: 100%;
	position:relative;
	height: 100%;
    overflow: hidden;
}
.content .contentBottom .imgFa>img{
	 width: 100%;
   height: 300px;
    display: block;
	transition: all 0.3s;
	object-fit: cover;
	
}
.fdjBox{
	width: 100%;
	 height: 100%;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 205px;
	display: none;
}
.content .contentBottom .imgBox:hover .fdjBox{
	cursor: pointer;
	display: block;
}
#bigImgFa{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	display: none;
    position: fixed;
    top: 0px;
    z-index: 10000;
}
.bigImg{
	width: 70%;
	text-align: center;
	margin: 0 auto;
	position: relative;
    top: 100px;
}
#bigImgFa .close{
	width: 50px;
    height: 50px;
    color: #fff;
    font-size: 36px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
}
#bigImgFa .close:hover{
	cursor: pointer;
}
#bigImgFa img{
	width: 100%;
}

.content .contentBottom.gsyjpc .imgBox{
        width: 48%;
    
    
    
}