*{ 
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
ul {
	list-style: none;
}
body {
	font-family: "Microsoft Yahei";
	color: #333;
}
.margin10 {
	margin-top: 10px;
}
.margin20 {
	margin-top: 20px;
}
.margin30 {
	margin-top: 30px;
}
.margin40 {
	margin-top: 40px;
}
.container {
	width: 1400px;
	margin: 0 auto;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.flex-start{
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
}

/* header */
.header {
	overflow: hidden; 
	position: relative;    
	min-height: 100%;
	height: 336px;
}
.swiperbox {
	display: inline-block;
	width: 1920px;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 50%;
	margin-left: -960px;
	z-index: -3;
}
.top-tool {
	color: #737373;
	font-size: 28px;
	margin-top: 15px;
}
.top-tool a {
	color: #737373;
}
.ipv6 {
	padding: 0 15px;
	margin-right: 20px;
	border-radius: 50px;
	border: 1px solid #737373;
}
/* logo */
.logo-box {
	margin-top: 0px;
}
.logo-box .pt-logo{
    width:100%!important;
    padding:25px 10px !important;
    text-align: center;
    height:150px;
    background:url(images/wjw-logo.png) center center no-repeat;
    }
	
	
.search-box{
width:50%!important;
	height: 38px;
	overflow: hidden;
	margin-top: 32px;
	border-radius: 10px;
	border: 1px solid #c9c9c9;
	background-color: #fff;
	position: relative;
	margin-right: 350px;
	height: 49px;
}

.search-box input[type=text] {
	width: 100%;
	height: 49px;
	border: 0;
	outline: 0;
	text-indent: 26px;
	font-size: 25px;
	color: #9d9d9d;
}
.search-btn {
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -15px;
}
.menu-box{
	padding: 32px 0;
	background-color: #dff3fe;
}
/* nav */
.nav-box {
	width: 100%;
}
.nav-box ul {
	width: 100%;
    display: flex;
}
.nav-box ul li {
	width: 100%;
	height: 66px;
	color: #ffffff;
	font-size: 24px;
	line-height: 66px;
	text-align: center;
	margin-bottom: 5px;
	background-color: #155c9e;
}
.nav-box ul li:last-child {
	margin: 0;
}
.nav-box ul li a.on{
	color: #155c9e;
	background-color: #fff;
}
.nav-box ul li a {
	color: #ffffff;
	display: block;
	font-size: 38px;
}
/* 分区 */
.ZoneA {
	width: 100%;
}
/* 分区-首页 */
.ys-box {
	width: 100%;
}
.tpxw-box {
	width: 100%;
	height: 700px;
	position: relative;
	margin-top:10px;
}
/* .xwlist-box{
	width: 430px;
	height: 420px;
} */
/* swiper */
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide a{
	width: 100%;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-slide > a > .title{
        background-color: #f7f7f7;
        text-overflow:ellipsis;
        overflow:hidden;
        white-space:nowrap;
		position: absolute;
		bottom: 0;
		color: #333;
		width: 100%;
	    margin: 0;
		font-size:30px;
		text-align:left;
		height: 80px;
		line-height: 80px;
		padding:10px;
    }
	
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	width: auto;
	left:100%;
	margin-left:-80px;
}

/* xwlist-box */
.xwlist-box {
	width: 100%;
}
.title{
	 display: flex;
}
 .xw {
	border-bottom: 4px solid #ededed;
	 display: flex;
}

.title ul {
	width: 100%;
   
}
.title ul li {
	width: 100%;
	color: #333333;
	font-size: 24px;
	line-height: 66px;
	text-align: center;
	font-weight:bold;
}
.title ul li:last-child {
	margin: 0;
}
.title ul li a.on{
	color: #3678d8;
	background-color: #fff;
}
.title ul li a {
	color: #333;
	display: block;
	font-size: 30px;
	position: relative;
	width: 80%;
	
}
.title>li>span{
	float: right;
}
.title ul li a.on::after {
	content: "";
	display: block;
	width: 100px;
	height: 4px;
	background-color: #3678d8;
	position: absolute;
	left: 50%;
	bottom: -4px;
	margin-left: -50px;
}
/* 分区 */
.ZoneB {
	width: 100%;
}
/* 首页 */
.szyw {
    margin-bottom: 12px;
}
.szyw ul li{
	font-size:30px;
	text-decoration: none;
    font-family: "Microsoft YaHei";
    color: #333333;
	height: 60px;
    line-height: 60px!important;width: 100%;
    margin: 0 ;
	padding-left: 40px;
	position: relative;
	}
.szyw ul li a{
	font-size:30px;
	text-decoration: none;
	font-family: "Microsoft YaHei";
	color: #333333;
	height: 60px;
	line-height: 60px!important;
	width: 80%;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	}
.szyw ul li::before {
	content: "";
	position: absolute;
	left: 15px;
	top: 28px;
	width: 8px;
	height: 8px;
	background-color: #8ec7ff;
	border-radius:50%;
}
.szyw ul li>span{
	float: right;
	padding-right: 35px;
}
/* 要闻动态 */
.item{
	border-bottom: 4px solid #ededed;
}
.item > li{
	font-size:30px!important;
	height:60px;
	line-height:60px!important;
	}
	
.item ul li a {
	color: #333;
	display: block;
	font-size: 30px;
	position: relative;
	width: 80%;
	
}
.item > li.on > a {
    color: #3678d8;
	position: relative;
	left:20px;
	font-weight:bold;
	
}
.item li a.yw::after {
	content: "";
	display: block;
	width: 100px;
	height: 4px;
	background-color: #3678d8;
	position: absolute;
	left: 50%;
	bottom: -14px;
	margin-left: -50px;
}
/* 要闻动态---图片新闻 */
.tpxw-content {
    padding: 20px 0;
}
.tpxw-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
}
.tpxw-content ul li {
    margin: 0 1%;
    margin-bottom: 30px;
	width: 31.3%;
}
.tpxw-content ul li img {
    width: 100%;
    display: block;
}
.tpxw-content ul li p {
    height: 45px;
    padding: 0 5px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 30px !important;
	color:#333;
	background-color:#eee;
	
}


/* 政务公开 */
.zwgk-content{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-direction: column;
	height: 600px;
	align-items: center;
    justify-content: space-evenly;
}

.zwgk-content-btn{
	display: -webkit-flex;
    display: flex;
	width: 1200px;
	height: 95px;
    background-color: #F0F8FF;
    border-radius: 1px;
    align-items: center;
    /* justify-content: center;  */
}


.zwgk-content-btn-img{
/* 	width: 40px;
	height: 40px; */
	margin-left: 400px;
}

.zwgk-content-btn-text{
	font-size: 30px;
	margin-left: 15px;
	color: black;
}

.mk-content {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
	margin-bottom:20px;
	width:1200px;
	align-items: center;
	margin:auto;
}
.zwgk-right-btn {
    display: -webkit-flex;
    display: flex;
    width: 500px;
    height: 75px;
    align-items: center;
    justify-content: start;
    border-radius: 3px;
    border: 1px solid #EBF0F4;
    box-shadow: 1px 1px 2px E2EDF4(0, 0, 0, 0.4);
    background-color: #ffffff;
	margin-bottom:20px;
}
.zwgk-right-btn img{
	/* width: 40px;
	height: 40px; */
	margin-left:165px;
}
.zwgk-right-btn span {
    font-size: 16px;
    color: #343331;
	margin-left:15px;
	font-size:30px;
}
.qzqd{
	width: 100%;
}
.qzqd img{
	width: 100%;
	margin-bottom: 20px;
}



/* 政务服务 */

.zxfw-content {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
	margin-bottom:20px;
	width:100%;
	align-items: center;
	margin:auto;
}
.zwfw-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
.zwfw-btn  li {
    display: -webkit-flex;
    display: flex;
    width: 45%;
    height: 100px;
    align-items: center;
    justify-content: start;
    border-radius: 13px;
    background-color:#F4F4F4;
	margin-bottom:20px;
}
.zwfw-btn img{
	width: 40px;
	height: 40px;
	margin-left:165px;
	vertical-align: middle;
	
}
.zwfw-btn span {
    font-size: 16px;
    color: #155c9e;
	margin-left:15px;
	font-size:30px;
}
.zwfw{
	    width: 93%;
	    display: block;
	    margin: 20px auto;
}
.zwfw img{
	width: 100%;
	margin-bottom: 20px;
}

.zxxt-content {
    padding: 20px 0;
}
.zxxt-content  {
         display: flex;
          flex-wrap: wrap;
          justify-content: space-around;
          align-items: center;
}
.zxxt-content  li {
   display: flex;
     width: 45%;
     height: 400px;
     align-items: center;
     justify-content: space-around;
     border-radius: 13px;
     background-color: #F4F4F4;
     margin-bottom: 20px;
}
.zxxt-content  li img {
   width: 380px;
    height: 265px;
}
.zxxt-content  li p {
        display: flex;
        font-size: 30px;
        color: #343331;
        flex: 1;
        text-align: center;
        justify-content: center;
        align-items: center;
		margin-top:20px;
	
}


/* 专题专栏 */

.ztzl-content {
    padding: 20px 0;
}
.ztzl-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
}
.ztzl-content ul li {
    margin: 0 1%;
    margin-bottom: 30px;
	width: 31.3%;
}
.ztzl-content ul li img {
    width: 100%;
	
    display: block;
}

.ztzl {
    margin-bottom: 12px;
}
.ztzl ul li{
	font-size:30px;
	text-decoration: none;
    font-family: "Microsoft YaHei";
    color: #333333;
	height: 60px;
    line-height: 60px!important;width: 100%;
    margin: 0 ;
	padding-left: 20px;
	position: relative;
	}
.ztzl ul li a{
	font-size:30px;
	text-decoration: none;
	font-family: "Microsoft YaHei";
	color: #333333;
	height: 60px;
	line-height: 60px!important;
	width: 80%;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	}

.ztzl ul li>span{
	float: right;
	padding-right: 35px;
}

/* 互动访谈 */
.hdft{
	width: 98%;
	display: block;
	margin: 20px auto;
}
.hdft img {
       width: 100%;
       margin-bottom: 20px;
    
}
.hdjl-right{
	width: 100%;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
	margin-bottom:20px;
}
.hdjl-right a{
	    width: 48%;
		margin-bottom: 30px;
}
.hdjl-right-btn{
	width:100%;
	height: 240px;
	background-color: #F4F4F4;
	border-radius: 10px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hdjl-right-btn-circle{
	display: -webkit-flex;
    display: flex;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #E2EDF4;
    box-shadow: 2px 2px 4px E2EDF4(0, 0, 0, 0.4);
    background-color: #ffffff;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-bottom: 13px;
}

.hdjl-right-btn-circle img{
	    width: 80px;
	    height: 80px;
}
.hdjl-right-btn-text{
    font-size: 30px;
    color: #333;
}