﻿@charset "utf-8";
html {
	font-size: 14px;
	font-family: "微软雅黑";
}


/*公共样式*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul,
ol,
li {
	list-style: none
}

img {
	border: none;
}

a {
	text-decoration: none
}

a:focus {
	outline: none;
}

a:hover {
	text-decoration: underline;
}


/*取消a链接在ie8点击出现虚线问题*/

.clearfix:after {
	content: "";
	display: block;
	clear: both
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.main {
	position: relative;
}


/*页面头部*/

#header {
	width: 100%;
	height: 392px;
	background: url(/jw/jw_banner.png) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}


/*页面主体*/

#container {
	width: 100%;
	/* min-height: 1400px; */
	min-height: 1100px;
}

#container .wrap {
	width: 1080px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

#container .daoyu {
	position: absolute;
	background: url(/jw/jwdy_2019.png) no-repeat center center;
	width: 1080px;
	height: 335px;
	top: 250px;
}

#container .daoyu .daoyu_txt1 {
	width: 890px;
	height: 120px;
	margin: 35px 0 0 142px;
	font-size: 29px;
	color: #cf1512;
	font-weight: bold;
	text-align: center;
}

#container .daoyu .daoyu_txt2 {
	width: 890px;
	height: 110px;
	margin: 0px 0 0 145px;
	font-size: 18px;
	color: #4c4c4c;
	text-indent: 2em;
	line-height: 28px;
}


/*图片新闻*/

#container .tpxw {
	width: 1080px;
	height: 600px;
	margin-top: 250px;
}

#container .tpxw .tpxw_tit {
	width: 1080px;
	height: 62px;
	border-bottom: 1px solid #4d4d4d;
}

/*图片新闻轮播开始*/

.qqzq_con_two {
	width: 1080px;
	overflow: hidden;
	height: 550px;
	position: relative;
}

.fwdt_show {
	overflow: hidden;
	height: 507px;
	position: relative;
	margin-top: 40px;
}

.fwdt_show a {
	display: block;
	float: left;
	width: 1080px;
	height: 507px;
}

.fwdt_show img {
	width: 1080px;
	height: 507px;
}

.fwdt_prev {
	display: none;
	float: left;
	height: 60px;
	width: 60px;
	background: url(/jw/prev_hover.png) no-repeat;
	cursor: pointer;
	position: absolute;
	top: 250px;
	left: 0;
	z-index: 99;
}

.fwdt_next {
	display: none;
	float: right;
	height: 60px;
	width: 60px;
	background: url(/jw/next_hover.png) no-repeat;
	cursor: pointer;
	position: absolute;
	top: 250px;
	right: 0;
	z-index: 99;
}

/*图片新闻轮播结束*/

/*决议图解*/
#container .jytj{
	width: 1080px;
	height: 365px;
	margin-top: 40px;
}

/*学习贯彻*/
#container .xxgc{
	width: 1080px;
	height: 240px;
	margin-top: 60px;
}

#container .xxgc .xxgc_tit{
	width: 1080px;
	height: 62px;
	border-bottom: 1px solid #4d4d4d;
	line-height: 62px;
}

.xxgc .xxgc_tit a{
	color: #000;
}

#container .xxgc .xxgc_lb{
	width: 1080px;
	height: 140px;
	margin-top: 38px;
	line-height: 35px;
}

.xxgc .xxgc_lb .xxgc_lb_left{
	width: 540px;
}

.xxgc .xxgc_lb li a{
	color: #4d4d4d;
	font-size: 18px;
}
