.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;
}

/* 列表部分 */
.list_content{
    width: 1200px;
    margin: 50px auto;
}

.list_content ul li{
    width: 1200px;
    overflow: hidden;
    background: #fff;
    box-shadow: 2px 2px 12px rgba(85,85,85,0.12);
    margin-bottom: 30px;
    padding: 30px;
    overflow: hidden;
}
.list_cont_li .list_i_l{
    float: left;
}
.list_cont_li .list_i_l img{
    margin-right: 30px;
} 
.list_cont_li .list_i_r{
    float: left;
    width: calc(100% - 294px);
    color: #555;
    line-height: 32px;
}
.list_cont_li .list_i_r a{
    display:block;
}

.list_cont_li .list_i_r .p1{
    font-size: 20px;
    color: #222222;
    line-height: 50px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_cont_li .list_i_r .p1:hover{
    color:#004e96;
}

.list_cont_li .list_i_r .p2{
    margin-bottom: 20px;
}


/* 分页 */
.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;
    }
    /* 列表内容 */
    .list_content{
        width: calc(100% - 0.72rem);
        margin: 0.6rem 0.36rem;
    }
    .list_content ul li{
        width: 100%;
        padding: 0.3rem;
    }
    .list_cont_li .list_i_l{
        font-size: 0;
    }
    .list_cont_li .list_i_r{
        width: calc(100% - 2.7rem);
        font-size: 0.75rem;
        line-height: 0.42rem;
    }
    .list_content ul li .list_i_r p{
        font-size: 0.24rem;
        color: #555;
    }
    .list_content ul li .list_i_r .p1{
        font-size: 0.3rem;
        line-height: 0.48rem;
        overflow: auto;
        white-space: normal;
    }
    .list_content ul li .list_i_r .p2{
        display: none;
    }
    .list_content ul .list_i_l img{
        width: 2.4rem;
        margin-right: 0.3rem;
        height: 1.6rem;
    }

    /* 列表样式结束 */


    .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: 2.4rem;
        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;
    }

}