body {
    padding: 0;
    margin: 0;
    font-family: 'microsoft yahei', '微软雅黑';
    font-size: 16px;
    color: #333333;
    background: #f5f5f5;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    padding: 0;
    margin: 0;
    color: #333333;
    text-decoration: none;
}

img {
    border: 0;
    display: inline-block;
}

p {
    padding: 0;
    margin: 0;
}

.pClear {
    clear: both;
}

.pHead01 {
    width: auto;
    height: 38px;
    border-bottom: 1px solid #dddada;
}

.pHead01 a,
.pHead01 span {
    display: inline-block;
    width: auto;
    height: 18px;
    line-height: 18px;
    color: #1f5d83;
    font-size: 16px;
    padding-left: 12px;
    margin-top: 10px;
    font-weight: 700;
    border-left: 4px solid #1f5d83;
}

.pHead01 .more {
    float: right;
    margin-right: 15px;
    height: 30px;
    line-height: 30px;
    margin-top: 6px;
    width: auto;
    font-size: 14px;
    font-family: 'microsoft yahei', '微软雅黑';
    font-weight: 400;
    padding: 0;
    color: #a5a5a5;
    text-align: center;
    border: 0;
}

.pHead01 .more:hover {
    color: #1f5d83;
    font-weight: 700;
}

.pHead02 {
    line-height: 36px;
    height: 36px;
    margin-top: 10px;
    font-size: 14px;
    padding-left: 5px;
}

.pHead02 a {
    float: left;
    margin-right: 20px;
    color: #1f5d83;
}

.pHead02 .menu a {
    font-weight: 700;
}

.pList01 {
    line-height: 36px;
    font-size: 16px;
}

.pList01 li {
    background: url(pList-ico_mb1.png) no-repeat left;
    padding-left: 20px;
}

.pList01 li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 83%;
    color: #333333;
}

.pList01 li a:hover {
    color: #1f5d83;
}

.pList01 li span {
    float: right;
    color: #bebebe;
}

.pImgList {
    width: auto;
    padding-left: 20px;
}

.pImgList li {
    width: 265px;
    height: 180px;
    float: left;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
}

.pImgList li img {
    width: 265px;
    height: 180px;
}

.pImgList li span {
    width: 245px;
    height: 32px;
    line-height: 32px;
    background: url(news-tit-bg_mb1.png) repeat;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: 15px;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}

.pTop {
    width: auto;
    height: 160px;
    background: url(pTop-bg_mb1.jpg) no-repeat center;
}

.pTop-con {
    width: 1200px;
    height: 160px;
    margin: 0 auto;
    position: relative;
}

.pTop .logo {
    float: left;
    height: 60px;
    margin-top: 35px;
}

.pTop .logo img {
    display: block;
    height: 35px;
}

.pTop .logo font {
    font-size: 28px;
    color: #ffffff;
    line-height: 60px;
    font-weight: 700;
}

.pTop .search {
    float: right;
    height: 22px;
    width: 22px;
    display: block;
    background: url(pTop-search_mb1.png) no-repeat center;
    margin-top: 69px;
}

.pTop .nav {
    float: right;
    height: 22px;
    line-height: 22px;
    margin-top: 69px;
}

.pTop .nav a {
    color: #ffffff;
    font-size: 18px;
    float: left;
    margin-right: 20px;
    font-family: '';
    font-weight: 700;
}

.pTop .link {
    position: absolute;
    right: 0px;
    top: 10px;
    color: #b0c2d0;
    line-height: 36px;
}

.pTop .link .s-box {
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #FFFFFF;
    background: rgba(31, 93, 131, .3);
    border-radius: 3px;
    font-size: 14px;
    display: block;
    float: left;
    position: relative;
    z-index: 9997;
}

.pTop .link .s-box .s-btn {
    width: 36px;
    height: 36px;
    background: url(index2021-top-search-ico.png) no-repeat center;
    display: block;
    border: 0;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.pTop .link .s-box .s-ipt {
    padding: 0;
    width: 0;
    overflow: hidden;
    height: 36px;
    background: #FFFFFF;
    border-radius: 3px;
    right: 0;
    position: absolute;
    display: block;
    border: 0;
    outline: none;
    z-index: 9998;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.pTop .link .s-box:hover {
    background: #FFFFFF;
}

.pTop .link .s-box:hover .s-btn {
    background-image: url(index2021-top-search-ico-hover.png);
}

.pTop .link .s-box:hover .s-ipt {
    padding: 0 50px 0 10px;
    width: 245px;
    right: 0;
}

.pTop .link a {
    float: left;
    font-size: 12px;
    color: #b0c2d0;
    margin-left: 10px;
}

.pTop .link span {
    float: left;
    margin-left: 10px;
    font-size: 10px;
}

.pTop .link .menu {
    float: left;
    position: relative;
    height: 20px;
    font-size: 12px;
    cursor: pointer;
}

.pTop .link .menu .menu-box {
    width: 800px;
    padding: 10px 20px;
    background: #fff;
    display: none;
    position: absolute;
    top: 20px;
    right: 0px;
    overflow: hidden;
    opacity: 1;
    z-index: 999999;
}

.pTop .link .menu .menu-box .title {
    padding-bottom: 8px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
}

.pTop .link .menu .menu-box .uls {
    width: auto;
    margin-top: 5px;
    overflow: hidden;
}

.pTop .link .menu .menu-box .uls li {
    width: 140px;
    padding-right: 20px;
    float: left;
    font-size: 15px;
    line-height: 30px;
    display: block;
}

.pTop .link .menu .menu-box .uls li a {
    margin-left: 0px;
    color: #333;
    font-size: 14px;
}

/* .pTop .link .menu:hover .menu-box {
  display: block;
} */

.pageContent {
    width: 1200px;
    margin: 0 auto;
}

.news-box {
    width: 1160px;
    padding: 20px;
    background: #ffffff;
}

.news-box .news-img {
    width: 540px;
    height: 340px;
    float: left;
    margin-right: 20px;
}

.news-box .news-img img {
    width: 540px;
    height: 340px;
    display: block;
}

.news-box .news-img p {
    width: 440px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #ffffff;
    background: url(news-tit-bg_mb1.png) repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 90px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.news-box .news-img .swiper-pagination {
    text-align: right;
    bottom: 12px;
}

.news-box .news-img .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    opacity: 1;
    margin: 0 6px 0 0;
}

.news-box .news-img .swiper-pagination-bullet-active {
    background-color: #1469c3;
}

.news-box .news-txt {
    width: 600px;
    height: 340px;
    overflow: hidden;
    float: left;
}

.news-box .news-txt .con {
    width: auto;
    height: 288px;
    margin-top: 10px;
}

.news-box .news-txt .head {
    height: 39px;
    line-height: 39px;
    text-align: center;
    background: #1f5d83;
}

.news-box .news-txt .head a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.btn-box {
    width: 550px;
    height: 270px;
    float: left;
    margin: 20px 20px 0 0;
    float: left;
    padding: 20px;
    background: #ffffff;
}

.btn-box .btn-list {}

.btn-box .btn-list li {
    margin: 20px 20px 0 0;
    float: left;
    width: 255px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #78bfeb;
    font-size: 28px;
}

.btn-box .btn-list li.li01 {
    margin-right: 0;
}

.btn-box .btn-list li a {
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #ffffff;
    display: block;
}

.list-box {
    width: 550px;
    height: 270px;
    float: left;
    margin: 20px 20px 0 0;
    float: left;
    padding: 20px;
    background: #ffffff;
}

.list-box.mrno {
    margin-right: 0;
}

.list-box .con {
    width: auto;
    height: 218px;
    margin-top: 10px;
    overflow: hidden;
}

.list-box.box02 .con {
    height: 188px;
    margin-top: 0;
}

.list-box.box03 .con {
    height: 152px;
    margin-top: 8px;
}

.list-box.box03 .pHead02 {
    height: 60px;
    line-height: 30px;
    padding: 3px 0;
}

.img-box {
    width: 1160px;
    margin-top: 20px;
    background: #ffffff;
    padding: 20px;
}

.img-box .con {
    height: 180px;
    margin-top: 20px;
}

.zt-box {
    height: 100px;
    margin-top: 20px;
}

.zt-box .zt01 {
    width: 844px;
    height: 100px;
    float: left;
    margin-right: 20px;
}

.zt-box .zt01 img {
    width: 844px;
    height: 100px;
}

.zt-box .zt02 {
    width: 336px;
    height: 100px;
    float: left;
}

.zt-box .zt02 img {
    width: 336px;
    height: 100px;
}

.pFoot {
    width: auto;
    height: 145px;
    background: #616269;
    margin-top: 20px;
}

.pFoot-con {
    width: 1200px;
    height: 115px;
    position: relative;
    margin: 0 auto;
    line-height: 28px;
    font-size: 14px;
    color: #cecece;
    padding-top: 30px;
}

.pFoot-con a {
    color: #cecece;
}

.pFoot .dzjg {
    position: absolute;
    z-index: 2;
    right: -10px;
    top: 41px;
}

.pFoot .zfzc {
    position: absolute;
    z-index: 2;
    right: 140px;
    top: 51px;
}

.pFoot .jc {
    position: absolute;
    z-index: 2;
    right: 73px;
    top: 43px;
}

.content {
    width: 1160px;
    background: #ffffff;
    padding: 20px 20px 40px 20px;
    margin: 0 auto;
    min-height: 650px;
}

.content p,
.content span {
    font-size: 15px !important;
    color: #333 !important;
    line-height: 30px !important;
}

.content .news_conent_two_title {
    font-family: '';
    font-weight: 700;
    font-size: 24px;
    color: #005293;
    border: 0;
}

.content .news_conent_two_js {
    height: 35px !important;
    line-height: 35px !important;
    overflow: hidden !important;
    background: #f7f7f7 !important;
    margin: 10px 0;
}

.content .news_conent #bottommenu {
    display: none;
}

.content img {
    max-width: 1000px;
}

.content .ewebeditor_doc {
    background: none !important;
    border: none !important;
}

.content .content-table {
    width: 100%;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
    margin-bottom: 40px;
}

.content .content-table td {
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    line-height: 26px;
    padding: 6px 15px;
}

.content .content-table td.tit {
    text-align: right;
    width: 120px;
    background: rgb(246, 246, 246);
}

.pagelist {
    width: 1160px;
    background: #ffffff;
    padding: 20px;
    margin: 0 auto;
}

.pagelist .con {
    width: auto;
    margin-top: 10px;
    height: 540px;
}

.pagelist .list-menu {
    width: 240px;
    float: left;
    margin-right: 20px;
}

.pagelist .list-menu li {
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    background: #f7f7f7;
    font-size: 16px;
    text-align: center;
}

.pagelist .list-menu li.li01 {
    background: #1f5d83;
    color: #ffffff;
    font-weight: 700;
    margin-top: 0;
    height: 42px;
    line-height: 42px;
}

.pagelist .list-menu li a {
    display: block;
    width: 100%;
    height: 100%;
}

.pagelist .list-menu li a:hover {
    background: #78bfeb;
    color: #ffffff;
}

.pagelist .list-txt {
    width: 900px;
    float: left;
}

.pNext {
    width: auto;
    height: 40px;
    margin-top: 20px;
    background: #f7f7f7;
}

.pNext .pageDiv {
    height: 40px !important;
    line-height: 40px !important;
    background: #f7f7f7 !important;
    border: 0 !important;
}

.pNext .default_pgPanel {
    margin: 0 auto !important;
    float: none !important;
}

.pNext .default_pgSearchInfo {
    font-size: 14px !important;
}

.pNext .default_separator {
    background: none !important;
}

.pNext .default_pgBtn {
    width: 82px !important;
    height: 26px !important;
    margin: 5px !important;
    text-align: center !important;
    line-height: 24px !important;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.pNext .default_pgFirst {
    background: none !important;
    border: 1px solid #bfbfbf !important;
    height: 24px !important;
    width: 80px !important;
}

.pNext .default_pgFirst:hover {
    color: #0064b5 !important;
    background: #9bd3ff !important;
    border: 1px solid #9bd3ff !important;
}

.pNext .default_pgPrev {
    background: none !important;
    border: 1px solid #bfbfbf !important;
    height: 24px !important;
    width: 80px !important;
}

.pNext .default_pgPrev:hover {
    color: #0064b5 !important;
    background: #9bd3ff !important;
    border: 1px solid #9bd3ff !important;
}

.pNext .default_pgNext {
    background: none !important;
    border: 1px solid #bfbfbf !important;
    height: 24px !important;
    width: 80px !important;
}

.pNext .default_pgNext:hover {
    color: #0064b5 !important;
    background: #9bd3ff !important;
    border: 1px solid #9bd3ff !important;
}

.pNext .default_pgLast {
    background: none !important;
    border: 1px solid #bfbfbf !important;
    height: 24px !important;
    width: 80px !important;
}

.pNext .default_pgLast:hover {
    color: #0064b5 !important;
    background: #9bd3ff !important;
    border: 1px solid #9bd3ff !important;
}

.pNext .default_pgSearchInfotwo {
    font-size: 14px !important;
}

.pNext .default_pgSearchInfo {
    font-size: 14px !important;
}

.zwgk {
    width: 1160px;
    background: #ffffff;
    padding: 20px;
    margin: 0 auto;
}

.xxgkzl-lft {
    width: 240px;
    float: left;
}

.xxgkzl-lft .menu-box {
    margin-bottom: 8px;
}

.xxgkzl-lft .menu-box .tit-menu {
    width: 238px;
    height: 50px;
    border: 1px solid #ddd;
    color: #134260;
    font-size: 18px;
    background: url(xxgkzl-ico02_mb1.png) no-repeat 205px center #ffffff;
    position: relative;
    cursor: pointer;
    line-height: 50px;
    display: block;
}

.xxgkzl-lft .menu-box .tit-menu i {
    width: 28px;
    height: 28px;
    background: no-repeat center;
    background-size: contain;
    display: block;
    float: left;
    margin: 11px 10px 0;
}

.xxgkzl-lft .menu-box .tit-menu i.i01 {
    background-image: url(zwxxgk_bnt01_mb1.png);
}

.xxgkzl-lft .menu-box .tit-menu i.i02 {
    background-image: url(zwxxgk_bnt02_mb1.png);
}

.xxgkzl-lft .menu-box .tit-menu i.i03 {
    background-image: url(zwxxgk_bnt03_mb1.png);
}

.xxgkzl-lft .menu-box .tit-menu i.i04 {
    background-image: url(zwxxgk_bnt04_mb1.png);
}

.xxgkzl-lft .menu-box .tit-menu i.i05 {
    background-image: url(zwxxgk_bnt05_mb1.png);
}

.xxgkzl-lft .menu-box .tit-menu:hover {
    color: #ffffff;
    background-color: rgb(45, 102, 165);
    border: 1px solid #2c6294;
}

.xxgkzl-lft .menu-box .tit-menu:hover i.i01 {
    background-image: url(zwxxgk_bnt01b_mb1.png);
}

.xxgkzl-lft .menu-box .tit-menu:hover i.i02 {
    background-image: url(zwxxgk_bnt02b_mb1.png);
}

.xxgkzl-lft .menu-box .tit-menu:hover i.i03 {
    background-image: url(zwxxgk_bnt03b_mb1.png);
}

.xxgkzl-lft .menu-box .tit-menu:hover i.i04 {
    background-image: url(zwxxgk_bnt04b_mb1.png);
}

.xxgkzl-lft .menu-box .tit-menu:hover i.i05 {
    background-image: url(zwxxgk_bnt05b_mb1.png);
}

.xxgkzl-lft .menu-box .tit-menu.only {
    background-image: none !important;
}

.xxgkzl-lft .menu-box .tit-menu.sq {
    line-height: 56px;
    padding-right: 0;
    width: 238px;
}

.xxgkzl-lft .menu-box .nav01 {
    width: 238px;
    height: 0;
    background: #ffffff;
    overflow: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.xxgkzl-lft .menu-box .nav01 li {
    color: #ffffff;
}

.xxgkzl-lft .menu-box .nav01 li a {
    width: 148px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    display: block;
    padding-left: 90px;
}

.xxgkzl-lft .menu-box .nav01 li a.a01 {
    background: url(zwxxgk_menu_ico01_mb1.png) no-repeat 75px center;
}

.xxgkzl-lft .menu-box .nav01 li a.a02 {
    background: url(../images/xxgkzl-ico04_mb1.png) no-repeat 75px center;
}

.xxgkzl-lft .menu-box .nav01 li.s a,
.xxgkzl-lft .menu-box .nav01 li a:hover {
    background-color: rgb(230, 245, 255);
    background-image: url(zwxxgk_menu_ico01b_mb1.png);
    color: #2d66a5;
    font-weight: 700;
}

.xxgkzl-lft .menu-box .nav02 {
    width: auto;
    margin: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
}

.xxgkzl-lft .menu-box .nav02 dt {
    font-size: 14px;
}

.xxgkzl-lft .menu-box .nav02 dt a {
    background: none;
    height: 35px;
    line-height: 35px;
    width: 238px;
    padding-left: 62px;
}

.xxgkzl-lft .menu-box .nav02 dt a:hover {
    background: #c1dde1;
    color: #134260;
}

.xxgkzl-lft .menu-box.active .tit-menu,
.xxgkzl-lft .menu-box .tit-menu:hover {
    background-image: url(xxgkzl-ico01_mb1.png);
    background-color: #1f5d83;
    border: 1px solid #1f5d83;
    color: #ffffff;
}

.xxgkzl-lft .menu-box.active .tit-menu i.i01 {
    background-image: url(zwxxgk_bnt01b_mb1.png);
}

.xxgkzl-lft .menu-box.active .tit-menu i.i02 {
    background-image: url(zwxxgk_bnt02b_mb1.png);
}

.xxgkzl-lft .menu-box.active .tit-menu i.i03 {
    background-image: url(zwxxgk_bnt03b_mb1.png);
}

.xxgkzl-lft .menu-box.active .tit-menu i.i04 {
    background-image: url(zwxxgk_bnt04b_mb1.png);
}

.xxgkzl-lft .menu-box.active .tit-menu i.i05 {
    background-image: url(zwxxgk_bnt05b_mb1.png);
}

.xxgkzl-lft .menu-box.active .nav01 {
    height: auto;
    border: 1px solid #ddd;
    border-top: 0;
}

.xxgkzl-lft .menu-box.active .nav01.n01 {
    height: 96px;
}

.xxgkzl-lft .menu-box.active .nav01.n02 {
    height: 132px;
}

.xxgkzl-lft .menu-box.active .nav01.n03 {
    height: 448px;
}

.xxgkzl-lft .menu-box.active .nav01.n04 {
    height: 96px;
}

.xxgkzl-lft .menu-box .nav01.n01 li a {
    padding-left: 70px;
    width: 168px;
    background-position: 45px center;
}

.xxgkzl-lft .menu-box.active .nav01 li.on a.a02 {
    background: url(../images/xxgkzl-ico05_mb1.png) no-repeat 53px center;
}

.xxgkzl-lft .menu-box.active .nav01 li.on .nav02 {
    border-top: 1px solid #93bad2;
    height: auto;
}

.xxgkzl-rgt {
    width: 898px;
    float: right;
    border: 1px solid #ddd;
    background: #ffffff;
    padding-bottom: 20px;
}

.xxgkzl-rgt.rgt-content {
    padding: 0 15px;
    width: 868px;
}

.xxgkzl-rgt .content-head {
    width: auto;
    height: 38px;
    border-bottom: 1px solid #dddada;
    margin-top: 12px;
}

.xxgkzl-rgt .content-head a {
    display: inline-block;
    width: auto;
    height: 18px;
    line-height: 18px;
    color: #1f5d83;
    font-size: 16px;
    padding: 0 12px;
    margin-top: 10px;
}

.xxgkzl-rgt .content-head a.on {
    font-weight: 700;
    border-left: 4px solid #1f5d83;
    color: #1f5d83;
}

.xxgkzl-rgt .content-tit {
    width: auto;
    font-size: 28px;
    margin: 20px 0;
    text-align: center;
    color: #1f5d83;
}

.xxgkzl-rgt .content-txt {
    width: auto;
    height: 600px;
    overflow-y: auto;
    margin-bottom: 38px;
    padding: 0 5px;
}

.xxgkzl-rgt .content-txt::-webkit-scrollbar {
    width: 10px;
    background: rgb(242, 242, 242);
    border-radius: 10px;
}

.xxgkzl-rgt .content-txt::-webkit-scrollbar-thumb {
    width: 10px;
    background: rgb(45, 102, 165);
    border-radius: 10px;
    height: 100px;
}

.xxgkzl-rgt .content-txt p,
.xxgkzl-rgt .content-txt span {
    font-size: 15px !important;
    color: #333 !important;
    line-height: 30px !important;
}

.xxgkzl-rgt .content-txt .news_conent_two_title {
    font-family: '';
    font-weight: 700;
    font-size: 24px;
    color: #005293;
    border: 0;
}

.xxgkzl-rgt .content-txt .news_conent_two_js {
    height: 35px !important;
    line-height: 35px !important;
    overflow: hidden !important;
    background: #f7f7f7 !important;
    margin: 10px 0;
}

.xxgkzl-rgt .content-txt img {
    max-width: 1000px;
}

.xxgkzl-rgt .content-txt .ewebeditor_doc {
    background: none !important;
    border: none !important;
}

.xxgkzl-rgt .rgt-box {
    width: auto;
    padding: 20px 20px 0;
}

.xxgkzl-rgt .rgt-box .pList01 {
    margin-top: 10px;
}

.xxgkzl-rgt .list-fy {
    width: auto;
    height: 596px;
    overflow-y: auto;
    padding: 20px;
}

.xxgkzl-rgt .list-fy .pList01 {
    margin-top: 10px;
}

.xxgkzl-rgt .list-fy::-webkit-scrollbar {
    width: 10px;
    background: rgb(242, 242, 242);
    border-radius: 10px;
}

.xxgkzl-rgt .list-fy::-webkit-scrollbar-thumb {
    width: 10px;
    background: rgb(45, 102, 165);
    border-radius: 10px;
    height: 100px;
}

.xxgkzl-rgt .pNext {
    margin: 0 20px;
}

.xxgkzl-rgt .list-nb {
    padding-bottom: 15px;
}

.xxgkzl-rgt .list-nb .tit {
    font-size: 18px;
    margin: 20px 0;
    padding-left: 15px;
}

.xxgkzl-rgt .list-nb .tit02 {
    width: auto;
    height: 40px;
    line-height: 40px;
    background: rgb(45, 102, 165);
    color: #ffffff;
    font-size: 18px;
    padding: 0 15px;
    display: inline-block;
    margin-left: 15px;
}

.xxgkzl-rgt .list-nb .list {
    padding: 0 15px;
    background: url(../images/zwxxgk-nb-split_mb1.png) repeat-y center;
}

.xxgkzl-rgt .list-nb .list li {
    width: 224px;
    float: left;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 16px;
    margin: 0 1px;
}

.xxgkzl-rgt .list-nb .list li a {
    font-size: 16px;
}

.xxgkzl-rgt .list-nb .list li a:hover {
    color: rgb(45, 102, 165);
}

.xxgkzl-rgt .list-nb .list li.bg {
    background: #f7f7f7;
}

.xxgkzl-rgt .pNext .default_pgSearchInfo {
    display: none;
}

.xxgkzl-more {
    margin: 10px auto 0 auto;
    text-align: center;
    width: 100px;
    height: 30px;
}

.xxgkzl-more a {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background: #f7f7f7;
    display: block;
}

.xxgkzl-more a:hover {
    color: rgb(45, 102, 165);
}

#menu-box-closed {
    display: none;
}

.d-block {
    display: block !important;
}

/* 适配手机端 ，ipad端*/
@media screen and (max-width: 768px) {
    div {
        box-sizing: border-box;
    }

    .pTop-con {
        width: 100%;
        height: auto !important;
        padding-left: 10px;
    }

    .pTop {
        height: auto !important;
        padding-bottom: 10px;
    }

    .pTop .logo {
        height: auto;
        margin-top: 10px !important;
    }

    .pTop .logo img {
        width: 50%;
        margin-right: 5px;
        margin-top: 5px;
    }

    .pTop .logo font {
        font-size: 18px;
        line-height: initial;
        margin-top: 5px;
    }

    .pTop .link>a,
    .pTop .link>span {
        display: none;
    }

    .pTop .link .menu {
        margin-right: 5px;
    }

    .pTop .link .menu .menu-box {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        width: 100vw;
    }

    #menu-box-closed {
        display: block;
        position: fixed;
        right: 5px;
        top: 5px;
        cursor: pointer;
    }

    .pTop .nav {
        width: 100% !important;
        overflow-x: auto;
        display: block;
        white-space: nowrap;
        float: none !important;
        left: 0;
        position: relative !important;
        margin-top: 0 !important;
        padding-top: 10px;
    }

    .pTop .nav a {
        display: inline-block;
        float: none;
    }

    .nav::-webkit-scrollbar {
        display: none;
    }

    .pageContent {
        width: 100%;
        overflow-x: hidden;
    }

    .pFoot {
        height: auto;
    }

    .pFoot-con {
        width: 100%;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
    }

    .pFoot .dzjg,
    .pFoot .zfzc,
    .pFoot .jc {
        text-align: center;
        position: relative;
        right: initial;
        top: initial;
    }

    .news-box {
        width: 100%;
        box-sizing: border-box;
    }

    .news-box .news-img {
        width: 100%;
        margin-right: 0;
        float: none;
        height: 200px;
    }

    .news-box .news-img img {
        width: 100%;
        height: 200px;
    }

    .news-box .news-txt {
        width: 100%;
        padding: 10px;
        float: none;
        height: auto;
    }

    .news-box .news-img p {
        width: 100%;
        box-sizing: border-box;
    }

    .zt-box {
        height: 200px;
        margin-top: 20px;
    }

    .zt-box .zt01 {
        width: 100%;
        height: 100px;
        float: none;
        margin-right: 0;
    }

    .zt-box .zt01 img {
        width: 100%;
        height: 100px;
    }

    .zt-box .zt02 {
        width: 100%;
        height: 100px;
        float: none;
    }

    .zt-box .zt02 img {
        width: 100%;
        height: 100px;
    }

    .list-box,
    .btn-box {
        width: 100%;
        float: none;
        height: auto;
    }

    .btn-box .btn-list li {
        float: none;
        width: 100% !important;
        margin: 10px 0 0 0 !important;
    }

    .img-box {
        width: 100%;
    }

    .img-box .con {
        height: auto;
    }

    .pImgList {
        *zoom: 1;
        padding-left: 0;
    }

    .pImgList:after {
        content: '.';
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .pImgList li {
        width: 45%;
        margin-right: 0;
        margin-left: 3%;
    }

    .pImgList li img {
        width: 100%;
        object-fit: cover;
    }

    .pImgList li span {
        width: 100%;
        box-sizing: border-box;
    }

    .tj-c4 {
        *zoom: 1;
        float: none;
        width: 100%;
    }

    .tj-c4::after {
        content: '.';
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .lf {
        float: none !important;
    }

    .tj-c4 a {
        display: block;
        width: 100% !important;
        text-align: center;
    }

    .tj-c4 .tj-c4a1 {
        margin: 0 auto !important;
    }

    .tj-c4 .tj-c4a2 {
        background-position: center;
        margin: 0 auto !important;
    }

    .content,
    .pagelist,
    .pagelist2,
    .zwgk {
        width: auto;
        margin: 10px;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .pagelist2 .list-menu,
    .pagelist .list-menu,
    .xxgkzl-lft {
        width: 100%;
        float: none;
        margin-right: 0;
        box-sizing: border-box;
    }

    .pagelist2 .list-txt,
    .pagelist .list-txt,
    .xxgkzl-rgt,
    .xxgkzl-rgt.rgt-content {
        width: 100%;
        float: none;
        margin-top: 10px;
        box-sizing: border-box;
    }

    .xxgkzl-lft .menu-box .tit-menu,
    .xxgkzl-lft .menu-box .nav01 {
        width: 100%;
        box-sizing: border-box;
    }

    .content .content-table td.tit {
        width: 5%;
    }

    table {
        table-layout: fixed !important;
        width: 100% !important;
        border-collapse: collapse;
        border: none;
        font-size: 0.23rem;
    }

    td,
    th {
        width: 1px;
        white-space: nowrap;
        /* 自适应宽度*/
        word-break: keep-all;
        /* 避免长单词截断，保持全部 */
        border: solid #afaeae 1px;
        text-align: center;
        white-space: pre-line;
        word-break: break-all !important;
        word-wrap: break-word !important;
        display: table-cell;
        vertical-align: middle !important;
        white-space: normal !important;
        height: auto;
        vertical-align: text-top;
        padding: 2px 2px 0 2px;
        display: table-cell;
    }

    .pList-gkmenu {
        height: auto !important;
    }

    .pList-gkmenu li {
        float: none !important;
        margin-bottom: 10px;
        margin-left: 0 !important;
        width: 100% !important;
    }

    .pList-gkmenu li a {
        padding: 0px !important;
        width: 100% !important;
    }

    .xxgkzl-rgt .list-fy {
        padding: 10px !important;
    }

    .xxgkzl-rgt .list-fy .pList01 li a,
    .xxgkzl-rgt .rgt-box .pList01 li a,
    .pagelist2 .list-txt .pList01 li a,
    .pagelist .pList01 li a {
        width: 65% !important;
    }

    .pNext .default_pgFirst,
    .pNext .default_separator,
    .default_pgSearchInfotwo,
    .pNext .default_pgLast,
    .pNext .default_pgSearchInfo {
        display: none !important;
    }

    .pageDiv th,
    .pageDiv td {
        border: none !important;
        padding: 0 !important;
    }

    .pageDiv td:first-child+td+td {
        display: none;
    }

    .content img {
        max-width: 100% !important;
    }

    .pHead01 span {
        max-width: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap;
    }

    .pagelist .list-menu li a {
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap;
    }
}
