.app {
    width: 100%;
}

.warp {
    width: 1200px;
    margin: 0 auto;
}

.header {
    height: 472px;
    background: url("http://www.dg.gov.cn/huangjiang/head_bg_1.jpg") no-repeat center top;
    background-size: cover;
    box-sizing: border-box;
}

.main {
    background: url("http://www.dg.gov.cn/huangjiang/main_bg.png") no-repeat;
    background-size: cover;
}

.jsyj {
    padding-top: 36px;
}

.jsyj_title_warp {
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.jsyj_li_time{
    color: rgb(163, 159, 159);
}

.jsyj_title_warp>h3 {
    font-size: 50px;
    color: #EC4A4D;
}

.jsyj_title_icon {
    width: 100%;
    text-align: center;
}

.jsyj_ul {
    width: 100%;
}

.jsyj_li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    border-bottom: 1px dashed #cccccc;
}

.jsyj_li_warp {
    width: 80%;
    display: flex;
    align-items: center;
}

.jsyj_li_warp>div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.jsyj_li_warp>span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ec9588;
    margin: 0 10px;
}

.jsyj_more_btn {
    margin: 30px auto;
    width: 160px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    background-color: #c4181f;
    border-radius: 23px;
}
.jsyj_more_btn>a{
      color: #FFF;
}


.zwgk_main {
    padding-top: 40px;
    padding-bottom: 10px;
}

.zwgk_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zwgk_li {
    width: 18%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    padding: 35px 35px 20px;
    box-sizing: border-box;
}

.zwgk_li_img {
    margin-bottom: 35px;
    text-align: center;
}

.zwgk_li p {
    /* height: 45px;
    line-height: 45px; */
    /* border-bottom: 5px solid #8CBEB2; */
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.li_bottom {
    height: 5px;
    width: 51px;
    margin: 0 auto;
    margin-top: 15px;
    
}

.li_color_1 {
    background: #A0B8D0;
}

.li_color_2 {
    background: #8CBEB2;
}

.li_color_3 {
    background: #E7CD80;
}

.flooter {
    height: 150px;
    background: #E84F41;
    margin-top: -5px;
    padding-top: 15px;
    box-sizing: border-box;
}

.flooter_warp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flooter_left {
    display: flex;
    align-items: center;
}

.erweima {
    display: flex;
}

.erweima>div {
    text-align: center;
    color: #fff;

    margin-left: 25px;
}

.erweima>div>p {
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
}

.flooter_logo {
    padding-left: 8px;
    margin-right: 25px;
}

.flooter_main>p {
    color: #fff;
    line-height: 30px;
}
.flooter_main>p >a{
    color: #fff;
}




/* 响应式 */
@media screen and (max-width:1200px) {
    .main_warp {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .flooter_warp {
        width: 100%;
    }

    .jsyj_title_warp>img {
        width: 30%;
    }

    .jsyj_title_warp>h3 {
        font-size: 26px;
        text-align: center;
    }

    .flooter {
        padding: 20px;
        height: auto;
    }

    /* li */
    .zwgk_li {
        padding: 15px 15px 5px;
    }

    .zwgk_li p {
        font-size: 16px;
    }
    .zwgk_li{
        justify-content: space-around;
    }
}


@media (max-width: 768px) {

    /* li */
    .zwgk_li {
        padding: 15px 15px 5px;
    }

    .zwgk_li_img {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
        text-align: center
    }

    .zwgk_li_img>img {
        width: 100%;
        height: 100%;
    }
    .zwgk_li{
        justify-content: space-around;
    }

    .zwgk_li p {
        font-size: 12px;
    }

    .flooter_logo {
        margin: 0;
    }

    .flooter_main {
        margin-bottom: 20px;
    }

    .flooter_left,
    .flooter_warp {
        flex-direction: column;
    }

    .jsyj_title_warp>h3 {
        font-size: 15px;
        text-align: center;
    }

    .header {
        width: 100%;
        height: 200px;
        background: url("http://www.dg.gov.cn/huangjiang/head_bg_1.jpg") no-repeat center top;
        background-size: cover;
        box-sizing: border-box;
    }
}