﻿html {
    overflow-y: scroll;
}

body {
    background: #fff;
    font: 16px/1.5 "微软雅黑",Arial,tahoma,arial,Hiragino Sans GB;
    margin: 0;
    padding: 0;
}

a:link {
    text-decoration: none;
    color: #1e1e1e;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #1e1e1e;
}

a:active {
    text-decoration: none;
    color: #1e1e1e;
}

a img {
    border: 0;
}

form, p, span, div, ol, h1, h2, h3, h4, h5, h6, table, td, img, select, input, dl, dt, dd {
    margin: 0;
    padding: 0;
}

h4 {
    font-size: 16px;
}

ul, li {
    margin: 0;
    padding: 0;
    padding-right: 3px;
    list-style: none;
}

header, section, footer, nav {
    display: block;
    margin: 0;
    padding: 0;
}

.header-top {
    background-color: #df3031;
    padding: 4px 10px;
    border-bottom: 1px solid #f36d6d;
}

    .header-top h1 {
        width: 0;
        height: 0;
        overflow: hidden;
    }

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.header_xnav {
    font-weight: normal;
    line-height: 32px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #f39800;
}

.logo {
    width: 118px;
    height: 30px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pl {
    padding-left: 8px;
}

.clear {
    clear: both;
}

.height {
    height: 8px;
    clear: both;
}

.header-dl {
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    border-right: 1px solid #c42727;
    padding-right: 6px;
}

    .header-dl a {
        color: #ffffff;
    }

.header-dh {
    width: 36px;
    height: 30px;
    background: url("Images/nav2.png") no-repeat right;
    display: block;
    background-size: auto 100%;
    border-left: 1px solid #f36d6d;
}

.block-head {
    line-height: 38px;
    background-color: #f6f6f6;
    border-top: 1px solid #d4d4d4;
    position: relative;
    border-bottom: 1px solid #ef9898;
}

    .block-head a {
        margin-right: 6px;
    }

.more {
    float: right;
}

.footer {
    font-size: 14px;
    text-align: center;
    position: relative;
}

.footer-nav {
    background-color: #df3031;
    font-size: 16px;
}

    .footer-nav li {
        display: inline-block;
        padding: 0px 8px;
        line-height: 45px;
        color: #fff;
    }

        .footer-nav li a {
            color: #fff;
            display: block;
        }

.toTop {
    width: 30px;
    height: 30px;
    /*background: url("Images/to-top.png") no-repeat 5px 7px;*/
    background-size: 50%;
    display: block;
    position: absolute;
    top: 8px;
    right: 5px;
}
/*分页控件样式
-----------------------------------------------------------*/
.pagination {
    text-align: center;
    display: inherit;
    padding-top: 10px;
    clear: both;
}

    .pagination a {
        text-decoration: none;
        border: 1px solid #d4d4d4;
        color: #000;
    }

    .pagination a, .pagination span {
        padding: 0.1em 0.4em;
        margin-right: 1px;
        margin-bottom: 5px;
    }

    .pagination .current {
        background: #26B;
        color: #fff;
        border: 1px solid #AAE;
    }

        .pagination .current.prev, .pagination .current.next {
            color: #999;
            border-color: #999;
            background: #fff;
        }

    .pagination input[type="text"] {
        width: 40px;
        border: 1px solid #CCC;
    }

    
/*****添加、编辑盒子*******/
.addbox{height:auto;margin-top:20px;}
.ab{margin-top:4px;display:block;width:100%;height:auto;overflow:hidden;}
.abname{display:block;float:left;width:95px;text-align:right;padding:1px 4px 0 0;color:#666;font-weight:bold;height: 30px;}
.abinput{display:block;float:left;text-align:left;margin-left:5px;}
.kedit{width:80%;}
.abtip{display:block;float:left;padding:6px 0 0 0;margin-left:8px;min-width:5px;}
.ad-btn{display:block;margin-top:30px;margin-bottom:30px; text-align:center;}
.ad-btn span{margin-left:20px;}