.top{
	background-color:#c4daf0;
}
.main{
	width:1200px;
	padding:30px 0;
	margin:auto;
}
.news{
	padding:20px;
	border-top:solid 3px #478ad0;
	box-shadow: 5px 5px 10px #ccc;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.older .news{
	padding:0 20px;
}
.news i{
	width:56px;
	height:73px;
	background:url(newsbg.png) no-repeat;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	line-height:60px;
	text-align:center
}
.news .newslist .li{
    font-size:16px;
    line-height:30px;
}
.older .news .newslist .li{
    font-size:22px;
    padding:15px 10px;
}
.news .newslist .li p{
    display:block;
    width:970px;
}
.news .newslist .li:hover p{
    color:#0c4f8e;
}
.news .newslist .li span.dian{
    width:10px;
    height:10px;
    margin-right:5px;
    border-radius:3px;
    background-color:#ccc;
    display:inline-block;
    margin-right:10px;
}
/*点动画*/
.news .newslist .li:hover span.dian{
    background-color:#0c4f8e;
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-transform-origin: center;
    transform-origin: center;
    animation-duration:0.5s;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.news .more{
	margin-top:60px;
	color:#999
}

.hang{
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap:wrap;
	margin:30px 0 0;
}
.hang .block{
	width:580px;
	height:320px;
}
.older .hang .block{
	width:100%;
	height:370px;
	margin:15px 0;
}
/*图片新闻*/
#focus{
	position: relative;
}
.older #focus{
	width: 100%;
	height: 600px;
}
#focus .bd{
	position: relative
}
#focus .focus-bar-box{
	width: 100%;
	height: 320px;
	position: relative;
	overflow: hidden
}
.older #focus .focus-bar-box{
	height: 600px;
}
#focus .focus-bar{
	width: 10000px
}
#focus .focus-bar li{
	float: left;
	width: 580px;
	height: 320px
}
.older #focus .focus-bar li{
	width: 1200px;
	height: 600px
}
#focus .focus-bar li a{
	width: 100%;
	height: 100%;
	display: block;
	background-size:cover;
	background-position:center;
}
#focus .focus-bar li img{
	width: 100%;
	min-height: 100%
}
#focus .change{
	position: absolute;
	right: 0;
	bottom: 15px;
	height: 10px;
}
#focus .change span{
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	background-color:#fff;
	border-radius:50%;
	cursor: pointer
}
#focus .change span.on{
	background-color:#478ad0;
}
.older #focus .change span{
	width:15px;
	height:15px;
}
#focus .hd{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 580px;
	height: 40px;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60)
}
.older #focus .hd{
	width: 100%;
	height: 70px;
}
#focus .focus-title{
	overflow: hidden;
	text-indent: 2em;
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width:100%;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	text-overflow:ellipsis;
	white-space:nowrap
}
.older #focus .focus-title{
	height: 70px;
	line-height: 70px;
	font-size: 25px;
}
#focus .focus-title a{
	display: none;
	color: #fff
}
.older #focus .change {
    bottom: 30px;
}
/*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{
    animation: showbottom 1s ease;
}
.older .tabnav span {
	height: 60px;
	font-size: 35px;
	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;
	height:280px;
	overflow:hidden;
}
.older .tablist{
	height:auto;
}

.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: 25px;
	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:1000px;
}
.tablist ul li span {
	color: #999;
	font-size:14px;
}
.older .tablist ul li .time{
	font-size:22px;
}
.tablist .more{
	display:none;
	width:100%;
	height:40px;
	line-height:40px;
	background-color:#f0f0f0;
	color:#999;
	text-align:center;
	border-radius:5px;
}

/*任务滚动*/
.task{
	width:1200px;
	height:169px;
}
.task .swiper-container {
    width: 100%;
    height: 169px;
}
.task .swiper-slide {
	width:293px;
	height:169px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.task .swiper-slide a{
	display:block;
	width:100%;
}
.task .swiper-slide img{
	width:100%;
}
.task .swiper-button-prev, .task .swiper-button-next{
    background:#333;
    opacity:0.6;
}
.task .swiper-button-prev img, .task .swiper-button-next img{
    width:27px;
    height:auto;
    margin-top:8px;
}
.task .swiper-button-prev{
    left: 0;
}
.task .swiper-button-next{
    right:0;
}
/*图片导航*/
.piclink{
	display:flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
}
.piclink a{
	width:24%;
	height:90px;
	display:inline-block;
	background:url(picbg.jpg);
	background-size:cover;
	border-radius:5px;
	text-align:center;
	line-height:90px;
	display:flex;
    align-items: center;
    justify-content: center;
}
.piclink a img{
	display:inline-block;
	width:36px;
	margin-right:15px;
}
.piclink a p{
	display:inline-block;
	font-size:22px;
	font-weight:bold;
	color:#478ad0;
}
.older .piclink a p{
	font-size:30px;
}

/*手机端乡镇导航*/
.district{
	height:70px;
	padding:20px;
	background-color:#f0f0f0;
}
.district .wrap{
	width:1200px;
	margin:auto;
	display:flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap:wrap;
}
.district h5{
	display:inline-block;
	color:#478ad0;
	font-size:20px;
	font-weight:bold;
}
.older .district h5{
	font-size:26px;
}
.district .li{
	display:inline-block;
	width:200px;
	height:30px;
	margin-left:25px;
}
.older .district .li{
	width:250px;
	height:40px
}
textarea {overflow: hidden;resize: none;  }
button {overflow: visible;}
button,select {  text-transform: none;  }
.ansel_input {
	height:30px;
	line-height: 30px;
	margin:auto;
	width:90%;
	padding:0 10px;
	background:#fff;
	border-radius: 3px;
}
.older .ansel_input{
	height:40px;
	line-height: 40px;
}
.ansel_input .ansel_inputval {
	height:28px;
	line-height: 28px;
	width:100%;
	border:none;
	outline: none;
	font-size:15px;
    cursor: pointer;
}
.older .ansel_input .ansel_inputval{
	height:38px;
	line-height:38px;
	font-size:22px;
}
.ansel_select {
	position: fixed;
	top:15%;
	left:10%;
	display:none;
	background:#fff;
	width:80%;
	height:70%;
	overflow: hidden;
	z-index: 19951024;
	border-radius: 3px;
	box-shadow: 0px 3px 14px 3px #ccc;
}  
.ansel_search {
	margin:10px;
	border-bottom:1px solid #f2f2f2;
	overflow:hidden;height:35px;
	line-height: 35px;
}  
.ansel_search .ansel_search_input {
	border:none;
	outline:none;
	height:35px;
	line-height: 35px;
	width:100%;
	padding-left:15px;
	background-color:#f0f0f0;
}  
.ansel_ul {
	overflow: hidden;
	margin:10px;
	border-top:1px solid #f2f2f2;
	overflow-y: auto;
}  
.ansel_ul .ansel_li {
	border-bottom:1px solid #f2f2f2;
	height:35px;
	line-height: 35px;
	overflow:hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
    cursor: pointer;
}
.older .ansel_ul .ansel_li{
	font-size:20px;
}
.ansel_ul .ansel_li:active{
	background:#f2f2f2;
}  
.ansel_btns {
	position: absolute;
	bottom:0;
	border-top:1px solid #f2f2f2;
	background:#fff;
	width:100%;
	height:50px;
	line-height: 50px;
	z-index: 19951024;
}  
.ansel_btns .ansel_btnss {
	width:220px;
	margin:10px auto;
	overflow:hidden
}  
.ansel_btns .ansel_btnss .ansel_btn {
	height:30px;
	line-height: 30px;
	width:100px;
	text-align: center;
	font-size:14px;
	float:left;
	border-radius:5px
} 
.older .ansel_btns .ansel_btnss .ansel_btn{
	font-size:20px;
}
.ansel_btns .ansel_btnss .ansel_ok {
	background:#478ad0;
	color:#fff;
	margin-right:10px;
  cursor: pointer;
}  
.ansel_btns .ansel_btnss .ansel_no {
	background:#ccc;
	color:#222;
	margin-left:10px;
  cursor: pointer;
}  
.ansel_ul .ansel_li .ansel_check {
	height:14px;
	width:14px;
	display: block;
	float:left;
	border-radius: 100%;
	border:1px solid #ccc;
	margin:10px 5px 10px 0;
	box-shadow: 0 0 2px 0 #ccc inset;
}  
.ansel_ul .ansel_li .ansel_cur {
	box-shadow: 0 0px 1px 3px #478ad0 inset;
	border: 1px solid #478ad0; 
}
.ansel_ul .ansel_li:first-child{display:none !important;}