
    * {
        margin: 0;
        padding: 0;
    }
    
    a:link {
        text-decoration: none;
    }
    
    a:visited {
        text-decoration: none;
    }
    
    a:hover {
        text-decoration: underline;
    }
    
    ul {
        list-style-type: none;
    }
    
    li {
        list-style-type: none;
    }
    /*底部版权start*/
    .youth-footer-div {
        margin-top: 30px;
        clear: both;
    }
    
 
    .footercon {
        width: 1000px;
        margin: 0 auto;
        position: relative;
    }

    
    .youth-copyright {
        width: 100%;
        min-width: 1280px;
        height: 200px;
        float: left;
        background-color: #216ed8;
    }
    
    .youth-copyright01 {
        margin-top: 30px;
        width: 1000px;
        text-align: center;
    }
    
    .youth-copyright01 p {
        font-size: 14px;
        line-height: 32px;
        font-family: "SimSun", Arial, Helvetica, sans-serif;
    }
    
    .youth-copyright01 p img {
        display: inline-block;
    }
    
    .youth-copyright01 p a,
    .youth-copyright01 p span {
        color: #fff;
        padding: 0px 10px;
    }
    
    .youth-copyright01 p span.line_x {
        padding: 0px;
    }
    /*底部版权end*/
