﻿.pagebottom {
    width: 100%;
    display: inline-table;
    margin: 30px 0;
}

.pagebottominner {
    margin: 0 auto;
    text-align: center;
    width: 714px;
    height: 56px;
    font-family: "Microsoft Yahei",SimHei, Arial, Helvetica, sans-serif,"Lucida Grande",Verdana,Corbel,"Bitstream Vera Sans","DejaVu Sans",sans-serif;
}

.number {
    text-align: center;
    float: left;
    margin-top: 4px;
    width: 230px;
    font-size: 14px;
}

.previous a, .next a {
    float: left;
    text-align: center;
    width: 240px;
    height: 40px;
    font-size: 18px;
    color: #666;
    border: solid 1px #ccc;
    padding: 14px 0 0 0;
}

.previous a {
    background: url(/images/search2016/p1.png) no-repeat 86px 17px;
}
/* 21px 修改*/
.next a {
    background: url(/images/search2016/n1.png) no-repeat 145px 16px;
}

    .previous a:hover, .next a:hover
    {
        border: solid 1px #29bf9c;
        color: #29bf9c;
        text-decoration: none;
    }

.previous a:hover {
    background: url(/images/search2016/p2.png) no-repeat  86px 17px;
}

.next a:hover {
    background: url(/images/search2016/n2.png) no-repeat 145px 16px;
}
/* 21px 修改*/
.number input {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
    border: solid 1px #ccc;
}

.topbut {
    position: fixed;
    right: 0;
    bottom: 50px;
    width: 40px;
    height: 40px;
    background-color: red;
    background: url(/images/search2016/top1.png?v=1) no-repeat 4px 10px #fff;
    border: solid 1px #ccc;
    z-index: 1100;
}

    .topbut:hover
    {
        background: url(/images/search2016/top2.png) no-repeat 4px 10px #fff;
        border: solid 1px #29bf9c;
    }

.img_bar span.img_same {
    float: right;
    margin-right: 6px;
    width: 28px;
    height: 28px;
    background: url(/images/search2016/ico_same1.png?v=1) center center no-repeat;
    cursor: pointer;
}

    .img_bar span.img_same:hover {
        background: url(/images/search2016/ico_same4.png?v=20190103) center center no-repeat;
    }

.img_bar span.img_download:hover {
    background: url(/images/search2016/ico_download3.png?v=1) center center no-repeat;
}

.img_bar span.img_downloadhigh:hover {
    background: url(/images/search2016/ico_downloadhigh.png?v=1) center center no-repeat;
}

.img_bar span.img_fav:hover {
    background: url(/images/search2016/ico_fav_on.png?v=1) center center no-repeat;
}


/*scroll*/
.extrude { /*position:fixed;*/
    top: 0px;
    box-shadow: 0px 2px 2px #333;
    margin: 0px 0px;
    background-color: white;
    width: 100%;
    padding-left: 0;
    padding-right: 9px;
    box-sizing: border-box;
    height: 51px;
}

.extrude_search {
    position: fixed !important;
    top: 1.5px;
    left: 545px;
    margin: 2px 10px !important;
    border: 1px solid #d3d3d3;
    z-index: 9999;
}

    .extrude_search .input_keyword input {
        height: 40px;
        width: 200px;
    }

    .extrude_search .icon_search {
        width: 40px;
        height: 40px;
    }

    .extrude_search .select_item .select_item_chosen {
        margin-top: 3px;
    }

.extrude_pager {
    margin-left: 3px;
    margin-top: 10px;
}

.extrude_hide {
    display: none;
}

/*清除关键词按钮样式*/
.key_close_div {
    position: absolute;
    top: 5px;
    right: 56px;
    display: block;
}

    .key_close_div img {
        cursor: pointer;
    }
