.list_box .list_ban{
    width: 100%;
    height: auto;
    position: relative;
    font-size: 0;
}
.list_ban img{
    width: 100%;
}
.list_ban span{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 40px;
    transform: translate(-50%, -50%);
}
.list_box .list_nav{
    height: 48px;
    line-height: 48px;
    width: 100%;
    background: #eeeeee;
    color: #888888;
    font-size: 14px;
}
.list_nav p{
    width: 1200px;
    margin: 0 auto;
}
.list_nav p a{
    color: #888888;
}
.list_nav a.current{
    color: #555555;
}

/* PC列表开始 */
.photo_list_first{
    width: 1200px;
    margin: 50px auto;
}

.photo_list_first ul li{
    width: 380px;
    height: 312px;
    float: left;
    background: #fff;
    box-shadow: 2px 2px 12px rgb(85 85 85 / 12%);
    padding: 10px;
    margin-right: 30px;
    margin-bottom: 36px;
}
.photo_list_first ul li:nth-child(3n+3) {
    margin-right: 0;
}

.list_cont_li a{
    display: block;
    color: #555;
}
.list_cont_li .img_box{
    width: 360px;
    height: 240px;
    position: relative;
}
.list_cont_li .img_box img{
    width: 100%;
    height: 100%;
}
.list_cont_li .img_box::before{
    width: 36px;
    height: 36px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    background: url(../images/photo.png) no-repeat;
}
.list_cont_li .list_i_r{
   
    text-align: center;
    font-size: 20px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
}

.list_cont_li a:hover{
    color:#004e96;
}

/* PC列表结束 */

/* 分页 */
.fy{
    width: 1200px;
    color: #fff;
    margin: 0 auto 70px;
    height: 22px;
    text-align: center;
}
.fy a{
    color: #555555;
    margin: 0 15px;
}
.fy a.link1{
    margin-left: 5px;
    margin-right: 5px;
}
.fy a:hover{
    color: #004e96;
}
.fy a.link_ud:hover{
    text-decoration:underline;
}
.fy a.active{
    color: #004e96;
    text-decoration:underline;
}
.fy_mobile{
    display: none;
}

/* 移动端样式 */
@media screen and (max-width: 768px) {


    .list_nav{
        display: none;
    }
    .list_ban img{
        height: 2rem;
    }
    /* 移动端列表开始 */
    .photo_list_first{
        width: calc(100% - 0.72rem);
        margin: 0.6rem 0.36rem;
    }
    .photo_list_first ul li{
        width: 100%;
        padding: 0.2rem;
        height: auto;
    }
    .photo_list_first ul li .img_box{
        width: 100%;
        height: 4.3rem;
    }
    .list_cont_li .img_box::before{
        width: 0.72rem;
        height: 0.72rem;
        position:absolute ;
        right: 0.2rem;
        bottom: 0.2rem;
    }
    .list_cont_li .list_i_r{
        width: 100%;
        font-size: 0.3rem;
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }

    /* 移动端列表结束 */


    .list_ban span{
        font-size: 0.48rem;
    }

    .fy{
        display: none;
    }

    .fy_mobile{
        width: 100%;
        display: block;
        margin-bottom: 0.6rem;
    }
    .fy_mobile a {
        display: block;
        width: 1.8rem;
        height: 0.6rem;
        background: rgba(199, 199, 199, 0.1);
        border-radius: 0.3rem;
        border: 1px solid #cccccc;
        font-size: 0.24rem;
        color: #888;
        line-height: 0.6rem;
        text-align: center;
        margin: 0 auto;
    }

}