@charset "utf-8";
    .container {
        display: none;
    }
    body {
        background: #fff;
    }
    /*版权所有*/
    .copy_right {
        width: 1000px;
        margin: 0 auto;
    }
    .copy_right .copy_right-title {
        width: 100%;
        height: 72px;
        color: #000;
        border-bottom: 1px solid #ebf0f4;
    }
    .copy_content {
        width: 1000px;
        margin: 0 auto;
    }  
    .copy_content > div {
        margin-top: 40px;
    }
    .copy_content .title {
        color: #0376e8;
        margin-bottom: 20px;
    }
    .copy_content .contents {
        line-height: 29px;
        margin-bottom: 20px;
    }
    .copy_content > p {
        margin-top: 40px;
    }