@media screen {
    body {
        font-family: "Microsoft YaHei","Helvetica Neue","Helvetica ","Arial ","PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei","sans-serif";
        font-size: 14px;
        background-color: #f4f5f8;
        background: linear-gradient(to bottom,#fefefe 0%,#f4f5f8 100%);
        color: #2a2c2c;
        margin: 0;
        line-height: 20px
    }

    html {
        scroll-behavior: smooth;
        overflow-y: scroll;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0,0,0,0)
    }

    * {
        padding: 0;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    img {
        border: none
    }

    button,select {
        text-transform: none
    }

    input[type='button'],input[type='submit'] {
        -webkit-appearance: button;
        cursor: pointer
    }

    input[type='search'] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield
    }

    textarea {
        font-family: Microsoft YaHei;
        font-size: 16px
    }

    textarea::-webkit-input-placeholder,input::-webkit-input-placeholder {
        color: #707278
    }

    ul {
        list-style-type: none
    }

    button {
        border: none;
        cursor: pointer;
        font-size: 16px
    }

    button:focus {
        outline: 0
    }

    select,input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        outline: none;
        box-shadow: none;
        font-size: 16px
    }

    select::-ms-expand {
        display: none
    }

    table {
        border-collapse: collapse
    }

    table,tr,td,th {
        border: 1px solid #e6e6e6;
        text-align: left
    }

    .clear {
        clear: both
    }

    a {
        text-decoration: none;
        color: #0053ce
    }

    a:hover {
        color: #426ce5
    }

    .unified-color {
        color: #ffffff
    }

    .onmove,.onmove-a,.breadcrumb a {
        padding-bottom: 3px;
        text-decoration: none;
        background-image: linear-gradient(#426ce5,#426ce5);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 0 2px;
        transition: background-size 500ms ease-in-out
    }

    .onmove-a {
        color: #ffffff;
        background-image: linear-gradient(#fced05,#fced05)
    }

    .onmove:hover,.onmove-a:hover,.breadcrumb a:hover {
        background-size: 100% 2px
    }

    .onmove-a:hover {
        color: #fced05
    }

    .unified-default-color {
        color: #2a2c2c
    }

    .vice-text {
        color: #707278
    }

    .content-tips {
        font-style: normal;
        margin: 15px 0
    }

    .vice-time {
        color: #707278
    }

    .view-bg {
        background-color: #228052;
        color: #ffffff
    }

    .view-bg:hover {
        background-color: #2e895c;
        color: #ffffff
    }

    .top-space {
        margin-top: 20px
    }

    .bottom-space {
        margin-bottom: 20px
    }

    .around-space {
        padding: 15px
    }

    .around-bottom-space {
        padding-bottom: 10px
    }

    .common-color {
        color: #228052
    }

    .common-tips-color {
        color: #fced05
    }

    @media (max-width: 900px) {
        .top-space {
            margin-top:15px
        }

        .button-space {
            margin-bottom: 15px
        }

        .around-space {
            padding: 10px
        }

        .bottom-space {
            margin-bottom: 10px
        }
    }

    .unified-view {
        max-width: 1280px;
        margin: auto;
        margin-bottom: 30px;
        background-color: #ffffff;
        border-radius: 15px;
        box-shadow: 1px 0px 10px rgba(21,30,28,0.08);
        padding: 25px 20px
    }

    .content-view {
        max-width: 1280px;
        margin: auto;
        margin-bottom: 30px
    }

    .main-view,#contentSub {
        max-width: 1280px;
        margin: auto;
        display: flex;
        flex-wrap: nowrap
    }

    @media screen and (max-width: 1280px) and (min-width:900px) {
        .main-view,.content-view,#contentSub {
            width:calc(100% - 30px)
        }

        .unified-view {
            padding: 15px;
            width: calc(100% - 30px)
        }
    }

    .container-fluid {
        width: 100%
    }

    .container {
        margin: auto;
        max-width: 1280px;
        padding: 0 15px
    }

    .row {
        width: 100%;
        padding: 18px 22px
    }

    .header-bg {
        height: auto;
        background-color: #2e895c
    }

    .nav-bar {
        position: fixed;
        background-color: #228052;
        width: 100%;
        top: 0;
        z-index: 100
    }

    .header-height {
        height: 60px;
        line-height: 60px
    }

    .header-logo {
        width: 130px;
        float: left
    }

    .header-logo a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .header-logo img {
        width: 30px;
        height: 30px;
        margin-top: 15px
    }

    .header-logo span {
        color: #ffffff;
        font-weight: 800;
        font-size: 1.5em;
        padding-left: 8px
    }

    .view-nav:after {
        clear: both
    }

    .nav {
        float: left;
        padding-left: 30px;
        display: flex;
        flex-wrap: nowrap
    }

    .nav-menu:after,.login a:after {
        content: '';
        width: 0;
        background: #ffffff;
        height: 2px;
        display: inline-block;
        position: absolute;
        bottom: 0px;
        left: 100%;
        border-radius: 2px;
        transition: 0.2s all linear
    }

    .nav-menu:hover:after,.login a:hover:after {
        left: calc(50% - 30px);
        width: 60px
    }

    .nav-menu:hover a,.login a:hover {
        color: #ffffff
    }

    .nav-menu:hover~.nav-menu:after {
        left: calc(50% - 20px)
    }

    .nav-menu {
        position: relative
    }

    .nav li a {
        text-decoration: none;
        padding: 0 15px;
        display: block
    }

    .nav-icon {
        display: none
    }

    .search-top {
        width: 300px;
        float: right;
        margin-top: 12px;
        position: relative;
        right: 15px;
        display: none
    }

    .search-top .search-submit-top {
        position: absolute;
        right: 3px;
        top: 3px;
        height: 30px;
        width: 40px;
        border-radius: 18px;
        background-image: url(../images/search.svg?cc778);
        background-size: 22px;
        background-repeat: no-repeat;
        background-position: 10px 5px;
        background-color: rgba(255,255,255,0.9)
    }

    .search-top .search-input {
        height: 36px;
        background-color: rgba(0,0,0,0.1);
        padding-right: 54px
    }

    .search-input:-moz-placeholder {
        color: rgba(255,255,255,0.7)
    }

    .search-input:-ms-input-placeholder {
        color: rgba(255,255,255,0.7)
    }

    .search-input::-webkit-input-placeholder {
        color: rgba(255,255,255,0.7)
    }

    .login {
        float: right
    }

    .login a {
        padding: 0 10px;
        display: inline-block;
        position: relative
    }

    #p-personal-label,.page-manage {
        cursor: pointer;
        color: #ffffff;
        padding: 0 5px;
        font-weight: normal;
        font-size: 1em
    }

    @media (max-width: 1150px) {
        #p-personal-label,.page-manage {
            color:#2a2c2c
        }
    }

    .vector-menu,.page-menu {
        position: relative;
        text-align: center
    }

    #p-personal.vector-menu:hover .vector-menu-content {
        height: auto
    }

    .page-menu:hover .page-menu-content {
        height: 60px
    }

    #p-personal .vector-menu-content,.page-menu-content {
        position: absolute;
        width: 120px;
        height: 0;
        overflow: hidden;
        transition: 0.2s ease-out;
        background-color: #2e895c;
        box-shadow: 1px 0 10px rgba(21,30,28,0.08);
        top: 60px;
        left: -25px
    }

    .page-menu-content {
        padding-left: 15px;
        width: 585px;
        left: -400px
    }

    .vector-menu-content-list li a,.vector-menu-content-list li {
        color: #ffffff;
        text-align: center
    }

    .vector-menu-checkbox {
        display: none
    }

    @media (min-width: 1150px) {
        .page-menu-content,.page-menu .vector-menu-content-list,.page-menu-content .left-navigation,.page-menu-content #right-navigation,.page-menu-content #right-navigation {
            display:flex
        }
    }

    @media (max-width: 1150px) {
        #p-personal .vector-menu-content,.page-menu-content {
            background-color:#ffffff;
            box-shadow: none;
            width: 100%;
            top: 0px;
            left: 0;
            position: inherit
        }

        .page-menu-content {
            padding-left: 0
        }

        .vector-menu-content-list li {
            height: 42px;
            color: #2a2c2c
        }

        .vector-menu-content-list li a {
            color: #2a2c2c
        }

        #p-personal.vector-menu:hover .vector-menu-content {
            height: auto
        }

        .page-menu:hover .page-menu-content {
            height: 440px
        }

        #p-personal-label,.page-manage {
            background-image: url(../images/login-more.svg?e55e8);
            background-position: 100px 18px;
            background-repeat: no-repeat;
            background-size: 24px;
            text-align: center
        }

        #p-personal-label span,.page-manage span {
            margin-right: 22px
        }
    }

    .bg-color {
        margin-top: 60px;
        width: 100%;
        background-image: linear-gradient(to right,#339967,#339967);
        overflow: hidden;
        position: relative;
        padding-bottom: 10px
    }

    .search-bg {
        width: 750px;
        margin: auto;
        margin-top: 50px;
        border-radius: 15px;
        position: relative;
        z-index: 2
    }

    .tab-content {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        color: #ffffff;
        margin: auto
    }

    .tab-content form {
        width: 100%;
        border-radius: 29px;
        position: relative;
        z-index: 0;
        margin-top: 10px
    }

    .search-input {
        width: 100%;
        height: 48px;
        border-radius: 24px;
        color: #ffffff;
        padding-left: 20px;
        padding-right: 80px;
        background-color: rgba(255,255,255,0.2)
    }

    .search-submit {
        width: 80px;
        height: 48px;
        top: 0;
        position: absolute;
        right: 0;
        border: 2px solid rgba(255,255,255,0.5);
        color: #ffffff;
        background-color: #228052;
        border-radius: 29px;
        font-size: 1em
    }

    /*.tooltips {*/
    /*    text-align: left;*/
    /*    margin: 15px 0 0 0;*/
    /*    background-image: url(../images/hot.svg?936a4);*/
    /*    background-position: 0px 7px;*/
    /*    background-size: 16px;*/
    /*    background-repeat: no-repeat;*/
    /*    padding-left: 20px*/
    /*}*/

    .tooltips a {
        display: inline-block;
        padding: 4px 6px
    }

    .waves {
        position: absolute;
        width: 100%;
        bottom: 0;
        min-height: 80px;
        max-height: 100px;
        z-index: 0
    }

    .parallax>use {
        animation: move-forever 25s cubic-bezier(0.55,0.5,0.45,0.1) infinite
    }

    .parallax>use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s
    }

    .parallax>use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s
    }

    .parallax>use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s
    }

    .parallax>use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s
    }

    @keyframes move-forever {
        0% {
            transform: translate3d(-90px,0,0)
        }

        100% {
            transform: translate3d(85px,0,0)
        }
    }

    .langswitch {
        width: 30px;
        height: 30px;
        text-align: center;
        padding-top: 4px;
        float: right;
        margin-top: 15px
    }

    @media (min-width: 1280px) {
        .bg-color .container {
            padding:0
        }
    }

    @media (max-width: 1220px) {
        .search-top {
            width:220px;
            right: 5px
        }
    }

    @media (max-width: 1150px) {
        .header-height {
            height:42px;
            line-height: 42px
        }

        .view-content-scroll {
            overflow: scroll
        }

        .view-content-scroll td,.view-content-scroll th {
            min-width: 120px
        }

        .search-top {
            width: 350px;
            margin-top: 4px;
            right: 42px
        }

        .langswitch {
            right: 42px;
            top: 6px;
            position: absolute;
            margin-top: 0
        }

        .search-top .search-submit-top {
            height: 28px;
            width: 34px;
            background-size: 18px;
            background-position: 8px 5px
        }

        .tab-content form {
            margin-top: 5px
        }

        .search-top .search-input {
            height: 34px
        }

        .header-logo img {
            width: 26px;
            height: 26px;
            margin-top: 7px
        }

        .header-logo span {
            color: #ffffff;
            font-size: 1.2em
        }

        .nav-icon {
            display: block;
            float: right;
            cursor: pointer;
            padding: 12px 0px 0 0
        }

        .nav-icon span {
            display: block;
            width: 20px;
            height: 2px;
            margin-bottom: 6px;
            background: #ffffff;
            border-radius: 3px
        }

        .view-nav {
            line-height: 50px;
            position: fixed;
            z-index: 200;
            top: 0;
            left: 0;
            height: auto;
            width: 130px;
            height: 100%;
            background-color: #ffffff;
            transform: translateX(-130%)
        }

        .nav {
            display: block;
            padding-left: 0px;
            text-align: center;
            width: 100%;
            height: auto
        }

        .nav-menu:after,.login a:after {
            background: #339967
        }

        .nav-menu:hover a,.login a:hover {
            color: #339967
        }

        .nav li a {
            width: 100%;
            color: #2a2c2c
        }

        #Nav:checked~.view-nav {
            transform: translateX(0)
        }

        .bg {
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            visibility: hidden;
            background-color: rgba(0,0,0,0.5);
            transform: translate3d(0,0,0);
            cursor: pointer;
            z-index: 100
        }

        #Nav:checked~.bg {
            opacity: 1;
            visibility: visible
        }

        .login {
            height: auto;
            width: 100%;
            background-color: #f8f8f8;
            line-height: 50px
        }

        .search-bg {
            width: 100%;
            margin-top: 20px
        }

        .bg-color {
            margin-top: 42px
        }
    }

    @media (max-width: 900px) {
        .header-logo {
            width:110px
        }

        .search-top .search-input {
            padding-right: 30px
        }

        .search-top {
            width: 300px
        }

        .search-input {
            height: 42px;
            padding-right: 60px;
            padding-left: 15px
        }

        .search-submit {
            width: 64px;
            height: 42px
        }

        .tooltips {
            font-size: 0.95em;
            margin: 10px 0 0 0px
        }

        .waves {
            min-height: 100px;
            width: 200%
        }
    }

    @media (max-width: 480px) {
        .search-top {
            position:fixed;
            left: 0;
            width: 100%;
            top: 42px;
            background-color: #228052;
            margin: 0;
            padding: 0 12px 5px
        }

        .search-top .search-submit-top {
            right: 14px
        }
    }

    .position-vleft {
        position: relative;
        z-index: 2;
        margin-top: 20px
    }

    .column-ul {
        display: flex;
        justify-content: space-between;
        text-align: center
    }

    .inside-page-ul {
        text-align: center
    }

    .column-li {
        padding: 15px 15px 20px 15px;
        border: 1px solid #e6e6e6;
        border-radius: 8px;
        width: 23%;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out
    }

    .inside-page-li {
        width: 100%
    }

    .inside-page-li:not(:last-child) {
        margin-bottom: 20px
    }

    .column-li:hover {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        box-shadow: 0px 5px 10px #e5e5e5
    }

    .column-li h2 {
        font-size: 1.2em;
        color: #2a2c2c;
        margin-top: 8px
    }

    .column-li p {
        font-size: 1em;
        margin-top: 8px
    }

    .column-img {
        width: 52px;
        height: 52px
    }

    .query {
        width: 100px;
        height: 30px;
        color: #2a2c2c;
        box-shadow: 1px 0 10px rgba(5,100,65,0.2);
        border-radius: 15px;
        padding-left: 10px;
        line-height: 30px;
        margin: 15px auto 0 auto;
        display: flex;
        justify-content: space-between
    }

    .query i {
        display: block;
        height: 26px;
        width: 26px;
        margin: 2px 3px 0 0;
        border-radius: 15px;
        background-color: #339967;
        background-image: url(../images/right.svg?5a75e);
        background-size: 14px;
        background-position: 7px;
        background-repeat: no-repeat
    }

    @media (max-width: 900px) {
        .position-vleft {
            margin-top:8px
        }

        .unified-view {
            width: calc(100% - 24px);
            margin-bottom: 15px;
            padding: 15px
        }

        .content-view {
            width: calc(100% - 24px);
            margin-bottom: 15px
        }

        .column-ul {
            flex-wrap: wrap;
            justify-content: normal
        }

        .column-li {
            min-width: calc(50% - 10px);
            margin: 5px;
            padding: 10px 10px 15px 10px
        }

        ul.column-ul.top-space {
            margin-top: 0
        }

        .column-li p {
            white-space: normal;
            font-size: 0.9em
        }

        .column-li h2 {
            font-size: 1em
        }

        .column-img {
            width: 40px;
            height: 40px
        }

        .query {
            width: 94px;
            height: 28px;
            font-size: 0.9em;
            line-height: 28px
        }

        .query i {
            height: 24px;
            width: 24px;
            background-position: 6px
        }
    }

    .structure {
        display: flex;
        flex-wrap: wrap
    }

    .main-left {
        width: calc(100% - 30px - 320px)
    }

    .main-right {
        width: 320px;
        margin-left: 30px
    }

    .unified-content {
        margin-bottom: 30px;
        background-color: #ffffff;
        border-radius: 15px;
        box-shadow: 1px 0 10px rgba(21,30,28,0.08);
        padding: 25px 20px
    }

    .view-title {
        font-size: 1.4em;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 15px
    }

    .view-title,.view-title .mw-headline {
        display: flex;
        flex-wrap: nowrap
    }

    .view-title img {
        width: 24px;
        height: 24px;
        margin-left: 6px
    }

    .explain {
        padding: 15px 0
    }

    .ChinaMap {
        width: 55%;
        position: relative;
        overflow: hidden
    }

    .domestic-svg {
        width: 700px;
        height: 500px
    }

    .world-map {
        width: 600px;
        height: 600px
    }

    .identity-ul {
        width: 45%;
        padding: 5% 0 0 5%
    }

    .identity-ul li {
        width: 100%;
        margin-bottom: 15px;
        display: flex
    }

    .identity-ul li span {
        display: block;
        width: 24px;
        height: 10px;
        margin-top: 4px;
        border-radius: 3px
    }

    .color-one {
        background-color: #ffcca9
    }

    .color-two {
        background-color: #b1f2c7
    }

    .color-three {
        background-color: #c0f0ff
    }

    .color-four {
        background-color: #f4d3f4
    }

    .color-five {
        background-color: #f9caca
    }

    .color-six {
        background-color: #d3dd9b
    }

    .color-seven {
        background-color: #ffe7b8
    }

    .identity-ul li a {
        margin: 0 15px
    }

    @media (max-width: 1100px) {
        .main-view,#contentSub {
            flex-wrap:wrap
        }

        .main-right {
            width: 100%;
            margin-left: 0px
        }

        .inside-page-li {
            margin: 0px
        }

        .main-left {
            width: 100%
        }
    }

    @media (max-width: 900px) {
        .main-view,#contentSub {
            width:calc(100% - 24px)
        }

        .view-title {
            padding-bottom: 10px
        }

        .view-title img {
            width: 22px;
            height: 22px;
            margin-left: 6px
        }

        .unified-content {
            padding: 15px;
            margin-bottom: 20px
        }

        .view-title {
            font-size: 1.2em
        }

        .ChinaMap {
            margin-top: 15px;
            position: relative;
            width: 108%;
            height: 400px;
            white-space: nowrap;
            overflow-x: scroll
        }

        .domestic-svg,.inside-map {
            width: 600px;
            height: 400px;
            margin-left: -20px
        }

        .identity-ul {
            width: 100%;
            padding: 15px 0 0 0
        }

        .identity-ul li {
            margin-bottom: 12px
        }

        .identity-ul li a {
            margin: 0 8px
        }

        .identity-ul li span {
            width: 18px;
            height: 8px;
            margin-top: 5px
        }
    }

    .section-tabs {
        margin: 0 auto;
        width: 100%
    }

    .tab-container {
        display: flex
    }

    .tab-container li {
        cursor: pointer;
        line-height: 30px;
        padding: 8px 10px;
        color: #4e5251;
        position: relative;
        z-index: 2
    }

    .tab-container li.active {
        background-color: #f5fbff;
        border: 1px solid #e4f0f9;
        border-bottom: none;
        color: #228052;
        font-weight: 800
    }

    .svg-map {
        margin: auto;
        overflow: hidden
    }

    .section-tabs .section-tabs-content {
        position: relative;
        display: block;
        z-index: 0;
        top: -1px;
        width: 55%
    }

    .map-msg {
        width: calc(45% - 15px);
        margin: 0px 0 0 15px
    }

    .section-tabs-content li {
        background-color: #f5fbff;
        border: 1px solid #e4f0f9
    }

    .tab-show {
        display: block
    }

    .tab-hide {
        display: none
    }

    .lind-link:hover path,.lind-link:hover polygon {
        fill: #339967
    }

    .multilingual {
        background-color: #f8f8f8;
        padding: 15px
    }

    .multilingual dd {
        display: inline-block;
        padding-right: 15px;
        margin-top: 10px
    }

    .hot-country a {
        margin: 0 12px
    }

    @media (max-width: 900px) {
        .section-tabs {
            position:relative
        }

        .tab-container {
            white-space: nowrap;
            overflow-x: scroll
        }

        .section-tabs .section-tabs-content {
            width: 100%
        }

        .map-msg {
            width: 100%;
            margin: 0
        }

        .hot-country a {
            margin-bottom: 8px;
            display: inline-block
        }
    }

    @media (max-width: 400px) {
        .svg-map {
            width:100%;
            white-space: nowrap;
            overflow-x: scroll
        }

        .world-map {
            width: 480px;
            height: 480px
        }

        .multilingual {
            margin-bottom: 10px;
            padding: 10px
        }
    }

    .article-item {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .article-list {
        width: 33%;
        border: 1px solid #e6e6e6;
        border-radius: 6px;
        transition: all 0.2s;
        padding: 10px;
        margin-top: 10px;
    }
    .article-list1 {
        width: 24%;
        border: 1px solid #e6e6e6;
        border-radius: 6px;
        transition: all 0.2s;
        padding: 10px;
        margin-top: 10px;
    }

    .item-default:hover .item-content h3 {
        color: #339967
    }

    .item-default:hover .item-img i {
        transform: scale(1.1)
    }

    .item-img {
        height: 170px;
        overflow: hidden;
        border-radius: 6px 6px 0 0
    }

    .item-img i {
        width: 100%;
        display: block;
        height: 170px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        transition: all 0.2s
    }

    .article-list:nth-child(1) .item-img i {
        background-image: url(../images/article-img1.png?8a6e2)
    }

    .article-list:nth-child(2) .item-img i {
        background-image: url(../images/article-img2.png?720a3)
    }

    .article-list:nth-child(3) .item-img i {
        background-image: url(../images/article-img3.png?589ea)
    }

    .item-content {
        padding: 10px
    }

    .item-content h3 {
        font-size: 1.2em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 550
    }

    .item-content p {
        margin: 10px 0;
        height: 39px;
        overflow: hidden
    }

    .item-content h4 {
        display: flex;
        justify-content: space-between;
        padding: 5px 0;
        font-weight: normal
    }

    .category-name {
        display: inline-block;
        padding: 3px 10px;
        border: 1px solid #228052;
        border-radius: 3px
    }

    .release-time {
        padding: 3px 0px
    }

    .article-more {
        text-align: center;
        margin-top: 20px
    }

    @media (max-width: 900px) {
        .article-item {
            display:flex;
            justify-content: normal;
            flex-wrap: wrap;
            margin-top: 20px
        }

        .article-list {
            width: 100%;
            margin-bottom: 10px;
            border: none
        }
        .article-list1 {
            width: 100%;
            margin-bottom: 10px;
            border: none
        }
        .article-more {
            margin-top: 0px
        }

        .item-default {
            display: flex;
            flex-wrap: nowrap
        }

        .item-img {
            width: 35%;
            height: auto;
            border-radius: 3px
        }

        .item-img i {
            height: auto;
            padding-top: 65%
        }

        .item-content {
            width: 65%;
            padding: 0 0 10px 10px
        }

        .item-content h3 {
            font-size: 1em;
            font-weight: normal
        }

        .item-content p,.category-name,.release-time {
            font-size: 0.9em
        }

        .category-name {
            padding: 0px 5px;
            font-size: 0.9em;
            height: 24px
        }

        .item-content p {
            margin: 0 0 5px 0;
            height: 18px
        }
    }

    .questions {
        display: flex;
        flex-wrap: wrap
    }

    .question-ad {
        width: 35%;
        padding-top: 15px
    }

    .question-list {
        padding-left: 15px;
        width: calc(65% - 15px)
    }

    .question-list li {
        padding: 6px;
        display: flex;
        justify-content: space-between
    }

    .question-list li span {
        font-size: 0.9em
    }

    .question-list li:hover {
        background-color: #f8f8f8
    }

    .question-list li:hover a {
        color: #426ce5
    }

    @media (max-width: 720px) {
        .question-ad {
            width:100%
        }

        .question-list {
            padding-left: 0;
            width: 100%
        }

        .question-list li {
            padding: 6px 0
        }

        .question-list li a {
            width: calc(100% - 80px);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .question-list li span {
            min-width: 75px
        }
    }

    .footer-bg {
        margin-top: 20px;
        background-color: #ffffff;
        border: solid 0 transparent;
        border-top: 5px transparent solid;
        border-image: linear-gradient(to right,#228052,#228052) 1 10
    }

    .footer-content {
        display: flex;
        flex-wrap: wrap;
        padding: 30px 15px
    }

    .foot-text-color {
        color: #707278
    }

    @media (max-width: 1300px) {
        .footer-content {
            padding:20px 20px 30px 20px
        }

        .footer-t {
            padding: 0 15px
        }
    }

    .footer-left {
        width: calc(70% - 30px);
        padding-right: 30px
    }

    .footer-right {
        width: 30%
    }

    .brand-logo h2 {
        display: flex
    }

    .brand-logo h2 img {
        width: 28px;
        height: 28px
    }

    .brand-logo h2 span {
        color: #202b88;
        font-size: 0.9em;
        display: inline-block;
        line-height: 28px;
        padding-left: 8px
    }

    .brand-logo p {
        margin: 10px 0
    }

    .footer-link h2 {
        font-size: 1.2em;
        margin-bottom: 10px
    }

    .about-list,.footer-flex {
        display: flex;
        flex-wrap: wrap
    }

    .footer-flex {
        padding: 15px
    }

    .about-list li {
        padding-right: 20px;
        margin-bottom: 10px
    }

    .footer-code {
        display: flex;
        margin-top: 15px;
        width: 90%
    }

    .footer-code li {
        width: 50%
    }

    .footer-t {
        background-color: #228052
    }

    .footer-flex a,.footer-flex p {
        padding-right: 15px;
        line-height: 24px
    }

    @media (max-width: 900px) {
        .footer-bg {
            margin-top:10px
        }

        .footer-left {
            width: 100%;
            padding-right: 0
        }

        .footer-right {
            width: 100%
        }

        .footer-flex {
            display: flex;
            flex-wrap: wrap;
            padding: 15px 0
        }

        .footer-flex p {
            padding-right: 0
        }

        .footer-code {
            width: 50%;
            margin: 15px auto
        }

        .footer-code li {
            text-align: center
        }
    }

    @media (max-width: 640px) {
        .footer-code {
            width:100%
        }
    }

    .location-content {
        margin-top: 30px;
        position: relative;
        z-index: 2;
        margin-bottom: 0px
    }

    .location {
        width: 100%
    }

    .location-div {
        display: flex;
        flex-wrap: wrap
    }

    .get-location {
        padding-top: 5px;
        cursor: pointer
    }

    .location-p {
        margin-right: 15px
    }

    .location-p img,.location-span img {
        width: 14px;
        height: 14px;
        position: relative;
        top: 2px
    }

    .location-p span,.location-span span {
        padding-left: 2px
    }

    .location-span p {
        display: -ms-flexbox;
        display: flex
    }

    .location-span span:nth-child(1) {
        padding-right: 20px
    }

    input.leave-message-title,#Subject {
        width: 100%;
        height: 44px;
        padding: 0 10px;
        border-radius: 8px;
        background-color: #F2F3F4
    }

    .leave-message,#Description {
        width: 100%;
        max-width: 100%;
        height: 180px;
        border: none;
        border-radius: 8px;
        padding: 10px;
        background-color: #F2F3F4;
        outline-color: #339967;
        margin-top: 15px
    }

    @media (max-width: 1100px) {
        .location-content {
            margin-top:20px
        }

        .location-p {
            width: 100%;
            margin-right: 0px;
            padding: 2px 0
        }

        #location-show .location-span span {
            display: block;
            margin-left: 0px
        }

        .location-span span:nth-child(1) {
            padding-right: 0px
        }

        .location-div {
            font-size: 0.95em
        }
    }

    .gotop {
        position: fixed;
        right: 30px;
        bottom: 100px;
        z-index: 99;
        width: 40px;
        background-color: #ffffff;
        border: 1px solid rgba(150,150,150,0.2)
    }

    .uptop,.service-fixed,.feedback-msg {
        width: 40px;
        height: 40px;
        display: flex;
        margin-bottom: 0;
        position: relative
    }

    .feedback-msg:hover:after {
        content: ' 意见 反馈';
        position: absolute;
        font-size: 0.9em;
        color: #339967;
        left: 7px;
        top: 3px;
        line-height: 18px
    }

    .feedback-msg:hover img {
        display: none
    }

    .gotop a:nth-child(2),.gotop a:nth-child(3) {
        border-top: 1px solid rgba(150,150,150,0.2)
    }

    .service-qq {
        display: none;
        box-shadow: 0px 0px 18px 2px rgba(0,78,196,0.068);
        background-color: #ffffff;
        width: 150px;
        padding: 10px 10px;
        position: absolute;
        right: 50px;
        border-radius: 5px;
        bottom: -80px
    }

    .gotop .contact-details {
        height: 80px;
        line-height: 16px;
        text-align: center;
        font-size: 16px;
        background-color: #228052
    }

    .kefu {
        color: #ffffff;
        font-size: 14px;
        padding: 8px 10px
    }

    .kefu:hover {
        color: #ffffff
    }

    .service-fixed:hover .service-qq {
        display: block
    }

    .gotop img {
        display: block;
        margin: auto;
        margin-top: 6px
    }

    @media (max-width: 900px) {
        .gotop {
            width:34px;
            right: 2px
        }

        .uptop,.service-fixed,.feedback-msg {
            width: 34px;
            height: 34px
        }

        .feedback-msg:hover:after {
            left: 5px;
            top: 0
        }

        .gotop img {
            display: block;
            margin: auto;
            margin-top: 5px
        }
    }

    .breadcrumb a {
        font-size: 1.1em;
        font-weight: 800;
        color: #2a2c2c
    }

    .content-msg p {
        margin-bottom: 5px
    }

    .in-search,.mw-ui-input {
        border: 1px solid #e6e6e6;
        height: 44px;
        width: calc(80% - 5px);
        border-radius: 8px;
        padding: 0 10px
    }

    .in-submit,.mw-ui-button {
        height: 45px;
        width: 20%;
        border-radius: 8px
    }

    .mw-ui-button {
        background-image: linear-gradient(to bottom right,#339967,#339967);
        color: #ffffff
    }

    @media (max-width: 900px) {
        .in-search,.mw-ui-input,.in-submit,.mw-ui-button {
            height:40px
        }

        .btn-minwidth {
            min-width: 105px
        }
    }

    .points-address {
        width: 84%;
        margin: auto
    }

    .point-address {
        width: calc(100% - 85px);
        margin-right: 0px
    }

    .point-get-address {
        width: 80px;
        background-image: url(../images/icon-down.svg?f0d29);
        background-size: 10px;
        background-repeat: no-repeat;
        background-position: 66px 16px;
        background-color: #f5f5f5;
        padding-left: 7px
    }

    .point-name {
        width: 100%
    }

    .point-search {
        margin: 20px auto 0 auto;
        display: block;
        width: 140px
    }

    @media (max-width: 900px) {
        .points-address {
            width:100%
        }
    }

    .interest-list,.theme-list,.interest-list-theme {
        display: flex;
        flex-wrap: wrap
    }

    .interest-list li,.theme-list li,.interest-list-theme li {
        width: 50%;
        padding: 6px 0
    }

    .interest-list li:nth-child(-n + 4):after {
        content: ' 🔥'
    }

    .theme-list li:after {
        content: ' 🔥'
    }

    @media (max-width: 900px) {
        .interest-list li,.theme-list li,.interest-list-theme li {
            width:100%
        }
    }

    .walk-guide {
        width: calc(45% - 30px);
        float: left;
        margin-left: 30px
    }

    @media (max-width: 900px) {
        .walk-guide,.serach-head {
            width:100%;
            float: inherit
        }

        .walk-guide {
            margin-top: 15px;
            margin-left: 15px
        }
    }

    .mw-search-results-baidu {
        counter-reset: li
    }

    .mw-search-results-baidu>li {
        position: relative
    }

    .mw-search-results-baidu>li:before {
        background: #339967;
        color: white;
        content: counter(li);
        counter-increment: li;
        font-size: 1em;
        line-height: 0.3em;
        padding: 0.45em 0;
        position: absolute;
        top: 0.8em;
        left: 0.4em;
        text-align: center;
        width: 1.2em;
        border-radius: 50%
    }

    .result-address-list {
        display: flex;
        flex-wrap: wrap
    }

    .result-address-list {
        padding: 10px 10px 10px 30px;
        background-color: #f8f8f8;
        margin-bottom: 10px
    }

    .leave-msg h2 {
        margin-top: 15px;
        font-size: 1.1em;
        padding: 8px 10px;
        background-color: #f8f8f8;
        border: 1px solid #e6e6e6;
        margin-bottom: 10px
    }

    .leave-msg h2:nth-child(n + 3) {
        margin-top: 15px
    }

    .leave-msg ul,.leave-msg dl {
        padding: 5px 10px
    }

    .leave-msg p:first-child {
        padding: 0
    }

    .leave-msg p {
        padding: 4px 10px
    }

    .leave-msg pre {
        white-space: pre-line
    }

    .add-message {
        height: 44px;
        line-height: 44px;
        border-radius: 8px;
        padding: 0 30px;
        display: table;
        margin: auto;
        margin-top: 20px
    }

    .more-message {
        cursor: pointer;
        display: flex;
        justify-content: center;
        position: relative;
        color: #426ce5
    }

    .more-message img {
        width: 18px;
        position: relative;
        top: 5px
    }

    @media (max-width: 900px) {
        .leave-msg p {
            padding:4px 5px
        }

        .leave-msg ul,.leave-msg dl {
            padding: 5px 5px
        }

        .add-message {
            height: 40px;
            padding: 0 20px;
            margin-top: 10px;
            line-height: 40px
        }
    }

    .article-classify {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #e6e6e6
    }

    .article-classify li {
        width: 25%;
        text-align: center;
        position: relative;
        padding: 30px 0 20px 0;
        cursor: pointer
    }

    .article-classify li.active {
        color: #339967;
        font-size: 1.1em;
        font-weight: 600
    }

    .article-classify li.active:after {
        content: '';
        display: inline-block;
        width: 100px;
        height: 3px;
        background-color: #339967;
        position: absolute;
        bottom: 0;
        left: calc(50% - 50px)
    }

    .box-img {
        width: 100%
    }

    .article-default {
        display: flex;
        flex-wrap: nowrap;
        padding: 20px 15px
    }

    .article-default:hover {
        background-color: #f8f8f8
    }

    .article-default-img {
        width: 33.33%;
        height: auto;
        border-radius: 3px
    }

    .article-content {
        border-top: 1px solid #e6e6e6;
        padding-top: 20px
    }

    @media (max-width: 900px) {
        .article-classify {
            white-space:nowrap;
            overflow-y: scroll
        }

        .article-classify li {
            padding: 20px 0 15px 0;
            min-width: 80px
        }

        .article-classify li.active:after {
            width: 70px;
            left: calc(50% - 35px)
        }

        .article-default {
            padding: 0;
            margin-bottom: 10px
        }
    }

    .form-selector {
        width: 80%;
        margin: auto
    }

    .form-selector span {
        padding: 10px 0;
        display: inline-block;
        width: 82px
    }

    .form-selector select {
        background-color: #f5f5f5;
        height: 40px;
        border-radius: 8px;
        padding: 0 15px;
        width: calc(100% - 15px - 75px);
        font-size: 1em;
        background-image: url(../images/login-more.svg?e55e8);
        background-repeat: no-repeat;
        background-size: 24px;
        background-position: right
    }

    .zipcode-datas {
        width: 100%;
        text-align: left
    }

    .zipcode-datas td,th {
        padding: 10px
    }

    .zipcode-datas tr:nth-child(odd) {
        background-color: #f8f8f8
    }

    .province-ul,.province-list {
        display: flex;
        flex-wrap: wrap
    }

    .ad-li {
        width: 40%
    }

    .province-li {
        width: calc(60% - 15px);
        padding-left: 15px
    }

    .province-list li {
        width: calc(50% - 10px);
        padding-bottom: 10px;
        margin-right: 8px
    }

    @media (max-width: 900px) {
        .form-selector,.province-list li,.form-selector select {
            width:100%
        }

        .province-li {
            width: 100%;
            padding-left: 0px
        }

        .form-selector span {
            padding: 5px 0;
            width: 100%
        }

        .ad-li {
            width: 100%;
            padding-right: 0px
        }
    }

    .four-three {
        width: 30%;
        margin: 20px auto
    }

    @media (max-width: 900px) {
        .four-three {
            width:80%;
            margin: 20px auto
        }
    }

    .course {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 10px
    }

    .course-l {
        position: relative
    }

    .course-record {
        position: relative;
        border-left: 1px solid #339967;
        left: 10px;
        top: 3px;
        margin-bottom: 5px
    }

    .course-l .circular1 {
        display: block;
        width: 14px;
        height: 14px;
        border-radius: 10px;
        background-color: #339967;
        position: absolute;
        top: 3px;
        left: 3px
    }

    .course-l .circular2 {
        position: absolute;
        top: 0px;
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        background-color: rgba(16,183,131,0.2)
    }

    .course-record {
        padding: 0 15px
    }

    .course-record p {
        line-height: 26px;
        text-align: left
    }

    @media (max-width: 900px) {
        .course-l .circular1 {
            width:10px;
            height: 10px;
            top: 3px;
            left: 3px
        }

        .course-l .circular2 {
            width: 16px;
            height: 16px
        }

        .course-record {
            padding: 0 5px 0 15px;
            left: 8px
        }

        .course-record p {
            margin-bottom: 5px
        }
    }

    div#toc,span.mw-editsection,.printfooter,div#siteSub {
        display: none
    }

    .firstHeading {
        font-size: 1.4em;
        max-width: 1280px;
        margin: auto;
        padding: 10px 15px 5px 15px;
        color: #228052
    }

    @media (max-width: 1280px) {
        .firstHeading {
            font-size:1.2em;
            width: calc(100% - 24px);
            padding: 5px 15px
        }
    }

    .tabel_response {
        overflow-x: scroll;
        overflow-y: hidden
    }

    .talkpageheader-add-comment a {
        float: right;
        color: #426ce5
    }

    h3#p-namespaces-label,h3#p-variants-label,h3#p-views-label,h3#p-cactions-label,div#mw-indicator-mw-helplink,.mw-search-profile-tabs,div#mw-search-top-table,#bmap {
        display: none
    }

    .mw-body p.mw-search-nonefound {
        margin: 0;
        display: none
    }

    .tright {
        float: right;
        clear: both;
        margin-left: 10px;
        padding: 3px;
        position: relative
    }

    @media (max-width: 900px) {
        .tright {
            margin:10px 0 0 0;
            float: inherit
        }
    }

    @media (min-width: 900px) {
        .tright {
            margin-top:-20px
        }

        #bmap {
            max-height: 360px
        }
    }

    .thumbcaption {
        font-size: 0.9em
    }

    .magnify {
        float: right;
        clear: both
    }

    .grecaptcha-badge {
        visibility: hidden
    }

    .ol-space ol {
        margin: 10px 0 0 25px
    }

    .ol-space ol li {
        margin-bottom: 5px
    }

    @media (min-width: 900px) {
        .nearby-address {
            display:flex;
            flex-wrap: nowrap
        }

        .nearby-address>li:before {
            top: 1em
        }

        .nearby-address .mw-search-result-heading-baidu {
            width: 35%;
            margin: 0.2em 1em 0.2em 0em
        }

        .nearby-address .searchresult {
            padding-left: 15px
        }

        .nearby-address .mw-search-result-data {
            width: 24%;
            margin: 0.2em 1em 0.2em 0em
        }
    }

    .ol-indexes-list ol li {
        padding-bottom: 10px;
        margin-left: 25px
    }

    .ol-indexes-list ol {
        margin-top: 15px
    }

    .mw-search-result-heading-baidu {
        width: 100%
    }

    .mw-search-result-data {
        float: right;
        margin-right: 300px
    }

    @media (max-width: 980px) {
        .mw-search-result-data {
            float:revert;
            margin-right: 0px;
            display: block;
            margin-top: 2px
        }
    }

    .xinfeng img {
        height: auto;
        max-width: 100%
    }

    .detail-emoji {
        font-size: 30px
    }

    .common-li li {
        padding: 10px
    }

    .common-li li:nth-child(odd) {
        background-color: #f8f8f8
    }

    .common-style-li {
        display: flex;
        flex-wrap: wrap
    }

    .common-style-li li {
        width: 50%;
        padding-bottom: 10px
    }

    @media (max-width: 900px) {
        .common-style-li li {
            width:100%;
            padding-bottom: 10px
        }
    }

    .tips-style {
        margin-left: 15px
    }

    @media (max-width: 400px) {
        .tips-style {
            margin-left:0px;
            display: block
        }
    }

    a.new {
        color: #e71010
    }

    .feedback-ul {
        display: flex;
        justify-content: space-between;
        text-align: center
    }

    .feedback-li {
        width: 31.5%
    }

    @media screen and (max-width: 900px) {
        .feedback-ul {
            display:block;
            justify-content: initial
        }

        .feedback-li {
            width: 100%;
            margin-bottom: 15px
        }
    }

    @media (min-width: 960px) {
        .ad-mobile {
            display:none
        }
    }

    @media (max-width: 961px) {
        .ad-pc {
            display:none
        }
    }

    .query-fc {
        text-align: center;
        width: 50%;
        border: 0
    }

    @media (max-width: 900px) {
        .query-fc {
            width:100%
        }
    }

    ins.adsbygoogle[data-ad-status="unfilled"] {
        display: none !important
    }

    .googlead-style {
        width: 100%;
        min-height: 250px
    }

    .googlead-style-zongxiang {
        width: 100%;
        height: 600px
    }

    div.oo-ui-popupWidget,div.oo-ui-menuSelectWidget {
        z-index: 2
    }

    .side-list-hot::after {
        content: 'HOT';
        position: absolute;
        background-color: #f12020;
        color: #FFFFFF;
        border-radius: 8px 0 8px 0;
        height: 18px;
        width: 36px;
        line-height: 18px;
        font-size: 10px;
        top: 20px;
        right: calc(50% - 70px);
        animation: myfirst 1.5s infinite
    }

    .side-list-free::after {
        content: '免费'
    }

    @keyframes myfirst {
        0% {
            transform: translate(0px,0px)
        }

        70% {
            transform: translate(0px,-10px)
        }

        100% {
            transform: translate(0px,0px)
        }
    }

    .arrow-color i {
        background-color: #1271ef
    }

    .view-wz {
        position: relative
    }

    .warningbox.mw-warning-with-logexcerpt.mw-content-ltr {
        display: none
    }

    span.subpages {
        display: none
    }

    .navigation-sidebar ul {
        margin: 8px 0 15px 0
    }

    .navigation-sidebar li {
        display: inline-block;
        width: 90px
    }

    .navigation-sidebar li a {
        color: #0053ce;
        padding: 5px 0;
        display: inline-block
    }

    .navigation-sidebar nav {
        text-align: left
    }

    .navigation-sidebar h3 {
        text-align: center
    }

    .generated-img img {
        height: auto;
        width: 100%
    }
}

.pagination {
    display: flex;
    justify-content: center;
}
.pagination li {
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #228052;
    border-radius: 3px;
    margin: 5px;
}
.article-content img {
    max-width: 100%;
    height: auto;
}
.detail-tags {
    color: #bbb;
    margin-top: 20px;
}
.detail-tags a.th_hover_a1{margin-right: 10px;}
.detail-tags a.th_hover_a1:last-child{margin-right: 0px;}

.th-tags li{list-style: none;display: inline-block;margin-right: 10px;}
.th-tags li a {
    display: inline-block;
    border-radius: 2px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 0px 5px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    background-color: #f2f5f7;
    font-size: 12px;
    color: #999;
    transition: 0.3s ease-out;
}
.content-msg hr{color: #e5e5e5;}