        /*-----重置代码-----*/
        
        body,
        ol,
        ul,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        p,
        th,
        td,
        dl,
        dd,
        form,
        fieldset,
        legend,
        input,
        textarea,
        select {
            margin: 0;
            padding: 0
        }
        
        html {
            height: 100%;
            -webkit-text-size-adjust: 100%;
            -ms-text-size-adjust: 100%;
            -webkit-font-smoothing: antialiased
        }
        
        body {
            font-size: 16px;
            font-family: "Microsoft YaHei", "Arial Narrow", HELVETICA;
            background: #fff;
            -webkit-text-size-adjust: 100%;
            min-width: 1200px;
        }
        
        em {
            font-style: normal
        }
        
        li {
            list-style: none
        }
        
        img {
            border: 0;
            vertical-align: middle
        }
        
        p {
            word-wrap: break-word
        }
        
        a {
            text-decoration: none;
            cursor: pointer;
        }
        /*-----通用-----*/
        
        body {
            background-color: #fff;
        }
        
        ul li a {
            font-size: 16px;
            color: #393939;
            text-decoration: none;
            line-height: 36px;
        }
        
        ul li a:hover {
            color: #1871b8;
            opacity: 1;
        }
        
        ul li span {
            line-height: 36px;
            font-size: 14px;
            color: #999;
            float: right;
        }
        
        .b12 {
            font-size: 12px;
            color: #333333;
            text-decoration: none;
        }
        
        .b14 {
            font-size: 14px;
            color: #333333;
            text-decoration: none;
        }
        
        .h18 {
            font-size: 18px;
            color: #838383;
            text-decoration: none;
        }
        
        .h14 {
            font-size: 14px;
            color: #565656;
            text-decoration: none;
        }
        
        .b18c {
            font-size: 18px;
            color: #484848;
            font-weight: bold;
        }
        
        .w14 {
            font-size: 14px;
            color: #ffffff;
            text-decoration: none;
        }
        
        .w18c {
            font-size: 18px;
            color: #ffffff;
            font-weight: bold;
        }
        
        .w20c {
            font-size: 20px;
            color: #ffffff;
            font-weight: bold;
        }
        
        .blue20c {
            font-size: 20px;
            color: #0073bb;
            text-decoration: none;
            font-weight: bold;
        }
        
        .clear {
            height: 20px;
            overflow: hidden;
            clear: both;
        }
        
        .bor_4 {
            border: 1px solid #e5e5e5;
        }
        
        .wtbj {
            background-image: url(bjt.png);
            background-repeat: no-repeat;
            background-position: center top;
        }
        
        .w {
            width: 1180px;
            margin: auto;
            background-color: #fff;
        }
        
        .nw {
            width: 1140px;
            margin: auto;
        }
        /* header */
        
        .hw {
            width: 1180px;
            margin: auto;
        }
        
        header {
            width: 100%;
            height: 373px;
        }
        
        .logo-bj {
            width: 100%;
            height: 128px;
            background: rgba(0, 0, 0, .1);
        }
        
        .logo {
            padding: 20px;
            padding-left: 20px;
        }
        /* 导航 */
        
        nav {
            width: 100%;
            height: 45px;
            background-color: #2560b8;
        }
        /* 头条 开始 */
        
        .tout {
            background-image: url(tt.jpg);
            background-repeat: no-repeat;
            background-position: 30px 20px;
            height: 120px;
            width: 1020px;
            margin-right: auto;
            margin-left: auto;
            padding-left: 120px;
            text-align: center;
        }
        
        .tout h2 {
            font-size: 30px;
            font-weight: normal;
            color: #015c9c;
            line-height: 70px;
            padding-top: 20px;
            display: block;
        }
        
        .tout h2 a {
            color: #015c9c;
        }
        
        .tout p {
            color: #982628;
            font-size: 14px;
            line-height: 20px;
            text-align: right;
            display: block;
        }
        /* 头条  结束 */
        /* 焦点图片 开始 */
        
        .topL {
            float: left;
            width: 480px;
        }
        
        .focus {
            width: 480px;
            height: 320px;
            background-color: #000;
            position: relative;
        }
        
        .focus img {
            width: 480px;
            height: 320px;
        }
        
        .focus .shadow .title {
            width: 260px;
            height: 65px;
            padding-left: 30px;
            padding-top: 20px;
        }
        
        .focus .shadow .title a {
            text-decoration: none;
            color: #fff;
            font-size: 14px;
            font-weight: bolder;
            overflow: hidden;
        }
        
        .focus .btn {
            position: absolute;
            bottom: 34px;
            left: 380px;
            overflow: hidden;
            zoom: 1;
        }
        
        .focus .btn a {
            position: relative;
            display: inline;
            width: 13px;
            height: 13px;
            border-radius: 7px;
            margin: 0 5px;
            color: #B0B0B0;
            font: 12px/15px "\5B8B\4F53";
            text-decoration: none;
            text-align: center;
            outline: 0;
            float: left;
            background: #D9D9D9;
        }
        
        .focus .btn a:hover,
        .focus .btn a.current {
            cursor: pointer;
            background: #fc114a;
        }
        
        .focus .fPic {
            position: absolute;
            left: 0px;
            top: 0px;
        }
        
        .focus .shadow {
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0px;
            z-index: 10;
            height: 40px;
            line-height: 40px;
            background: rgba(0, 0, 0, 0.6);
            filter: progid: DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
            display: block;
            text-align: left;
        }
        
        .focus .shadow a {
            text-decoration: none;
            color: #fff;
            font-size: 16px;
            overflow: hidden;
            margin-left: 10px;
            font-family: "\5FAE\8F6F\96C5\9ED1";
        }
        
        .focus .fcon {
            position: relative;
            width: 100%;
            float: left;
            display: none;
            background: #000
        }
        
        .focus .fcon img {
            display: block;
        }
        
        .focus .fbg {
            bottom: 7px;
            position: absolute;
            height: 21px;
            text-align: center;
            z-index: 200;
            left: 387px;
        }
        
        .focus .fbg div {
            margin: 4px auto 0;
            overflow: hidden;
            zoom: 1;
            height: 14px
        }
        
        .focus .D1fBt {
            overflow: hidden;
            zoom: 1;
            height: 16px;
            z-index: 10;
            width: 80px;
        }
        
        .focus .D1fBt a {
            display: inline;
            width: 6px;
            height: 6px;
            border-radius: 7px;
            color: #B0B0B0;
            text-decoration: none;
            text-align: center;
            outline: 0;
            float: left;
            background: #D9D9D9;
            margin-top: 0;
            margin-right: 5px;
            margin-bottom: 0;
            margin-left: 5px;
            font: 12px/15px "\5B8B\4F53";
            line-height: 12px;
        }
        
        .focus .D1fBt .current,
        .focus .D1fBt a:hover {
            background: #fc114a;
        }
        
        .focus .D1fBt img {
            display: none
        }
        
        .focus .D1fBt i {
            display: none;
            font-style: normal;
        }
        
        .focus .prev,
        .focus .next {
            position: absolute;
            width: 30px;
            height: 56px;
            background: url(http://www.jcrb.com/zyw2015gb/201506/W020150623595046054947.png) no-repeat;
        }
        
        .focus .prev {
            top: 50%;
            margin-top: -30px;
            left: 0;
            background-position: 0 -56px;
            cursor: pointer;
        }
        
        .focus .next {
            top: 50%;
            margin-top: -30px;
            right: 0;
            background-position: -30px -56px;
            cursor: pointer;
        }
        
        .focus .prev:hover {
            background-position: 0 0;
        }
        
        .focus .next:hover {
            background-position: -30px 0;
        }
        /* 焦点图片 结束 */
        /* 滨检动态 开始 */
        
        .topC {
            float: left;
            width: 400px;
            height: 300px;
            margin-left: 20px;
        }
        
        .dt-t {
            height: 110px;
            border-bottom: 1px dashed #b8b8b8;
        }
        
        .t1 {
            height: 40px;
            border-bottom: 1px #03C solid;
            font-size: 26px;
        }
        
        .t2 {
            height: 40px;
            font-size: 18px;
        }
        
        .time {
            float: left;
            margin-top: 10px;
            width: 90px;
            line-height: 40px;
            text-align: center;
            color: #3065ac;
            font-weight: 700;
        }
        
        .bt h2 {
            font-size: 20px;
            color: #2e65b7;
            line-height: 36px;
            height: 36px;
            text-align: center;
        }
        
        .bt span {
            line-height: 26px;
            color: #9D9D9D;
            text-indent: 2em;
            display: block;
            height: 52px;
            overflow: hidden;
            margin: 15px 0;
        }
        
        .dtlb li {
            display: block;
            background-image: url(ico1.png);
            background-repeat: no-repeat;
            background-position: left 18px;
            text-indent: 1em;
            line-height: 36px;
            height: 36px;
        }
        
        .meor {
            float: right;
        }
        /* 滨检动态 结束 */
        /* 本院概况 开始 */
        
        .topR {
            width: 225px;
            float: right;
        }
        
        .topR img {
            margin-bottom: 10px;
        }
        
        .topR img:hover {
            opacity: 0.8;
        }
        /* 检察服务中心 开始 */
        
        .jcfw li {
            display: inline;
            float: left;
        }
        
        .jcfw img {
            margin-top: 30px;
            margin-bottom: 10px;
            margin-left: 20px;
            margin-right: 20px;
            transition: all .1s;
        }
        
        .jcfw img:hover {
            transform: translate(2px, 2px);
        }
        /* 检察服务中心 结束 */
        /* 栏目内容列表 开始 */
        
        .nrL {
            float: left;
            width: 366px;
        }
        
        .lm {
            height: 45px;
            border-bottom: 2px #2e65b7 solid;
            line-height: 45px;
        }
        
        .lm h2 {
            width: 130px;
            display: block;
            float: left;
        }
        
        .lm h2 a {
            font-size: 18px;
            font-weight: 700;
            color: #105b9e;
            line-height: 45px;
            margin-left: 10px;
        }
        
        .lm h2 a:hover {
            color: #034279;
        }
        
        .lm p {
            font-size: 16px;
            display: block;
            float: right;
            line-height: 45px;
            color: #3b3b3b
        }
        
        .nrlb {
            background-color: #f5faff;
            padding: 15px;
        }
        
        .nrlb li {
            display: block;
            background-image: url(ico2.png);
            background-repeat: no-repeat;
            background-position: left 18px;
            text-indent: 1em;
            line-height: 36px;
            height: 36px;
        }
        
        .nrC {
            float: left;
            width: 366px;
            margin-left: 20px;
        }
        
        .nrR {
            float: right;
            width: 366px;
        }
        /* 栏目内容列表 结束 */
        /* foot 开始 */
        
        footer {
            width: 100%;
            height: 250px;
            border-top: 5px #2560b8 solid;
            background-color: #f5faff;
        }
        
        .links {
            margin-top: 20px;
            height: 60px;
            line-height: 60px;
        }
        
        .links p {
            display: inline;
            font-size: 18px;
            color: #232323;
            font-weight: 700;
        }
        
        .links span {
            display: inline;
            margin-left: 20px;
        }
        
        .xq {
            margin-top: 30px;
            text-align: center;
        }
        /* foot 结束 */