    ul,
    dl {
        list-style: none;
    }
    
    img {
        border: 0px;
        visibility: visible;
    }
    
    a {
        text-decoration: none;
        color: #000000;
    }
    
    * {
        margin: 0;
        padding: 0;
    }
    
    body {
        margin: 0;
        /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
        background-color: #f0f7ff;
        font-family: Microsoft Yahei;
    }
    
    .clear {
        clear: both;
    }
    
    .clearfix:after {
        content: '.';
        visibility: hidden;
        display: block;
        clear: both;
        line-height: 0;
    }
    
    .opacity {
        filter: alpha(opacity=50);
        /* IE */
        -moz-opacity: 0.5;
        /* 老版Mozilla */
        -khtml-opacity: 0.5;
        /* 老版Safari */
        opacity: 0.5;
        /* 支持opacity的浏览器*/
    }
    
    .fl {
        float: left;
    }
    
    .fr {
        float: right;
    }
    
    .w1200 {
        width: 1200px;
        margin: 0 auto;
    }
    
    .bg {
        min-width: 1235px;
        margin: 0 auto;
    }
    
    .banner {
        height: 1147px;
        background: url("/template/28312197/28312283.png") no-repeat center top;
    }
    
    .banner2 a {
        display: block;
        width: 333px;
        height: 68px;
    }
    
    .banner2 {
        margin: auto;
        width: 1200px;
        padding-top: 30px;
    }
    
    .banner2 a img {
        width: 333px;
        height: 68px;
    }
    
    .nr-list {
        position: relative;
        margin-top: -510px;
        width: 1235px;
        background: url("/template/28312197/28312287.png")no-repeat;
    }
    
    .nr-list .zcxx-list {
        position: absolute;
        width: 550px;
        padding: 50px 23px 50px 45px;
    }
    
    .nr-list .dxal-list {
        width: 550px;
        padding: 50px 45px 50px 23px;
    }
    
    .nr-list .zcxx-list .zcxx-title,
    .nr-list .dxal-list .dxal-title {
        width: 374px;
        height: 63px;
        margin: 30px auto;
        background: url("/template/28312197/28312286.png")no-repeat;
    }
    
    .nr-list .zcxx-list .zcxx-title a,
    .nr-list .dxal-list .dxal-title a {
        display: inline-block;
        text-align: center;
        width: 374px;
        height: 63px;
        line-height: 63px;
        font-size: 30px;
        letter-spacing: 10px;
        color: #fff;
        font-weight: bold;
    }
    
    .nr-list .zcxx-list ul,
    .nr-list .dxal-list ul {
        height: 728px;
    }
    
    .nr-list .zcxx-list ul li,
    .nr-list .dxal-list ul li {
        height: 60px;
        line-height: 30px;
        padding: 15px 0px;
        border-bottom: 1px dashed #d5d5d5;
        transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
    }
    
    .nr-list .zcxx-list ul li a,
    .nr-list .dxal-list ul li a {
        padding-left: 15px;
        background: url("/template/28312197/28312285.jpg") no-repeat left;
    }
    
    .nr-list .zcxx-list .more,
    .nr-list .dxal-list .more {
        display: block;
        width: 550px;
        height: 35px;
        margin: 30px 0px;
        line-height: 35px;
        border-radius: 5px;
        background-color: #d4e6fb;
        text-align: center;
    }
    
    .nr-list .zcxx-list .more a,
    .nr-list .dxal-list .more a {
        color: #1b88e1;
        letter-spacing: 2px;
    }
    
    .nr-list .zcxx-list ul li:hover,
    .nr-list .dxal-list ul li:hover {
        padding-left: 5px;
    }
    
    .nr-list .zcxx-list ul li:hover a,
    .nr-list .dxal-list ul li:hover a {
        color: #1b88e1;
        font-weight: bold;
    }
    
    .nr-list .zcxx-list .more:hover a,
    .nr-list .dxal-list .more:hover a {
        font-weight: bold;
    }