@charset "utf-8";
body {
    overflow-x: hidden;
    font-size: 16px;
    background: url(../images/head.png) center top no-repeat;
    background-size: 100% auto;
    color: #333;
}
table {
    border-spacing: 0 !important;
    table-layout: auto !important;
    word-break: break-all !important;
    width: 100% !important;
}
li i {
    background: url(../images/icons.png) no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 auto;
    margin-top: -5px;
    vertical-align: middle;
    transition: all .3s;
}

li:hover i {
    transform: rotatez(360deg);
}


/* 所有模板通用结束 */

a {
    color: inherit;
}

img {
    max-width: 100%
}

.inner,
.nav ul,
.links>ul,
.copyright {
    position: relative;
    width: 1386px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    position: relative;
    width: 1386px;
    margin: 0 auto;
    padding-top: 0!important;
}

.ht {
    position: relative;
    height: 50px;
    line-height: 49px;
    margin-bottom: .2rem;
}

.ht a {
    margin: 0;
    font-size: 16px;
    color: #1759a1;
}

.ht a:hover {
    color: rgba(23, 89, 161, 0.66);
}

.ht .fr span,
.ht .fl span {
    background: none;
    color: #1759a1;
    font-size: 12px;
    vertical-align: middle;
    margin-top: -4px;
    display: inline-block;
    padding: 0 10px;
}

.ht i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    font-size: 20px;
    vertical-align: -2px;
}

.header h1 a {
    width: 50%;
    height: 199px;
    background: url(../images/logo.png) center center no-repeat;
    margin: 0 auto;
    font-size: 0;
}

.header h1 a {
    display: block;
}

.nav {
    height: 64px;
    /* padding: 0 1%; */
    margin: 0 -0.2rem;
}

.nav li {
    position: relative;
    float: left;
    /* width: 14.285%; */
    color: #333333;
    font-size: 22px;
    font-weight: bold;
}

.nav li+li {
    margin-left: 62px\9;
}

.nav ul {
    display: flex;
    justify-content: space-between;
}

.nav li a {
    display: block;
    line-height: 63px;
    text-align: center;
    font-size: 22px;
    color: #333;
    transition: all .3s;
}

.nav li a img {
    vertical-align: middle;
    margin: -7px 9px 0 0;
}

.nav li a:hover,
.nav li.current a {
    color: #2f9bfb;
}

.nav li a:hover i,
.nav li.current i {
    transform: rotateY(360deg);
}

.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;
    transition: all .3s;
}

.nav li:hover a i,
.nav li.current a i,
.menu li.current i {
    background: url(../images/icon-nav-2.png) no-repeat;
}

.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: -142px -1px;
}

.nav .s3,
.nav li:hover a .s3,
.nav li.current a .s3,
.menu i.s3 {
    background-position: -313px 0px;
}

.nav .s4,
.nav li:hover a .s4,
.nav li.current a .s4,
.menu i.s4 {
    background-position: -463px 0px;
}

.nav .s5,
.nav li:hover a .s5,
.nav li.current a .s5, 
.menu i.s5 {
    background-position: -699px 0px;
}

.nav .s6,
.nav li:hover a .s6,
.nav li.current a .s6,
.menu i.s6 {
    background-position: -848px 0px;
}

.nav .s7,
.nav li:hover a .s7,
.nav li.current a .s7,
.menu i.s7 {
    background-position: -998px 0px;
}

.nav .s8,
.nav li:hover a .s8,
.nav li.current a .s8,
.menu i.s8 {
    background-position: -1144px 0px;
}

.nav .s9,
.nav li:hover a .s9,
.nav li.current a .s9,
.menu i.s9 {
    background-position: -1318px 0px;
}

.footer {
    padding: 0px 0 15px;
    line-height: 22px;
    font-size: 14px;
    background-color: #f6f6f6;
    border-top: 4px solid #5582d4;
}

.footer .links {
    border-bottom: 1px solid #e4e4e4;
    padding: 18px 0;
}

.footer .links>ul>li>a:after {
    content: "";
    right: 24px;
    left: inherit;
    border-color: #201f1f transparent transparent transparent;
    bottom: 14px;
    border-width: 7px 6px 1px 6px;
    transition: all .3s;
}

.footer .links>ul>li:hover>a:after {
    transform: rotate(94deg);
    bottom: 16px;
}

.footer .copyright {
    margin: 20px auto 10px;
    text-align: left;
    font-size: 15px;
    line-height: 36px;
}

.footer .copyright img {
    margin-left: 10px;
}

.footer .gov {
    float: right;
    position: absolute;
    right: 0;
    top: 26px;
}

.links>ul>li {
    position: relative;
    line-height: 40px;
    font-size: 16px;
    float: left;
    text-align: center;
    border: 1px solid #ededed;
    width: 22%;
}

.links>ul {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.links>ul>li>a {
    display: block;
    background: #ffffff;
    position: relative;
    font-size: 15px;
}

.links li ul {
    display: none\9;
    z-index: -1;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 40px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    opacity: 0;
    transform: translate(0, 3px);
    transition: opacity, transform .3s;
}



.links li:hover ul {
    display: block\9;
    /* z-index: 9; */
    z-index: 999;
    opacity: 1;
    transform: translate(0, 0);
}

.links li:hover {}

.links li li {
    border-top: 1px solid #ddd;
    line-height: 39px;
    text-align: center;
    transition: all .3s;
}

.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 a,
.copyright p span {}


/* 搜索 */

.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 {
    display: block;
    width: 620px;
    max-width: 80%;
    margin: .2rem auto .3rem;
}

.search-box {
    border: 0.08rem solid rgba(255, 255, 255, 0.26);
    border-radius: 66px;
    width: 100%;
    position: relative;
}

.search-text {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.search-text .l {
    color: #2597fd;
    font-weight: bold;
}

.search-text ul li {
    display: inline-block;
    margin-right: .1rem;
}

.search-text div {
    display: inline-block;
}

.search input,
.search button {
    display: inline-block;
}

.search input {
    width: 100%;
    height: 50px;
    padding: 0px 50px 0px 20px;
    border: none;
    background: #f8fcfe;
    outline: none;
    border-radius: 44px;
    font-size: 14px;
}

.search button {
    position: absolute;
    width: 70px;
    height: 38px;
    border: none;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    border-radius: 44px;
    right: 8px;
    top: 6px;
    background: #5bb2ff;
}

.search button i {
    display: inline-block;
    margin: -4px 0px 0 0;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    background: url(../images/search.png) no-repeat;
    width: 23px;
    height: 24px;
}

.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;
    padding-top: 2rem
}

.menu>p {
    display: none
}

.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: #ffffffe0;
    /* 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; */
    padding-left: 10px;
}

.menu>ul>li.current a {
    color: #2597fd;
}

.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>ul>li:nth-child(8) {
    animation-delay: 1.1s;
}

.menu>ul>li:nth-child(9) {
    animation-delay: 1.2s;
    width: 96%;
}

.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: 1386px;
    margin: 0 auto;
    animation-duration: .3s;
}

.row {
    margin-right: -14px;
    margin-left: -14px;
}

.content .row>.col,
.content .row>[class*="col-"] {
    padding-right: 14px;
    padding-left: 14px;
}

.tab-pane {
    position: relative;
    overflow: hidden;
}

.tab-pane .pane>ul,
.tab-pane .pane>div {
    animation-duration: .3s;
}

.tab {
    height: 50px;
    line-height: 50px;
}

.tab a {
    position: relative;
    display: inline-block;
    padding: 0 38px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    background: #f6f6f6;
    color: #0758b3;
    margin-right: 15px;
    transition: all .3s;
    border-radius: 4px;
}

.tab a.more,
.tab-pane2 .tab a.more,
.title .more {
    position: absolute;
    right: 30px;
    color: #2e95f4;
    font-size: 16px;
    font-weight: normal;
}

.tab-pane2 .tab {
    background: none;
    position: relative;
}

.tab-pane2 .tab a {
    background: none;
    color: #3f4042;
    padding: 0;
    font-weight: normal;
    font-size: 25px;
    margin-right: 0;
    font-weight: bold;
}

.tab-pane2 .tab a.current {
    color: #2f9bfb;
    font-weight: bold;
}

.tab-pane2 .tab a+a {
    margin-left: .6rem;
}

.tab .current {
    background: #0054a7;
    color: #fff;
}

.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: 4.9rem;
}

.focus .pic,
.focus .pic>div {
    position: relative;
    height: 100%;
}

.focus .pic img {
    display: block;
    /*width: 100%;*/
    /*height: 100%;*/
}

.focus .pic>div span {
    position: absolute;
    bottom: 0;
    bottom: 40px\9;
    left: 0;
    right: 0;
    display: block;
    line-height: 60px;
    height: 60px;
    padding: 0 100px 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: 43px;
    height: 70px;
    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;
}

.content .row>[class*="col-"].news {
    box-shadow: 0 0 5px 2px rgba(68, 68, 68, 0.07);
    padding: 30px 30px 24px 113px;
    width: 49%;
    position: absolute;
    right: 0;
    top: -22px;
}

.news h4 {
    font-size: 24px;
    color: #2f9bfb;
    font-weight: bold;
    margin: 0 0 .1rem;
}

.news .right {
    position: absolute;
    right: .3rem;
    font-size: 18px;
    font-weight: bold;
    top: .3rem;
}

.news .right a {
    margin-left: 19px;
    background: url(../images/li_bg.png) left center no-repeat;
    padding-left: 13px;
}

.news .list-t {
    margin-bottom: 10px;
}

.news .list-t li:before {
    width: 8px;
    height: 8px;
    background: url(../images/xt-9.png) no-repeat;
}

.news h4 a {
    background: #fff;
}

.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: 0 -15px;
    position: relative;
}

.topic .scroll li a {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 0.15rem;
}

.topic .scroll li a img {
    display: block;
    width: 100%;
    height: 100%;
}

.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: 38px;
    height: 38px;
    margin-top: -20px;
    cursor: pointer;
    background: url(../images/arr_l_1.png) center center no-repeat;
}

.topic-next {
    right: -54px;
    transform: rotateZ(180deg);
}

.topic-prev {
    left: -54px;
    background: url(../images/arr_l_1.png) center center no-repeat;
}

.topic li {
    width: 472px\9;
}

.topic li img {
    width: 100%;
}

.p1 {
    margin: 0 -.3rem .85rem;
}

.box {
    border-top: 6px solid #5bb2ff;
    background: #fff;
    padding: 0 .3rem;
}

.p1-top {
    padding: 0 .33rem;
}

.p1 .row {
    position: relative;
    margin-top: .3rem;
}

.p1 .focus .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 10px;
    background: #acc8ff
}

.p1-top h3 {
    display: block;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    margin: .4rem 0 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.p1-top p {
    color: #565656;
    line-height: 26px;
    text-indent: 2em;
    margin: .15rem 0 40px;
}

.p1-top .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 7px!important;
    display: inline-block;
}

.p1-top p .more {
    color: #537ec5;
}

.p2 {}

.p2 .tab-pane {
    background: #f6f6f6;
    padding-bottom: .5rem;
}

.p2 .tab-pane>.tab {
    /* background: #5bb2ff; */
    height: auto;
    margin-bottom: .4rem;
}

.p2 .tab-pane>.tab span {
    transform: translateY(100%);
    font-size: 0.833333vw;
    display: block;
    margin-top: -5px;
    transition: all .3s;
}

.p2 .tab-pane>.tab a {
    width: 33.333%;
    margin: 0;
    float: left;
    background: #88c6ff;
    font-size: 32px;
    color: #fff;
    transition: 0s;
    height: 110px;
    background-image: linear-gradient(to right, #87c5ff, #75bdff);
    padding-top: .28rem;
    overflow: hidden;
}

.p2 .tab-pane>.tab a b {
    font-weight: normal;
    transition: all .3s;
}

.p2 .tab-pane>.tab a.current {
    background: #5bb2ff;
    color: #fff;
    padding-top: 9px;
    position: relative;
}

.p2 .tab-pane>.tab a.current::before,
.links>ul>li>a:after {
    width: 0;
    border-width: 13px 7px 7px 7px;
    border-style: solid;
    left: 50%;
    margin-left: -4px;
    border-color: transparent transparent #f6f6f6 transparent;
    content: "";
    position: absolute;
    bottom: 0;
}

.p2 .tab-pane>.tab a.current i {
    transform: translate(-12%, 32%);
}

.p2 .tab-pane>.tab a.current .text b {
    font-size: 2.0833333vw;
}

.p2 .tab-pane>.tab a.current span {
    transform: translateY(0%);
}

.p2 .tab-pane>.tab i {
    background: url(../images/xt-icons-2.png) no-repeat;
    width: .55rem;
    height: .55rem;
    margin: 1px 7px 0 0;
    display: inline-block;
    background-position: 0px 0px;
    vertical-align: top;
    transition: all .3s;
    background-size: 2.09rem auto;
}

.p2 .tab-pane>.tab i.i2 {
    background-position: -0.69rem 0.04rem;
}

.p2 .tab-pane>.tab i.i3 {
    background-position: -1.55rem 0.03rem;
}

.p2 .tab-pane>.tab .text {
    display: inline-block;
    text-align: left;
}


/* 优仙看 */

.p2-pane1 .tab {
    margin: 15px 0 0;
}

.p2-pane1 .list-t {
    padding: 0px 0 24px;
}

.p2-pane1 .list-t li {
    font-size: 18px;
    line-height: 32px;
}

.p2-pane1 .list-t li a {
    max-width: 90%;
}

.p2-pane1 .col-md-8 {
    width: 71%;
}

.p2-pane1 .col-md-4 {
    width: 29%;
}

.ul1 {
    padding: .1rem calc(1.5vw) .2rem;
}

.ul1 i {
    background: url(../images/xt-icons-1.png) no-repeat;
    margin-right: calc(1vw);
}

.ul1 li {
    border-bottom: 1px dashed #eeeeee;
    color: #333333;
    font-size: 20px;
    line-height: 40px;
    padding: .15rem calc(1vw);
}

.ul1 li .s1 {
    background-position: 4px 6px;
}

.ul1 li .s2 {
    background-position: 5px -63px;
}

.ul1 li .s3 {
    background-position: 5px -131px;
}

.ul1 li .s4 {
    background-position: 6px -200px;
}

.ul1 li .s5 {
    background-position: 6px -269px;
}

.ul1 li .s6 {
    background-position: 5px -335px;
}

.ul1 li .s7 {
    background-position: 6px -407px;
}


/* 优仙办 */
/* 个人办事 */
.ul2 {
    margin: .2rem 0 .15rem;
    overflow: hidden;
}

.ul2 i {
    background: url(../images/bsfw_geren_icons.png) no-repeat;
    margin-right: .1rem;
}

.ul2 li {
    float: left;
    background: #fff;
    width: 15.2%;
    margin: 0 1.76% 1.76% 0;
    line-height: 68px;
    font-size: 18px;
    padding-left: .4rem;
    border-radius: 8px;
    box-shadow: 0 0 14px hsla(0, 0%, 27%, 0.09);
}

.ul2 li:nth-child(6n) {
    margin-right: 0;
}

.ul2 li .s1 {
    background-position: 6px 4px;
}

.ul2 li .s2 {
    background-position: -230px 6px;
}

.ul2 li .s3 {
    background-position: -467px 6px;
}

.ul2 li .s4 {
    background-position: -698px 6px;
}

.ul2 li .s5 {
    background-position: -935px 6px;
}

.ul2 li .s6 {
    background-position: -1171px 6px;
}

.ul2 li .s7 {
    background-position: 6px -89px;
}

.ul2 li .s8 {
    background-position: -230px -89px;
}

.ul2 li .s9 {
    background-position: -467px -89px;
}

.ul2 li .s10 {
    background-position: -698px -89px;
}

.ul2 li .s11 {
    background-position: -935px -89px;
}

.ul2 li .s12 {
    background-position: -1170px -89px;
}

.ul2 li .s13 {
    background-position: 1px -192px;
}
.ul2 li .s14 {
    background-position: -235px -189px;
}
.ul2 li .s15 {
    background-position: -467px -189px;
}
.ul2 li .s16 {
    background-position: -704px -189px;
}
.ul2 li .s17 {
    background-position: -935px -189px;
}
.ul2 li .s18 {
    background-position: -1170px -189px;
}
/* 企业办事 */
.ul2_list {
    margin: .2rem 0 .15rem;
    overflow: hidden;
}

.ul2_list i {
    background: url(../images/bsfw_faren_icons.png) no-repeat;
    margin-right: .1rem;
}

.ul2_list li {
    float: left;
    background: #fff;
    width: 15.2%;
    margin: 0 1.76% 1.76% 0;
    line-height: 68px;
    font-size: 18px;
    padding-left: .4rem;
    border-radius: 8px;
    box-shadow: 0 0 14px hsla(0, 0%, 27%, 0.09);
}

.ul2_list li:nth-child(6n) {
    margin-right: 0;
}

.ul2_list li .s1 {
    background-position: 6px 4px;
}

.ul2_list li .s2 {
    background-position: -230px 6px;
}

.ul2_list li .s3 {
    background-position: -467px 6px;
}

.ul2_list li .s4 {
    background-position: -698px 6px;
}

.ul2_list li .s5 {
    background-position: -935px 6px;
}

.ul2_list li .s6 {
    background-position: -1171px 6px;
}

.ul2_list li .s7 {
    background-position: 6px -89px;
}

.ul2_list li .s8 {
    background-position: -230px -89px;
}

.ul2_list li .s9 {
    background-position: -467px -89px;
}

.ul2_list li .s10 {
    background-position: -698px -89px;
}

.ul2_list li .s11 {
    background-position: -935px -89px;
}

.ul2_list li .s12 {
    background-position: -1170px -89px;
}

.ul2_list li .s13 {
    background-position: 1px -192px;
}
.ul2_list li .s14 {
    background-position: -235px -189px;
}
.ul2_list li .s15 {
    background-position: -467px -189px;
}
.ul2_list li .s16 {
    background-position: -704px -189px;
}
.ul2_list li .s17 {
    background-position: -935px -189px;
}
.ul2_list li .s18 {
    background-position: -1170px -189px;
}

.ul3 {}

.ul3 li {
    width: 32.16%;
    float: left;
    color: #fff;
    padding: .3rem 8% .2rem .4rem;
}

.ul3 li h3 {
    font-size: 20px;
    font-weight: bold;
}

.ul3 li h3:after {
    content: "";
    width: 44px;
    height: 4px;
    background: #fff;
    display: block;
    margin: 19px 0;
    border-radius: 4px;
}

.ul3 li a {
    float: left;
    width: 50%;
    margin: 7px 0;
}

.ul3 li+li {
    margin-left: 1.76%;
}

.ul3 li:nth-child(1) {
    background: url(../images/xt-10.png);
    background-size: 100% 100%;
}

.ul3 li:nth-child(2) {
    background: url(../images/xt-11.png);
    background-size: 100% 100%;
}

.ul3 li:nth-child(3) {
    background: url(../images/xt-12.png);
    background-size: 100% 100%;
}

.ul3 li:nth-child(2) a:nth-child(2n) {
    width: 43%;
}

.ul3 li:nth-child(3) a:nth-child(2n) {
    width: 35%;
}

.ul3 li:nth-child(2) a:last-child {
    width: 100%;
}


/* 优仙问 */

.bsfw {
    padding: 0 .3rem .3rem;
}

.bsfw .title {
    font-size: 24px;
    color: #2f9bfb;
    font-weight: bold;
    margin: 26px 0 10px;
}

.bsfw .list-p {
    overflow: hidden;
}

.lxft {
    background: #fff;
}

.lxft .tablebox {
    padding: .3rem;
}

.lxft .top img {
    width: 100%;
}

.lxft table {
    font-size: 18px;
    width: 100%;
}

.lxft table th,
.lxft table td {
    text-align: center;
    line-height: 32px;
    padding: .12rem;
}

.lxft table th {
    background: #f2f6fa;
    color: #2f9bfb;
}

.lxft table tr:nth-child(2n+3) {
    background-color: #f7f7f7;
}


/* 专题专栏 */

.p3 {
    padding: .2rem 0 .6rem;
}

.p3 .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 80px;
    position: relative;
}

.p3 .title .more {
    color: #999999;
    right: 0;
}


/* 首页 结束 */


/* 概览 */

.where {
    padding: 0 20px;
    line-height: 30px;
    border-radius: 3px;
    color: #666666;
    margin: .2rem 0;
    background: url(../images/where.png) left center no-repeat;
}

.where img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
}

.where i {
    margin: 0 10px;
    color: #ccc;
    font-size: 16px;
    vertical-align: middle;
}

.where a,
.where span {
    margin: 0 4px;
    color: #878787;
    font-size: 14px;
}

.overview {
    margin-bottom: .7rem;
}

.overview .col-md-3 {
    width: 26%;
}

.overview .col-md-9 {
    width: 74%;
}

.side-menu ul {
    border: 1px solid #efefef;
    padding: .16rem;
    min-height: 8.7rem;
    background: #f9f8f8;
}

.side-menu h2 {
    position: relative;
    line-height: 35px;
    font-size: 24px;
    padding: 21px;
    background: url(../images/list-1.jpg) no-repeat;
    background-size: 100% 100%;
    padding-left: .4rem;
}

.side-menu h2 a {
    color: #fff;
}

.side-menu li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 30px;
    border: 1px solid #efefef;
    background: #fff;
}

.side-menu li a:hover,
.side-menu li.current>a {
    color: #0054a7;
    font-weight: bold;
}

.side-menu li.level-1>a {
    font-size: 18px;
    padding: 15px 0;
}

.side-menu li {
    margin-bottom: .09rem;
}

.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: #0054a7;
    transform: scale(1, 0);
    transition: all .3s;
}

.side-menu li a:hover:after,
.side-menu li.current>a:after {
    transform: scale(1, 1);
}

.list-t.border6 {
    margin-top: -6px;
}

.list-t.border6 li {
    border: 0px;
    padding: 9px 0 9px 20px;
    border-bottom: 1px dashed #e5e5e5;
}

.list-t.border6 li:before {
    transform: none;
    background: #0054a7;
}

.list-t.border6 li:nth-child(5n):before {
    margin-top: -9px;
}


/*  正文 */

.article {
    margin-bottom: .2rem;
}

.article h2 {
    padding: .15rem 0;
    line-height: 1.5;
    font-size: .34rem;
    text-align: center;
    color: #0054a7;
    font-weight: bold;
}

.article img,
.article video,
.article table {
    max-width: 100%;
}

.article .option {
    border-bottom: 1px solid #ddd;
    padding: .12rem 4%;
    line-height: 34px;
    color: #999999;
}

.article .option h4 {
    display: none;
}

.article .info {
    color: #666666;
    font-size: 16px;
    text-align: center;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.article .info>span {
    color: #999999;
}

.article .info i {
    margin: 0 10px 0 0;
    font-size: 16px;
    color: #ccc;
    vertical-align: middle;
}

.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;
    margin: 3px 0 0;
    margin-right: 9px;
}

.jfontsize a {
    margin: 0 7px;
}

.jfontsize a i {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/jfont.png);
    background-repeat: no-repeat;
    margin: 0 auto;
}

.jfontsize .dayin {
    background: url(../images/dayin.png) center center no-repeat;
}

#jfontsize-p2 i {
    background-position: 1px 0px;
}

#jfontsize-d2 i {
    background-position: -23px 0px;
}

#jfontsize-m2 i {
    background-position: -46px 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: -6px 5px 0;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.detail {
    padding: .2rem .5rem .01rem;
    background: #fff;
    margin-bottom: .75rem;
    border: 1px solid #dcdcdc;
}

.w1386 {
    width: 1386px;
    margin: 0 auto;
}

.article .option .bds_qzone {
    background: url(../images/common_share-qqzone.png) center no-repeat;
    background-size: 100% 100%;
}
.article .option .bds_tsina {
    background: url(../images/wb.png) center no-repeat;
    background-size: 100% 100%;
}

.article .option .bds_copy {
    background: url(../images/copy.png) center no-repeat;
}

.article .option .bds_weixin {
    background: url(../images/wx.png) center no-repeat;
}

.bd_weixin_popup {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.article-box {
    padding: .3rem 0;
    line-height: 2;
    text-align: justify;
    color: #333;
    font-size: 16px;
    padding-bottom: 0;
}

.article-fj {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: .16rem 0 .16rem 80px;
    line-height: 34px;
    margin: .5rem 0;
    position: relative;
}

.article-fj a {
    display: block;
}

.article-fj b {
    position: absolute;
    left: 0;
}

.article-box p {
    margin-bottom: 1em;
    color: #333;
}

.article-box .article-code {
    margin-top: 50px;
    margin-bottom: 50px;
}

.article .article-code a {
    display: inline-block;
    padding: 0 20px;
    height: 48px;
    line-height: 49px;
    text-align: center;
    color: #333333;
    border: 1px solid #cfcaca;
    border-radius: 5px;
    margin: 38px 1.5px 20px;
}

.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;
}


/* 分页 */

.pages {
    font: 0/0 microsoft yahei;
    margin-top: 24px;
    text-align: center;
}

.pages a,
.pages span {
    display: inline-block;
    line-height: 18px;
    margin: 3px 2px;
    padding: 10px 15px;
    font-size: 14px;
    vertical-align: middle;
    border: 1px solid #d7d7d7;
	cursor: pointer;
}

.pages a:hover,
.pages span:hover {
    position: relative;
    background-color: #3d9df1;
    color: #fff;
}

.pages a.current,
.pages span.current {
    background-color: #3d9df1;
    color: #fff;
    position: relative;
}

.ywbox .focus {
    height: 537px;
    padding-top: 35px;
}

.ywbox .focus .pic>div div.fl {
    width: 514px;
    box-sizing: border-box;
    height: 502px;
    background: #f3f4f4;
    padding: 40px 35px 150px 40px;
}

.ywbox .focus .pic>div div.fl a {
    font-size: 26px;
    line-height: 45px;
    margin-bottom: 25px;
    display: block;
}

.ywbox .focus .pic>div div.fl p {
    font-size: 16px;
    color: #555555;
    text-indent: 2em;
    line-height: 38px;
}

.ywbox .focus .navi {
    right: 0px;
    position: absolute;
    left: inherit;
    bottom: 55px;
    width: 514px;
    text-align: center;
}

.ywbox .swiper-pagination-bullet {
    width: 30px;
    height: 7px;
    border-radius: 0;
    background: #c4c4c4;
}

.p1.ywbox .focus .swiper-pagination-bullet-active {
    border-radius: 0px;
    background: #d42026;
}

.ywbox .tzkdc .col-md-4 {
    width: 542px;
}

.ywbox .tzkdc .col-md-8 {
    width: 872px;
}

.p1 .row.tzkdc {
    margin-top: 40px;
}

.tab-paned {
    position: relative;
    overflow: hidden;
}

.tabd {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 8px;
}

.tabd>a {
    display: inline-block;
    font-size: 22px;
    text-align: center;
    border-bottom: 2px solid #fff0;
    position: relative;
    margin-right: 10px;
    padding: 0 5px;
    padding-bottom: 11px;
    font-weight: bold;
}

.tabd>a+a {
    margin-left: 10px;
}

.tabd>a.current {
    border-bottom: 3px solid;
    color: #2f9bfb;
}

.tabd>a+a:before {
    content: "";
    width: 1px;
    height: 18px;
    left: -10px;
    top: 4px;
    position: absolute;
    background: #dcdcdc;
}

.tabd span.fr {
    position: relative;
    top: 5px;
}

.paned .list-t li span {
    font-style: normal;
    font-size: 16px;
    color: #999999;
    position: absolute;
    right: 0;
    top: 7px;
}

.paned .list-t li {
    line-height: 34px;
    font-size: 18px;
}

.paned .list-t li:before {
    background: #bfbfbf;
}

.mb40 {
    margin-bottom: 40px;
}

.yw-ldhd {
    background: #e9f4fb;
}

.yw-ldhd>h5 {
    line-height: 56px;
    padding-left: 30px;
    font-weight: 700;
    color: #fff;
    font-size: 22px;
    background: url(../images/hd-ldhdt.png) 0 0 no-repeat;
    padding-right: 34px;
}

.yw-ldhd .list-t {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 34px;
}

.yw-ldhd .list-t li {
    line-height: 35px;
}

.yw-ldhd .list-t li a {
    width: 90%;
}

.yw-ldhd .list-t li:before {
    background: #bfbfbf;
}

.hd-ldhdt3 {
    display: block;
    margin-top: 25px;
    overflow: hidden;
}

.ywbox.p1 {
    margin: 0 -0.3rem 0.05rem;
}

.ywpsd.p3 .title {
    font-size: 22px;
}

.ywpsd.p3 .title a {
    color: #2f9bfb;
}

.szf-tie {
    color: #2f9bfb;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.szfrow .col-md-8 {
    width: 824px;
    box-sizing: border-box;
    margin-right: 12px;
}

.szfrow .col-md-4 {
    width: 578px;
    box-sizing: border-box;
}

.szf-lis {
    background: #f0f7fc;
    padding: 0 45px 20px;
    margin-bottom: 32px;
}

.szf-ldb {
    padding-top: 25px;
    /* padding-bottom: 20px; */
    border-bottom: 1px solid #dedede;
    position: relative;
    padding-left: 95px;
}

.szf-ldb:last-child {
    border-bottom: 0;
}

.szf-ldb>span {
    position: absolute;
    font-size: 19px;
    color: #333;
    top: 55px;
    left: 0;
}

.szf-ldb ul {
    overflow: hidden;
}

.szf-ldb ul li {
    float: left;
    text-align: center;
    margin-right: 41px;
    margin-bottom: 15px;
}

.szf-ldb ul li:nth-child(4n) {
    margin-right: 0;
}

.szf-ldb ul li>a {
    display: block;
    padding: 6px;
    border: 1px solid #dedede;
    margin-bottom: 5px;
}

.szf-ldb ul li>a img {
    width: 108px;
    height: 150px;
}

.szf-zzjg {
    height: 77px;
    line-height: 77px;
    background: #5bb2ff;
    padding-left: 27px;
    padding-right: 37px;
}

.szf-zzjg>img {
    margin-right: 10px;
    margin-top: -6px;
}

.szf-zzjg a {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}

.szf-zfhb .fat-zfhl {
    height: 294px;
    background: url(../images/szfld-14.png) 0 0 no-repeat;
    padding: 72px 57px 0px;
    margin-bottom: 15px;
}

.szf-zfhb .fat-zfhl>a {
    display: block;
    padding: 8px 0;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.szf-zfhb .fat-zfhl>p {
    position: relative;
    padding-left: 15px;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 10px;
}

.szf-zfhb .fat-zfhl>p::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #fff;
    top: 8px;
    left: 0;
    position: absolute;
}

.szf-zfhb {
    margin-bottom: 20px;
}

.szf-zfgbbo {
    background: #f5f5f5;
    padding: 33px 0px 33px 24px;
    overflow: hidden;
}

.szf-zfgbbo>img {
    float: left;
    margin-right: 25px;
}

.szfgb-lis li {
    margin-bottom: 23px;
}

.szfgb-lis li:last-child {
    margin-bottom: 0;
}

.szfgb-lis li a {
    font-size: 18px;
}

.szf-zfhb .list-t li {
    line-height: 34px;
}
#login span,#zhuce span {
  font-size: 16px;
}
/* htw20230927 */
.article-box table{
	max-width: 100%;
table-layout: fixed;
}