<!--
<style> 
body{ text-align:center} 

.div{ margin:0 auto; width:70%; height:100px; background:#5B5B5B; color:#000000} 
/* css注释：为了观察效果设置宽度 边框 高度等样式 */ 

.urltext{
    text-decoration:underline;
    text-align: center;        /*文字水平居中对齐*/
    overflow:hidden;
    color: #F00

} /* underline下划线 */ 

.bottom{
    margin: 0 auto;
    width: 65%;
    min-width: 950px;
    background-color: #BEBEBE;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
</style>
-->