/*
Theme Name: committee
Version: 1.4.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: committee
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, e-commerce, photography, portfolio, rtl-language-support

This theme, like WordPress, is licensed under the GPL.
*/
*{margin:0;padding:0;list-style-type:none;}
/* body{background:url(img/bg.gif);} */
a,img{border:none;}

/* 分页样式 */
.paging{


}
.paging a,.nav-links a{
    border: 1px solid rgba(92,92,92,0.3);
    /* border-radius: 4px; */
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    line-height: 50px;
    color: rgba(92,92,92,0.3);
}
.paging a:hover{
    background: #e40b21;
    color:#fff;
    text-decoration: none;
}
.paging .current{
    pointer-events:none;
    color:#fff;
    background: #e40b21;
    border: none;
}
.paging .previous{
    width: 84px;
    float: left;
}
.paging .next{
    float: right;
    width: 84px;
}
.paging .count{
    margin-right: 31px;
    font-size: 16px;
}
.pagination{
    display: block !important;
}
.navigation{
    text-align: center;
    display: block;
}
.navigation .nav-links .current{
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #e40b21;
    color: white;
    line-height: 52px;
}
.navigation .nav-links .next{
    float: right;
    width: 84px;
}
.navigation .nav-links .prev{
    float: left;
    width: 84px;
}
.navigation .nav-links a:hover{
    background: #e40b21;
    color:#fff;
    text-decoration: none;
}


