﻿.main {
    width: 100%;
    margin: -50px auto 0;
    min-width: 1200px;
}

.main .headline {
    width: 1200px;
    margin: 0 auto 40px;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    color: #0070d6;
}

.main .part1 {
    width: 1200px;
    margin: 50px auto 40px;
    
}

.main .newsPic {
    width: 580px;
    height: 368px;
    position: relative;
}

.main .newsPic .swiper-newsPic {
    width: 580px;
    height: 368px;
}

.main .newsPic .pic {
    width: 580px;
    height: 368px;
    margin-top: 4px;
    overflow: hidden;
    position: relative;
}

.main .newsPic .pic img {
    width: 580px;
    height: 368px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}


.main .newsPic .pic img:hover {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.main .newsPic .pic p {
    width: 100%;
    box-sizing: border-box;
    text-indent: 16px;
    padding-right: 100px;
    background: rgba(0, 0, 0, 0.6);
    height: 56px;
    position: absolute;
    bottom: 0;
    line-height: 56px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    left: 0;
    color: #FFFFFF;
}

.main .newsPic .pagination {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    right: 4px;
}

.main .newsPic .swiper-pagination-switch {
    width: 8px;
    height: 8px;
    background: #c3c3c3;
    cursor: pointer;
    border-radius: 6px;
    margin-right: 10px;
    display: inline-block;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.main .newsPic .pagination .swiper-active-switch {
    background: #0070d6;
}

.main .gdjyxw{
    width: 580px;
}

.main .gdjyxw h4{
    font-weight: bold;
    font-size: 24px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
}

.main .gdjyxw h4 a{
    font-weight: bold;
    color: #076fd0;
    border-bottom: 3px solid #3868b6;
    padding-bottom: 10px;
    display: inline-block;
}

.main .szzf_banner{
	width:1200px;
	margin:0 auto;
}

/*新闻列表*/
.main .newsList {
    margin: 30px auto;
    width: 1200px;
}

.main .newsList .moduleNav {
    font-size: 18px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 11px;
    margin-bottom: 20px;
}

.main .newsList .moduleNav li {
    display: inline-block;
    margin-right: 30px;
}

.main .newsList .moduleNav li.active a {
    font-weight: bold;
    color: #076fd0;
    border-bottom: 3px solid #3868b6;
    padding-bottom: 10px;
}

.main .newsList .zwdt {
    width: 580px;
}

.main .newsList .gsgg {
    width: 580px;
}

.main .newsList ul.list {
    width: 580px;
}

.main ul.list li {
    line-height: 24px;
    font-size: 16px;
    padding-bottom: 23px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main ul.list li span.point {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #076fd0;
    margin-right: 10px;
    vertical-align: 3px;
}

.main ul.list li a:hover {
    color: #076fd0;
}

/*政务公开*/
.main .zwgk {
    width: 1200px;
    box-sizing: border-box;
    background: #F6F6F6;
    padding: 10px 20px 20px;
    border-radius: 6px;
    margin: 30px auto;
    position: relative;
}

.main .zwgk .zwgkIcon {
    margin: 20px 0;
}

.main .zwgk .zwgkIcon .icon {
    float: left;
    margin: 20px 40px;
    width: 148px;
    height: 78px;
    position: relative;
    text-align: center;
}

.main .zwgk .zwgkIcon .icon .img_normal{
    width:100%;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.main .zwgk .zwgkIcon .icon .img_hover{
    width:100%;
    visibility: hidden;
    opacity: 0;
    position:absolute;
    top:0;
    left:0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.main .zwgk .zwgkIcon .icon:hover .img_normal{
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.main .zwgk .zwgkIcon .icon:hover .img_hover{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.main .zwgk .zwgkIcon .icon a {
    display: inline-block;
}

.main .zwgk .zwgkIcon .icon a:hover {
    color: #076fd0;
}

.main .zwgk .zwgkIcon .icon p {
    margin-top: 10px;
    font-size: 18px;
}

.main .zwgk .zwgkList {
    padding-left: 60px;
    padding-top: 36px;
    border-top: 1px solid #e4e7ea;
}

.main .zwgk .zwgkList li {
    float: left;
    width: 220px;
    line-height: 30px;
    height: 30px;
    font-size: 18px;
    margin-bottom: 20px;

}

.main .zwgk .zwgkList li a {
    display: inline-block;
    padding-left: 24px;
    background: url("../images/icon_zwgk.png") no-repeat left center;
}

.main .zwgk .zwgkList li a:hover {
    background-image: url("../images/icon_zwgk_a.png");
    color: #076fd0;
}

.main .zwgk .collect {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 590px;
    cursor: pointer;
}

.main .zwfw {
    background: #f0f9ff;
    padding: 36px 0;
    width: 100%;
    margin: 50px auto;
}

.main .zwfw .con {
    width: 1200px;
    margin: 0 auto;
}

.main .zwfw .con h4 {
    font-weight: bold;
    font-size: 24px;
    display: inline-block;
    padding-bottom: 10px;
    margin: 20px 10px;
    border-bottom: 2px solid #0070d6;
}

.main .zwfw .con .jyfw {
    width: 794px;
    height: 444px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 20px;
}

.main .zwfw .con .jyfw .jyfwIcon .icon {
    float: left;
    text-align: center;
    color: #FFFFFF;
    width: 140px;
    height: 122px;
    overflow: hidden;
    border-radius: 6px;
    margin-right: 13px;
}

.main .zwfw .con .jyfw .jyfwIcon .icon a{
    display: block;
    padding: 10px 0;
}

.main .zwfw .con .jyfw .jyfwIcon .icon a img{
    display: block;
    margin: 16px auto;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

.main .zwfw .con .jyfw .jyfwIcon .icon a:hover img{
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.main .zwfw .con .jyfw .jyfwIcon .icon:last-child{
    margin-right: 0;
}
.main .zwfw .con .jyfw .jyfwIcon .icon.icon1{
    background: #88abe4;
}
.main .zwfw .con .jyfw .jyfwIcon .icon.icon2{
    background: #7dbef8;
}
.main .zwfw .con .jyfw .jyfwIcon .icon.icon3{
    background: #8dbcdb;
}
.main .zwfw .con .jyfw .jyfwIcon .icon.icon4{
    background: #89c49c;
}
.main .zwfw .con .jyfw .jyfwIcon .icon.icon5{
    background: #b6cc7c;
}
.main .zwfw .con .jyfw .jyfwBanner{
    width: 754px;
    height: 170px;
    overflow: hidden;
    margin-top: 20px;
}

.main .zwfw .con .jyfw .jyfwBanner img{
    width: 754px;
    height: 170px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.main .zwfw .con .jyfw .jyfwBanner img:hover {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.main .zwfw .con .hdjl {
    width: 386px;
    height: 444px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 20px;
}

.main .zwfw .con .hdjl .hdjlIcon {
    margin: 0 auto;
    width: 272px;
}

.main .zwfw .con .hdjl .hdjlIcon .icon {
    height: 88px;
    width: 88px;
    box-sizing: border-box;
    text-align: center;
    background: #f9f9f9;
    margin: 8px 24px;
    float: left;
    padding: 6px;
    position: relative;
}

.main .zwfw .con .hdjl .hdjlIcon .icon .img_normal{
    width:100%;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.main .zwfw .con .hdjl .hdjlIcon .icon .img_hover{
    width:100%;
    visibility: hidden;
    opacity: 0;
    position:absolute;
    top:6px;
    left:0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.main .zwfw .con .hdjl .hdjlIcon .icon:hover .img_normal{
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.main .zwfw .con .hdjl .hdjlIcon .icon:hover .img_hover{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.main .zwfw .con .hdjl .hdjlIcon .icon:hover{
    color: #FFFFFF;
    background: #2285E2;
}

.main .zwfw .con .hdjl .hdjlIcon .icon img {
    margin: 10px 0 8px;
}

.main .ztzl {
    width: 1200px;
    margin: 40px auto;
    position: relative;
}

.main .ztzl .swiper-ztzl {
    width: 1120px;
    margin: 0 auto;
    height: 100px;
}

.main .ztzl .swiper-ztzl a{
    width: 352px;
    height: 96px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

.main .ztzl .swiper-ztzl img {   
    width: 352px;
    height: 96px;
    display: block;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.main .ztzl .swiper-ztzl img:hover {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.main .ztzl .arrow-left {
    position: absolute;
    top: 30px;
    left: 0;
    cursor: pointer;
    background: #2285e2;
    z-index: 2;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    box-sizing: border-box;
    padding: 5px 0 0 13px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.main .ztzl .arrow-left:hover {
    background: #0070d6;
}

.main .ztzl .arrow-right {
    position: absolute;
    top: 30px;
    right: 0;
    cursor: pointer;
    background: #2285e2;
    z-index: 2;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    box-sizing: border-box;
    padding: 5px 0 0 13px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.main .ztzl .arrow-right:hover {
    background: #0070d6;
}
/*友情链接*/
.main .yqlj {
    width: 1200px;
    margin: 40px auto;
    position: relative;
}

.main .yqlj .tit {
    border-bottom: 1px solid #ededed;
}

.main .yqlj .tit h4 {
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 8px;
    border-bottom: 2px solid #3868b6;
}

.share-bar {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
}

.share-bar .close{
    position: absolute;
    right: 0; 
    width: 16px;
    height: 16px; 
    cursor: pointer;
    float: right;
    z-index: 10;
    top:-20px;
}
.share-bar .swiper-share {
    width: 230px;
    height: 150px;
}

.share-bar .section {
    width: 230px;
    height: 150px;
    position: relative;
}

.share-bar .section img {
    width: 230px;
    height: 150px;
}

.share-bar .pagination {
    position: absolute;
    text-align: right;
    bottom: 5px;
    z-index: 2;
    right: 10px;
}

.share-bar .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    background: #b6c0c1;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 5px;
    display: inline-block;
    transition: all 0.4s;
}

.share-bar .pagination .swiper-active-switch {
    background: #3b94d9;
}

