/*样式*/
/*css初始化*/
* {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}

.clearfix:before,
.clearfix:after {
	/*清除浮动*/
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

a {
	color: #333333;
	text-decoration: none;
}

input {
	border: 0;
	/*所有表单边框为0*/
	box-sizing: border-box;
	/*css3盒子模型 border 和padding 都包含到width里*/
}
.img {
	border: 0;
	vertical-align: middle;
}
.container {
	/* 因为我们版心都是1140 都要居中对齐 我们就声明一个公共类 */
	width: 1140px;
	margin: 0 auto;
}

/*css初始化结束*/
body {
	background-color: #ffffff;
	/*整个页面背景色*/
	margin: 0 auto;
	font-size: 16px;
	font-family: "Microsoft YaHei", "Arial Narrow", HELVETICA !important;
	line-height: 180%;
}

.clear {
	height: 20px;
	clear: both;
}

.wrap {
	width: 100%;
	margin: 0 auto;
}

/* 头部 */
.header {
	width: 100%;
	height: 662px;
	background: url(../images/header.jpg) no-repeat center;
}

.topheader {
	height: 240px;
	background: rgba(0, 0, 0, .27);
}

.top {
	width: 1140px;
	height: 120px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.top iframe {
	width: 220px;
	margin-top: 55px;
}

.bot {
	width: 1140px;
	height: 120px;
	margin: 0 auto;
}

.navbar li {
	float: left;
	margin-right: 45px;
}

.navbar li a {
	line-height: 120px;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}

.navbar li a:hover {
	border-bottom: 4px solid #ffffff;
}

/* 第一部分 */
.flx {
	display: flex;
	justify-content: space-between;
}

/* 焦点图切换 */
.pics {
	WIDTH: 620px;
	HEIGHT: 405px;
}

.pics A IMG {
	WIDTH: 620px;
	HEIGHT: 405px;
}

.pics IMG {
	BORDER-BOTTOM-STYLE: none;
	BORDER-RIGHT-STYLE: none;
	BORDER-TOP-STYLE: none;
	BORDER-LEFT-STYLE: none
}

.td_f A IMG {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px
}

.w14c,
A.w14c:link,
A.w14c:hover,
A.w14c:visited {
	font-size: 14px;
	COLOR: #ffffff;
	TEXT-DECORATION: none;
	font-weight: bold
}

.num {
	POSITION: absolute;
	WIDTH: 120px;
	FLOAT: right;
	bottom: 3px;
	LEFT: 490px;
	height: 24px;
	overflow: hidden;
	z-index: 9999
}

.num LI {
	TEXT-ALIGN: center;
	LIST-STYLE-TYPE: none;
	MARGIN: 1px;
	FONT-FAMILY: Arial;
	FLOAT: left;
	COLOR: #482900;
	FONT-SIZE: 12px;
	CURSOR: pointer;
	LINE-HEIGHT: 22px;
	WIDTH: 22px;
	BACKGROUND: url(http://www.jiujiang.jcy.gov.cn/wzk/201312/W020140117395112101777.png) no-repeat;
	HEIGHT: 22px;
	COLOR: #FFFFFF;
	FONT-SIZE: 12px;
}

.num LI.on {
	LINE-HEIGHT: 22px;
	WIDTH: 22px;
	BACKGROUND: url(http://www.jiujiang.jcy.gov.cn/wzk/201312/W020140117395112109206.png) no-repeat;
	HEIGHT: 22px;
	COLOR: #FFFFFF;
	FONT-SIZE: 12px;
}

.img_bg {
	HEIGHT: 30px;
	WIDTH: 100%;
	BACKGROUND: rgba(0, 0, 0, .5);
	POSITION: absolute;
	LEFT: 0px;
	BOTTOM: 0px;
	opacity: 0.5;
	line-height: 40px;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
}

.img_info {
	position: absolute;
	left: 10px;
	bottom: 0px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	z-index: 99;
	font-weight: bold;
}

.img_bg1 {
	HEIGHT: 30px;
	WIDTH: 100%;
	BACKGROUND: rgba(0, 0, 0, .5);
	POSITION: absolute;
	LEFT: 0px;
	BOTTOM: 0px;
	opacity: 0.5;
	line-height: 40px;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
}
/* 新闻发布 */
.news {
	width: 490px;
	border: 1px solid #e5e5e5;
	padding: 0 15px;
	box-sizing: border-box;
}
.newstitle,
.columntitle {
	height: 50px;
	line-height: 50px;
}
.newstitle h1 a{
	font-size: 22px;
	color: #4178c9;
	font-weight: bold;
}
.headlines {
	border-bottom: 1px solid #eeeeee;
}
.headlines h2 a {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #4178c9;
	line-height: 35px;
	font-weight: normal;
}
.abstract {
	display: block;
	line-height: 24px;
	font-size: 14px;
	color: #989898;
	margin-bottom: 20px;
}
.newlis {
	margin-top: 20px;
}
.newlis li {
	height: 38px;
	position: relative;
}
.newlis li a {
	font-size: 16px;
	color: #666666;
}
.newlis li a::before {
	content: "\2022";
	color: #666666;
	font-size: 5px;
	margin-right: 5px;
}
.time {
	position: absolute;
	color: #9f9e9e;
	right: 0;
}
/* 第二部分 */
.secont {
	height: 416px;
}
.bannerbk {
	width: 100%;
	height: 349px;
	margin: 0 auto;
	background: url(../images/bannerbk.png) no-repeat;
}
.bannercot {
	width: 1140px;
	margin: 0 auto;
	padding-top: 56px;
	box-sizing: border-box;
	position: relative;
}
.topicon {
	display: flex;
	justify-content: space-around;
	height: 310px;
}
.topicon a {
	display:block;
	width:135px;
}
.banner {
	width: 1140px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: -40px;
}
.banner a {
	display: block;
	height: 106px;
}
/* 第三部分 */
.column {
	width: 550px;
}
.columntitle {
	display: flex;
	justify-content: space-between;
}
.columntitle h3 a {
	display: block;
	font-size: 20px;
	color: #4178c9;
	font-weight: bold;
}
.column .newlis,
.nom {
	margin: 0;
}

/* 底部 */
footer{
	width: 100%;
	background-color: #cbcbcb;
	height: 298px;
}
.link a {
	display: block;
	height: 65px;
	line-height: 65px;
	float: left;
	margin-left: 30px;
	color: #646464;
}
.linktitle {
	width: 110px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #4178c9 !important;
}
.leftfot {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 1036px;
	margin-top: 25px;
	float: left;
}
.leftfot span {
	display: inline-block;
	text-align: center;
	color: #646464;
}
.rightfot {
	margin-top: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	float: left;
	color: #646464;
}