@media screen and (min-width:769px) {
    .more-list-img fn-clear .PC_warp {
        display: block;
    }

    .Mobile_warp {
        display: none;
    }

}

.more-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}

.PC_warp {
    color: #fff;
    font-size: 14px;
}

.footer a {
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
}

@media screen and (max-width:768px) {


    #xiaosi {
        display: none
    }

    .hlw-alert {
        display: none;
    }

    .more-list-img li {
        width: 100%;
        float: left;
        /* height: 240px; */
        margin-right: 20px;
        padding-left: 0px;
        background-image: none;
        margin-bottom: 10px;
    }

    .more-list-img li img {
        width: 100%;
    }

    .PC_warp {
        display: none;
    }

    .Mobile_warp {
        display: block;
    }

    .article-con {
        padding-bottom: 0.5rem;
    }

    .mailbox {
        display: none;
    }

    .mainbox .wrap {
        box-sizing: border-box;
        width: 93% !important;
        padding: 0 !important;
        background: #f5f6f8;
    }

    .mainbox .wrap .more-list {
        border-bottom: none;
        padding-top: 45px;
    }

    .gov-site-right,
    .more-right {
        width: 395px;
    }

    .mainbox .wrap {
        box-sizing: border-box;
        width: 100% !important;
        padding: 0;
    }

    .mainbox .bg-white {
        background: #f5f6f8;
    }

    .mainbox .wrap .more {
        padding: 0;
        margin-top: 0;
    }

    .mainbox .wrap .more-list {
        border-bottom: none;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        /* column-gap: 20px; */
        row-gap: 20px;
        margin: 20px;
        /* width: 10rem; */
    }


    .mainbox .wrap .more-list li a {
        display: block;
        overflow: hidden;
    }

    .mainbox .wrap .more-list li {
        background-color: transparent;
    }
}

@media (min-width: 780px) and (max-width: 1175px) {
    .more-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        row-gap: 20px;
    }
}



.more-list li {
    height: 98px;
    font-size: 18px;
    line-height: 48px;
    color: #4A4A4A;
    font-weight: bold;
    box-sizing: border-box;
    text-align: left center;
    padding-top: 25px;
    padding-left: 20px;
    border-bottom: none;
}

.more-list li:hover a {
    color: #9C130A;
}

.more-list li:nth-child(1) {
    background: url('/material/images/link-bg1.png') no-repeat;
    background-size: 100% 100%;
}

.more-list li:nth-child(2) {
    background: url('/material/images/link-bg2.png') no-repeat;
    background-size: 100% 100%;
}

.more-list li:nth-child(3) {
    background: url('/material/images/link-bg3.png') no-repeat;
    background-size: 100% 100%;
}

.more-list li:nth-child(4) {
    background: url('/material/images/link-bg4.png') no-repeat;
    background-size: 100% 100%;
}

.more-list li:nth-child(5) {
    background: url('/material/images/link-bg5.png') no-repeat;
    background-size: 100% 100%;
}

.ckgd {
    margin: 20px auto;
    color: #fff;
    width: 11rem;
    font-size: 0.5rem;
    letter-spacing: 0.1rem;
    line-height: 2em;
    padding: 0.18rem 1.2rem 0.8rem 0.5rem;
    background: url(http://www.fcgs.gov.cn/material/images/mobile/more_gt.png) no-repeat;
    background-size: 4rem;
    color: #fff;
    font-weight: bold;
}

.ckgdbox {
    text-align: center;
    margin: 0.8rem 0 0 0;
    padding-bottom: 0.5rem;
    display: none;
}

.crumb-nav {
    font-size: 13px;
    padding: 0 10px;
}

.footer {
    background-image: none;
    background-color: #c60000;
}

/* 移动端导航栏背景色 */
.dzjg #tp1,
.dzjg #tp2,
.h-nav {
    background-color: #c60000;
}

/*小司*/
.xiaosi {
    position: fixed;
    top: 50%;
    width: 140px;
    height: 260px;
    /*	background-color: gold;*/
    right: 80px;
    z-index: 9999;
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

.xiaosi.xshide {
    opacity: 0;
    transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    -webkit-transform-origin: right top;
    transform: scale(0.01);
    -moz-transform: scale(0.01);
    -ms-transform: scale(0.01);
    -o-transform: scale(0.01);
    -webkit-transform: scale(0.01);
}

.close-xs {
    position: absolute;
    top: -10px;
    right: -20px;
    cursor: pointer;
}

.xiaosi img {
    position: absolute;
    right: 0;
}

.xiaosi div {
    display: none;
    position: absolute;
    top: 20px;
    right: 120px;
}

.xiaosi div p {
    padding: 10px;
    width: 180px;
    height: 90px;
    font-size: 14px;
    color: #17366C;
    background-color: white;
    border: 1px solid #17366C;
    border-radius: 6px;
}

.xiaosi div button {
    margin-top: 20px;
    border: 1px solid #17366C;
    border-radius: 6px;
    background-color: white;
    font-size: 14px;
    color: #17366C;
    padding: 4px 6px;
    margin-left: 110px;
}

.xiaosi div button:hover {
    background-color: #17366C;
    color: white;
}

.xstx {
    display: none;
    position: fixed;
    top: 70%;
    right: 80px;
}

.xstx-tx {
    border: 1px solid #186fc8;
    border-radius: 50px;
    cursor: pointer;
}

.xstx-font {
    display: none;
    position: absolute;
    margin: -3px 0 0 56px;
}

.xstx-tx:hover {
    border-color: rgba(255, 96, 99, 1.00);
}