@charset "utf-8";
/* CSS Document */


/**** 页尾样式 ****/
#footerbar *{
    font-size:12px;
    margin:0;
    padding:0;
}

#footerbar img{
    border:none;
}
#yobofooter #footerbar {
    width:950px;
    padding-top:25px;
    margin:0px auto;
}

    #footerbar .footerlink {
        width:100%;
        line-height:18px;
        display:block;
    }
    
        #footerbar .footerlink .linktitle {
            height:40px;
            line-height:40px;
            font-weight:bold;
            color:#ff8400;
        }
        
        #footerbar .footerlink .linkitem {
            color:#666;
            text-decoration:none;
        }

        
        #footerbar .footerlink .linkitem:hover {
            color:#ff8400;
        }

    
    #footerbar .footerinfo {
        width:800px;
        text-align:center;
        margin:10px auto;
        padding-top:30px;
    }
    

        #footerbar .footerinfo span {
            padding:0px 2px;
        }

        
        #footerbar .footerinfo a {
            color:#333;
            text-decoration:none;
        }
        
        #footerbar .footerinfo a:hover {
            color:#ff8400;
        }
