<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2016-7-5, 16:56:59
    Author     : zhangxu
    è¿™é‡Œå…¨éƒ¨å…³äºŽè¡Œä¸šçš„æ&nbsp;·å¼
*/

.middle2{
    width: 960px;
    min-width: 960px;
    margin: 0px auto;
}

/*å¤´éƒ¨*/
.header{
    height: 90px;
}

.nav-wrap {
    width: 100%;
    height: 33px;
    background: #33ccff;
}
.nav {
    width: 1110px;
    height: 33px;
    margin: 0 auto;
    line-height: 33px;
    overflow: hidden;
}
.nav li a{
    float: left;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

/*ä¸»ä½“*/
.hymain{
    background: #f6f6f6;
    width: 100%;
    min-width: 1110px;
    min-height: 100px;
    padding: 10px 0px;
}
.hymain .middle{
    border:1px #d9d9d9 solid;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 7px 0;
    background-color: rgba(255,255,255,0.90);
}
.domain {
    line-height: 35px;
    padding: 2px 0;
    padding-right: 10px;
    position: relative;
}
.domain-left {
    width: 72px;
    padding-left: 10px;
    float: left;
    color: #000;
    font-weight: bold;
}
.domain-right {
    float: right;
    width: 1000px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
}

.hyurl li {
    width: 150px;
    margin-right: 12px;

    font-size: 14px;
    border: none;
    float: left;
}
.hyurl li a{
    color:#333;
}

.url_list{
    border-bottom: none !important;
}

.url_list em {
    width: 16px;
    height: 16px;
    background: url(../Img/icon.png) no-repeat;
    display: inline-block;
    float: right;
    cursor: pointer;

}
.url_list em {
    background-position: 2px -1083px;
}

/*è¡Œä¸šå¯¼èˆªé¦–é¡µ*/
.hy_index li{
    float: left;
}
.hy_index li img{
    margin: 10px;
}
</pre></body></html>