body { font-family: 'Microsoft YaHei'; } .north { height: 120px; overflow: hidden; } .north-w { height: 80px; width:100%; background: url(/img/u23.png) no-repeat 0 0; background-size: 100% 100%; } .north-b { height: 40px; width: 100%; background: red; } .north-b ul { margin: 0px; padding: 0px; height: 40px; width: 100%; background: #0293D9; color: white; } .north-b ul li { margin: 0px; padding: 0px; list-style-type: none; width: 130px; height: 40px; border-right: 1px solid lightblue; line-height: 36px; display: inline-block; text-align: center; font-weight: 700; font-size: 13px; cursor: pointer; } .north-b ul li:hover { background: #106294; } .north-b .active { background: #106294; } .north-left { display: inline-block; } .north-left img{ height: 70px; margin-top: 8px; margin-left: 20px; } .north-left span { line-height: 94px; /* background: red; */ height: 145px; vertical-align: top; font-size: 22px; color: white; } .north-right { height: 70px; width: 200px; position: absolute; top:8px; right: 20px; color: white; text-align: right; padding-top: 10px; } .north-right p { line-height: 9px; } .north-right p>span { font-weight: 600; margin-right: 5px; } .north-right p a { color: white; margin-left: 3px; margin-right: 3px; } .north-right p a:hover { text-decoration: underline; } .wu-side-tree .tree-node { padding:3px 0px; } a,a:link { color:#000; text-decoration:none; outline:none; } a:hover,a:focus { text-decoration:none; color:#39f; } .south { background:#e0ecff; text-align: center; height: 30px; }