*{
    margin: 0;
    padding: 0;
    list-style: none;
}

body{
    background: #fff!important;
}

.w{
    width: 1200px;
    margin: 0 auto;
}

.img1{
    display: block;
}

.img2{
    display: none;
}

.img3{
    width: 16px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.img4{
    width: 16px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.banner{
    width: 100%;
}

.banner img{
    max-width: 100%;
}

.content{
    background: url(../images/bac.png) center no-repeat;
    background-position: 0 100%;
    background-size: 100% auto;
}

.title{
    margin-top: 3.2rem;
}

.title img{
    max-width: 100%;
    margin: 0 13.5rem;
}

.content_list{
    margin-top: 3rem;
    overflow: hidden;
}

.content_list li{
    list-style: none;
    width: 530px;
    height: 82px;
    /* border: .1rem solid #999; */
    float: left;
    /* border-radius: 10px; */
    margin-left: 0.8rem;
    padding: 10px 25px;
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0,0,0, 0.1);
    background: #fff;
}

.content_list a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

.content_list li:hover{
    background-color: #0189ff;
}

.content_list li:hover p{
    color: #fff;
}

.content_list .p2{
    /* float: right; */
    position: absolute;
    bottom: 10%;
    right: 5%;
}

.gl-news-pc .min_page{
    margin: 30px auto 0!important;
    padding-bottom: 30px!important;
}

.min_page li{
    border: 1px solid #ccc!important;
    color: #666;
}

.m-min_page li a.on, .min_page .active span{
    background: #0e6aeb!important;
}

.min_page li a{
    background: #fff!important;
    border-radius: 0!important;
    color: #666;
}

.min_page li:hover{
    border: 1px solid #0e6aeb!important;
    background: #fff!important;
}

.min_page li a:hover{
    color: #0e6aeb!important;
}

@media screen and (max-width:1201px){
    .w{
        width: 92%;
    }

    .img1{
        display: none;
    }

    .img2{
        display: block;
        width: 100%;
    }

    .content{
        background: url(../images/m_bac.png) center no-repeat;
        background-position: 0 100%;
        background-size: 100% auto;
    }

    .title{
        margin-top: 2rem;
    }

    .title .img2{
        width: 70%;
        margin: 0 auto;
    }

    .content_list{
        margin-top: 1rem;
    }

    .content_list li{
        /* border: 0.01rem solid #999; */
        margin: 0.8rem 0.1rem;
        /* max-width: 100%; */
        /* max-height: .82rem; */
        padding: 1rem 1rem;
        width: 89%;
        height: 4rem;
        box-shadow: 0 0 10px 0 rgba(0,0,0, 0.1);
    }

    .content_list a{
        font-size: 1rem;
    }

    

    /* .gl-news-pc .zj_footer-pc{
        display: none!important;
    }

    .gl-news-pc .zj_footer-m{
        display: block!important;
    } */
}

@media screen and (max-width:750px){
    .gl-news-pc .min_page{
        margin: 2rem auto 0!important;
        padding-bottom: 2rem!important;
    }
}