<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.m-header {
    width: 100%;
    height: 160px;
    background: #f5f5f5;
}

.l-logo {
    height: 130px;
}

.w-1200 {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

clearfix::before, .clearfix::after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.m-header-logo {
    width: 61px;
    height: 59px;
    margin-top: 28px;
    margin-right: 25px;
}

.pull-left {
    float: left;
}

.l-logo-tit {
    float: left;
    margin-top: 30px;
    color: #1167b7;
}

.l-logo-tit .font42 {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}

.l-logo-tit {
    color: #1167b7;
}

.m-link {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.icon-line {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 25px;
    height: 1px;
    background: #1167b7;
}

* {
    box-sizing: border-box;
}

.m-nav {
    height: 50px;
    background: #2D66A5;
}

.w-1200 {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.m-nav-ul {
    display: inline-block;
    width: 1000px;
    height: 50px;
}

ul{
    list-style-type: none;
}

.m-nav-ul li {
    position: relative;
    float: left;
    height: 50px;
    width: 16.66667%;
    line-height: 50px;
    text-align: center;
}

.m-nav-ul li.on .menu, .m-nav-ul li .menu:hover {
    color: #1167b7;
    background: #fff;
}

.m-nav-ul li .menu {
    position: relative;
    display: inline-block;
    height: 48px;
    padding: 0 20px;
    margin-top: 2px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

.m-nav-sub {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 48px;
    left: 0;
    width: 112px;
    background: #fff;
    color: #333;
    font-size: 16px;
    line-height: 40px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    z-index: 10;
}

.m-nav-ul li .menu:hover .m-nav-sub {
  visibility: visible;
}
.m-nav-sub a.sub-menu {
  display: block;
  padding: 0 16px;
  color: #333;
}
.m-nav-sub a.sub-menu:hover {
  background: #f7f7f7;
}

.m-nav-sub a.sub-menu {
    display: block;
    padding: 0 16px;
    color: #333;
}

.r-search {
    display: inline-block;
    width: 200px;
    height: 35px;
    margin-top: 7.5px;
    background: #fff;
    border: 1px solid #1167b7;
    border-radius: 20px;
}

.pull-right {
    float: right;
}

.input-search {
    width: 145px;
    height: 33px;
    border: none;
    outline: none;
    border-radius: 5px;
}

input {
    vertical-align: middle;
}

.icon-search {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    padding: 17px;
    background: url(../img/icon-search.png) no-repeat center center;
    cursor: pointer;
}


    .m-header {
      background: url(http://jtysj.nantong.gov.cn/ntjy/resource/theme/img/header-bg.png);
    }
    .sidebar_denglu {
        border-bottom: 1px solid #2D66A5 !important;
    }

    .xitong {
        background-color: #2D66A5 !important;
    }
    .m-footer&gt;div{
position: relative;
 }
.footer-bottom&gt;a{
 display: none;
 }
#_span_jiucuo{
    position: absolute;
    top: 10%;
    left: 80%;
 }
    
    .xt li.pub-user-group {
        background: #2D66A5!important;
    }
    .pub-right-box {
    background: #2D66A5 !important;
    }
.copyright&gt;span&gt;a{
 color:#333;
 }
    </pre></body></html>