﻿
/* CSS Document */

.banbg {
    width: 100%;
}

.con_list {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    min-width: 320px;
}

.listL {
    overflow: hidden;
    width: 250px;
    margin-top: 5px;
    float: left;
    min-height: 100px;
}

    .listL ul li {
        background: url(imglist_left_libg.gif) no-repeat;
        height: 50px;
        line-height: 50px;
        width: 200px;
        padding-left: 22px;
        margin-top: 7px;
    }

        .listL ul li a {
            font-size: 14px;
            text-decoration: none;
            color: #fff;
            height: 50px;
            line-height: 50px;
            width: 200px;
            padding-left: 22px;
            margin-top: 7px;
        }

            .listL ul li a:hover {
                color: #222;
                font-size: 14px;
                text-decoration: none;
                color: #fff;
                height: 50px;
                line-height: 50px;
                width: 200px;
                padding-left: 22px;
                margin-top: 7px;
            }

.listR {
    overflow: hidden;
    width: 750px;
    margin-top: 5px;
    float: right;
    min-height: 100px;
    height: 700px;
    margin-bottom: 6px;
}

.twopagesrighttop {
    width: 750px;
    height: 38px;
    border-bottom: 1px solid #8D6D34;
    font-size: 14px;
    font-weight: bold;
    color: #8D6D34;
    padding-left: 13px;
    text-align: left;
    line-height: 38px;
}

.twopagesrightnr {
    width: 741px;
    height:auto;
}

.pages {
    width: 741px;
    text-align: left;
}

    .pages ul {
        list-style: none;
        padding-left: 10px;
        padding-right: 10px;
    }

    .pages li {
        height: 35px !important;
        line-height: 35px !important;
        background: url(../images/dian.jpg) no-repeat 5px 14px;
        padding-left: 20px;
    }

    .pages a {
        text-decoration: none;
        color: #323232;
    }

        .pages a:hover {
            text-decoration: none;
            color: #8D6D34;
            cursor: hand;
        }

.zizizi {
    float: left;
}

.date {
    float: right;
    padding-right: 20px;
}

.wp_paging {
    display: block;
    margin-top: 20px;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
    color: #494949;
    float: right;
}

    .wp_paging li {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        float: left;
        margin-top: 5px;
    }

        .wp_paging li span, .wp_paging li a {
            display: inline-block;
            float: left;
            margin-left: 10px;
        }

        .wp_paging li span, .wp_paging li a {
            display: inline-block;
            float: left;
            margin-left: 10px;
        }

        .wp_paging li input {
            font-size: 12px;
            width: 24px;
            height: 15px;
            line-height: 15px;
            border: 1px solid #d5d5d5;
            background: #fff;
            margin-top: 4px;
            text-align: center;
        }