@charset "utf-8";
@media print{
  .table-bordered>tbody>tr>th {
    width: 10%;
    line-height: 24px;
  }
  .article table a[href^=http]:after {
    content:"";
  }
  .table-bordered>tbody>tr>th {
    white-space: nowrap;
  }
  .jfontsize,.article .option .share {
    display: none !important;
  }
  .article-code #qrcodeCanvas,
  .article-box .article-code {
    display: none;
  }
  .article .info {
    white-space: nowrap;
    /* justify-content: space-between;
    display: flex;
    flex-wrap: wrap; */
  }
}
body {
    overflow-x: hidden;
    font-size: 16px;
    color: #333;
    background: #fff url(../images/bg.png) 50% 0px no-repeat;
    /* background-size: 100% auto; */
}

a {
    color: inherit
}

li i {
    /* background: url(../images/icons-new.png) no-repeat; */
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 auto;
    margin-top: -5px;
    vertical-align: middle;
    transition: all .3s;
}

.article .option i,
.where i,
.top .swiper-slide .text:before,
.news .list-t li:before,
.tab-pane2>.tab a i,
.search button i,
.bsfw-ul a:before,
.title.current .more,
.hdjl-ul li a:before,
.hdjl-ul2 li a:before,
.zc-search .search-box button,
.select:after,
.sjfb-swip .title:before,
.ul-l li i,
.ul-l li+li:before,
.links>ul>li>a:after,
.sjfb-swip .focus .focus-prev,
.sjfb-swip .focus .focus-next,
.topic-prev,
.topic-next,
.topic-prev,
.bar-box li:before,
.p5 .title .more,
.article .option .share a,
.article .article-code i,
.article-fj i {
    background: url(../images/icons-new.png) no-repeat;
}

li:hover i {
    transform: rotatey(360deg);
}

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
    float: left
}

.col-md-12 {
    width: 100%
}

.col-md-11 {
    width: 91.66666667%
}

.col-md-10 {
    width: 83.33333333%
}

.col-md-9 {
    width: 75%
}

.col-md-8 {
    width: 66.66666667%
}

.col-md-7 {
    width: 58.33333333%
}

.col-md-6 {
    width: 50%
}

.col-md-5 {
    width: 41.66666667%
}

.col-md-4 {
    width: 33.33333333%
}

.col-md-3 {
    width: 25%
}

.col-md-2 {
    width: 16.66666667%
}

.col-md-1 {
    width: 8.33333333%
}


/* 所有模板通用结束 */

.inner,
.nav ul,
.links>ul,
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    position: relative;
    color: #fff;
}

.ht {
    position: relative;
    height: 50px;
    line-height: 49px;
    margin-bottom: 0;
    font-size: 15px;
}

.ht a {
    margin: 0 3.4px;
    font-size: 15px;
    color: #fff;
    display: inline-block;
}

.ht span {
    font-size: 12px;
    vertical-align: bottom;
    background: none;
    padding: 0;
    margin-left: 3px;
}

.ht .fr a {}

.ht .fr a:last-child {}

.ht i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    font-size: 20px;
    vertical-align: -2px;
}

.header h1 {
    width: 50%;
    height: 156px;
    line-height: 145px;
}

.nav ul {
    display: flex;
    justify-content: space-between;
}

.nav li {
    position: relative;
    float: left;
    padding: 0px 15px;
    transition: all .3s;
    margin-top: 8px;
}

.nav li+li {
    margin-left: 3.3%;
}

.nav li a {
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 25px;
    color: #103c69;
    transition: all 0.3s;
    height: 50px;
    position: relative;
    font-weight: 400;
    padding-bottom: 10px;
}

.nav li a:hover,
.nav li.current a {
    color: #114b8c;
    font-weight: bold;
    /* font-size: 28px; */
}

a:active,
a:visited,
a:focus,
a:hover {
    text-decoration: none;
}

.nav li a:after {
    content: "";
    background: rgba(13, 120, 231, 0);
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    transition: all 0.3s;
    bottom: 0;
    right: 0;
    display: none;
    transform: scale(0, 1);
}

.nav li a:hover:after,
.nav li.current a:after {
    background: #0d78e7;
    transform: scale(1, 1);
}

.nav li a:hover i,
.nav li.current i {
    transform: rotateY(180deg);
}

.nav li a i,
.menu i {
    display: inline-block;
    width: 30px;
    height: 25px;
    margin: -4px 7px 0px 0;
    vertical-align: middle;
    background: url(../images/icon-nav.png) no-repeat;
    background-size: 10.65rem auto;
    transition: all .3s;
}

.nav li:hover a i,
.nav li.current a i,
.menu i {
    background: url(../images/icon-nav-2.png) no-repeat;
    background-size: 1065px auto;
}

.nav .s1,
.nav li:hover a .s1,
.nav li.current a .s1 {
    background-position: 2px -1px;
}

.nav .s2,
.nav li:hover a .s2,
.nav li.current a .s2,
.menu i.s2 {
    background-position: -130px -1px;
}

.nav .s3,
.nav li:hover a .s3,
.nav li.current a .s3,
.menu i.s3 {
    background-position: -307px -1px;
}

.nav .s4,
.nav li:hover a .s4,
.nav li.current a .s4,
.menu i.s4 {
    background-position: -481px 0px;
}

.nav .s5,
.nav li:hover a .s5,
.nav li.current a .s5 .menu i.s5 {
    background-position: -670px 0px;
}

.nav .s6,
.nav li:hover a .s6,
.nav li.current a .s6,
.menu i.s6 {
    background-position: -857px 0px;
}

.nav .s7,
.nav li:hover a .s7,
.nav li.current a .s7,
.menu i.s7 {
    background-position: -1037px 0px;
}

.footer {
    line-height: 22px;
    font-size: 14px;
    background-color: #0d78e7;
    padding-bottom: 1px;
}

.footer .links {
    border-bottom: 1px solid #2686e9;
    /* overflow: hidden; */
    padding: 20px 0;
}

.footer .copyright {
    color: #fff;
    margin: 25px auto 25px;
    font-size: 15px;
    line-height: 39px;
    /* text-align: center; */
}

.footer .copyright p {
    /* margin-left: -30px; */
    padding: 0 !important;
}

.footer .copyright span img {
    vertical-align: middle;
    margin: -2px 5px 0 0;
}

.footer .gov,
.footer .jc {
    position: absolute;
    bottom: -1px;
    left: -15px;
}
.footer .gov {
  width: 80px;
  height: 80px;
}
.footer .jc {
    top: inherit;
    right: 0;
    bottom: 13px;
    left: inherit;
}

.links>ul>li {
    /* position: relative; */
    line-height: 42px;
    font-size: 16px;
    float: left;
    width: 24%;
    background: #509eee;
}

.links>ul>li+li {
    margin-left: 1.333%;
}

.links>ul:after,
.links>ul:before {
    content: "";
    clear: both;
    width: 100%;
    display: block;
}

.links>ul>li>a {
    display: block;
    color: #fff;
    padding: 0 24px;
    position: relative;
    text-align: center;
}

.sjfb-swip .title a:hover {
    color: #0d78e7;
}

.p5.grid {
    /* padding-left: 24px;
    padding-right: 24px; */
}

.footer .links>ul>li>a:after {
    position: absolute;
    right: 4px;
    top: 16px;
    background-position: -332px -262px;
    width: 12px;
    height: 18px;
    background: url(../images/2022fgw-tjssq2.png);
}

.links li ul {
    display: none\9;
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 46px;
    max-height: 302px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 10px 40px;
    opacity: 0;
    transform: translate(0, 3px);
    transition: opacity, transform .3s;

    /* width: 1200px;
    position: absolute;
    left: 0px;
    top: 40px;
    background-color: #f6f6f6;
    padding: 10px 50px;
    display: none;
    z-index: 9;
    transform: translate(0, 3px);
    transition: opacity, transform .3s;
    transform: translate(0, 0); */
}

.links li:hover ul {
    display: block\9;
    z-index: 99 !important;
    opacity: 1;
    transform: translate(0, 0);
    display: block;
}

.links li li {
    /* border-top: 1px solid #ddd;
    line-height: 39px;
    text-align: center;
    transition: all .3s; */
    float: left;
    width: 222px;
    line-height: 40px;
    padding-right: 40px;
    border-top: none;
}

.links li li:hover {
    background-color: #f8f8f8;
}

.links li li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 14px;
}

.copyright p span {
    margin-right: 28px;
}

.text-only-1 {
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-only-2 {
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}


/* 搜索 */

.search-btn {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 99;
    display: none;
    width: 50px;
    height: 50px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cdefs%3E%3Cstyle/%3E%3C/defs%3E%3Cpath d='M146.286 475.429h14.628c0 168.228 138.972 307.2 307.2 307.2s307.2-138.972 307.2-307.2-138.971-307.2-307.2-307.2-307.2 138.971-307.2 307.2h-14.628zm804.571 402.285c21.943 21.943 21.943 58.515 0 80.457-21.943 21.943-58.514 21.943-80.457 0L724.114 811.886c-73.143 58.514-160.914 87.771-256 87.771-234.057 0-424.228-190.171-424.228-424.228S234.057 51.2 468.114 51.2s424.229 190.171 424.229 424.229c0 95.085-29.257 182.857-87.772 256l146.286 146.285z' fill='%23048'/%3E%3C/svg%3E") 50% 50% no-repeat;
    cursor: pointer;
}

.search-box {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 9;
    margin-top: -30px;
    text-align: center;
    font-size: 0;
    width: 500px;
    max-width: 94%;
}

.search-box .hotNews {
    font-size: 15px;
    color: #fff;
    text-align: left;
    margin-top: 10px;
}

.search-box .hotNews a {
    display: inline-block;
    background: rgba(68, 68, 68, 0.2196078431372549);
    margin-right: 4px;
    padding: 2px 10px;
    border-radius: 4px;
}

.search-box:before {
    display: none;
    content: '';
    position: absolute;
    top: 73px;
    right: 30px;
    border: 6px solid transparent;
    border-bottom: 6px solid #f8f8f8;
}

.search input,
.search button,
.search .go {
    display: inline-block;
}

.search input {
    width: 100%;
    height: 52px;
    padding: 10px 50px 10px 20px;
    border: none;
    background: #eef9fe;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    outline: none;
    border-radius: 6px;
    font-size: 14px;
}

.search button {
    position: absolute;
    width: 106px;
    height: 52px;
    border: none;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    right: 0px;
    top: 0px;
    background: #0d78e7;
    background-image: linear-gradient(90deg, #f7b117, #ec960b);
    /* letter-spacing: 4px; */
}

.search button i {
    display: inline-block;
    margin: -3px 9px 0 0;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    background-position: -254px -306px;
}

.search .go {
    width: 2.4em;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    margin-left: 16px;
    vertical-align: middle;
    color: #fff;
}


/* 高级菜单 */

.mask {
    visibility: hidden;
    position: fixed;
    z-index: 596;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#d8000000, endcolorstr=#d8000000);
}

.mask.on {
    visibility: visible;
}

.mask:after {
    content: '';
    display: block;
    position: fixed;
    z-index: 597;
    right: 0;
    bottom: 0;
    width: 4px;
    height: 4px;
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .85);
    transition: all .3s ease-in;
}

.mask.on:after {
    opacity: 1;
    box-shadow: 0 0 0 3000px rgba(0, 0, 0, .85);
}

body.modal-open {
    position: fixed;
    width: 100%;
}

.menu {
    position: fixed;
    z-index: 598;
    top: 0;
    right: 20%;
    bottom: 0;
    width: 60%;
    margin-right: -200%\9;
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.menu.on {
    margin-right: 0\9;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.menu img {
    display: block;
    width: 60%;
    max-width: 210px;
    margin: 60px auto;
}

.menu>ul>li {
    float: left;
    width: 46%;
    min-height: 240px;
    margin: 2%;
    padding: 20px;
    background-color: #06b;
    color: #fff;
    border-radius: 4px;
    animation-duration: .3s;
}

.menu>ul>li.home {
    display: none;
}

.menu li li {
    float: left;
    width: 50%;
}

.menu li ul {
    margin-top: 10px;
}

.menu>ul>li>a {
    display: block;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.menu li li a {
    position: relative;
    display: block;
    margin: 0 10px;
    padding: 0 15px 0 25px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    transition: opacity .3s;
}

.menu li ul:hover li:not(:hover) a {
    opacity: 0.5;
}

.menu li li a:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 10px;
}

.menu>ul>li:nth-child(1) {
    animation-delay: .4s;
}

.menu>ul>li:nth-child(2) {
    animation-delay: .5s;
}

.menu>ul>li:nth-child(3) {
    animation-delay: .6s;
}

.menu>ul>li:nth-child(4) {
    animation-delay: .7s;
}

.menu>ul>li:nth-child(5) {
    animation-delay: .8s;
}

.menu>ul>li:nth-child(6) {
    animation-delay: .9s;
}

.menu>ul>li:nth-child(7) {
    animation-delay: 1s;
}

.menu-btn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 599;
    width: 50px;
    height: 88px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    /* background: url(../images/menu.png) center no-repeat; */
    color: #fff;
}

.menu-btn>b {
    display: block;
    width: 40px;
    height: 40px;
    transition: transform .3s;
}

.menu-btn.on b {
    line-height: 0;
    font-size: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAFHGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE5LTA5LTE3VDE1OjMzOjM0KzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOS0wOS0xN1QxNTozNDowNCswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOS0wOS0xN1QxNTozNDowNCswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3MDY1NzE0My1hZGIwLTBmNDctOTI3OC1mNzA3MTE3NmZjZTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzA2NTcxNDMtYWRiMC0wZjQ3LTkyNzgtZjcwNzExNzZmY2U3IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NzA2NTcxNDMtYWRiMC0wZjQ3LTkyNzgtZjcwNzExNzZmY2U3Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MDY1NzE0My1hZGIwLTBmNDctOTI3OC1mNzA3MTE3NmZjZTciIHN0RXZ0OndoZW49IjIwMTktMDktMTdUMTU6MzM6MzQrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5/rxV8AAABA0lEQVRIibWUsW3DMBBFv7SCiiDxMCo1RJLGExiwVtE0LlS7DBAD8QL2AE7/UuSYEIIkXkjngIMI8u49ENKpAvSfUdvzVdJBUnsHZmusZ0kSIOCd7/gAGtvLycYYAG/Aj2DHb5wzJY31htjFAgH7AskUvg9n08IcySJ8TvBXySp8SeCVJOFrgpTEBU8J5iS1pQvuEUwlR0sX3CsQsAVuEfhme8neCtz/ooukR1tfJT15mup0iRpJpwguW5/sbD0SV5x+LS+W8YtfHcbcCXUPY/aEeiW5cLekBO6SlMKTklCwKYAvSTaxYCyEz0nGWDAAn0BfAA/ZG2uIBQ9Adwd4yM6Y+gIsJSD6TQ2Y9QAAAABJRU5ErkJggg==) center no-repeat;
    transform: rotateZ(180deg);
}

.menu-btn>span {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: #0054a7;
    border-radius: 2px;
    transition: .25s;
}

.menu-btn>span:nth-child(1) {
    top: 36px;
}

.menu-btn>span:nth-child(2) {
    top: 42px;
}

.menu-btn>span:nth-child(3) {
    top: 48px;
}

.menu-btn.on span,
.hd+.menu-btn>span {
    background: #fff;
}

.menu-btn.on span:nth-child(1) {
    top: 42px;
    transform: rotate(45deg);
}

.menu-btn.on span:nth-child(2) {
    opacity: 0;
    transform: rotate(90deg);
}

.menu-btn.on span:nth-child(3) {
    top: 42px;
    transform: rotate(135deg);
}


/* 公用部分 */

.grid {
    width: 1200px;
    margin: 0 auto 30px;
    background-color: #fff;
    animation-duration: .3s;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
}

.row {
    margin-right: -14px;
    margin-left: -14px;
}

.content .row>.col,
.content .row>[class*="col-"] {
    padding-right: 14px;
    padding-left: 14px;
}

.tab-pane {
    position: relative;
}

.tab-pane .pane>ul,
.tab-pane .pane>div {
    animation-duration: .3s;
}

.tab {
    border-bottom: 1px solid #eeeeee;
    position: relative;
    margin-bottom: 10px;
}

.tab.tb2 {
    position: absolute;
    right: 15px;
    top: 7px;
    color: #777777;
    border: 0;
}

.tab.tb2 a {
    font-size: 16px;
    margin: 0;
    margin-left: 23px;
}

.tab.tb2 a+a:before {
    position: absolute;
    left: -12px;
    width: 1px;
    height: 13px;
    background: #bfbfbf;
    content: "";
    top: 3px;
}

.tab a {
    position: relative;
    display: inline-block;
    font-weight: normal;
    font-size: 22px;
    text-align: center;
    transition: all 0.3s;
    border-radius: 4px;
    padding: 0px 0 15px;
    margin-right: 45px;
    color: #333333;
}

.tab a.more {
    float: right;
    margin: 0;
}

.tab_dh {
    position: absolute;
    left: 0;
    background: #0d78e7;
    content: "";
    width: 67px;
    height: 2px;
    bottom: -2px;
    transition: all .3s;
}

.tab-pane2>.tab {
    background: none;
    padding: 28px 0 25px;
    text-align: center;
    border: 0;
    margin: 0 auto;
}

.tab-pane2>.tab a {
    color: #fff;
    padding: 0;
    font-weight: normal;
    font-size: 24px;
    margin-right: 0;
    margin: 0 23px;
    background: url(../images/index-3.png) center center no-repeat;
    width: 25%;
    height: 88px;
    line-height: 84px;
    text-shadow: 2px 2px 3px #5fa4d5;
    background-size: 100% 100%;
}

.tab-pane2>.tab a i {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.tab-pane2 .tab a i.i2 {
    background-position: -244px -190px;
}

.tab-pane2 .tab a i.i1 {
    background-position: -193px -190px;
}

.tab-pane2 .tab a i.i3 {
    background-position: -301px -190px;
}

.tab-pane2>.tab a.current {
    font-weight: bold;
    background: url(../images/index-4.png) center center no-repeat;
    background-size: 100% 100%;
}

.tab-pane2>.tab a+a {
    margin-left: 32px;
}

.tab .current {
    font-weight: bold;
    color: #0d78e7;
}

.tab a.current:after {
    width: 0;
    border-width: 7px 9px 7px 9px;
    border-style: solid;
    left: 50%;
    margin-left: -4px;
    border-color: #0054a7 transparent transparent transparent;
    content: "";
    position: absolute;
    bottom: -13px;
    display: none;
}

[class*="tab-pane"] .pane>div,
[class*="tab-pane"] .pane>ul {
    display: none;
}

[class*="tab-pane"] .pane>div.active,
[class*="tab-pane"] .pane>ul.active {
    display: block;
}


/* 轮播 */

.focus {
    position: relative;
    overflow: hidden;
    height: 400px;
}

.focus .pic,
.focus .pic>div {
    position: relative;
    height: 100%;
}

.focus .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.focus.f2 .swiper-slide {
    height: 400px\9;
}

.focus.f3 .swiper-slide,
.focus.f4 .swiper-slide {
    width: 267px\9;
    height: 158px\9;
}

.focus .pic>div span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    line-height: 60px;
    height: 60px;
    padding: 0 13% 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgba(0, 0, 0, 0.46);
    color: #fff;
}

.focus .focus-prev,
.focus .focus-next {
    position: absolute;
    top: 50%;
    z-index: 9;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus .focus-prev {
    transform: translate(-50px, 0);
    left: 0;
    background: url(../images/arr_l.png) center center no-repeat;
}

.focus .focus-next {
    transform: translate(50px, 0);
    right: 0;
    background: url(../images/arr_r.png) center center no-repeat;
}

.focus:hover .focus-prev,
.focus:hover .focus-next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus .navi {
    right: 13px;
    position: absolute;
    left: inherit;
    bottom: 19px;
    width: 100%;
    text-align: right;
}

.focus .navi li,
.focus .swiper-pagination-bullet {
    border: 0;
    background: #fff;
    opacity: 1;
    margin: 0 4px;
}

.focus .navi .on,
.focus .swiper-pagination-bullet-active {
    background-color: #49afdf;
}


/* 专题 */

.topic {
    background-color: #fff;
    border-radius: 8px;
    position: relative;
}

.topic h2 {
    height: 110px;
    background: url(../images/topic.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 55px;
    font-size: 0;
}

.topic .scroll {
    width: auto;
    margin: 0px -15px -5px;
    position: relative;
    padding: 10px 0;
}

.topic .scroll li a {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 17px;
    box-shadow: 0 0 10px rgba(68, 68, 68, 0.15);
    border-radius: 10px;
}

.topic .scroll li a img {
    display: block;
    width: 100%;
    height: 100%;
}

.topic .scroll li span {
    display: block;
    background: #fff;
    height: 80px;
    padding: 16px;
}

.topic .scroll li strong {
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
}

.topic .navi {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    line-height: 0;
    font-size: 0;
    text-align: center;
}

.topic .navi li,
.topic .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 4px;
    background: #ececec;
    opacity: 1;
    border-radius: 100px;
    transition: all .3s;
}

.topic .navi .on,
.topic .swiper-pagination-bullet-active {
    width: 40px;
    background-color: #ff9c27;
}

.topic-prev,
.topic-next {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 45px;
    margin-top: -20px;
    cursor: pointer;
    z-index: 99;
}

.topic-next {
    right: 1px;
    background-position: -54px -188px;
}

.topic-prev {
    left: 2px;
    background-position: -91px -188px;
}

.topic li {
    width: 307.5px\9;
}

.topic li .pic {
    width: 100%;
    overflow: hidden;
    height: 160px;
}

.topic li img {
    width: 100%;
}


/* 首页 开始 */

.boxsd {
    box-shadow: 0 0 10px rgba(68, 68, 68, 0.08);
    overflow: hidden;
    padding: 24px;
}

.top .swiper-slide .text {
    padding: 14px 38px 30px 130px;
    margin-bottom: 30px;
    position: relative;
}

.top .swiper-slide .text:before {
    position: absolute;
    left: 0;
    content: "";
    background-position: -284px -119px;
    width: 101px;
    height: 65px;
}

.top .swiper-slide p {
    color: #666666;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.top .swiper-slide p a {
    width: 33%;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding: 0 2%;
}

.top .swiper-slide p a+a:before {}

.top .swiper-slide p a+a:before {
    content: "";
    width: 1px;
    left: 0px;
    height: 13px;
    background: #999999;
    position: absolute;
    top: 6px;
}

.top .swiper-slide h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.top .focus {
    height: auto
}

.top .focus img {
    height: 650px
}

.top .focus .pic>div span {
    top: 0;
    bottom: inherit;
}

.top .focus.f2 .pic>div span {
    bottom: 0;
    top: inherit;
    font-size: 34px;
    line-height: 80px;
    height: 80px;
}

.top .focus.f1 .navi {
    top: 106px;
    text-align: center;
}

.top .focus .navi span {
    background: #dddddd;
    width: 9px;
    height: 9px;
    margin: 0 7px;
}

.top .focus .navi .swiper-pagination-bullet-active {
    background: #0d78e7;
}

.news .list-t {
    margin-bottom: -10px
}

.news .list-t li:before {
    width: 6px;
    height: 9px;
    background-position: -338px -274px;
    top: -1px;
}

.box {
    background: #f5f9fc;
    overflow: hidden;
}

.box .pane {
    background: none;
}

.title {
    font-size: 26px;
    font-weight: bold;
    padding: 26px 0 10px;
    margin-bottom: 5px;
}

.title.t3 {
    border-top: 1px dotted #ddd;
    border-bottom: 0px;
    margin-top: 20px;
    font-size: 18px;
    color: #0d78e7;
    padding-top: 20px;
    margin-bottom: 0;
}

.title.current {
    padding: 0;
    font-weight: bold;
    color: #0d78e7;
    font-size: 22px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    /* margin-bottom: 10px; */
}

.title.current a {
    display: inline-block;
    height: 100%;
    padding: 0px 0 15px;
    border-bottom: 2px solid #0d78e7;
}

.leader .title.current a {
    border-bottom: 0;
}

.title.current .more,
.p5 .title .more {
    border: 0;
    padding: 0;
    width: 42px;
    height: 25px;
    background-position: -197px -301px;
    margin-top: 3px;
}

.title.current a:hover {
    color: #0d78e7;
}

.title .more {
    float: right;
}

.title.t2 {}

.p2 .boxsd {
    padding: 24px;
    /* min-height: 470px; */
    background: #fff;
    margin-bottom: 30px;
}

.p2-1 .boxsd .col-md-8 .pane {
    height: 387px;
    padding-top: 1px;
}

.p2-1 .boxsd .col-md-8 .list-t li {
    padding: 6px 0 6px 14px;
}

.ul-t li {
    float: left;
    background: #f5f5f5;
    width: 100%;
    margin-bottom: 13px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 6px;
    padding-left: 66px;
}

.ul-t li:last-child {
    margin: 0;
}

.ul-t li i.s0 {
    background-position: 0px -56px;
    background: url(../images/fgxbsz-t1.png) 4px 6px no-repeat;
}

.ul-t li i.s1 {
    background-position: 0px -119px;
    background: url(../images/fgxbsz-t2.png) 4px 6px no-repeat;
}

.ul-t li i.s2 {
    background-position: 0px -182px;
    background: url(../images/fgxbsz-t3.png) 4px 6px no-repeat;
}

.ul-t li i.s3 {
    background-position: 0px -246px;
    background: url(../images/fgxbsz-t4.png) 4px 6px no-repeat;
}

.ul-t li i.s4 {
    background-position: 0px -309px;
    background: url(../images/fgxbsz-t5.png) 4px 6px no-repeat;
}

.ul-t li i.s5 {
    background-position: 0px -373px;
    background: url(../images/fgxbsz-t6.png) 4px 6px no-repeat;
}

.ul-t li i.s6 {
    background-position: 0px -248px;
    background: url(../images/fgxbsz-t7.png) 4px 6px no-repeat;
}

.zc-search {
    background: url(../images/index-5.png) no-repeat;
    background-size: 100% 100%;
    padding: 15px 80px 0px 60px;
    margin: 30px 0;
}

.zc-search .search-box {
    position: relative;
}

.zc-search .search-box {
    height: 46px;
    width: 500px;
    position: relative;
    margin-top: 20px;
    max-width: 100%;
    background: #fff;
    border-radius: 4px;
}

.zc-search .search-box input {
    height: 100%;
    border: 0;
    border-radius: .06rem;
    font-size: 15px;
    padding-left: 160px;
    width: 100%;
}

.zc-search .search-box button {
    width: 110px;
    background-color: #0072c9;
    background-position: -233px -292px;
    box-sizing: border-box;
    padding-left: 25px;
    font-size: 16px;
    letter-spacing: 0;
    background: #0072c9 url(../images/2022fgw-tjssq1.png) 20px 12px no-repeat;
}

.zc-search .search-box input::placeholder {
    color: #94a3b7;
}

.sjfb-num {
    background: url(../images/index-9.png) no-repeat;
    background-size: 100% 100%;
    min-height: 97px;
    margin-top: -10px;
}

.sjfb-num li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 22px 0;
}

.sjfb-num li b {
    color: #0d78e7;
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}

.sjfb-swip .title {
    color: #444444;
    font-size: 18px;
    font-weight: bold;
}

.sjfb-swip .title:before,
.links>ul>li>a:after {
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -3px;
    width: 22px;
    height: 22px;
    content: "";
    display: inline-block;
}

.sjfb-swip .col-md-6:nth-child(2) .title:before {
    background-position: -274px -262px;
}

.sjfb-swip .col-md-6:nth-child(1) .title:before {
    background-position: -307px -262px;
}

.sjfb-swip .focus {
    height: 158px
}

.sjfb-swip .focus .focus-prev {
    left: 0;
    width: 16px;
    top: 59%;
    transform: translate(0px, 0);
    opacity: 1;
    background-position: -152px -188px;
    height: 40px;
}

.sjfb-swip .focus .pic img {
    border-radius: 10px;
}

.sjfb-swip .focus .focus-next {
    background-position: -128px -188px;
    right: 0;
    left: inherit;
    width: 16px;
    top: 59%;
    opacity: 1;
    transform: translate(0px, 0);
    height: 40px;
}

.ul-l {
    display: flex!important;
    justify-content: space-between;
    margin: 24px 0 0px;
    align-items: center;
}

.ul-l:after,
.ul-l:before {
    width: 0px;
    display: none;
}

.ul-l li {
    float: left;
    min-width: 60px;
    font-size: 18px;
    text-align: center;
    position: relative;
}

.ul-l li+li:before {
    content: "";
    position: absolute;
    left: -44px;
    width: 25px;
    height: 100%;
    background-position: -422px -129px;
}

.ul-l li i {
    display: block;
    width: 50px;
    height: 50px;
    /* margin-bottom: 10px; */
    margin-bottom: 5px;
    background-size: 410px;
}

.ul-l li i.s0 {
    background-position: -3px 1px;
    background-position: 5px 9px;
}

.ul-l li i.s1 {
    background-position: -70px 2px;
    background-position: -45px 9px;
}

.ul-l li i.s2 {
    background-position: -138px 2px;
    background-position: -89px 9px;
}

.ul-l li i.s3 {
    background-position: -200px 2px;
    background-position: -132px 9px;
}

.ul-l li i.s4 {
    background-position: -264px 2px;
    background-position: -175px 9px;
}

.ul-l li i.s5 {
    background-position: -326px 2px;
    background-position: -220px 9px;
}

.ul-l li i.s6 {
    background-position: -381px 1px;
    background-position: -262px 9px;
}

.bsfw .col-md-5 {
    width: 40.666667%;
    margin-bottom: 20px;
}

.bsfw .col-md-7 {
    width: 58.333333%;
    margin-left: 1%;
    border-left: 1px dashed #d2d2d2;
    padding-left: calc(14px + 1.5%)!important;
}

.bsfw-top img {
    width: 100%;
}

.bsfw-search .search-box {
    position: relative;
    top: 0;
    margin: 0;
    max-width: 100%;
}

.bsfw-search .search-box input {
    border: 1px solid #dddddd;
    height: 56px;
}

.bsfw-search .search-box button {
    height: 56px;
    background: #0072c9;
}

.bsfw-ul {
    display: block;
    background: #f9f9f9;
    text-align: center;
    margin: 36px 0;
}

.bsfw-ul li a:before,
.hdjl-ul li a:before,
.hdjl-ul2 li a:before {
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto 15px;
    transition: all .3s;
}

.bsfw-ul li:nth-child(1) a:before {
    background-position: -394px -64px;
}

.bsfw-ul li:nth-child(2) a:before {
    background-position: -341px -64px;
}

.bsfw-ul li:nth-child(3) a:before {
    background-position: -283px -64px;
}

.bsfw-ul li {
    margin: 51px 6%;
    display: inline-block;
}

.bsfw-ul li:hover a:before {
    transform: rotatey(360deg);
}

.bsfw-ul.fw2 {
    background: url(../images/index-21.png) top center no-repeat;
    background-size: 100% 100%;
    margin: 26px 0 0px;
}

.bsfw-ul.fw2 li {
    margin: 36px 6%;
}

.bsfw-ul.fw2 h3 {
    transform: translateY(12px);
    font-size: 20px;
    font-weight: bold;
}

.bsfw-ul.fw2 li:nth-child(2) a:before {
    background-position: -226px -63px;
}

.bsfw-ul.fw2 li:nth-child(3) a:before {
    background-position: -170px -63px;
}

.bsfw-ul.fw2 li:nth-child(4) a:before {
    background-position: -114px -63px;
}

.bsfw-ul.fw2 li:nth-child(5) a:before {
    background-position: -50px -58px;
    width: 43px;
    height: 43px;
    margin: 1px auto 14px;
}

.bsfw-ul.fw2 li:nth-child(6) a:before {
    background-position: -283px -64px;
}

.bsfw-search {
    overflow: hidden
}

.hdjl-zx .pic {
    width: 38%;
    height: 134px;
}

.hdjl-zx .zxx {
    width: 58%;
    margin-left: 4%;
    /* padding-top: 10px; */
}

.hdjl-zx .zxx h3 {
    font-weight: bold;
    line-height: 30px;
}

.hdjl-zx .zxx p {
    font-size: 16px;
    /* line-height: 29px; */
    margin-top: 14.3px;
}

.hdjl-ul {
    position: relative;
    overflow: hidden;
    padding-top: 8px;
}

.hdjl-ul:before,
.hdjl-ul:after {
    content: "";
    position: absolute
}

.hdjl-ul:after {
    width: 100%;
    border-top: 1px dashed #ddd;
    top: 50%;
    left: 0;
}

.hdjl-ul:before {
    height: 100%;
    border-left: 1px dashed #ddd;
    left: 50%;
}

.hdjl-ul li {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 20px;
    position: relative;
    transition: all .3s;
}

.hdjl-ul li:hover {
    font-weight: bold;
}

.hdjl-ul li a:before {
    width: 46px;
    height: 46px;
    margin: 0 20px 0 0;
    transition: all .3s;
    background-size: 450px;
}

.hdjl-ul li:hover :before {
    transform: rotateY(-360deg);
}

.hdjl-ul li:nth-child(1) a:before {
    background-position: -164px -90px;
}

.hdjl-ul li a:before {
    display: inline-block;
    vertical-align: middle;
}

.hdjl-ul li:nth-child(2) a:before {
    background-position: -122px -90px;
}

.hdjl-ul li:nth-child(3) a:before {
    background-position: -78px -90px;
}

.hdjl-ul li:nth-child(4) a:before {
    background-position: -32px -88px;
}

.hdjl-ul li:nth-child(n+3) {
    margin-top: 62px;
}

.hdjl-ul2 li {
    border-bottom: 1px dotted #ddd;
    float: left;
    width: 54%;
    padding: 15px 0 20px;
}

.hdjl-ul2 li a:before {
    transition: all .3s;
    margin: -3px 10px 0 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.hdjl-ul2 li:hover a:before {
    transform: rotateY(-360deg);
}

.hdjl-ul2 li:nth-child(1) a:before {
    background-position: -159px -305px;
}

.hdjl-ul2 li:nth-child(2) a:before {
    background-position: -120px -304px;
}

.hdjl-ul2 li:nth-child(3) a:before {
    background-position: -84px -303px;
}

.hdjl-ul2 li:nth-child(4) a:before {
    background-position: -49px -303px;
}

.hdjl-ul2 li:nth-child(2n+2) {
    width: 42%;
    float: right;
}


/* 首页 结束 */


/* 概览 */

.where {
    line-height: 30px;
    color: #666666;
}

.where img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
}

.where i {
    margin: -5px 4px 0 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: -278px -305px;
    vertical-align: middle;
}

.where a,
.where span {
    margin: 0 10px;
    font-size: 16px;
    color: #666;
}

.overview {
    margin: 20px 0 -20px;
}

.overview .list-p li {
    width: 33.33333333%;
    box-shadow: none;
    text-align: left;
    margin-bottom: 18px;
    margin-left: 0;
}

.overview .list-p li p {
    text-align: left;
    margin: 10px 0 5px;
}

.overview .list-p li span {
    font-weight: normal;
    color: #999;
    text-align: left;
    padding: 0;
    height: auto;
    line-height: 20px;
}

.overview .list-p li .pic {
    height: 148px;
}

.overview .col-md-3 {
    width: 26%;
}

.overview .col-md-9 {
    width: 74%;
}

.side-menu ul {
    min-height: 618px;
    background: #f7fafd;
}

.side-menu h2 {
    position: relative;
    line-height: 35px;
    font-size: 24px;
    padding: 21px;
    background-size: 100% 100%;
    /* padding-left: .4rem; */
    background: linear-gradient(60deg, #005bea, #00c6fb);
    text-align: center;
    height: 80px;
    line-height: 40px;
}

.side-menu h2 a {
    color: #fff;
}

.side-menu li a {
    position: relative;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    font-size: 20px;
    padding: 15px 0;
    background: url(../images/lsj-icon013.png) no-repeat center center;
    color: #252525;
}

.side-menu li a {}

.side-menu li a:hover {
    /*     /* color: #0d78e7; */
    background: url(../images/lsj-icon012.png) no-repeat center center;
}

.side-menu li a.lb_xl {
    background: url(../images/16gl_li.png) 86px center no-repeat;
    color: #333;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    font-weight: normal;
    padding: 0;
}
.level-1:last-child .lb_xl:last-child {
  padding-bottom: 10px;
  background: url(http://fgw.hubei.gov.cn/material/2022/images/16gl_li.png) 86px 16px no-repeat;
}
.side-menu li.current>a.lb_xl:after {
    transform: scale(1, 0);
}

.side-menu li li a {
    font-size: 14px;
    padding: 8px 0;
    transition: all .3s;
    position: relative;
}

.side-menu li li a:before {
    content: "";
    top: 50%;
    width: 3px;
    height: 3px;
    margin-top: -2px;
    background-color: #c10f13;
    display: inline-block;
    margin-right: 8px;
    border-radius: 100%;
    vertical-align: middle;
}

.side-menu li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background-color: #0d78e7;
    transform: scale(1, 0);
    transition: all .3s;
}

.side-menu li a.current:after,
.side-menu li a:hover:after {
    transform: scale(1, 1);
}

.list-t.border6 {
    margin-top: -6px;
}

.list-t.border6 li {
    height: 40px;
    padding: 0 0 0 10px !important;
    line-height: 40px;
}

.list-t.border6 li:before {
    background: #c4bdbd;
    top: 3px;
    border-radius: 100%;
}

/* .list-t.border6 li:nth-child(5n) {
    border-bottom: 1px dashed #dedede;
    padding-bottom: 20px;
    margin-bottom: 10px;
} */

.col-md-9 .list-t {
    border-bottom: 1px dashed #dedede;
    padding-bottom: 7px;
    margin-bottom: 13px;
}

.where {
    margin-bottom: 20px !important;
}


/*  正文 */

.article {
    margin-bottom: .2rem;
}

.article h2 {
    padding: 15px 0;
    /* padding: .15rem 0; */
    line-height: 1.5;
    font-size: .28rem;
    text-align: center;
    color: #333333;
    font-weight: 400;
}

.article .info i {
    margin: 0 10px 0 0;
    font-size: 16px;
    color: #ccc;
    vertical-align: middle;
}

.article h2 {
    font-weight: bold;
    padding-bottom: 16px;
    line-height: 24px;
    font-size: 22px;
}

.line {
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
}

.article img,
.article video,
.article table {
    max-width: 100%;
}

.article .option {
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
    padding: 20px;
    line-height: 30px;
    color: #ccc;
    transition: padding .3s;
}

.article .option h4 {
    display: none;
}

.article .info {
    color: #666666;
    font-size: 16px;
    text-align: center;
    /* justify-content: space-between; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    float: left;
}

.article .share {
    float: right;
}

.article .info .share {
    float: right;
}

.article .info>span a {
    color: #666;
}

.article .info>span a:hover {
    color: #666;
}

.article .info i {
    margin: 0 10px 0 0;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position: -175px -349px;
    vertical-align: middle;
}

.article .info i.so {
    background-position: -199px -347px;
}

.article .option.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    border-top: none;
    margin: 0;
    padding: 20px 10px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.article .option.fixed h4 {
    display: block;
    position: absolute;
    top: 50%;
    left: 20%;
    right: 20%;
    width: 60%;
    height: 30px;
    margin-top: -15px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article .option.fixed .info {
    display: none;
}

.article .option.fixed .jfontsize {
    float: none;
    padding: 0;
}

.jfontsize {
    float: right;
    padding: 0 20px;
}

.jfontsize a {
    margin: 0 7px;
    display: inline-block;
    height: auto;
    position: relative;
    vertical-align: middle;
}

.jfontsize a {
    float: left;
    box-sizing: content-box;
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    margin: 0 4px;
    padding: 3px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

i.icon-organization {
    background-position: -199px -347px !important;
}

.jfontsize a i {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-image: url(../../images/fgw/jfont.png) !important;
    background-repeat: no-repeat;
}

.jfontsize .dayin {
    width: 19px;
    float: right;
    background-image: url(../../../material/images/dayin.png) !important;
}

#jfontsize-p2 i {
    background-position: 0 0;
}

.article .jfontsize i {
    margin: 0;
}

#jfontsize-d2 i {
    background-position: -47px 0;
}

#jfontsize-m2 i {
    background-position: -24px 0;
}

a#jfontsize-p2:hover i {
    /* background-position: 1px -24px; */
}

a#jfontsize-m2:hover i {
    /* background-position: -46px -24px; */
}

a#jfontsize-d2:hover i {
    /* 	background-position: -23px -24px; */
}

.article .option .share a {
    width: 36px;
    height: 36px;
    margin: -5px 2px 0;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.article .option .share a+a {
    margin-left: 10px;
}

.detail {
    /* padding: .2rem 0rem .01rem; */
    background: #fff;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.article .option .share a.bds_tsina {
    background-position: 0 0;
}

.article .option .bds_tsina {
    background: url(../../../../material/images/fgw/wb.png) center no-repeat!important;
    background-size: 32px auto!important;
    margin-bottom: 8px;
}

.article .option .share a.bds_copy {
    background-position: -122px -377px;
}


/* .article .option .share a.bds_weixin {
    background-position: -43px -377px;
} */

.article .option .bds_weixin {
    background: url(../../../../material/images/fgw/wx.png) center no-repeat!important;
    background-size: 32px auto!important;
}

.bdshare-button-style1-32 a {
    float: left;
    width: 32px;
    line-height: 32px;
    height: 32px;
    background-image: url(../../../../material/api/img/share/icons_1_32.png?v=83ba0265.png) !important;
    _background-image: url(../../../../material/api/img/share/icons_1_32_debase.png?v=0de29fb2.png) !important;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
    text-indent: -100em;
    overflow: hidden;
    color: #3a8ceb;
}

.bdshare-button-style1-32 .bds_qzone {
    background-position: 0 -51px !important;
}

.bd_weixin_popup {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.article-box {
    padding: 31px 60px;
    line-height: 2;
    text-align: justify;
    color: #333;
    font-size: 16px;
    padding-bottom: 0;
}

.article-jd {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: .16rem 0 .16rem 80px;
    line-height: 34px;
    margin: 30px 0 20px;
    position: relative;
}

.article-fj a {
    display: block;
    color: #2a80dc;
    margin-top: 10px;
    line-height: 30px;
}

.article-fj span {
    color: #333333;
    margin-right: 11px;
}

.article-fj i {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-position: -231px -347px;
}

.article-code #qrcodeCanvas {
    /* border-bottom: 1px solid #ddd; */
    padding-bottom: 35px;
}

.article-jd a {
    display: block;
}

.article-jd b {
    position: absolute;
    left: 0;
}

.article-box p {
    margin-bottom: 1em;
    color: #333;
}

.article-box .article-code {
    margin-top: 50px;
    margin-bottom: 50px;
}

span.btn.btn-default {
    line-height: 32px;
    height: 46px;
    min-width: 90px;
    font-size: 16px;
    color: #000;
}

.p15 {
    margin-top: 10px !important;
    padding: 15px;
}

.article-code.tc {
    /* padding: 31px 60px; */
    margin-top: 67px;
}

.article .article-code i.dayin {
    background-position: -304px -308px;
}

.article .article-code i.download {
    background-position: -348px -308px;
}

.article i.close {
    float: none;
    background-position: -327px -308px;
    opacity: 1;
}

.article .article-code img {
    margin-top: 10px;
    display: inline-block;
    max-width: 80%;
    margin: 14px 6px;
}

.article .article-code p {
    margin: 30px 0 20px;
    /* color: #666666; */
    font-size: 14px;
}


/* 分页 */

.pages {
    font: 0/0 microsoft yahei;
    margin-top: 24px;
    text-align: center;
}
a.jp-next,
a.jp-last {
  cursor: pointer;
}

.pages a,
.pages span {
    display: inline-block;
    line-height: 18px;
    margin: 3px 2px;
    padding: 10px 15px;
    font-size: 14px;
    vertical-align: middle;
    background-color: #fff !important;
    border: 1px solid #d7d7d7;
}

.pages a:hover,
.pages span:hover {
    position: relative;
    background-color: #0054a7 !important;
    color: #fff;
}
/* 分页首页、尾页禁用按钮 */
.pages .disabled,jp-disabled {
  cursor: auto !important;
}
.pages .disabled:hover,jp-disabled:hover {
  background-color: #fff !important;
  color: #ccc !important;
}
.pages .disabled,jp-disabled {
  color: #ccc;
}

.pages a.current,
.pages span.current {
    background-color: #0d78e7 !important;
    color: #fff;
    position: relative;
}


/* 下拉 */

.select {
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 140px;
    height: 46px;
    line-height: 46px;
    top: 0;
    color: #fff;
    border-radius: .3rem;
    left: 0;
}

.select:after {
    right: -6px;
    content: "";
    width: 2px;
    height: 100%;
    top: 7px;
    position: absolute;
    background-position: -409px -129px;
}

.select p {
    font-size: 16px;
    color: #333;
    background-size: 1px .72rem;
    /* font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘ Source Han Serif ’, source-han-serif-sc, serif;
    */
}

.select ul {
    display: none;
}

.select p::after,
.right .el-date-editor.el-input:after {
    content: "";
    display: block;
    border-width: 6px 6px;
    border-color: #333 transparent transparent transparent;
    border-style: solid;
    top: 19px;
    right: 5px;
    position: absolute;
    transition: all .3s ease-in;
}

.select ul li a {
    display: block;
}

.select ul {
    display: block;
    font-size: 16px;
    background: #fff;
    position: absolute;
    top: 46px;
    width: 100%;
    left: 0px;
    max-height: 0;
    margin: 0;
    transition: max-height .3s ease-in;
    overflow: hidden;
    z-index: 9;
}

.select ul li {
    border-radius: 7px;
    color: #333;
}

.select ul li:before {
    display: none;
}

.select ul li.Selected {
    background: #eef5fc;
    color: #227ee7;
}

.select ul li.Selected a {
    color: #fff;
}

.select ul li:hover {
    background: #528cdc;
    color: #fff;
}

.select ul li:hover a {
    color: #fff;
}

@-webkit-keyframes slide-down {
    0% {
        transform: scale(1, 0);
    }
    25% {
        transform: scale(1, 1.2);
    }
    50% {
        transform: scale(1, 0.85);
    }
    75% {
        transform: scale(1, 1.05);
    }
    100% {
        transform: scale(1, 1);
    }
}

.select.open ul {
    max-height: inherit;
    transform-origin: 50% 0;
    -webkit-animation: slide-down .5s ease-in;
    transition: max-height .2s ease-in;
    box-shadow: 0 0 6px rgba(68, 68, 68, 0.43);
    border-radius: 7px;
    padding: 7px;
}

.select.open p::after {
    transform: rotate(90deg);
    transition: all .3s ease-in;
    top: 17px;
    right: 5px;
}

@media(max-width:1200px) {
    body,
    html {
        width: 1200px;
    }
}

.bar-box {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 99;
    background: none;
    box-shadow: none;
    z-index: 100;
}

.bar-box ul {
    /* width: 70px; */
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.10);
    /* margin-top: 15px; */
    text-align: center;
    /* padding: 20px 0; */
    font-size: 14px;
    padding-bottom: 15px;
}

.bar-box ul li {
    padding: 17px 8px 4px;
    position: relative;
}

.bar-box ul li:after {}

.bar-box ul li:hover div {
    display: block;
}

.bar-box ul li:before {
    display: block;
    margin: 0 auto 5px;
    height: 35px;
    content: "";
    width: 35px;
    height: 35px;
}

.bar-box ul li:nth-child(1):before {
    background-position: -223px -256px;
}

.bar-box ul li:nth-child(2):before {
    background-position: -178px -254px;
}

.bar-box ul li:nth-child(3):before {
    background-position: -132px -256px;
}

.bar-box ul li:nth-child(4):before {
    background-position: -88px -256px;
}

.bar-box ul li:nth-child(5):before {
    background-position: -47px -255px;
}

.bar-box li div {
    position: absolute;
    border: 1px solid #4ea5ff;
    background: #fff;
    right: 100px;
    top: 0;
    border-radius: 3px;
    display: none;
    width: 140px;
    min-height: 100%;
}

.bar-box li div p {
    padding: 25px 20px;
    height: 100%;
}

.bar-box li div img {
    width: 100%;
}

.bar-box li div:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: 1px solid #4ea5ff;
    border-left: 1px solid #4ea5ff;
    -webkit-transform: rotate( 138deg);
    -ms-transform: rotate(138deg);
    transform: rotate( 138deg);
    display: block;
    position: absolute;
    right: -4%;
    top: 25px;
}


/* 互动交流 */

.hdjl-ul.hd {
    display: flex;
    justify-content: space-between;
    margin-bottom: .2rem;
}

.hdjl-ul.hd li {
    width: 23%;
    background: #f0f7ff;
    padding: .2rem 0;
    color: #0d78e7;
    font-weight: bold;
    border-radius: .06rem;
    margin-bottom: .2rem;
}

.hdjl-ul.hd li:nth-child(n+3) {
    margin-top: 0;
}

.hdjl-ul.hd:after,
.hdjl-ul.hd:before {
    display: none;
}

.tab-ft {
    margin-top: .3rem
}

.tab-ft .ar {
    float: right;
}

.tab-ft .ar a+a:before {
    content: "";
    width: 1px;
    height: 12px;
    background: #bfbfbf;
    position: absolute;
    left: -0.13rem;
    top: 4px;
}

.tab-ft .ar a {
    margin-right: 0;
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    margin: 0.1rem 0 0 0.26rem;
}

.list-ft li {
    float: left
}

.list-ft li {
    float: left;
    width: 31%;
    margin: .2rem 0 .4rem;
}

.list-ft li .zxx {
    background-image: linear-gradient(180deg, #fff, #f5faff);
    border-bottom: 4px solid #0d78e7;
    padding: .2rem .2rem .1rem;
}

.list-ft li .zxx p {
    padding-left: 50px;
    margin-bottom: 11px;
    position: relative;
}

.list-ft li .zxx b {
    position: absolute;
    left: 0;
    color: #0d78e7;
    color: #333;
    font-weight: 400;
}

.list-ft li+li {
    margin-left: 3.3333%;
}

.list-ft li img {
    width: 100%;
    height: 100%;
    display: block;
}

.list-ft li .pic {
    height: 2.1rem;
}

.scale1 {
    overflow: hidden;
}

.scale1 img {
    width: 100%;
    transition: all .3s;
}

.scale1:hover img {
    transform: scale(1.1);
}


/* 机构设置 */

.leader-message {
    overflow: hidden;
    margin-bottom: 40px;
}

.leader-message li {
    /* margin-bottom: .36rem; */
    width: 49%;
    float: left;
    padding: 20px 0;
    color: #365677;
    font-size: 14px;
}

.leader-message li+li:nth-child(2n+3) {
    margin-left: 2%;
}

.leader-message li img {
    float: left;
    margin-right: 20px;
    height: 157px;
    width: 115px;
}

.leader-message li h4 {
    display: inline-block;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    color: #1a5284;
    margin-right: 10px;
    font-size: 18px;
}

.leader-message li span {
    width: 76%;
    height: 29px;
    float: left;
    line-height: 29px;
    margin-bottom: 10px;
}

.leader-message li span p {
    display: inline-block;
    font-size: 13px;
    color: #666666;
    font-weight: 700;
}

.sbdx {
    float: left;
    width: 76%;
    height: 117px;
    background-color: #f0f7fb;
    border-radius: 5px;
    padding: 10px 15px;
    position: relative;
    overflow: hidden;
}

.sbdx:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0px;
    width: 4px;
    height: 10px;
    background-color: #2d8fff;
}

.leader-message li .sbdx p {
    font-size: 13px;
    color: #7c7c7c;
}

.leader-message li .sbdx p b {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.leader-message li+li:nth-child(2n+1) {}

.leader-message li:first-child {
    width: 100%;
}

.leader-message li:first-child .sbdx {
    width: 88%;
}

.list-r {
    margin-bottom: 40px;
}

.list-r li {
    float: left;
    width: 14.166666666666666666%;
    margin: .1rem 3% .1rem 0;
}

.fgwnyj ul li {
    width: auto;
    margin: 0.1rem 9% 0.1rem 0;
}

.list-r li a {
    display: block;
    transition: all .3s;
    background: #f7f7f7;
    line-height: 48px;
    text-align: center;
}

.list-r>li>a:hover {
    background: #0d78e7;
    color: #fff;
}

.list-r>li li a:hover {
    color: #0d78e7;
}

.list-r>li li a:hover:before {
    background: #0d78e7;
}

.list-r li:nth-child(6n+6) {
    margin-right: 0;
}

.list-r li ul {
    background-color: #f4f9fc;
    border: 1px solid #d9e8f1;
    border-radius: 10px;
    padding: 15px 40px;
    overflow: hidden;
    position: relative;
}

.list-r li div {
    width: 1152px;
    left: -197px;
    position: relative;
    top: 20px;
    display: none;
}

.list-r li div::after {
    left: calc(23% - 1px);
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    top: -26px;
    border-style: solid;
    border-width: 13px 10px;
    border-color: transparent transparent #d9e8f1 transparent;
    z-index: 2;
}

.list-r li div::before {
    left: 23%;
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    top: -23px;
    border-style: solid;
    border-width: 12px 9px;
    border-color: transparent transparent #f5faff transparent;
    z-index: 3;
}

.list-r li ul li a {
    background: none;
    position: relative;
    text-align: left;
    padding: 0 0 0 22px;
    line-height: 30px;
}

.list-r li ul li a:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    background: #bfd6e4;
    top: 12px;
}

.table-bordered {
    margin-bottom: 20px;
}

.table-bordered>tbody>tr>th {
    background-color: #e7f1fb;
    text-align: center;
    color: #333;
    width: 10%;
    line-height: 24px;
    padding: 6px 22px;
    font-weight: 700;
}

.table-bordered>tbody>tr>td {
    padding-left: 10px;
}

.hover-style1 li {
    border-bottom: 1px dotted #ddd;
    padding: 16px;
    line-height: 24px;
    font-size: 16px;
}

.hover-style1 li a {
    position: relative;
    z-index: 1;
}

.list-b li .pic {
    width: 300px;
    height: 200px;
    margin-right: 20px;
}

.int_list li {
    line-height: 40px;
    font-size: 16px;
}

.int_list li span {
    color: #2d8fff;
    font-weight: bold;
}

.video {
    max-width: 770px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.video * {
    width: 100%;
}

.text_record {
    height: 500px;
    overflow-y: scroll;
}

.swiper-slide label {
    text-align: center;
    display: block;
    line-height: 30px;
    color: #337ab7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#interviewForm textarea {
    width: 100%;
    height: 100px;
    padding: 10px 0 0 20px;
    border: 1px solid #ccc;
    margin-right: 10px;
    padding: 6px 12px;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

#interviewForm .bd_wxts {
    font-size: 14px;
    color: #555;
}

#interviewForm .row4-3 span {
    font-size: 14px;
}

#interviewForm input {
    width: 163px;
    border: 1px solid #ccc;
    margin-right: 10px;
    padding: 6px 12px;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.row2 {
    overflow: hidden;
    margin-top: 30px;
}

.row4-3 {
    float: left;
    /* width: 80%; */
    line-height: 50px;
    font-size: 14px;
}

.row2 div {
    padding: 0px 0 20px 0px;
    font-size: 18px;
}

.row2 button {
    border: 1px solid #ccc;
    width: 84px;
    height: 40px;
    line-height: 40px;
    float: right;
    text-align: center;
    font-size: 16px;
    margin-left: 10px;
    margin-top: 20px;
    background-color: #fff;
}

.row2 .xzal {
    color: #fff;
    background-color: #2d8fff;
}

.topic {
    /* margin: 0 -10px 0px; */
}

.topic .scroll2 li a {
    padding: 0 10px;
}

.fgwjg div {
    height: 70px;
    background: #f2f7fc;
    line-height: 70px;
    margin: 15px 0 40px;
    padding-left: 3%;
}

.fgwjg div a {
    display: inline-block;
    padding-left: 20px;
    width: 45%;
    font-size: 16px;
    position: relative;
    font-weight: 700;
}

.fgwjg div a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #1a5284;
    border-radius: 100px;
}

#jsTitle {
    padding-top: 20px;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}

.topic .scroll2 li .pic {
    height: 210px;
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media(max-width:1200px) {
    .topic {
        margin: 0 0 40px;
        overflow: hidden;
    }
}


/* 我还是中文 */

.list-t.zc li .zc-bot a {
    background: #ffad2b;
}

.list-hd li .status {
    background: #ffad2b;
}

.hdjl-ul2 li:nth-child(3),
.hdjl-ul2 li:nth-child(4) {
    /* border-bottom: 0; */
    padding-top: 17px;
    padding-bottom: 17px;
}

.select p::after {
    top: 20px;
}

.list-t.border6 li .date {
    right: 15px;
}

.article-enclosure {
    border-top: 1px solid #e5e5e5;
    font-size: 16px;
    padding-top: 10px;
    line-height: 40px;
}

div#appendix2 {
    padding-bottom: 10px;
}

.article .option h4 {
    display: none;
}

.sjfb-swip .title .more {
    float: right;
    margin-top: -2px;
}

.focus.f3 .swiper-slide img,
.focus.f4 .swiper-slide img {
    transition: all .3s;
}

.focus.f3 .swiper-slide:hover img,
.focus.f4 .swiper-slide:hover img {
    transform: scale(1.1);
}