body {
    background: #f5f5f5;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
    visibility: hidden;
    height: 0;
}

.clearfix {
    *zoom: 1;
}
/* pic_100  一排一个图标 */
.pic_100 {
    width: 100%;
    margin: 0 auto;
}

.pic_100 li {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.pic_100 li img {
    width: 100%;
    height: 100%;
}
/*英烈名录*/
.hero_list {
    background: #f5f5f5;
}

.hero_list li {
    width: 92%;
    float: left;
    overflow: hidden;
    margin: 2%;
    color: #666;
    border-radius: 5px;
    background: #fff;
    padding: 2%;
    margin-top: 10px;
}

.hero_list li a {
    color: #666;
    text-decoration: none;
}

.hero_list li a:hover {
    color: #f00;
}

.hero_list li:hover {
    background: #fff
}

.hero_list .hero_pic {
    width: 40%;
    margin-right: 2%;
    float: left;
    text-align: center;
    overflow: hidden;
}

.hero_list .hero_pic img {
    width: 98%;
    height: 98%;
    text-align: center;
    border: 1px solid #dcdcdc;
}

.hero_list .hero_info {
    width: 56%;
    margin-left: 2%;
    float: left;
}

.hero_list .hero_info  p {
    font-size: 14px;
    line-height: 25px;
}

.hero_list .hero_name {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #b12917;
}

.hero_list .hero_btn {
    text-align: center;
    margin-top: 5px;
}

.hero_list .hero_btn a {
    padding: 5% 10%;
    background: #666;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

.hero_list .hero_btn a:hover {
    color: #fff;
    background: #333;
}

.pagination-layout {
    width: 100%;
}

.pagination-inner {
    width: 95%;
    display: table;
    margin: 15px auto;
}

.pagination-item {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.pagination-prev, .pagination-next {
    line-height: normal;
    text-decoration: none;
    background-color: #f5f5f5;
    background-clip: padding-box;
    color: #666;
    font-size: 15px;
    cursor: pointer;
    display: inline-block;
    vertical-align: sub;
    padding: 5px 0px;
    width: 100%;
}

.pagination-prev, .pagination-next {
    border-radius: 3px;
    border: 1px solid #a8a8a8;
}

.pagination-prev-abled, .pagination-next-abled {
    color: #007aff;
    background: #fff;
    border-color: #007aff;
}

.pagination-total, .pagination-pages {
    font-size: 14px;
}

.pagination-items {
    text-align: center;
    width: 100%;
}

.pagination-item-link {
    display: inline-block;
    border: 1px solid #a8a8a8;
    color: #666;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    line-height: 30px;
}

.pagination-current {
    background: #007aff;
    border: 1px solid #007aff;
    color: #fff;
}

.pagination-prev:active, .pagination-next:active {
    background-color: #F4F7F9;
}

/* 搜索 */
.search-line{
    display: flex;
    width: 90%;
    margin: 20px auto 10px auto;
    background-color: #fcf1b2;
    border-radius: 5px;
    border: 2px solid #e03a15;
}

.search-input{
    outline: none;
    border: none;
    height: 36px;
    line-height: 36px;
    width: 80%;
    background: transparent;
    text-indent: 10px;
    font-size: 18px;
    color: #333;
}

.search-btn{
    line-height: 36px;
    width: 20%;
    text-align: center;
    background: #e03a15;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

/* 当前城市 */
.position-line{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin: 20px auto 10px auto;
}

.position-label{
    color: #333;
    font-size: 14px;
}

.position-city{
    color: #fff;
    font-size: 14px;
    background: #f60;
    padding: 2px 8px;
    border-radius: 4px;
}

.position-city-icon{
    display: inline-block;
    width: 12px;
    margin-right: 5px;
    vertical-align: sub;
}

ul#pagenav {
    font-size: 14px;
    font-weight: bold;
    list-style: none;
    margin-top:16px;
    float:left;
    margin-right:0px
}

#pagenav li {
    list-style: none;
    background-color: #fff;
    margin: 0px;
    display: block;
    float: left;
    margin-left: 2px;
    margin-right: 2px;
}

#pagenav li.disabled {
    border: 1px solid #DDDDDD;
    padding: 4px 10px 4px 10px;
    color: #ccc;
}

#pagenav li.current {
    border: 1px solid #666666;
    padding: 4px 10px 4px 10px;
    background-color: #666666;
    color: #fff;
}

#pagenav li.none {
    border: 1px none;
    padding: 4px 10px 4px 10px;
}

#pagenav li a {
    border: 1px solid #b4cccc;
    padding: 4px 10px 4px 10px;
    display: block;
    text-decoration: none;
    color: #b4cccc;
}

#pagenav li a:hover {
    border: 1px solid #666666;
    color: #000;
}