body {
    margin: 0px;
    padding: 0px;
    background: #F4EDEA;
    font-family: "微软雅黑";
    background-image: url(/images/new20161206/body-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.page-list {
    min-height: 400px;
}

    .page-list .ad-panel {
        min-height: 200px;
        background-image: url(/images/new20161206/list-page-ad-bg.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .page-list .pager-panel {
        padding: 0px 30px;
    }

    .page-list .list-main {
        min-height: 10px;
        overflow: hidden;
        background: #FFFFFF;
    }

        .page-list .list-main .inner {
            min-height: 10px;
            padding: 10px;
        }

        .page-list .list-main .nav-inner {
            padding: 10px 0px;
        }

        .page-list .list-main .inner .panel {
            min-height: 10px;
            overflow: hidden;
        }

            .page-list .list-main .inner .panel .pheader {
                padding: 10px 0px;
                overflow: hidden;
                border-bottom: 1px solid #CAC1B7;
            }

                .page-list .list-main .inner .panel .pheader .ico {
                    float: left;
                    display: inline-block;
                    width: 30px;
                    height: 30px;
                    background-image: url(/images/new20161206/path-ico.png);
                    background-repeat: no-repeat;
                    background-position: center center;
                }

                .page-list .list-main .inner .panel .pheader .links-labels {
                    float: left;
                    display: inline-block;
                    height: 30px;
                    line-height: 30px;
                    padding: 0px 5px;
                    color: #555555;
                    font-size: 14px;
                }

                    .page-list .list-main .inner .panel .pheader .links-labels .item {
                        color: #555555;
                        text-decoration: none;
                        padding: 0px 2px;
                    }

                        .page-list .list-main .inner .panel .pheader .links-labels .item:hover {
                            text-decoration: underline;
                        }

            .page-list .list-main .inner .panel .pbody {
                padding: 10px 0px;
            }

                .page-list .list-main .inner .panel .pbody .item {
                    padding: 5px 0px;
                    overflow: hidden;
                }

                    .page-list .list-main .inner .panel .pbody .item .text {
                        float: left;
                        font-size: 14px;
                        color: #333333;
                        text-decoration: none;
                    }

                        .page-list .list-main .inner .panel .pbody .item .text:hover {
                            text-decoration: underline;
                            color: #B4211A;
                        }

                    .page-list .list-main .inner .panel .pbody .item .time {
                        float: right;
                    }

        .page-list .list-main .nav-inner {
            padding: 0px;
        }

            .page-list .list-main .nav-inner .panel {
                min-height: 10px;
                overflow: hidden;
            }

                .page-list .list-main .nav-inner .panel .title {
                    min-height: 60px;
                    line-height: 60px;
                    font-size: 20px;
                    background: #B5221B;
                    color: #FFFFFF;
                    padding: 0px 10px;
                    background-image: url(/images/new20161206/list-nav-title-bg.png);
                    background-repeat: no-repeat;
                    background-position: right center;
                }

                .page-list .list-main .nav-inner .panel .small-title {
                    min-height: 30px;
                    line-height: 30px;
                    font-size: 16px;
                    background: #B5221B;
                    color: #FFFFFF;
                    padding: 0px 10px;
                    background-image: url(/images/new20161206/list-nav-title-bg.png);
                    background-repeat: no-repeat;
                    background-position: right center;
                }

                .page-list .list-main .nav-inner .panel .body {
                    background-color: #F5EBDF;
                    background-image: url(/images/new20161206/list-nav-bg.png);
                    background-repeat: repeat-y;
                    background-position: 0px center;
                    min-height: 100px;
                }

                    .page-list .list-main .nav-inner .panel .body .item {
                        display: block;
                        padding: 10px 0px;
                        color: #71472B;
                        font-size: 16px;
                        text-align: center;
                        text-decoration: none;
                    }

                        .page-list .list-main .nav-inner .panel .body .item:hover {
                            text-decoration: underline;
                        }

                    .page-list .list-main .nav-inner .panel .body .active {
                        background-image: url(/images/new20161206/list-nav-item-active.png);
                        background-repeat: no-repeat;
                        background-position: left center;
                    }

                .page-list .list-main .nav-inner .panel .small-body {
                    padding: 10px 0px;
                }

                    .page-list .list-main .nav-inner .panel .small-body .item {
                        display: block;
                        padding: 3px 10px;
                        color: #333333;
                        font-size: 14px;
                        text-align: left;
                        text-decoration: none;
                    }

                    .page-list .list-main .nav-inner .panel .small-body a {
                        display: block;
                        padding: 3px 10px;
                        color: #333333;
                        font-size: 14px;
                        text-align: left;
                        text-decoration: none;
                    }
.main-content {
margin-top:20px;
}.main-content .inner{
padding:0px 30px;
}
.main-content .inner .panel {
      min-height: 10px;
overflow: hidden;
padding: 5px;
background-color: #FFFFFF;
background-image: url(/images/new20161206/index-main-content-bg.png);
background-repeat: repeat-x;
background-position: center bottom;
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0,.5);
-moz-box-shadow: 0 0 2px rgba(0, 0, 0,.5);
box-shadow: 0 0 2px rgba(0, 0, 0,.5);
} .main-content .inner .panel .inner-block {
                min-height: 10px;
                padding: 5px;
            }
                .main-content .inner .panel .inner-block .bheader {
                    min-height: 30px;
                    border-bottom: 1px solid #AC0009;
                    color: #AC0009;
                }
                .main-content .inner .panel .inner-block .sliderheader {
                    border-bottom: none;
                }
                .main-content .inner .panel .inner-block .bheader .label {
                    display: inline-block;
                    min-height: 30px;
                    line-height: 30px;
                    float: left;
                }
                .main-content .inner .panel .inner-block .bheader .more {
                    float: right;
                    text-decoration: none;
                    color: #333333;
                    font-size: 12px;
                    padding: 0px 5px;
                }
                .main-content .inner .panel .inner-block .bheader .ico {
                    padding-right: 5px;
                }
                .main-content .inner .panel .inner-block .bbody {
                    min-height: 30px;
                    overflow: hidden;
                    padding: 10px 0px;
                }
                    .main-content .inner .panel .inner-block .bbody .item {
                        overflow: hidden;
                        padding: 3px 0px;
                        font-size: 14px;
                        color: #333333;
                        line-height: normal;
                    }
                        .main-content .inner .panel .inner-block .bbody .item .title {
                            color: #333333;
                            text-decoration: none;
                            float: left;
                        }
                            .main-content .inner .panel .inner-block .bbody .item .title:hover {
                                text-decoration: underline;
                            }
                        .main-content .inner .panel .inner-block .bbody .item .time {
                            float: right;
                        }