.content {
    margin-top: 10px;
    background: #fff;
    padding: 0 5px;
}
.header.index-header,.nav {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.box,.nav {
    overflow: hidden
}

.box {
    padding: 3px 4px;
    background: #6b6b6b;
    /*margin: 5px 0;*/
    /*background: linear-gradient(#e2ac32, #e2ac32);*/
}

html {
    background: url("../img/bj.jpg") fixed!important;
}

.nav {
    border-top: 1px solid #000
}


.cus-bg-box {
    /*background-image: url("../img/bg1.jpeg");*/
    padding-top: 16px;
    padding-bottom: 80px;
    position: relative;
    min-height: 15px;
    width: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.cus-bg-box .content-area table,
.cus-bg-box .content-area table td {
    table-layout: fixed;
    width: 100%;
    border-color: #aaa!important;
    background-color: transparent!important;
}
.cus-bg-box:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 85px;
    /*background-image: url("../../img/bg1.jpeg");*/
    background-size: 100% auto;
    transform: scaleY(-1);
    background-repeat: no-repeat;
}

.list-title {
    /*background-image: url("../img/tbg.jpeg");*/
    color: #301809;
    font-weight: 600;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18pt;
    margin: 0 auto;
    text-align: center;
    /*background-size: 100% 100%;*/
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
}
.content-area {
    position: relative;
    padding: 15px 54px 12px;
    background: #fff;
}
.accordion .list-title {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 16pt;
    background: #c4c4c4;
    text-align: left;
    color: #fff;
    margin-bottom: 5px;
    padding-left: 5px;
}

.copyright {
    width: 80%;
    margin: 0 auto 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    text-align: center;
}


@media screen and (max-width: 610px) {
    .list-title {
        width: 75%;
        font-size: 11pt;
        line-height: 35px;
        height: 34px;
        background-size: 96% 40px;
    }
    .list-title span,
    .list-title strong {
        font-size: 11pt!important;
    }
    .cus-bg-box {
        padding-bottom: 50px;
    }
    .cus-bg-box:after {
        height: 50px;
    }
    .content-area {
        padding: 10px 30px 0;
    }
}

@media screen and (max-width: 505px) {
    .list-title {
        width: 75%;
        font-size: 11pt;
        line-height: 35px;
        height: 32px;
        background-size: 96% 40px;
    }
    .list-title span,
    .list-title strong {
        font-size: 11pt!important;
    }
    .cus-bg-box {
        padding-bottom: 50px;
    }
    .cus-bg-box:after {
        height: 50px;
    }
    .content-area {
        padding: 10px 30px 0;
    }

}

@media screen and (max-width: 429px) {

}

@media screen and (max-width: 409px) {
    .list-title {
        width: 75%;
        font-size: 10pt!important;
        line-height: 30px;
        height: 28px;
        background-size: 96% 40px;
    }
    .list-title span,
    .list-title strong {
        font-size: 10pt!important;
    }
    .cus-bg-box {
        padding-bottom: 40px;
    }
    .cus-bg-box:after {
        height: 40px;
    }
    .content-area {
        padding: 10px 28px 0;
    }
}

@media screen and (max-width: 374px) {
    .list-title {
        font-size: 10pt;
        line-height: 22px;
        height: 20px;
        background-size: 60% 40px;
    }
    .cus-bg-box {
        padding-bottom: 30px;
    }
    .cus-bg-box:after {
        height: 30px;
    }
    .content-area {
        padding: 10px 20px 0;
    }
}

.logo-box {
    height: 70px;
    padding: 12px 0;
}

.logo-box  .logo {
    float: left;
}

.logo-box .logo  .logo-img {
    height: 46px;
}

.logo-box .center {
    float: left;
    margin-left: 15px;
}
.logo-box .center img {
    height: 46px;
}

.logo-box .bank {
    float: right;
    margin-right: 10px;
}

.logo-box .bank img {
    height: 46px;
}
/*.clearfix:before, .clearfix:after {*/
/*    content: "";*/
/*    display: table;*/
/*}*/
/*.clearfix:after {*/
/*    clear: both;*/
/*}*/
.detail-content {
    padding: 5px;
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 99;
}