@charset "utf-8";
.dede_pages {
    text-align: center;
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 20px;
    overflow: hidden
}

.dede_pages ul {
    padding: 9px 0 9px 16px;
    text-align: center
}

.dede_pages ul li {
    float: left;
    font-family: Tahoma;
    line-height: 28px;
    margin-right: 6px;
    padding: 0 8px;
    list-style: none;
    border: 1px solid #ccc
}

.dede_pages ul li select {
    height: 28px;
    width: 50px;
    line-height: 28px;
    text-align: center
}

.dede_pages ul li a {
    float: left;
    color: #555;
    display: block;
    padding: 0 8px;
    line-height: 28px
}

.dede_pages ul li a:hover {
    color: #690;
    text-decoration: none;
    line-height: 28px;
    padding: 0 8px
}

.dede_pages ul li.thisclass, .dede_pages ul li.thisclass a, .pagebox ul li.thisclass a:hover {
    background-color: #f8f8f8;
    padding: 0 8px;
    font-weight: 700
}

.dede_pages .pageinfo {
    line-height: 28px;
    padding: 12px 10px 12px 16px;
    color: #999
}

.dede_pages .pageinfo strong {
    color: #555;
    font-weight: 400;
    margin: 0 2px
}

.language {
    position: absolute;
    right: 10%;
    top: 25px;
    font-size: 12px;
    z-index: 100
}

.language a {
    margin-left: 15px
}

.language .language-ico {
    padding: 0 0 0 20px;
    background-repeat: no-repeat;
    background-position: left center
}


.fancy-title {
    position: relative;
    margin-bottom: 20px
}

.fancy-title h1, .fancy-title h2, .fancy-title h3, .fancy-title h4, .fancy-title h5, .fancy-title h6 {
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding-right: 15px;
    margin-bottom: 0
}

.fancy-title h4, .fancy-title h5, .fancy-title h6 {
    padding-right: 10px
}

.fancy-title.title-double-border:before, .fancy-title.title-border:before, .fancy-title.title-border-color:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    border-top: 3px double #e5e5e5;
    left: auto;
    top: 46%;
    right: 0
}

.fancy-title.title-border:before {
    top: 49%;
    border-top: 1px solid #eee
}

.fancy-title.title-border-color:before {
    top: 49%;
    border-top: 1px solid #ff3e3e;
    opacity: .6
}

.fancy-title.title-bottom-border h1, .fancy-title.title-bottom-border h2, .fancy-title.title-bottom-border h3, .fancy-title.title-bottom-border h4, .fancy-title.title-bottom-border h5, .fancy-title.title-bottom-border h6 {
    display: block;
    font-size: 24px;
    background: 0 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #ff3e3e;
}

.accordion {
    margin-bottom: 20px
}

.acctitle {
    display: block;
    position: relative;
    line-height: 24px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #444;
    cursor: pointer;
    border-top: 1px dotted #ddd;
    padding: 10px 0 10px 20px
}

.acctitlec {
    cursor: auto
}

.acctitle:first-child {
    border-top: none
}

.acctitle i {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    text-align: center;
    font-size: 14px;
    line-height: 44px
}

.acctitle i.acc-open, .acctitlec i.acc-closed {
    display: none
}

.acctitlec i.acc-open {
    display: block
}

.acc_content {
    position: relative;
    padding: 0 0 15px 20px
}

.accordion.accordion-bg .acctitle, .accordion.accordion-bg .acctitlec {
    background-color: #eee;
    line-height: 44px;
    padding: 0 0 0 36px;
    margin-bottom: 5px;
    border-top: 0;
    font-size: 18px;
}

.accordion.accordion-bg .acctitle i {
    left: 14px;
    line-height: 44px
}

.accordion.accordion-bg .acc_content {
    padding: 10px 0 15px 26px
}

.accordion.accordion-border {
    border: 1px solid #ddd;
    border-radius: 4px
}

.accordion.accordion-border .acctitle, .accordion.accordion-border .acctitlec {
    border-color: #ccc;
    line-height: 44px;
    padding: 0 15px 0 36px
}

.accordion.accordion-border .acctitle i {
    left: 14px;
    line-height: 44px
}

.accordion.accordion-border .acc_content {
    padding: 0 15px 15px 36px
}

.accordion.accordion-lg .acctitle {
    font-size: 23px;
    line-height: 44px;
    padding-left: 30px;
    font-weight: 400
}

.accordion.accordion-lg .acctitle i {
    width: 20px;
    font-size: 20px;
    line-height: 64px
}

.accordion.accordion-lg .acc_content {
    padding: 10px 0 30px 30px
}

.nomargin {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    background-color: #301c99;
    color: #fff;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    margin-bottom: 20px;
}