.top{
	background-color:#c4daf0;
}
.main{
	width:1200px;
	padding:30px 0;
	margin:auto;
}
.hang{
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap:wrap;
	margin:10px 0 30px;
}
.hang .zonebig{
	width:785px;
}
.hang .zonesmall{
	width:380px;
}
.hang .more{
	display:none;
    width: 100%;
    height: 40px;
    margin-top:10px;
    line-height: 40px;
    background-color: #f0f0f0;
    color: #999;
    text-align: center;
    border-radius: 5px;
}
/*领导窗口*/
.leader{
	padding:20px 30px;
	background-color:#eef5fc;
	border-radius:5px;
}
.leader .htitle{
	height:26px;
	background:url(dec.png) no-repeat;
	padding-left:15px;
	font-weight:bold;
	font-size:20px;
	line-height:26px;
	margin-bottom:20px;
}
.older .leader .htitle{
	font-size:30px
}
.leader h3{
	display:inline-block;
	padding:5px 25px;
	color:#fff;
	font-size:16px;
	background-color:#478ad0;
	border-radius:3px;
	margin:0 0 12px;
}
.older .leader h3{
	font-size:22px
}
.leader .zheng{
	width:310px;
	display:inline-block;
	float:left;
}
.older .leader .zheng{
	width:370px;
}
.leader .zheng .info{
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
}
.leader .zheng .info .avator{
	width:125px;
	height:160px;
	overflow:hidden;
}
.leader .zheng .info .avator img{
	width:100%;
}
.leader .zheng .info .txt{
	width:160px;
}
.older .leader .zheng .info .txt{
	width:230px;
}
.leader .zheng .info .txt h1{
	padding:0;
	margin:0;
	font-size:19px;
}
.older .leader .zheng .info .txt h1{
	font-size:25px;
}
.leader .zheng .info .txt h4{
	font-weight:normal;
	font-size:16px;
	color:#333;
	margin:10px 0 30px;
}
.older .leader .zheng .info .txt h4{
	font-size:23px;
	margin-bottom:0;
}
.leader .zheng .info .txt a.go{
	display:inline-block;
	padding:5px 15px;
	border-radius:30px;
	background:#e86939;
	color:#fff;
	margin-top:10px;
}
.older .leader .zheng .info .txt a.go{
	font-size:22px;
}
.leader .fu{
	width:320px;
	display:inline-block;
	float:right;
}
.leader .fu .odi{
	font-size:17px;
	font-weight:bold;
	margin:5px 0 10px;
}
.older .leader .fu .odi{
	font-size:23px;
}
.leader .fu .odi a{
	display:inline-block;
	margin-right:20px;
	margin-bottom:10px;
}
.leader .fu .odi a:hover{
	color:#478ad0;
}

/*政策解读*/
.policy{
	clear:both;
	display:block;
	margin:20px auto;
}
.policy img{
	width:100%;
}

/*tab切换*/
.tabnav {
	height: 40px;
	border-bottom: 1px solid #cccccc;
}
.older .tabnav {
	height: 60px;
}
.tabnav span {
	display: inline-block;
	height:40px;
	line-height:30px;
	margin-right:10px;
	font-size: 18px;
	cursor: pointer;
}
.tabnav span:hover{
	-webkit-animation: showbottom 1s ease 0s;
    animation: showbottom 1s ease 0s;
}
.older .tabnav span {
	height: 60px;
	font-size: 30px;
	line-height: 60px;
	margin-right:20px;
}
.tabnav span.hover {
	border-bottom: 3px solid #478ad0;
}
.tabnav span.hover a{
	color: #478ad0;
	font-weight:bold;
}
@-webkit-keyframes showbottom {
  from {
    border-bottom: 3px solid #fff;
  }

  to {
    border-bottom: 3px solid #478ad0;
  }
}
@keyframes showbottom {
  from {
    border-bottom: 3px solid #fff;
  }

  to {
    border-bottom: 3px solid #478ad0;
  }
}
.tabnav .xxgk{
	line-height:30px;
	font-size: 18px;
	color:#478ad0;
	float:right;
}
.tabnav .xxgk:hover{
	font-weight:bold;
}
.tablist{
	padding-top: 10px;
	display: none;
}
.tablist ul li {
	width: 100%;
	height: 45px;
	padding:6px 0;
	font-size: 16px;
	line-height: 35px;
	border-bottom:dashed 1px #f0f0f0;
	display:flex;
    align-items: center;
    justify-content: space-between;
}
.older .tablist ul li {
	height: 50px;
	font-size: 22px;
	line-height: 50px;
}
.tablist ul li a {
	width:470px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.older .tablist ul li a{
	width:620px;
}
.tablist ul li .time {
	color: #999;
	font-size:14px;
}
.older .tablist ul li .time{
	font-size:20px;
}
.tablist .more{
	display:none;
	width:100%;
	height:40px;
	line-height:40px;
	background-color:#f0f0f0;
	color:#999;
	text-align:center;
	border-radius:5px;
}
/*计划规划*/
.plan{
	margin-top:20px;
}
/*政府公报*/
.gb .title{
	height:40px;
	margin-bottom:20px;
	font-size:20px;
	line-height:30px;
	border-bottom:solid 1px #ccc
}
.older .gb .title{
	height:60px;
	line-height:50px;
}
.gb .title a{
	display:inline-block;
	height:40px;
	color:#478ad0;
	border-bottom:solid 3px #478ad0
}
.older .gb .title a{
	height:60px
}
.older .gb .title{
	font-size:30px;
}
.gb .fm{
	width:190px;
	float:left;
}
.gb .fm img{
	width:100%;
}
.gb .intro{
	width:170px;
	float:right;
}
.gb .intro h5{
	display:inline-block;
	padding:5px 15px;
	margin-bottom:30px;
	background:#c3212e;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	border-radius:3px;
}
.older .gb .intro h5{
	font-size:23px;
}
.gb .intro h6{
	text-align:center;
	font-size:20px;
	line-height:30px;
}
.older .gb .intro h6{
	font-size:29px;
}
.gb .intro p{
	text-align:center;
	font-weight:bold;
	margin-top:15px;
}
.older .gb .intro p{
	font-size:20px
}
/*信息公开*/
.xxgk{
	clear:both;
	padding-top:20px;
}
.xxgk .xt{
	display:block;
	height:55px;
	background:#478ad0;
	text-align: center;
	color:#fff;
	font-size:20px;
	line-height: 55px;
	font-weight:bold;
}
.older .xxgk .xt{
	font-size:28px;
}
.xxgk .square{
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap:wrap;
}
.xxgk .square a{
	display:block;
	width:48.5%;
	padding:15px;
	margin-top:12px;
	background:#eef5fc;
	text-align: center;
	border-radius:3px;
}
.xxgk .square a:hover{
	box-shadow: 3px 3px 6px #ccc
}
.xxgk .square a img{
	width:35px;
}
.older .xxgk .square a img{
	width:50px;
}
.xxgk .square a p{
	font-size:14px;
	margin-top:5px;
}
.older .xxgk .square a p{
	font-size:18px;
}
.xxgk .square a:hover p{
	color:#478ad0;
}

/*图块导航*/
.item{
	margin-top:30px;
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap:wrap;
}
.item a{
	display:inline-block;
	width:15.5%;
	height:140px;
	padding:15px;
	margin-bottom:15px;
	background-color:#eef5fc;
	text-align:center;
	border-radius:3px;
}
.item a:hover{
	box-shadow:5px 5px 10px #ccc;
}
.older .item a{
	height:170px;
}
.item a.green{
	background:#edf8ea;
}
.item a.red{
	background:#fde9d8;
}
.item a.pink{
	background:#eae6ff;
}
.item a img{
	height:50px;
}
.older .item a img{
	height:75px;
}
.item a:hover img{
	animation: rotate360 1s ease;
}
@keyframes rotate360 {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
.item a p{
	margin:20px auto 6px;
	font-size:16px;
	font-weight:bold;
	color:#0c4f8e;
}
.older .item a p{
	font-size:22px;
	margin-bottom:15px;
}


/*日历*/
.rili{
	height:286px;
}
.calendar{
	width:100%;
	height:286px;
	font-family:"Microsoft Yahei", Arial;
}
.dateSelector{
	border:none;
}
.choice{
	height:40px;
	background:#eef5fc;
}
.choice p{
	width:190px;
	text-align:center
}
.calendar table{
	width:100%;
	height:246px;
}
.calendar table tr th{
	background-color:#f0f0f0;
}
.riqi{
	width:35px;
	margin:auto;
}
.calendar table tbody tr td{
	font-size:16px;
}
.bgHover{
	border-radius:50%;
}
.do_day{
	border-radius:50%;
	color:#0c4f8e!important;
	background-color:#eef5fc
}
.riqi .piaofu{
	border-radius:5px;
}
.riqi .piaofu ul li a{
	font-family:"Microsoft Yahei", Arial;
	font-size:14px
}


.important{
	margin-top:20px;
}
.important .title{
	height:50px;
	background:url(titlebg.png) no-repeat;
	background-position:0 50%;
	margin:30px 0;
	text-align: center;
	line-height:50px;
	font-size:25px;
	font-weight:bold;
	color:#478ad0;
}
.older .important .title{
	font-size:30px;
}
.important .swiper-container {
    width: 100%;
    height: 290px;
    z-index:0;
}
.important .swiper-slide {
	width:100%;
	padding:0 50px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap:wrap;
}
.important .swiper-slide a{
	display:block;
	width:12.5%;
	margin-bottom:20px;
}
.important .swiper-slide a .circle{
	width:80px;
	height:80px;
	margin:auto;
	border-radius:50%;
	background-color:#eef5fc;
}
.important .swiper-slide a:hover .circle{
	box-shadow:5px 5px 10px #ccc;
}
.important .swiper-slide a .circle img{
	width:50px;
	margin:15px;
}
.important .swiper-slide a p{
	text-align:center;
	font-size:15px;
	margin-top:10px;
}
.older .important .swiper-slide a p{
	font-size:22px;
}
.important .swiper-slide a:hover p{
	color:#0c4f8e;
	font-weight:bold;
}
.important .swiper-button-prev, .important .swiper-button-next{
    background:#333;
    opacity:0.6;
}
.important .swiper-button-prev img, .important .swiper-button-next img{
    width:27px;
    height:auto;
    margin-top:8px;
}
.important .swiper-button-prev{
    left: 0;
}
.important .swiper-button-next{
    right:0;
}