html,
body {
    background: #fff;
    font-family: "Microsoft YaHei";
}

ul,
li {
    list-style-type: none;
}

/* 专题专栏 */

.zl-img {
    display: flex;
    align-items: center;
    background: url(../images/zlbannerr.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 325px;

}

.zl-img .logo {
    width: 1400px;
    margin: 0 auto;
}


.zl-img .title {
    display: flex;
    align-items: center;
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
}

.zl-img .title span {
    display: inline-block;
    width: 26px;
    height: 40px;
    padding-top: 2px;
    margin-right: 4px;
    background: #E11A00;
    writing-mode: tb-rl;
    font-size: 19px;
    font-weight: 400;
    border-radius: 3px;
}

.zl-img .ztzl {
    width: 182px;
    height: 47px;
    line-height: 47px;
    margin-top: 38px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
}

.zl-main {
    padding-bottom: 80px;
    background: #fff;
}

.zl-main .pic-header {
    font-size: 30px;
    margin: 40px 0 -10px;
}

.zl-main .xz-header {
    font-size: 30px;
    margin: 35px 0 26px;
}


.zl-main .pic-header .title,
.zl-main .xz-header .title {
    display: flex;
    position: relative;
    height: 80px;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
}

.zl-main .title span {
    position: absolute;
    white-space: nowrap;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.zl-main .search-list,
.zl-main .pic-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}



.zl-main .search-list li {
    width: calc((100% - 1%*3)/4);
    height: 80px;
    margin-top: 20px;
    margin-right: 1%;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
	position: relative;
}

.search-list-guidang {
    position: absolute;
    width: 80px;
    height: 80px;
    right: 0px;
    top: 0px;
    background-image: url(http://www.jingzhou.gov.cn/material/images/yiguidang.png);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}

.zl-main .search-list li:nth-of-type(4n) {
    margin-right: 0;
}


.zl-main .pic-list li {
    width: calc((100% - 1%*3)/4);
    margin-top: 35px;
    margin-right: 1%;
    text-align: center;
}


.zl-main .pic-list li:nth-of-type(4n) {
    margin-right: 0;
}

.zl-main .pic-list img {
    width: 99%;
    height: 156px;

    transition: all 1s;
}

.zl-main .pic-list img:hover {
    transform: scale(1.05);
}

.zl-main .pic-list .pic-title {
    margin-top: 10px;
    display: block;
}


/* 专题列表 */
.zl-main .search-list a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #000;
    border-radius: 5px;
    background: #ECECEC;
}


.zl-main .search-list span {
    position: absolute;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.search-list a:hover {
    background: #128aeb !important;
    color: #fff !important;
}

@media screen and (max-width:1400px) {
    .zl-img .logo {
        padding-left: 5%;
    }
}


@media screen and (max-width:992px) {

    .k1400 {
        padding: 0 2%;
    }

    .zl-main .search-list {
        width: 100%;
    }

    .zl-main .search-list li,
    .zl-main .pic-list li {
        width: 48%;
        margin: 15px 1% 0;
    }

    .zl-main .search-list li {
        height: 60px;
        font-size: 16px;
    }

    .zl-main .pic-list img {
        width: 100%;
        height: auto;
    }


    .zl-main .pic-header .title,
    .zl-main .xz-header .title {
        height: 64px;
        align-items: center;
        font-size: 24px;
    }

    .zl-main .pic-header img,
    .zl-main .xz-header img {
        height: 64px;
    }

    /* 标题间距 */
    .zl-main .xz-header {
        margin: 18px 0 10px;
    }

    .zl-main .pic-header {
        margin: 34px 0 12px;
    }

    /* 大图 */
    .zl-img {
        height: 200px;
    }

    .zl-img .title {
        font-size: 26px;
    }

    .zl-img .title span {
        width: 19px;
        height: 28px;
        font-size: 14px;
    }

    /* 按钮 */
    .zl-img .ztzl {
        width: 120px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    /* 底部 */
    .zl-main {
        padding-bottom: 40px;
    }

}

@media screen and (max-width:576px) {

    .zl-main .search-list li,
    .zl-main .pic-list li {
        width: 100%;
        margin: 15px 2% 0;
        font-size: 14px;
    }

    .zl-main .pic-header .title,
    .zl-main .xz-header .title {
        height: 54px;
        font-size: 20px;
    }

    .zl-main .pic-header img,
    .zl-main .xz-header img {
        height: 54px;
    }

    .zl-main .search-list li {
        height: 46px;
    }

    .zl-main .search-list li:nth-of-type(4n),
    .zl-main .pic-list li:nth-of-type(4n) {
        margin-right: 2%;
    }


    .zl-img {
        justify-content: center;
    }

    .zl-img .logo {
        width: auto;
        padding-left: 0;
    }

}

@media screen and (max-width:350px) {

     /* 大图 */
     .zl-img {
        height: 150px;
    }
    .zl-img .title {
        font-size: 20px;
    }

    .zl-img .title span{
        width: 16px;
        height: 24px;
        font-size: 12px;
    }

    .zl-img .ztzl {
        width: 100px;
        height: 26px;
        line-height: 26px;
        margin-top:20px;
        font-size: 14px;
    }

    .zl-main .pic-header {
        margin: 17px 0 0 
    }
}