﻿@charset "utf-8";
* {
    margin: 0;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    font-family: "微软雅黑";
}

.nr-t a {
    display: block;
    overflow: hidden;
}

.w_c {
    background: url(xxgkbg.png) no-repeat;
}

.c_c {
    width: 1100px;
    margin: 0 auto;
}

.logo {
    display: block;
    padding-top: 43px;
}

.lm {
    display: block;
    padding-top: 60px;
    margin: 0 auto;
    margin-bottom: 73px;
}

.x_nr {
    width: 1028px;
    padding: 35px;
    background: #f2f2f2;
    overflow: hidden;
}

.nr-l {
    float: left;
    width: 240px;
}

.nr-l .nr-t {
    width: 238px;
    background: #fff;
    margin-bottom: 16px;
    border: 1px solid #ddd;
    height: 50px;
    padding: 10px 0px;
    overflow: hidden;
}

.nr-l .nr-t p {
    display: block;
    width: 105px;
    font-size: 22px;
    line-height: 25px;
    font-family: "微软雅黑";
    color: #bd1a2d;
    margin-left: 80px;
    float: left;
}

.nr-l .nrt6 p {
    line-height: 50px;
}

.nr-l .nrt1 {
    background: url(xxgk_1.png) no-repeat 15px center #fff;
}

.nr-l .nrt2 {
    background: url(xxgk_2.png) no-repeat 15px center #fff;
}

.nr-l .nrt3 {
    background: url(xxgk_3.png) no-repeat 15px center #fff;
}

.nr-l .nrt4 {
    background: url(xxgk_4.png) no-repeat 15px center #fff;
}


/*.nr-l .nrt5{background:url(xxgk_6.png) no-repeat 15px center #fff;}*/


/*.nr-l .nrt6{background:url(xxgk_5.png) no-repeat 15px center #fff;}*/

.nr-l .nr-t:hover p {
    color: #fff;
}

.nr-l .nrt1:hover {
    background: url(xxgk_11.png) no-repeat 15px center #bd1a2d;
    color: #fff;
}

.nr-l .nrt2:hover {
    background: url(xxgk_22.png) no-repeat 15px center #bd1a2d;
    color: #fff;
}

.nr-l .nrt3:hover {
    background: url(xxgk_33.png) no-repeat 15px center #bd1a2d;
    color: #fff;
}

.nr-l .nrt4:hover {
    background: url(xxgk_44.png) no-repeat 15px center #bd1a2d;
    color: #fff;
}


/*.nr-l .nrt5:hover{background:url(xxgk_66.png) no-repeat 15px center #bd1a2d;color:#fff;}*/


/*.nr-l .nrt6:hover{background:url(xxgk_55.png) no-repeat 15px center #bd1a2d;color:#fff;}*/

.nr-l .nrt3:hover .zhnkai {
    background: url(jia-bai.png) no-repeat center center;
}

.nrt3 .zhnkai {
    float: right;
    width: 20px;
    margin-right: 20px;
    line-height: 50px;
    height: 50px;
    ;
    background: url(jia.png) no-repeat center center;
}

.s-nrt {
    margin-bottom: 16px;
    width: 238px;
    background: #fff;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px 0px;
}

.nr-l .jk {
    margin-bottom: 0px;
}

.s-nrt li {
    text-align: center;
    line-height: 32px;
    color: #333;
}

.s-nrt li a {
    color: #333;
    text-indent: 1em;
    background: url(hhs_17.jpg) no-repeat left center;
    padding-left: 10px;
}

.s-nrt li:hover {
    background: #f7f3f3;
}

.s-nrt li.mk {
    background: #f7f3f3;
}

.nr-r {
    float: right;
    width: 760px;
    padding: 0px 0px 20px 0px;
    background: #fff;
    border: 1px solid #ddd;
}

.nr-rt {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #ddd;
}

.nr-rt a {
    line-height: 35px;
    padding: 7px 35px;
    background: #bd1a2d;
    font-size: 16px;
    color: #fff;
}

.nr-list {
    width: 680px;
    margin: 0 auto;
}

.nr-list h1 {
    font-size: 32px;
    color: #bd1a2d;
    text-align: center;
    line-height: 60px;
    margin-top: 20px;
}

.nr-list p.mk {
    font-size: 15px;
    color: #999;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.nr-list div {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-top: 20px;
    max-height: 1000px;
    overflow-y: auto;
}

.nr-list div p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}


/*.nr-list div::-webkit-scrollbar {
            width: 4px;    
        
}
.innerbox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.innerbox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}*/

.nr-list div::-webkit-scrollbar {
    /*滚动条的背景*/
    width: 16px;
    background: #f2f2f2;
    height: 14px;
}

.nr-list div::-webkit-scrollbar-track,
.nr-list div::-webkit-scrollbar-thumb {
    border-radius: 999px;
    width: 20px;
    border: 5px solid transparent;
}

.nr-list div::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px #191a37 inset;
}

.nr-list div::-webkit-scrollbar-thumb {
    width: 20px;
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px #464f70 inset;
}

.nr-list div::-webkit-scrollbar-corner {
    height: 80px;
    background: #bd1a2d;
}