/* CSS Document */
/*通用图片列表带分页挂件样式*/
.photo_list_page li{float: left;width: 33.3333%;margin-bottom: 15px}
.photo_list_page li a {display:block;height: 180px;overflow: hidden;border: 1px solid #ddd;text-align: center;margin:0px auto;transition: all 0.5s;background:#fff;}
.photo_list_page li a:hover {box-shadow: 0px 5px 20px rgba(0,0,0,.2);}
.photo_list_page li img{width: auto;height: 100%;transition:all 0.5s;}
.photo_list_page li:hover img {transform:scale(1.2);}
.photo_list_page li p{text-align: center;height: 24px;}

/*通用文章列表带分页挂件样式*/
.pagination {background: #fff;}
#article_list_page li span{float:right;font-size: 12px;}
#article_list_page li{list-style:;border-bottom: 1px dotted #ddd;line-height: 40px;background: url(../images/li-bg0.gif) left center no-repeat;padding-left:15px;}


/*通用招聘岗位信息列表带分页挂件样式*/
#recruit_list_page li span{float:right;}

/*通用列表页分页容器样式*/
#page_box {clear: both;margin-top:20px;}

/*//关键词列表*/
.keywords_input input {margin-bottom: 8px;margin-right: 5px;}
.tongyong_input input {margin-bottom: 8px;margin-right: 5px;}
.pinpai_input input {margin-bottom: 8px;margin-right: 5px;}
.text-center {text-align: center;}

/* 现代化分页样式 */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    background: transparent;
    flex-wrap: wrap;
}

.pagination li:first-child{border-left:solid 1px #ddd}
.pagination li {
    /* margin: 0 1px; */
    border-radius:0 !important;
    display: inline-block;
    border-left:0;
    
}

.pagination li a,
.pagination li span {
    display: inline-block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    background: #fff;
    transition: none;
    min-width: 36px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
    font-weight: normal;
    height: 36px;
    box-sizing: border-box;
    vertical-align: middle;
}

.pagination li a:hover {
    /* background: #f5f5f5;
    color: #333;
    border-color: #a0a0a0;
    text-decoration: none; */
}

.pagination li.active span {
    background: #fff;
    color: #333;
    border-color: #a0a0a0;
    font-weight: normal;
}

.pagination li.disabled span {
    background: #fff;
    color: #999;
    border-color: #c0c0c0;
    cursor: not-allowed;
}

.pagination li.disabled span:hover {
    background: #fff;
    color: #999;
    border-color: #c0c0c0;
}

/* 分页容器样式优化 */
#page_box {
    clear: both;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

/* 分页信息文字样式 */
#page_box .page-info {
    margin-top: 15px;
    color: #666;
    font-size: 13px;
}

/* 响应式分页 */
@media (max-width: 768px) {
    .pagination li a,
    .pagination li span {
        padding: 6px 8px;
        min-width: 32px;
        font-size: 13px;
    }
    
    .pagination li {
        margin: 0 1px;
    }
}
