@charset "utf-8";
body {
    margin: 0;
}

.scbox {
    overflow-y: auto
}

.scbox::-webkit-scrollbar {
    width: 4px
}

.scbox::-webkit-scrollbar-track {
    border-radius: 5px;
    ;
    background: #ddd
}

.scbox::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: linear-gradient(to right, #b31501 0%, #b31501 100%);
}

.mainXxgk {
    background: url(../images/gkbg.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding: 40px 0 40px
}

.mainXxgk ul {
    margin: 0;
    padding: 0;
}

.mainXxgk .gkTit {
    font-size: 100px;
    color: #fff;
    text-align: center;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, .2);
    margin-top: 96.5px;
    margin-bottom: 96.5px;
}

.mainXxgk .gkBox {
    background: #f2f2f2;
    padding: 30px 36px;
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
}

.mainXxgk .gkBox * {
    box-sizing: content-box;
}

.mainXxgk .gkSearch {
    padding: 59px 0;
    position: relative;
    margin-bottom: 20px
}

.mainXxgk .gkSearch:after {
    content: '';
    height: 1px;
    background: #d2d6db;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0
}

.mainXxgk .gkSearch .form {
    display: block !important;
    max-width: 548px;
    width: 100%;
    background: #f2f2f2;
    padding: 0 19px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 4;
    box-sizing: border-box;
}

.mainXxgk .gkSearch .form .inp {
    height: 50px;
    display: block;
    border: 1px solid #b31501;
    border-radius: 9px;
    width: 100%;
    padding: 0 50px 0 15px;
    background: #fff;
    outline: none;
    box-sizing: border-box;
}

.mainXxgk .gkSearch .form .sub {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    right: 30px;
    background: url(../images/gkser.png) no-repeat center;
    z-index: 3;
    cursor: pointer;
    background-size: 29px 29px;
    outline: none;
    border: none;
}

.mainXxgk .xxgkLeft {
    float: left;
    width: 240px;
    margin-right: 18px;
}

.gkleftNav .navLeft li i {
    font-size: 45px;
    line-height: 68px;
    position: absolute;
    left: 28px;
    color: #b31501
}

.gkleftNav .navLeft li.item {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    list-style: none;
}

.gkleftNav .navLeft li.item .link {
    display: block;
    width: 100%;
    height: 70px;
    position: relative;
    left: 0;
    top: 0;
    background: #fff;
    border: 1px solid #eee
}

.gkleftNav .navLeft li.item .link:hover {
    background: #b31501;
    color: #fff!important;
    border-color: #b31501
}

.gkleftNav .navLeft li.item:hover .name {
    color: #fff;
}

.gkleftNav .navLeft li.item.on .link {
    background: #b31501;
    color: #fff;
    border-color: #b31501
}

.gkleftNav .navLeft li.item.on .link .name {
    color: #fff
}

.gkleftNav .navLeft li.item.on .link i {
    color: #fff
}

.gkleftNav .navLeft li.item .link:hover .name {
    color: #fff
}

.gkleftNav .navLeft li.item .link:hover .more {
    color: #fff
}

.gkleftNav .navLeft li.item .link:hover i {
    color: #fff
}

.gkleftNav .navLeft li.item .name {
    display: block;
    width: 45%;
    position: absolute;
    left: 85px;
    top: 50%;
    font-size: 23px;
    color: #b31501;
    line-height: 26px;
    transform: translateY(-50%);
}

.gkleftNav .navLeft li.item6 .name {
    width: 50%
}

.gkleftNav .navLeft li.item .more {
    cursor: pointer;
    font-size: 20px;
    color: #b31501;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}

.gkleftNav .navLeft li.item .moreS {
    cursor: pointer;
    color: #b31501;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-55%);
    width: 15px;
    height: 15px;
}

.gkleftNav .navLeft li.item .moreS.icon-jia {
    background: url(../images/l-add.png) no-repeat center center;
    background-size: 10px auto;
}

.gkleftNav .navLeft li.item .moreS.icon-jian {
    background: url(../images/xj-delete.png) no-repeat center center;
    background-size: 10px auto;
}

.gkleftNav .navLeft li.item .navcon {
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
    border-top: 0;
    display: none;
    overflow-y: auto;
}

.gkleftNav .navLeft li.item.on .navcon {
    display: block;
}

.gkleftNav .navlist {
    padding: 8px 0;
    max-height: 455px;
}

.gkleftNav .navlist li.choose {
    color: #b31501;
    background: #ead0ce;
}

.gkleftNav .navlist li.choose:after {
    top: 15px
}

.gkleftNav .navlist li {
    border: none;
    /* line-height: 1.3em; */
    position: relative;
    padding: 6px 0 6px 35px;
    font-size: 15px;
    color: #353535;
    list-style-type: none;
}

.gkleftNav .navlist li:after {
    display: block;
    content: "";
    position: absolute;
    left: 15px;
    width: 4px;
    height: 4px;
    background-color: #a0a0a0;
    top: 12px
}

.gkleftNav .navlist li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #333333;
}

.gkleftNav .navlist li:hover>a {
    color: #b31501;
}

.gkleftNav .navlist .choose a {
    color: #b31501
}

.gkleftNav .navlist .choose a.subNavShow {
    padding: 6px 0;
    position: relative;
}

.gkleftNav .subNav {
    display: none;
    padding: 0;
}

.gkleftNav .choose.cur .subNav {
    display: block;
}

.gkleftNav .navlist .choose .subNav li {
    padding-left: 10px;
}

.gkleftNav .navlist .choose .subNav li:after {
    left: 0
}

.gkleftNav .navlist .choose .subNav a {
    color: #666;
    font-size: 15px
}

.gkleftNav .navlist .choose .subNav a:hover {
    color: #b31501
}

.mainXxgk .xxgkRight {
    overflow: hidden;
    width: calc(100% - 258px);
    background: #fff;
    border: 1px solid #eee;
    padding: 41.5px 10px 41.5px 30px;
    box-sizing: border-box;
}

.mainXxgk .xxgkRight .tit {
    font-size: 32px;
    margin-bottom: 18px;
    text-align: center;
    color: #b31501;
    margin-top: 0;
}

.xxgk-con {
    line-height: 18px;
    color: #555;
    text-align: justify;
    height: 940px;
    padding-right: 30px
}

.xxgk-con P {
    LINE-HEIGHT: 30px;
    text-indent: 2em;
    font-size: 16px;
}

.xxgk-con::-webkit-scrollbar {
    width: 10px;
    height: 80px;
}

.xxgk-con::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f2f2f2;
    height: 80px;
}

.xxgk-con::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: linear-gradient(to right, #b31501 0%, #b31501 100%);
}

.xxgk-con::-webkit-scrollbar:horizontal {
    height: 80px;
}

.gkleftNav .navLeft li.item .navcon::-webkit-scrollbar {
    width: 3px;
    height: 80px;
}

.gkleftNav .navLeft li.item .navcon::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f2f2f2;
    height: 80px;
}

.gkleftNav .navLeft li.item .navcon::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: linear-gradient(to right, #999 0%, #999 100%);
}

.gkleftNav .navLeft li.item .navcon::-webkit-scrollbar:horizontal {
    height: 80px;
}

.xxgk-con img {
    display: inline-block;
    width: auto !important;
    margin: .1rem 0;
    max-width: 96%;
    height: auto;
}

.xxgk-con table {
    border: 1px solid #eee;
    min-width: 640px;
    margin-left: 0 !important;
    width: 100%;
    background: #fff
}

.xxgk-con table tr th,
.xxgk-con table tr td {
    border: 1px solid #eee !important;
    padding: 15px;
    text-align: center;
}

.xxgk-con video {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

.gkleftNav .navLeft li.item.item1>a {
    background: #fff url(../images/leftMenu_icon_01_over.png) no-repeat 20px center;
}

.gkleftNav .navLeft li.item.item2>a {
    background: #fff url(../images/leftMenu_icon_02_over.png) no-repeat 20px center;
}

.gkleftNav .navLeft li.item.item3>a {
    background: #fff url(../images/leftMenu_icon_03_over.png) no-repeat 20px center;
}

.gkleftNav .navLeft li.item.item4>a {
    background: #fff url(../images/leftMenu_icon_05_over.png) no-repeat 20px center;
}

.gkleftNav .navLeft li.item.item5>a {
    background: #fff url(../images/leftMenu_icon_04_over.png) no-repeat 20px center;
}

.gkleftNav .navLeft li.item.item6>a {
    background: #fff url(../images/leftMenu_icon_06_over.png) no-repeat 20px center;
}

.gkleftNav .navLeft li.item.item7>a {
    background: #fff url(../images/leftMenu_icon_07_over.png) no-repeat 20px center;
}

.gkleftNav .navLeft li.item.item1:hover>a,
.gkleftNav .navLeft li.item.item1.on>a {
    background: #b31501 url(../images/leftMenu_icon_01.png) no-repeat 20px center;
}

.gkleftNav .navLeft li.item.item2:hover>a,
.gkleftNav .navLeft li.item.item2.on>a {
    background: #b31501 url(../images/leftMenu_icon_02.png) no-repeat 20px center;
}

.gkleftNav .navLeft li.item.item3:hover>a,
.gkleftNav .navLeft li.item.item3.on>a {
    background: #b31501 url(../images/leftMenu_icon_03.png) no-repeat 20px center;
}

.gkleftNav .navLeft li.item.item4:hover>a,
.gkleftNav .navLeft li.item.item4.on>a {
    background: #b31501 url(../images/leftMenu_icon_05.png) no-repeat 20px center;
}

.gkleftNav .navLeft li.item.item5:hover>a,
.gkleftNav .navLeft li.item.item5.on>a {
    background: #b31501 url(../images/leftMenu_icon_04.png) no-repeat 20px center;
}

.gkleftNav .navLeft li.item.item6:hover>a,
.gkleftNav .navLeft li.item.item6.on>a {
    background: #b31501 url(../images/leftMenu_icon_06.png) no-repeat 20px center;
}

.gkleftNav .navLeft li.item.item7:hover>a,
.gkleftNav .navLeft li.item.item7.on>a {
    background: #b31501 url(../images/leftMenu_icon_07.png) no-repeat 20px center;
}

.gkleftNav .navLeft li.item .more.icon-jia {
    background: url(../images/l-add.png) no-repeat center center;
}

.gkleftNav .navLeft li.item.on .more.icon-jia {
    background: url(../images/l-add-other.png) no-repeat center center;
}

.gkleftNav .navLeft li.item .more.icon-jian {
    background: url(../images/xj-delete.png) no-repeat center center;
}

.gkleftNav .navLeft li.item.on .more.icon-jian {
    background: url(../images/l-delete.png) no-repeat center center;
}

.gkleftNav .navLeft li.item:hover .more.icon-jia {
    background: url(../images/l-add-other.png) no-repeat center center;
}

.gkleftNav .navLeft li.item:hover .more.icon-jian {
    background: url(../images/l-delete.png) no-repeat center center;
}


/* 列表页 */

.zfxxgk_zdgktit {
    height: 33px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.zfxxgk_zdgktit a {
    height: 33px;
    line-height: 31px;
    background-color: #b31501;
    display: block;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    padding: 0px 20px;
    min-width: 70px;
    text-decoration: none;
}

.txtList li {
    position: relative;
    line-height: 60px;
    list-style: none;
    padding-left: 18px;
    padding-right: 100px;
}

.txtList li a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.txtList li:hover a {
    color: #b31501;
}

.txtList li span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #666;
}

.txtList li:before {
    content: '›'';
    position: absolute;
    left: 0;
    top: 0;
}

.pages {
    padding-top: 30px;
}

.pages ul {
    text-align: center;
}

.pages ul li {
    text-align: center;
    font-size: 16px;
    display: inline-block;
    margin: 2px;
    vertical-align: middle;
}

.pages ul li a {
    height: 35px;
    text-align: center;
    line-height: 33px;
    padding: 0 8px;
    min-width: 35px;
    display: block;
    border: 1px solid #ededed;
    border-radius: 3px;
    text-decoration: none;
    color: #333333;
}

.pages ul li.cur {
    background: #b31501;
    padding: 0 8px;
    min-width: 35px;
    height: 35px;
    line-height: 33px;
    border: 1px solid #b31501;
    border-radius: 3px
}

.pages ul li a.on {
    background: #b31501;
    padding: 0 8px;
    min-width: 35px;
    height: 35px;
    line-height: 33px;
    color: #fff;
    border-radius: 3px
}

.pages ul li.cur {
    color: #fff;
}

.pages ul li.page-count {
    line-height: 33px
}

.page-form {
    line-height: 33px
}

.page-form input {
    border: 1px solid #ddd;
    width: 35px;
    height: 35px;
    float: left;
    text-align: center;
    padding: 0 3px;
    background: transparent;
    border-radius: 3px;
    margin: 0 5px
}

.page-form span {
    float: left;
    color: #666
}

.page-form button {
    border: none;
    width: 52px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-left: 3px;
    float: left;
    background: #b31501;
    color: #fff;
    border-radius: 3px;
    margin-left: 5px
}

.articletitle h1 {
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.arc-info {
    padding: 15px 10px;
    text-align: center;
}

.arc-info div {
    display: inline-block;
    color: #888;
    line-height: 30px;
    font-size: 15px;
}

@media (max-width: 900px) {
    .mainXxgk .xxgkLeft {
        width: 100%
    }
    .mainXxgk .xxgkRight {
        width: 100%
    }
    .mainXxgk .gkTit {
        font-size: 70px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .gkleftNav .navlist {
        max-height: auto;
    }
}

@media screen and (max-width:768px) {
    .xxgk-con video {
        width: 100% !important;
        height: auto !important
    }
    .xxgk-con img {
        width: auto !important;
        height: auto !important
    }
}

@media (max-width: 540px) {
    .mainXxgk .gkBox {
        padding: 15px
    }
    .mainXxgk .gkTit {
        font-size: 40px;
    }
    .mainXxgk .gkTit {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .mainXxgk .gkSearch {
        padding: 0 15px;
    }
    .mainXxgk .xxgkRight {
        padding: 15px;
    }
    .mainXxgk {
        padding: 15px 0;
    }
    .txtList li {
        line-height: 40px;
    }
}