* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #fff;
}

ul {
    list-style: none;
}

body {
    width: 100%;
    height: 3000px;
}
/* 版心引用 */
.boxw {
    width: 1400px;
    margin: 0 auto;
}

/* 头部样式 */
.header{
    width: 100%;
    height: 587px;

}
.header-bg{
    position: relative;
    background:url(../images/headerbg.jpg) no-repeat center;
    height: 100%;
    overflow: hidden;
}

.header-bg .logo{
    width: 632px;
    height: 109px;
    margin: 150px auto 0;
}

/* 导航css */
.nav{
    position: absolute;
    display: flex;
    /* margin: 0 auto; */
    width: 1400px;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    justify-content: center;
    align-items: center;
}

.nav-item{
    width: 16.66%;
    text-align: center;
    /* line-height: 70px; */
    color: #fff;
    font: 500 24px/70px '微软雅黑';
}

.nav-item>a:hover {
    color: #ffc533 !important;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
    box-sizing: border-box;
}
/* 动态新闻css */
.DynamicNewsbox {
    width: 100%;
    height: 588px;
    background: url(../images/DynamicNewsbg.png) no-repeat top center;
    overflow: hidden;
}
.Toutiao {
    display: flex;
    margin: 0 auto;
    width: 1400px;
    /* height: 78px; */
    margin-top: 50px;
}
.toutiao-text>a {
    display: inline-block;
    width: 1264px;
    height: 78px;
    margin-left: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font:500 42px/78px '微软雅黑';
}
.DynamicNewsbox-lr {
    display: flex;
    margin: 0 auto;
    margin-top: 40px;

}

.news {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 48px;
    background-color: #000000;
    opacity: 0.6;
    z-index: 9999;
}

.news span {
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

/* 动态新闻右 */
.DynamicNewsbox-r {
    width: calc(100% - 724px);
    height: 325px;
}

.DynamicNewsbox-r-title {
    display: flex;
    width: 100%;
    height:auto;
    /* background-color: red; */
    justify-content: space-between;
    align-items: center;
}

.work-news {
    height: 100%;
    /* line-height: 60px; */
    margin-top: -10px;
}

.work-news>a {
    font-size: 32px !important;
}

.actives {
    font-weight: 550 !important;
    font-size: 32px !important;
    color: #ffc533 !important;

}

.work-news>a:nth-child(2) {
    margin-left: 30px;
    font-size: 32px;
    font-weight: normal;
    color: #fff
}

.dynamic-list1,
.dynamic-list2 {
    width: 100%;
    height: 270px;
    margin-top: 25px;
}

.dynamic-list1>ul,
.dynamic-list2>ul{
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
}

.dynamic-list1 ul li,
.dynamic-list2 ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.dynamic-list1 ul li a,
.dynamic-list2 ul li a {
    display: inline-block;
    width: 85%;
    height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    line-height: 30px;
    font-size: 20px;

}

.dynamic-list1 ul li span,
.dynamic-list2 ul li span  {
    display:inline-block;
    width: 15%;
    text-align: end;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
}

.development-zone {
    width: 100%;
    height: 540px;
    background: url(../images/developmentzonebg.png) no-repeat top center;
    overflow: hidden;
}

/* 走进开发区 */
.zone-title {
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 40px;
    background: url(../images/developmentzonetitle.png) no-repeat bottom center;
    text-align: center;
    font-size: 32px;
    color: #333;
    font-weight: 700;
    font-family: '微软雅黑';
}

.zone {
    width: 1400px;
    margin: 0 auto;
    display: flex;
}

.zone-l {
    width: 500px;
    height: 316px;
    margin-right: 50px;
    border: 10px solid #dedede;
}

.zone-r {
    /* display: flex; */
    flex-direction: column;
    width: calc(100% - 520px);
    position: relative;
}

.zone-r>p {
    text-indent: 2em;
    text-align: justify;
    margin-bottom: 10px;
}
.zone-button {
    width: 147px;
    height: 50px;
    background-color: #0065b8;
    border-radius: 10px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

/* 公告公示 */
.announcement-content { 
    position: relative;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

/* 更多 */
.announcement-more{
    position: absolute;
    width: 59px;
    height: 30px;
    background-color: #0065b8;
    border-radius: 15px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    top: -95px;
    right: 0;
}

.announcement-l {
    display: flex;
    width: 48%;
}

.announcement-l ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #999999;
    font-size: 20px;
}

.announcement-l ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 50px;
    background: url(../images/liststytle.png) no-repeat left;
    padding-left: 20px;
    box-sizing: border-box;
    background-position: 0 8px;
}

.announcement-l ul li a {
    width: 85%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    font-size: 20px;
    

}

.announcement-r {
    display: flex;
    width: 48%;
}

.announcement-r ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #999999;
    font-size: 20px;
}

.announcement-r ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 50px;
    background: url(../images/liststytle.png) no-repeat left;
    padding-left: 20px;
    box-sizing: border-box;
    background-position: 0 8px;
}

.announcement-r ul li a {
    width: 85%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    font-size: 20px;
}

/* 政务公开 */
.finance-box {
    display: flex;
    justify-content: space-between;
}

.finance-l {
     display: flex;
     flex-direction: column;
     width: 56%;
     justify-content: space-between;
}

.finance-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 28px;
    font-weight: 550;
    color: #0065b8;
    margin-bottom: 30px;
}

.finance-content ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    
}

.finance-content ul li {
    display: flex;
    width: 100%;
    height: 50px;
    justify-content: space-between;
    font-size: 20px;
    color: #999;

}

.finance-content ul li a {
    display: inline-block;
    width: 85%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
    color: #333;
}

.finance-more {
    width: 59px;
    height: 30px;
    background-color: #0065b8;
    border-radius: 15px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-weight: 500 !important;
}

/* 政务公开右 */
.finance-r {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    width: 44% ;
    margin-left: 50px;
    /* background: red */
}

.finance-r-top {
    width: 100%;
    margin-bottom: 40px;
    background: url(../images/danggong.png) no-repeat ;
    text-align: center;
}

.finance-r-top span>a {
    line-height: 123px;
    font-size: 28px;
    font-weight: 550;
    color: #333;
}

.finance-r-top:nth-child(2) {
    margin-bottom: 0px;
    background: url(../images/neishe.png) no-repeat;
}

.finance-r-top span {
    padding: 0 0 0 150px;
}

.finance-r-top .ns {
    padding: 0 0 0 10px
}

/* 专题聚焦 */
.specialfocus-photo {
    display: flex;
    justify-content: space-between;
    /* background-color: red; */
    width: 1400px;
    height: 155px;
    position: relative;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    text-align: right;
    padding-right: 30px;
    box-sizing: border-box;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #febe32 !important;
}

/* 底部 */
/* .foot {
    width: 100%;
    height: 165px;
    background-color: #0065b8;
    overflow: hidden;
    margin-top: 60px;
}

.foot-box {
    display: flex;
    margin-top: 45px;
    justify-content: space-between;
}

.foot-l {
    display: flex;
    width: 33.3%;
    align-items: center;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    border-right: 1px solid #edf2f2;
    margin-bottom: 45px;
}

.foot-md {
    width: 33.3%;
    margin-left: 30px;
    align-items: center;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    border-right: 1px solid #edf2f2;
    margin-bottom: 45px;
}

.foot-end {
    margin-top: -20px;
}

.foot-l dl {
    margin-left: 30px;
}

.foot-l dl dd img {
    vertical-align: middle;
} */

/* 底部 */
.foot {
    width: 100%;
    /* height: 165px; */
    display: flex;
    align-items: center;
    background-color: #0065b8;
    /* background: #333333; */
    overflow: hidden;
    margin-top: 60px;
    padding: 20px 0px !important;
    box-sizing: border-box;
}

/* .foot-box {
    display: flex;
    margin-top: 45px;
    justify-content: space-between;
    padding: 45px 50px;
    box-sizing: border-box;
    background-color: red;
} */

.foot-l {
    width: 45%;
    height: 100%;
    display: flex;
    padding: 0px 0px 0px 20px;
    /* box-sizing: border-box; */
    align-items: center;
    border-right: 1px solid white;
    justify-content: center;
    /* background-color: red; */
}

.foot-l>img {
    width: 64px !important;
    height: 80px !important;
    /* margin-right: 60px; */
}

.foot-l>div {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    color: white;
}

.foot-l>div>div {
    display: flex;
    /* flex-wrap: wrap !important; */
}

.foot-center {
    width: 30%;
    padding: 0 10px;
    box-sizing: border-box;
    color: white;
    border-right: 1px solid white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.foot-r {
    width: 25%;
    padding: 0 0px 0px 20px !important;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    /* background-color: red; */
}

.foot-right>img {
    width: 120px;
    height: 134px;
}

/* swiper */
.my-swiper1 {
    width: 676px;
    height: 325px;
    margin-right: 50px;
    background-color:#eee;
    /* background-color: red; */
}

.my-swiper1 a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.msk {
    width: 100%;
    height: 50px;
    background: rgba(0,0,0,.7);
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 999;
    padding: 0 80px 0px 30px;
    line-height: 50px;
    color: white;
    box-sizing: border-box;
    white-space:nowrap;   
    overflow:hidden;
    text-overflow:ellipsis;
}

.swiper-pagination {
    bottom:  15px !important;
    right: 0 !important;
}

.swiper-pagination-bullet {
   background: var(--swiper-pagination-bullet-inactive-color,white) !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #febe32 !important;
}

/* 轮播图2 */

.my-swiper2 {
    width: 100%;
}

/* .dynamic-list1 li {
    width: 100%;
    background-color: red;
    display: flex;
    justify-content: space-between !important;
}

.dynamic-list1 li a{
    display: inline-block;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
}

.dynamic-list1 li span {
    display: inline-block;
    width: 15%;

} */