*{
	padding: 0;
	margin: 0;
	
}
.clearFox{
	clear: both;
	overflow: hidden;
	height: 0;
}
.floatRight{
	float: right;
}
.fgfgg_banner{
	width: 100%;
	height: 400px;
	background: url(http://zrzyt.hubei.gov.cn/material/images/ztzl/fgf/banner_bg.png) center top no-repeat;
	background-size: auto 100%;
	min-width: 1200px;
	position: relative;
	z-index: -1;
}
.fgfgg_common{
	width: 1350px;
/* 	height: 2350px; */
	position: relative;
	margin: 20px auto;
}
.common-top{
	display: flex;
	justify-content: space-between;
}
.common-top-left{
	width:42%;
}
.common-top-right{
	width: 56%;
	padding-top:10px;
}
.common-top-right_title,.common-botttom_wrap_title{
	display:flex;
}
.common-top-right_title_first{
	border-bottom: 3px solid #10A1DE;
	font-size:24px;
	color:#10A1DE;
	width: 15%;
	text-align: left;
}
.common-top-right_title_last{
	border-bottom: 3px solid #DCDCDC;
	width: 85%;
	display: flex;
	align-items: flex-end;
	justify-content:flex-end;
}
.common-top-right_title_last a{
	font-size:17px;
	color: #787878;
}
.common-top-right_text{
	margin-top:20px;
	box-shadow:2px 2px 4px 0px #ECA475;
	padding: 15px 10px;
	border: 1px solid #ECA475;
}
.common-top-right_text_title{
	font-size:24px;
	color: #002E53;
	font-weight:bold;
	text-align: center;
	line-height: 50px;
}

.common-top-right_text_title a:link{
	color: #002E53;
}

.common-top-right_text_text{
	margin:10px 0;
	font-size:18px;
	color: #787878;
	line-height: 25px;
}
.common-botttom{
	margin-top:60px;
}
.common-botttom_wrap{
	display: inline-block;
	width: 47%;
	padding-top:10px;
}
.common-botttom_wrap_title_first{
	border-bottom: 3px solid #10A1DE;
	font-size:24px;
	color:#10A1DE;
	width: 16%;
	text-align: center;
}
.common-botttom_wrap_title_last{
	border-bottom: 3px solid #DCDCDC;
	width: 85%;
	display: flex;
	align-items: flex-end;
	justify-content:flex-end;
}
.common-botttom_wrap_title_last a{
	font-size:17px;
	color: #787878;
}
.list{
	padding:15px 0;
}
.list>li{
	padding:5px 0;
}
.list>li>a,.list>li>span{
	font-size: 17px;
	color: #787878;
}
.list>li>a>span{
	margin-right:10px;
}
.active{
	font-size:13px;
	font-family: monospace;
	vertical-align: middle;
	color: #10A1DE;
}
.swiper{
	position: relative;
	margin-top:40px;
	margin-bottom: 20px;
}
.swiper>div{
	overflow: hidden;
}
.swiper>div>ul{
	width: 8000px;
}
.swiper>div>ul>li{
	height: 180px;
	float: left;
	box-sizing: border-box;
	padding: 0 5px;
}
.swiper>div>ul>li img{
	width: 100%;
	height: 100%;
}
.slide{
	font-family: cursive;
	font-size:100px;
	position: absolute;
	top: 0;
	display: inline-block;
	width:60px;
	height: 180px;
	line-height: 180px;
	text-align: center;
	color:  #10A1DE;
}
.slide:hover{
	cursor: pointer;
}
.rightSlide{
	right: -60px;
}
.leftSlide{
	left: -60px;
}