@charset "UTF-8";
* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
    color: #525252;
    font-family: "Microsoft Yahei";
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100%;
    background-color: #FFF;
}

.top {
    width: 100%;
    height: 150px;
}

.top a {
    width: 100%;
    height: 50px;
    display: inline-block;
}

.top a img {
    margin-left: calc((100% - 259px) / 2);
}

.top :nth-child(2) {
    width: 100%;
    height: 100px;
}

.main {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}

.main .list {
    display: flex;
    flex-direction: column;
    padding-left: 18px;
}

.main .list li {
    width: 100%;
    height: 18px;
    margin: 13px 0px;
    list-style: square;
}

.main .list li a {
    width: 100%;
    color: #525252;
    display: block;
    float: left;
}

.main .list li a i {
    display: inline-block;
    width: 74%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main .list li a span {
    width: 25%;
    float: right;
    text-align: center;
}

.main .list li a:hover {
    color: red;
}

.main .list li a:hover span {
    color: red;
}

.main .work_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 6px;
}

.main .work_title p {
    width: 355px;
    font-size: 24px;
    color: #333;
}

.main .work_title p span {
    color: #ff0700;
}

.main .work_title div {
    margin-left: 6px;
    width: 100%;
}

.main .work_title div p:nth-child(1) {
    width: 100%;
    height: 20px;
    background: url(http://www.zixi.gov.cn/picture/302/2211160000323145698.png) no-repeat;
}

.main .work_title div p:nth-child(1) img {
    width: 100%;
    height: 100%;
}

.main .work_title div p:nth-child(2) {
    width: 100%;
    height: 8px;
    margin-top: 8px;
    background-color: #ececec;
}

.main .img_news_box {
    margin-top: 30px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.main .img_news_box .left_img {
    width: 100%;
    height: 30px;
    /* background: url(http://www.zixi.gov.cn/picture/302/2211152253568629364.png) no-repeat; */
    margin-bottom: 8px;
}

.main .img_news_box .news {
    width: 100%;
    height: 312px;
    overflow: hidden;
    position: relative;
    /* 取消原有的 */
}

.main .img_news_box .news .swiper-wrapper {
    width: 100%;
    height: 312px;
}

.main .img_news_box .news .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 312px;
    display: block;
}

.main .img_news_box .news .swiper-wrapper .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.main .img_news_box .news .swiper-wrapper .swiper-slide .news_title {
    width: 100%;
    height: 44px;
    position: absolute;
    background-color: #000;
    opacity: 0.7;
    top: 268px;
    z-index: 1;
    padding-left: 16px;
}

.main .img_news_box .news .swiper-wrapper .swiper-slide .news_title p {
    width: 72%;
    font-size: 18px;
    color: #FFF;
    line-height: 44px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main .img_news_box .news .swiper-button-prev:after,
.main .img_news_box .news .swiper-button-next:after {
    content: "" !important;
}

.main .img_news_box .news .swiper-pagination {
    width: 22%;
    height: 10px;
    position: absolute;
    bottom: 14px;
    left: initial;
    right: 10px;
    z-index: 3;
    display: flex;
    align-items: center;
}

.main .img_news_box .news .swiper-pagination .swiper-pagination-bullet {
    background-color: #a7a7a7;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    opacity: 1;
    margin-left: 4px;
    margin-right: 4px;
}

.main .img_news_box .news .swiper-pagination .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: #e6022a;
}

.main .img_news_box .dynamic {
    width: 100%;
    height: 100%;
    margin-top: 8px;
}

.main .img_news_box .dynamic .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main .img_news_box .dynamic .title div {
    width: 47px;
    height: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main .img_news_box .dynamic .title div span {
    display: inline-block;
    width: 3px;
    height: 20px;
    background-color: #ce3631;
}

.main .img_news_box .dynamic .title div a {
    display: block;
}

.main .img_news_box .dynamic .title div a p {
    width: 43px;
    height: 20px;
    color: #FFF;
    font-size: 14px;
    background-color: #0066c5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main .zhengce_mulu_box {
    width: 100%;
    height: 100%;
    margin-top: 14px;
    overflow: hidden;
}

.main .zhengce_mulu_box li {
    margin: 12px 0;
}

.main .zhengce_mulu_box .zhengce,
.main .zhengce_mulu_box .mulu {
    width: 100%;
    height: 100%;
    margin-top: 6px;
}

.main .zhengce_mulu_box .zhengce .zhengce_title,
.main .zhengce_mulu_box .zhengce .mulu_title,
.main .zhengce_mulu_box .mulu .zhengce_title,
.main .zhengce_mulu_box .mulu .mulu_title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 45px;
}

.main .zhengce_mulu_box .zhengce .zhengce_title p,
.main .zhengce_mulu_box .zhengce .mulu_title p,
.main .zhengce_mulu_box .mulu .zhengce_title p,
.main .zhengce_mulu_box .mulu .mulu_title p {
    color: #0066ca;
}

.main .zhengce_mulu_box .zhengce .zhengce_title p:nth-child(1),
.main .zhengce_mulu_box .zhengce .mulu_title p:nth-child(1),
.main .zhengce_mulu_box .mulu .zhengce_title p:nth-child(1),
.main .zhengce_mulu_box .mulu .mulu_title p:nth-child(1) {
    width: 248px;
    font-size: 24px;
    text-align: center;
    border-top: 4px solid #0066cb;
    border-left: 1px solid #dddddd;
    background-color: #FFF;
}

.main .zhengce_mulu_box .zhengce .zhengce_title p:nth-child(2),
.main .zhengce_mulu_box .zhengce .mulu_title p:nth-child(2),
.main .zhengce_mulu_box .mulu .zhengce_title p:nth-child(2),
.main .zhengce_mulu_box .mulu .mulu_title p:nth-child(2) {
    width: 100%;
    height: 35px;
    padding-right: 28px;
    text-align: right;
    border: 1px solid #dddddd;
    background-color: #f1f1f1;
}

.main .zhengce_mulu_box .zhengce .zhengce_title p:nth-child(2) a,
.main .zhengce_mulu_box .zhengce .mulu_title p:nth-child(2) a,
.main .zhengce_mulu_box .mulu .zhengce_title p:nth-child(2) a,
.main .zhengce_mulu_box .mulu .mulu_title p:nth-child(2) a {
    font-size: 24px;
    color: #a1a1a1;
}

.main .zhengce_mulu_box .mulu {
    margin-bottom: 6px;
}

.main .budget {
    width: 100%;
    height: 100%;
    margin-top: 4px;
}

.main .budget .box {
    position: relative;
}

.main .budget .box .timeline {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFF;
}

.main .budget .box .timeline .line {
    width: 100%;
    height: 2px;
    background-color: #cccccc;
    padding: 0px 40px;
    display: flex;
    justify-content: space-between;
}

.main .budget .box .timeline .line p {
    width: 40px;
    height: 40px;
    text-align: center;
    margin-top: -7px;
    cursor: pointer;
    color: #a3a3a3;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main .budget .box .timeline .line p span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #0364c3;
    border: 3px solid #FFF;
    margin-bottom: 6px;
}

.main .budget .box .hides {
    color: #0364c3 !important;
}

.main .budget .box .ding_wei {
    position: absolute;
    top: -5px;
    left: 70px;
}

.main .budget .budget_list {
    margin-top: 20px;
    width: 100%;
    padding: 3%;
}

.main .budget .budget_list li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main .budget .budget_list li ul {
    width: 45%;
    text-align: center;
    margin: 4px;
}

.main .budget .budget_list li ul li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: flex;
    justify-content: initial;
    flex-wrap: wrap;
}

.main .budget .budget_list li ul li a {
    color: #525252;
}

.main .budget .budget_list li ul :hover {
    color: red;
}

.main .budget .budget_list li ul:last-child {
    margin-right: auto;
}

.foot {
    width: 100%;
    height: 100%;
    background-color: #005ba4;
    padding: 5%;
    display: flex;
    flex-direction: column;
}

.foot .foot_left p {
    font-size: 14px;
    text-align: center;
    color: #FFF;
    margin-bottom: 12px;
}

.foot .foot_left p:nth-child(1) {
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot .foot_left p:nth-child(1) a {
    height: 18px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #FFF;
}

.foot .foot_left p:nth-child(1) a:hover {
    color: red;
}

.foot .foot_left p:nth-child(1) span {
    display: inline-block;
    width: 2px;
    height: 16px;
    margin: 0px 6px;
    background-color: #FFF;
}

.foot .foot_left div {
    height: 58px;
    display: flex;
    align-items: center;
}

.foot .foot_left div span {
    color: #FFF;
    margin-left: 6px;
    font-size: 14px;
}

.foot div {
    text-align: center;
}


/*(1)清除默认样式*/

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
input,
header,
main,
footer,
nav,
article,
section,
figure,
figcaption {
    margin: 0;
    padding: 0;
}


/*去掉input等聚焦时的蓝色边框*/

fieldset,
img,
input,
button {
    border: 0 none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul,
li,
ol {
    list-style: none;
}


/*防止拖动*/

img {
    border: 0;
    vertical-align: middle;
}


/*边框合并*/

a {
    text-decoration: none;
}

s,
i,
em {
    font-style: normal;
    text-decoration: none;
}

.budget ul {
    padding-top: 20px;
}

.budget ul li a {
    float: left;
    display: block;
    width: 84px;
    height: 60px;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 60px;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-right: 21px;
    background-image: url(http://www.zixi.gov.cn/images/1468/xfk.png);
}

.top img {
    width: 200px;
}