/*!normalize.css v3.0.2 | mit license | git.io/normalize*/

html {
    font-size: 13.33333vw;
}

@media screen and (max-width: 320px) {
    html {
        font-size: 42.667px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 321px) and (max-width: 360px) {
    html {
        font-size: 48px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 361px) and (max-width: 375px) {
    html {
        font-size: 50px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 376px) and (max-width: 393px) {
    html {
        font-size: 52.4px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 394px) and (max-width: 412px) {
    html {
        font-size: 54.93px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 413px) and (max-width: 414px) {
    html {
        font-size: 55.2px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 415px) and (max-width: 480px) {
    html {
        font-size: 64px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 481px) and (max-width: 540px) {
    html {
        font-size: 72px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 541px) and (max-width: 640px) {
    html {
        font-size: 85.33px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 641px) and (max-width: 720px) {
    html {
        font-size: 96px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 721px) and (max-width: 768px) {
    html {
        font-size: 102.4px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 769px) {
    html {
        font-size: 102.4px;
    }
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

p {
    margin: 0;
}

input {
    /*border: none;*/
    outline: none;
}

.flex-only {
    display: flex;
    align-items: center;
}

.flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.just-center {
    justify-content: center;
}

.column {
    flex-direction: column;
}

.flex-start {
    justify-content: flex-start;
}

.flex-end {
    justify-content: flex-end;
}

.between {
    justify-content: space-between;
}

.around {
    justify-content: space-around;
}


html {
    font-family: stheiti, microsoft yahei, 'helvetica,arial', 'sans-serif' !important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

body,
html {
    overflow-x: hidden
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not ([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not (:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.top-nav {
    position: relative;
    width: 100%;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3)
}

.top-nav .top-bar {
    overflow: hidden;
    height: 40px;
    list-style: none;
    border-bottom: 1px solid #cc5200;
    background: #f60;
    display: flex;
    align-items: center;

}

.top-nav .top-bar div {
    text-align: center
}

.top-nav .top-bar div a {
    line-height: 40px;
    color: #fff
}

.top-nav .top-bar div.back {
    float: left;
    width: 40px;
    height: 40px;
    border-right: 1px solid #e65c00
}

.top-nav .top-bar div.back a {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(/uploads/image/vimages/icons.png);
    background-size: 80px 160px;
    background-position: 0 0;
    background-repeat: no-repeat
}

.top-nav .top-bar div.back a:hover {
    background-color: #e05a00
}

.top-nav .top-bar div.title {
    font-size: 24px;
    height: 40px;
    margin: 0 83px 0 41px;
    border-left: 1px solid #ff751a;
    border-right: 1px solid #e65c00
}

.top-nav .top-bar div.title a {
    font-size: 18px;
    font-weight: 800;
    display: block;
    width: 130px;
    height: 40px;
    margin: auto;
    text-align: right;
    text-decoration: none;
    background-image: url(/uploads/image/vimages/icons.png);
    background-size: 80px 160px;
    background-position: 0 -120px;
    background-repeat: no-repeat
}

.top-nav .top-bar div.list {
    float: right;
    overflow: hidden;
    width: 83px;
    height: 40px
}

.top-nav .top-bar div.list a {
    display: block;
    float: left;
    width: 40px;
    height: 40px
}

.top-nav .top-bar div.list a.home {
    border-left: 1px solid #ff751a;
    border-right: 1px solid #e65c00;
    background-image: url(/uploads/image/vimages/icons.png);
    background-size: 80px 160px;
    background-position: 0 -40px;
    background-repeat: no-repeat
}

.top-nav .top-bar div.list a.home:hover {
    background-color: #e05a00
}

.top-nav .top-bar div.list a.dropdown {
    border-left: 1px solid #ff751a;
    background-image: url(/uploads/image/vimages/icons.png);
    background-size: 80px 160px;
    background-position: 0 -80px;
    background-repeat: no-repeat
}

.top-nav .top-bar div.list a.dropdown:hover {
    background-color: #e05a00
}

.top-nav .menu {
    padding: 5px 10px;
    clear: both
}

.top-nav .menu a {
    display: block;
    float: left;
    width: 16%;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    padding: 0;
    margin: 3px 0;
    color: #555;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.top-nav .menu a:hover {
    color: #f60
}

.top-nav .menu a.active {
    color: #fff;
    background: #f60;
    border-radius: 3px
}

a {
    color: #428bca;
    text-decoration: none
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: none
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

h3 {
    font-size: 24px;
    font-weight: 400
}

.focus {
    overflow: hidden;
    border-left: 1px solid #e5e5e5;
    margin-left: -1px;
    margin-right: -1px
}

.focus h3,
.focus p {
    clear: both;
    font-weight: 400;
    color: #999;
    line-height: 1.5;
    padding-left: 15px;
    padding-right: 15px
}

.hotwrap {
    background-color: #fff;
    margin-top: .14rem;
    padding: .27rem .38rem;
}

.hotcity {
    opacity: 1;
    color: rgba(255, 102, 0, 1);
    font-size: .26rem;
    font-weight: 500;
    font-family: "pingfang sc";
    text-align: left;

}

.hotcity a {
    color: rgba(51, 51, 51, 1);
    text-decoration: none
}

body {
    background-color: #e8e8e8
}

.index-nav {
    max-width: 640px !important;
    position: fixed;
    border-bottom: .01rem solid #e8e8e8;
    width: 100%;
    z-index: 1000;
    background: #fff
}

.index-nav .top-bar {
    overflow: hidden;
    height: 1.1rem;
    list-style: none;
    display: flex;
    align-items: center;
    background: #fff;
}

.index-nav .top-bar .bdb-logo img {

    height: .693rem;
    width: 1.45rem;
    /* background-size: 80px 160px;
    background-position: 0 -120px;
    background-repeat: no-repeat */
}

.index-nav .top-bar .city-label {
    float: right;
    padding-right: .345rem;
}

.index-nav .top-bar .city-label a {

    text-decoration: none;

    line-height: .45rem;
    opacity: 1;
    color: rgba(85, 85, 85, 1);
    font-size: .32rem;
    font-weight: 500;
    font-family: "pingfang sc";
    text-align: left;
}

.index-nav .top-bar .city-label a .caret {
    display: inline-block;
    width: .2rem;
    height: .112rem;
    ;

}

footer {
    clear: both;
    margin-top: .82rem;
    color: #999;
    background: #333
}

footer .footer-menu a {
    display: block;
    float: left;
    width: 16%;
    text-align: center;
    font-size: .26rem;
    line-height: .36rem;
    height: .36rem;
    padding: 0;
    margin: .03rem 0;
    color: #aaa;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .3)
}

footer .footer-menu a:hover {
    color: #f60
}

footer .footer-info {
    padding: 15px 0;
    background: #222
}

footer .link {
    text-align: center;
    line-height: 2;
    font-size: .26rem;
    color: #fff;
}

footer .link a {
    font-size: .26rem;
    color: #fff;
    text-decoration: none
}

footer .copyright {
    color: #fff;
    text-align: center;
    font-size: .26rem;
}

body {
    background-color: rgba(246, 245, 248);
    color: #252525
}

.orange {
    color: #f60
}

.container {}

.clearfix {
    clear: both
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto
}

.more-btn {
    background: #fff;
    display: block;
    padding: .28rem 0;
    text-align: center;
    opacity: 1;
    color: rgba(255, 102, 0, 1);
    font-size: .26rem;
    font-weight: 500;
    font-family: "pingfang sc";
    line-height: .337rem;
    margin-bottom: .12rem;
}

.breadcrumb {
    margin-bottom: 2px;
    font-size: 16px;
    background: #fff;
    line-height: 24px;
    padding: 0 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    color: #999;
    height: 40px;
    overflow: hidden;
    white-space: nowrap
}

.breadcrumb a {
    display: inline-block;
    padding: 8px 15px 8px 3px;
    color: #555;
    text-decoration: none;
    background: url(/uploads/image/vimages/arrow.png) center right no-repeat;
    background-size: contain;
    font-size: 16px
}

.sec-head {
    padding: 0 10px;
    border-bottom: 2px solid #f60
}

.sec-head h2 {
    font-size: 24px;
    color: #f60;
    margin-bottom: 10px
}

.heading {
    border-bottom: 1px solid #fff
}

article>h1,
.heading h1 {
    margin: 20px 0 5px;
    padding: 0 10px;
    color: #222;
    font-size: 22px;
    line-height: 36px
}

.heading .heading-info,
aside.heading-info {
    padding: 0 5px 5px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    color: #666;
    overflow: hidden;
    margin: 0 5px
}

.content>h1 {
    margin: 0;
    padding-top: 5px
}

.content {
    padding: 0 0 10px;
    line-height: 30px;
    font-size: 16px;
    background: #fff;
    word-break: break-all
}

.content a {
    text-decoration: none;
    word-break: break-all
}

.content-box p {
    padding: 0 10px
}

.content-box>a:link,
.content-box>a:visited,
.content-box>p>a:link,
.content-box>p>a:visited,
.content-box>div>a:link,
.content-box>div>a:visited,
.content-box>center>a:link,
.content-box>center>a:visited {
    color: #fff !important;
    background: #f60 !important;
    padding: 1px 5px;
    font-size: 14px
}

.content-box>a:link *,
.content-box>p>a:link *,
.content-box>div>a:link *,
.content-box>center>a:link * {
    color: #fff !important
}

.content-box>a.no-bg,
.content-box>p>a.no-bg,
.content-box>div>a.no-bg,
.content-box>center>a.no-bg {
    background: 0 0 !important
}

.content .focus {
    background: #fff;
    padding-left: 5px
}

.content .focus {
    width: auto !important
}

.content .focus .f-pic {
    float: none;
    width: 60%;
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto 10px
}

.content .focus .havepic {
    margin-left: 0
}

.content .focus h3 {
    margin: 0;
    text-align: center;
    font-size: 20px;
    color: #333
}

.content p {
    max-width: 100%
}

.content table {
    border-collapse: collapse;
    border: 1px solid #333;
    width: 100%
}

.content table td {
    padding: 3px 0;
    font-size: 14px
}

.content img {
    max-width: 100%
}

.page {
    font-size: 14px;
    line-height: 32px;
    display: block;
    clear: both;
    overflow: hidden;
    padding: 5px 0;
    text-align: center;
    background: #fff;
    margin-bottom: 10px
}

.page>div {
    padding: 10px 0
}

.page a,
.page span {
    display: inline-block;
    width: 78px;
    height: 32px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 1px solid #f60;
    border-radius: 3px;
    background: #f60;
    margin-right: 5px
}

.page a:hover {
    color: #fff
}

.page a.disabled,
.page span.disabled {
    cursor: default;
    color: #ccc;
    background: #fff;
    border: 1px solid #ccc
}

.page a.all {
    background: #5bc0de;
    color: #fff;
    border: 1px solid #31b0d5
}

.page .page-no {
    line-height: 32px;
    display: inline-block;
    height: 32px;
    margin-right: 5px;
    color: #999
}

.page-new a,
.page-new span {
    width: 36px !important
}

.rec {
    background-color: #fff
}

.rec a {
    color: inherit;
    text-decoration: none;
    display: block
}

.rec a:hover h2 {
    color: #f60
}

.rec-item {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 10px
}

.rec-item h2 {
    font-size: 18px;
    line-height: 22px;
    height: 22px;
    font-weight: 700;
    overflow: hidden
}

.rec-item p {
    font-size: 12px;
    line-height: 14px;
    color: #999;
    margin: 1em 0
}

.rec-item p span {
    margin-right: 20px;
    line-height: 14px;
    vertical-align: baseline
}

.rec-item p .iconfont {
    margin-right: 5px
}

.info-list {
    padding: 0 5px;
    background: #fff;
	font-size:16px;
}

.info-list-heading {
    margin-top: 10px;
    overflow: hidden
}

.info-list-heading h2 {
    margin: 5px 0;
    border-left: 8px solid #f60;
    padding: 0 10px;
    float: left;
    height: 20px;
    font-weight: 800;
    font-size: 18px;
    color: #f60;
    line-height: 20px;
    overflow: hidden
}

.info-list-body {
    margin: 2px;
    padding: 0
}

.info-list-body li {
    line-height: 36px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 10px;
    height: 36px;
    overflow: hidden
}

.info-list-body li a {
    color: #252525;
    text-decoration: none
}

.info-list-body li a:hover {
    color: #f60
}

.info-list-body li span {
    color: #f60
}

.index-menu-list {
    padding: 5px;
    clear: both
}

.index-menu-list a {
    display: block;
    float: left;
    width: 16%;
    text-align: center;
    font-size: 17px;
    line-height: 26px;
    height: 26px;
    padding: 0;
    margin: 3px 0;
    color: #555;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.index-menu-list a:hover {
    color: #f60
}

.index-menu-list a.active {
    color: #fff;
    background: #f60;
    border-radius: 3px
}

#slides {
    padding: 0 10px;
    display: none
}

#slides .slide-wrap img {
    position: relative;
    width: 100%;
    height: 100%
}

#slides .slide-wrap span {
    display: block;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.slidesjs-pagination {
    margin: 6px 0 0;
    float: right;
    list-style: none
}

.slidesjs-pagination li {
    float: left;
    margin: 0 1px
}

.slidesjs-pagination li a {
    display: block;
    width: 13px;
    height: 0;
    padding-top: 13px;
    background-image: url(/uploads/image/vimages/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
    background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
    background-position: 0 -26px
}

.index-list-heading {
    background-color: #fff;
    padding: .28rem .35rem 0 .35rem;
    /* margin-right: .35rem; */

}

.newindex-list-heading {
    display: flex;

    justify-content: space-between;
    align-items: center;

    overflow-x: scroll;
}

.newindex-list-heading::-webkit-scrollbar {
    display: none
}

.index-list-heading .list-l {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-right: .2rem;
}

.index-list-heading .list-l img {
    width: .16rem;
    height: .28rem;
    opacity: 1;
    margin-right: .15rem;
}



.index-list-heading a {
    display: block;
    line-height: .48rem;
    opacity: 1;
    color: rgba(51, 51, 51, 1);
    font-size: .34rem;
    font-weight: 700;
    font-family: "pingfang sc";
    text-align: left;
    position: relative;
    white-space: nowrap;
}

.index-list-heading .h2 {
    display: block;
    line-height: .48rem;
    opacity: 1;
    color: rgba(51, 51, 51, 1);
    font-size: .34rem;
    font-weight: 700;
    font-family: "pingfang sc";
    text-align: left;
    position: relative;
    white-space: nowrap;
}

.index-list-heading .sub-chanel {
    margin: .07rem 0;
    padding: 0 0px;
    color: rgb(153, 153, 153);
    font-size: .26rem;
    line-height: .34rem;

    /* overflow: hidden; */
    white-space: nowrap;
    text-align: right;
}

.index-list-heading .sub-chanel a {
    display: inline-block;
    padding: 0 .02rem;
    text-decoration: none;
    height: .34rem;
    opacity: 1;
    color: rgba(153, 153, 153, 1);
    font-size: .26rem;
    font-weight: 500;
    font-family: "pingfang sc";
    text-align: left;
}

.index-list-body {
    padding: 0;
    border-top: .01rem solid #e0e0e0;
    border-bottom: .01rem solid #fff
}

.index-list-body li {
    line-height: .36rem;
    border-top: .01rem solid #fff;
    border-bottom: .01rem solid #e0e0e0;
    padding: 0 .1rem;
    height: .36rem;
    overflow: hidden
}

.index-list-body li a {
    color: #252525;
    text-decoration: none
}

.index-list-body li a:hover {
    color: #f60
}

.index-list-body li span {
    color: #f60
}

.shotcut {
    background-color: #fff;
    margin: 6px 0
}

.shotcut .shotcut-wrap {
    margin-bottom: .14rem;
    padding-bottom: .15rem;
    border-top: .01rem solid #fff;
    border-bottom: .01rem solid #e0e0e0
}

.shotcut .shotcut-wrap ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0
}

.shotcut .shotcut-wrap ul li {
    float: left;
    width: 25%;
    padding: 0;
    margin: 0;
    /* margin-top: 30px; */
}

.shotcut .shotcut-wrap ul li a {
    display: block;
    padding: .15rem;
    text-align: center;
    overflow: hidden;
    text-decoration: none
}

.shotcut .shotcut-wrap ul li a .ico {
    display: block;
    width: .86rem;
    height: .86rem;
    border-radius: .08rem;
    margin: 0 auto;
    background-image: url(/uploads/image/vimages/icons.jpg);
    background-size: .86rem 5.5rem;
    background-repeat: no-repeat
}

.shotcut .shotcut-wrap ul li a .ico.ico-bus {
    background-position: 0 0
}

.shotcut .shotcut-wrap ul li a .ico.ico-metro {
    background-position: 0 -.5rem
}

.shotcut .shotcut-wrap ul li a .ico.ico-keche {
    background-position: 0 -1rem
}

.shotcut .shotcut-wrap ul li a .ico.ico-geshui {
    background-position: 0 -1.5rem
}

.shotcut .shotcut-wrap ul li a .ico.ico-shebao {
    background-position: 0 -2rem
}

.shotcut .shotcut-wrap ul li a .ico.ico-weizhang {
    background-position: 0 -2.5rem
}

.shotcut .shotcut-wrap ul li a .ico.ico-huoche {
    background-position: 0 -3rem
}

.shotcut .shotcut-wrap ul li a .ico.ico-tianqi {
    background-position: 0 -3rem
}

.shotcut .shotcut-wrap ul li a .ico.ico-jingdian {
    background-position: 0 -4rem
}

.shotcut .shotcut-wrap ul li a .ico.ico-kuaidi {
    background-position: 0 -4.5rem
}

.shotcut .shotcut-wrap ul li a .ico.ico-caipiao {
    background-position: 0 -5.0rem
}

.shotcut .shotcut-wrap ul li a .ico-huodong {
    display: block;
    width: .86rem;
    height: .86rem;
    border-radius: .08rem;
    margin: 0 auto;
    background-size: .86rem;
    background-repeat: no-repeat;
    background-image: ;
}

.shotcut .shotcut-wrap ul li a .ico-jingdianyuyue {
    display: block;
    width: .86rem;
    height: .86rem;
    border-radius: .08rem;
    margin: 0 auto;
    background-size: .86rem;
    background-repeat: no-repeat;
    background-image: ;
}

.shotcut .shotcut-wrap ul li a .ico-feiyan {
    display: block;
    width: .86rem;
    height: .86rem;
    border-radius: .08rem;
    margin: 0 auto;
    background-size: .86rem;
    background-repeat: no-repeat;
    background-image: url(/uploads/image/vimages/icon_ruxue.png);
}

.shotcut .shotcut-wrap ul li a .ico-jiujia {
    display: block;
    width: .86rem;
    height: .86rem;
    border-radius: .08rem;
    margin: 0 auto;
    background-size: .86rem;
    background-repeat: no-repeat;
    background-image: url(/uploads/image/vimages/icon_ruxue.png);
}

.shotcut .shotcut-wrap ul li a .ico-xianxing {
    display: block;
    width: .86rem;
    height: .86rem;
    border-radius: .08rem;
    margin: 0 auto;
    background-size: .86rem;
    background-repeat: no-repeat;
    background-image: url(/uploads/image/vimages/icon_9.png);
}

.shotcut .shotcut-wrap ul li a .ico-youjia {
    display: block;
    width: .86rem;
    height: .86rem;
    border-radius: .08rem;
    margin: 0 auto;
    background-size: .86rem;
    background-repeat: no-repeat;
    background-image: ;
}

.shotcut .shotcut-wrap ul li a .ico-hesuan {
    display: block;
    width: .86rem;
    height: .86rem;
    border-radius: .08rem;
    margin: 0 auto;
    background-size: .86rem;
    background-repeat: no-repeat;
    background-image: url(/uploads/image/iw23/20210303145542_24274.png);
}

.shotcut .shotcut-wrap ul li a .ico-yiqing {
    display: block;
    width: .86rem;
    height: .86rem;
    border-radius: .08rem;
    margin: 0 auto;
    background-size: .86rem;
    background-repeat: no-repeat;
    background-image: url(/uploads/image/iw23/20210303144733_14375.png);
}

.shotcut .shotcut-wrap ul li a div {
    white-space: nowrap;
    color: #666;

    line-height: .34rem;
    opacity: 1;
    color: rgba(102, 102, 102, 1);
    font-size: .24rem;
    font-weight: 500;
    font-family: "pingfang sc";
    text-align: center;
}

.sec-list {
    margin-bottom: 20px
}

.sec-list-heading {
    margin: .1rem 0;
    overflow: hidden
}

.sec-list-heading h2 {
    margin: .05rem 0;
    border-left: .05rem solid #f60;
    padding: 0 .05rem;
    float: left;
    height: .4rem;
    font-weight: 800;
    font-size: .22rem;
    color: #333;
    line-height: .4rem;
    overflow: hidden
}

.sec-list-heading h2 a {
    color: #333
}

.sec-list-body {}

.sec-list-body .list-item {
    background-color: #fff;
    padding: 0.28rem 0.35rem 0.21rem 0.35rem;
    border-bottom: 0.02rem solid rgba(241, 241, 241, 1);
}

.sec-list-body .list-item img {

    width: 1.97rem;
    height: 1.43rem;
    float: right;
    border: none;
    border-radius: 0.14rem;
}

.sec-list-body .list-item img~dl {
    margin-right: 2.4rem;
    min-height: 1.43rem;
}

.sec-list-body .list-item dl {
    margin: 0;
}

.sec-list-body .list-item dl dt {
    text-decoration: none;
    opacity: 1;
    color: rgba(51, 51, 51, 1);
    font-size: .28rem;
    font-weight: 700;
    font-family: "pingfang sc";
    text-align: justify;
    line-height: .406rem;
    margin-top: 0.04rem;
}

/* .sec-list-body .list-item dl dt a {
    color: #222;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px
} */

.sec-list-body .list-item dl dd {
    opacity: 1;
    color: rgba(153, 153, 153, 1);
    font-size: .24rem;
    font-weight: 500;
    font-family: "pingfang sc";
    text-align: justify;
    line-height: .348rem;
    margin: 0;
    margin-top: 0.2rem;
    text-align: left;
    -webkit-box-orient: vertical;
    /* height: .7rem; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.well-sm h2 {
    font-size: 18px;
    margin: 10px 0;
    color: #f60
}

.well-sm h3 {
    font-size: 16px;
    padding: 5px 0;
    color: #f60;
    border-bottom: 1px dotted #999;
    margin-bottom: 5px;
    padding-left: 5px
}

.well-sm h4 {
    font-size: 14px;
    margin: 10px 0;
    color: #f60
}

.well-sm h4.media-heading {
    color: #000;
    font-weight: 800
}

.media-body {
    padding-left: 10px
}

.media-body dl {
    clear: both;
    overflow: hidden;
    margin: 5px 0
}

.media-body dl dt {
    float: left;
    width: 30px;
    text-align: center;
    font-weight: 700;
    line-height: 1.42857143
}

.media-body dl dd {
    float: left;
    margin-left: 0;
    line-height: 1.42857143
}

.media-body dl dd p {
    margin: 0
}

.ptablist {
    overflow: hidden;
    top: 8px;
    height: 46px;
    right: 0;
    text-align: center
}

.ptablist a {
    float: left;
    border: 1px solid #f60;
    background-color: #fcfeff;
    height: 34px;
    line-height: 34px;
    padding: 0 5px;
    margin-left: 5px;
    margin-top: 5px;
    font-size: 14px;
    -webkit-radius: 2px 2px 0 0;
    -moz-radius: 2px 2px 0 0;
    -ms-radius: 2px 2px 0 0;
    -o-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0
}

.globalbtn {
    border-radius: 2px;
    padding: 0 20px;
    display: inline-block;
    cursor: pointer
}

#bofan {
    text-decoration: none;
    color: #fff
}

.globalbtn:hover {
    text-decoration: none;
    color: #fff
}

.bluebtn30,
.bluebtn32,
.bluebtn35a {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2e8ff0), to(#1677d8));
    background-image: -webkit-linear-gradient(top, #2e8ff0, #1677d8);
    background-image: -moz-linear-gradient(top, #2e8ff0, #1677d8);
    background-image: -ms-linear-gradient(top, #2e8ff0, #1677d8);
    background-image: -o-linear-gradient(top, #2e8ff0, #1677d8);
    background-image: linear-gradient(top, #2e8ff0, #1677d8);
    filter: progid: dximagetransform.microsoft.gradient(startcolorstr="#2e8ff0", endcolorstr="#1677d8")
}

.bluebtn30:hover,
.bluebtn32:hover,
.bluebtn35a:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0e72d9), to(#0e72d9));
    background-image: -webkit-linear-gradient(top, #0e72d9, #0e72d9);
    background-image: -moz-linear-gradient(top, #0e72d9, #0e72d9);
    background-image: -ms-linear-gradient(top, #0e72d9, #0e72d9);
    background-image: -o-linear-gradient(top, #0e72d9, #0e72d9);
    background-image: linear-gradient(top, #0e72d9, #0e72d9);
    filter: progid: dximagetransform.microsoft.gradient(startcolorstr="#0e72d9", endcolorstr="#0e72d9")
}

.ptablist a.bluebtn32 {
    height: 32px;
    line-height: 32px;
    float: left;
    margin: 5px 0 0 15px;
    display: inline;
    font-size: 16px;
    text-shadow: 1px 1px 1px #666;
    position: relative;
    color: #fff;
    border: none
}

.ismallplayicon {
    background:  0 0 no-repeat;
    cursor: pointer;
    width: 25px;
    height: 25px;
    overflow: hidden;
    position: absolute;
    top: 4px;
    left: 8px
}

#topnav {
    position: fixed;
    display: block;
    max-width: 640px !important;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    /* border-bottom: 1px solid #ddd; */
    transition: all .5s;
    font-size: .26rem;
    font-family: 榛戜綋, arial, helvetica;
    background-color: #fafafa
}

#topnav>nav {
    max-width: 640px !important;
    width: 100%;
    height: .85rem;
    overflow: hidden;
    background-color: #fff;
    display: block;
    font-size: .3rem;
}

#topnav>nav>ul.nav {
    width: 100%;
    height: .85rem;
    overflow: hidden
}

#topnav>nav ul,
#topnav>nav li {
    margin: 0;
    padding: 0
}

#topnav>nav ul.nav li {
    float: left;
    width: 14.285%;
    height: .85rem;
    line-height: .85rem;
    overflow: hidden;
    display: block
}

#topnav>nav ul.nav li a {
    color: rgba(85, 85, 85, 1);
    width: 100%;
    overflow: hidden;
    display: block;
    text-align: center
}

#topnav>nav ul.nav .active a {
    color: #ff6600;
}

#topnav>nav .menu {
    float: left;
    background-image: ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: .23rem;
    transition: all 1s
}

.toffset180 {
    transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -webkit-transform: rotate(540deg);
    -o-transform: rotate(540deg)
}

#topnav>.menu-box {
    max-width: 640px !important;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    font: .26rem;

    color: rgba(85, 85, 85, 1);
    font-size: .3rem;
    /* font-weight: 500; */
    font-family: "pingfang sc";
}

#topnav>.menu-box ul {
    width: 100%;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0
}

#topnav>.menu-box ul li {
    float: left;
    width: 14.285%;
    height: .85rem;
    line-height: .85rem;
    overflow: hidden;
    display: block
}

#topnav>.menu-box ul li a {
    color: rgba(85, 85, 85, 1);
    width: 100%;
    overflow: hidden;
    display: block;
    text-align: center
}

#index_pic_nav {
    position: relative;
    width: 100%;
    height: 48vw;
    max-height: 310px;
    padding: .1rem 0;
}

#index_pic_nav img {
    width: 100%;
    height: 100%
}

#index_pic_nav .swiper-pagination {
    text-align: right
}

#index_pic_nav .title {
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    line-height: 30px;
    display: block;
    width: 80%;
    height: 30px;
    clear: both;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    text-indent: 1em;
    z-index: 9;
    overflow: hidden
}

#index_pic_nav .swiper-wrapper {
    position: relative
}

.black-pagination {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    display: block;
    overflow: hidden;
    background-color: #000;
    z-index: 8;
    opacity: .5
}

#index_pic_nav .swiper-pagination-bullet {
    background-color: #f5efef
}

#index_pic_nav .swiper-pagination-bullet-active {
    background-color: #007aff
}

.sub_nav {
    width: 100%;
    height: 33px;
    padding: 0 3px
}

.sub_nav>span {
    display: block
}

.sub_nav .left {
    float: left
}

.sub_nav .right {
    float: right
}

.top-nav2016 {
    position: relative;
    width: 100%;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3)
}

.top-nav2016 .top-bar {
    overflow: hidden;
    height: 40px;
    list-style: none;
    border-bottom: 1px solid #cc5200;
    background: #f60
}

.top-nav2016 .top-bar div a {
    line-height: 40px;
    color: #fff
}

.top-nav2016 .top-bar div.home {
    float: left;
    width: 40px;
    height: 40px;
    border-right: 1px solid #e65c00
}

.top-nav2016 .top-bar div.home a {
    display: block;
    width: 40px;
    height: 40px;
    background-image: ;
    background-size: 80px 160px;
    background-position: 0 -40px;
    background-repeat: no-repeat
}

.top-nav2016 .top-bar div {
    text-align: center
}

.top-nav2016 .top-bar div.title {
    font-size: 24px;
    height: 40px;
    margin: 0 40px 0 41px;
    border-left: 1px solid #ff751a;
    border-right: 1px solid #e65c00
}

.top-nav2016 .top-bar div.title a {
    font-size: 18px;
    font-weight: 800;
    display: block;
    width: 130px;
    height: 40px;
    margin: auto;
    text-align: right;
    text-decoration: none;
    background-image: url(/uploads/image/vimages/icons.png);
    background-size: 80px 160px;
    background-position: 0 -120px;
    background-repeat: no-repeat
}

.top-nav2016 .top-bar div.list {
    float: right;
    overflow: hidden;
    width: 41px;
    height: 40px
}

.top-nav2016 .top-bar div.list a {
    display: block;
    float: left;
    width: 40px;
    height: 40px
}

.top-nav2016 .top-bar div.list a.dropdown {
    border-left: 1px solid #ff751a;
    background-image: url(/uploads/image/vimages/icons.png);
    background-size: 80px 160px;
    background-position: 0 -80px;
    background-repeat: no-repeat
}

.top-nav2016 .menu {
    padding: 5px 10px;
    clear: both;
    list-style: none;
    background: #eee
}

.top-nav2016 .menu a {
    display: block;
    float: left;
    width: 16%;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    padding: 0;
    margin: 3px 0;
    color: #555;
    text-decoration: none;
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)*/
}

.top-nav2016 .menu a.active {
    color: #fff;
    background: #f60;
    border-radius: 3px
}

.sec-list-heading {
    margin-bottom: 2px;
    overflow: hidden;
    background-color: #fff;
    padding: 0 8px
}

.sec-list-body a {
    text-decoration: none
}

.sec-list-body .list-item2016 {
    background-color: #fff;
    padding: .28rem .35rem .21rem .35rem;
    border-bottom: .02rem solid rgba(241, 241, 241, 1);
    ;
}

.sec-list-body .list-item2016 img {
    width: 1.97rem;
    height: 1.43rem;
    float: right;
    border: none;
    border-radius: .14rem;
}

.sec-list-body .list-item2016 dl {
    margin: 0;
    /* padding-bottom: 10px; */
}

.sec-list-body .list-item2016 img~dl {
    margin-right: 2.4rem;
    min-height: 1.43rem;
}

.sec-list-body .list-item2016 img~dl dt {
    min-height: .81rem;

}

.sec-list-body .list-item2016 dl dt {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.sec-list-body .list-item2016 dl dt {
    color: #222;
    text-decoration: none;

    opacity: 1;
    color: rgba(51, 51, 51, 1);
    font-size: .28rem;
    font-weight: 700;
    font-family: "pingfang sc";
    text-align: justify;
    line-height: .406rem;
    margin-top: .04rem;
}


.sec-list-body .list-item2016 dl dd {
    opacity: 1;
    color: rgba(153, 153, 153, 1);
    font-size: .24rem;
    font-weight: 500;
    font-family: "pingfang sc";
    text-align: justify;
    line-height: .348rem;
    margin: 0;
    margin-top: .2rem;
    text-align: left;

}

.sec-list-body .list-item2016 dl dd.text-left {
    text-align: left
}

.sec-list-body .list-item2016 dl dd.hit {
    height: 15px;
    padding-right: 5px;
    text-align: right
}

#news-article {
    background-color: #fff;
    font-family: microsoft yahei !important
}

#news-article>h1 {
    margin-top: 0
}

.info-list-body.lg li {
    background-color: #fff;
    line-height: 36px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 10px;
    height: 36px;
    overflow: hidden
}

aside.heading-info {
    height: 26px;
    padding: 0 0 7px
}

aside.heading-info>span {
    padding: 4px;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    display: block
}

aside.heading-info>span.public_time {
    float: left;
    font-size: 12px;
    color: #999
}

aside.heading-info>span.author {
    float: right;
    font-size: 14px
}

#news-article>div.description {
    margin: 5px 0;
    padding: 6px;
    color: #948888;
    border: 1px solid #ded2d3;
    font-size: 14px
}

.leading {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    color: #777;
    background: #f5f5f5
}

.leading p {
    margin: 0
}

.leading p i {
    background: #999;
    padding: 0 10px;
    color: #fff;
    line-height: 22px;
    font-style: normal;
    display: inline-block
}

#share_nav {
    text-align: center
}

#share_nav a {
    display: inline-block;
    float: none
}

.shotcut .shotcut-wrap ul li a i.a1.ico {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    margin: 0 auto;
    background-image: url(/uploads/image/vimages/icons.jpg);
    background-size: 50px 550px;
    background-repeat: no-repeat
}

header,
.container {
    max-width: 640px !important;
    margin: 0 auto !important;


}

header {

    background-color: #fff;
    z-index: 88888;

}

.container-p {
    margin-top: .85rem !important;
}

.back_to_top {
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background-image: ;
    background-color: rgba(0, 0, 0, .5);
    background-size: 44px 44px;
    position: fixed;
    bottom: 200px;
    right: 2px;
    opacity: .75;
    cursor: pointer;
    display: none
}

.back_to_feed {
    width: 44px;
    height: 44px;
    border-radius: 22px;
    position: fixed;
    bottom: 155px;
    right: 2px;
    opacity: .75;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-weight: 700;
    font-family: arial;
    line-height: 44px;
    -webkit-tap-highlight-color: transparent;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    display: none
}

.imgzoom_pack {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .7);
    display: none;
    z-index: 2147483648
}

.imgzoom_pack .imgzoom_x {
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #000;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 10;
    cursor: pointer
}

.imgzoom_pack .imgzoom_img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

.imgzoom_pack .imgzoom_img img {
    width: 100%;
    position: absolute;
    top: 50%
}

.height-no {
    height: 0;
    overflow: hidden
}

#add_ewm_content {
    padding: 0 10px
}

#add_ewm_content img {
    max-height: 400px;
}

.index-nav .top-bar {
    /* display: -webkit-box */
}

.index-nav .top-bar .bdb-logo {
    float: none
}

.index-nav .top-bar .city-label {
    position: relative;
    top: -0.25rem;
    margin-left: .34rem;
    float: none
}

.top-bar .search {
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* white-space: normal; */
    padding: 0 0.2rem 0 0;
    margin-left: .24rem;
    display: block;
    -webkit-box-flex: 1;
    flex: 1;

    color: #b8b8b8;
    text-align: left;
    opacity: 1;
    color: rgba(153, 153, 153, 0.6);
    font-size: .25rem;
    font-weight: 500;
    font-family: "pingfang sc";
    text-align: left;
    transition: left .2s, right .2s;
    display: block;

    line-height: .65rem;
    height: .65rem;
    border-radius: .81rem;
    opacity: 1;
    background: rgba(242, 242, 242, 1);
}

.top-bar .nosearch {
    padding: 0 0 0 10px;
    -webkit-box-flex: 1;
    flex: 1;
    height: 28px;
    margin: 6px;
    line-height: 30px;
    color: #b8b8b8;
    text-align: left;
    font-size: 13px;
    display: block
}

.top-bar .search i {
    background:  no-repeat;
    width: .218rem;
    height: .2489rem;
    display: -webkit-inline-box;
    background-size: 95%;
    margin-right: .02rem;
    margin-left: .26rem;
    margin-right: .18rem;
    position: relative;
    top: 0.05rem;
}

.top-bar .search a {
    color: #b8b8b8
}

.top-nav2016 .top-bar div.list a.sou {
    border-left: 1px solid #ff751a;
    background-image: ;
    background-size: 80px 160px;
    background-position: -40px -80px;
    background-repeat: no-repeat
}

.mip-shell-header-wrapper.hide {
    display: none !important
}

.checkbox {
    font-size: 16px;
    color: #000;
    margin-bottom: 13px;
    margin-top: 6px;
    padding: 0 5px
}

.checkbox b {
    display: inline-block;
    text-align: right;
    font-size: 14px
}

.checkbox span {
    display: inline-block;
    white-space: nowrap;
    padding: 0 9px;
    margin-right: 8px;
    cursor: pointer;
    border-radius: 50px;
    font-size: 14px
}

.checkbox span.selected {
    background: #f60;
    color: #fff !important;
    text-decoration: none;
    border-radius: 50px;
    line-height: 28px;
    font-size: 14px;
    padding: 0 10px
}

.checkbox span:hover {
    color: #f60
}

.tab {
    overflow: inherit !important
}

.tab h2.newh2 {
    padding-left: 10px;
    font-weight: 400;
    border-left: 5px solid #f60;
    line-height: 18px;
    margin: 20px 0;
    color: #333;
    font-size: 18px;
    font-weight: 700
}

.tab h3 {
    font-size: 18px;
    margin-bottom: 0;
    text-indent: 36px
}

.tab .jswz {
    color: #666;
    line-height: 20px;
    display: block;
    font-size: 14px;
    margin-bottom: 2px
}

.banshi-box {
    font-size: 16px
}

.banshi-box p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 14px
}

.banshi-box img {
    max-width: 100% !important
}

.channel_block {
    padding: 5px
}

#channeltab {
    height: 42px;
    padding-bottom: 5px;
    z-index: 999999;
    width: 100%;
    background: #fff;
    max-width: 640px
}

.nav-content {
    height: 36px;
    font-size: 14px;
    background-color: #333;
    padding: 0 10px;
    margin: 0
}

.nav-content li {
    float: left;
    width: 16.5%;
    line-height: 36px;
    text-align: center;
    list-style: none
}

.nav-content li span {
    display: block;
    height: 42px;
    text-decoration: none;
    color: #eee;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important
}

.nav-content li.cur {
    line-height: 35px;
    background:  bottom no-repeat
}

.nav-content li.cur span {
    color: #fff
}

.snav-position {
    position: relative
}

.snav-position i {
    position: absolute;
    top: -60px
}

.banshi-wandian p {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
    padding-bottom: 15px;
    padding-left: 5px;
    margin-top: 0
}

.banshi-wandian p a {
    color: #333
}

.banshi-wandian p a:hover {
    color: #f60
}

.banshi-wandian p b {
    padding-left: 0;
    display: block;
    line-height: 20px;
    margin-bottom: 11px
}

.nav-content-block p {
    font-size: 16px
}

.clear {
    clear: both
}

.cailiao,
.wenda,
.yuyue {
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px
}

.cailiao>p,
.wenda>p,
.yuyue>p {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    padding: 0;
    margin: 0
}

.cailiao>a,
.wenda>span,
.yuyue>a,
.yuyue>span {
    color: #fff;
    background: #09f;
    font-size: 13px;
    float: right;
    display: block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    cursor: pointer
}

.cailiao a:hover {
    background: #0080d6;
    text-decoration: none;
    color: #fff
}

.cailiao>p {
    margin-right: 75px
}

.cailiao>a {
    width: 55px
}

.cailiao:first-child {
    margin-top: 0
}

.wenda:first-child {
    margin-top: 0
}

.yuyue:first-child {
    margin-top: 0
}

.cailiao:last-child,
.wenda:last-child,
.yuyue:last-child {
    border-bottom: 0
}

.wenda>p {
    background: url(/uploads/image/iw213/20190313184103_89748.png) left 4px no-repeat;
    padding-left: 30px;
    margin-right: 65px
}

.wenda>span {
    background: 0 0;
    color: #f60;
    font-size: 15px;
    width: 45px;
    text-align: right
}

.wenda_da {
    font-size: 15px;
    color: #666
}

.liucheng1 {
    width: 90%;
    border: 2px solid #329bea;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 10px;
    padding-bottom: 10px
}

.liucheng1.liucheng-big {
    width: 95%
}

.liucheng_bt {
    height: 32px;
    background: #329bea;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
    border-radius: 7px 7px 0 0;
    margin-bottom: 10px;
    font-size: 16px
}

.liucheng1_box {
    padding: 0 5px
}

.liucheng1 p {
    margin: 2px 0 !important
}

.jiantou {
    width: 65px;
    height: 41px;
    background: url(/uploads/image/iw213/20190313194243_27409.png) no-repeat;
    margin: 0 auto;
    margin-bottom: 10px
}

.yuyue>p {
    margin-right: 140px
}

.yuyue>a {
    width: 55px
}

.yuyue>span.yuyue_a {
    margin-right: 9px;
    background: #f60;
    width: 65px
}

.yuyue_da {
    font-size: 15px;
    color: #666
}

.yuyue_da>a {
    background: #329bea;
    display: table;
    color: #fff;
    margin: 0 auto;
    padding: 5px 40px;
    border-radius: 40px
}

.yuyue_anniu a {
    background: #329bea;
    display: table;
    color: #fff;
    margin: 0 auto;
    padding: 5px 40px;
    border-radius: 40px
}

.yuyue_anniu img {
    float: left;
    margin-top: 7px;
    margin-right: 10px
}

.yuyue_anniu span {
    float: left;
    font-size: 20px;
    line-height: 38px;
    font-weight: 700
}

.yuyue_anniu a:hover {
    background: #1984d5;
    color: #fff
}

.yuyue_anniuz {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 15px 0
}

.liucheng2 {
    width: 274px;
    border: 2px solid #329bea;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 10px;
    padding-bottom: 10px
}

.liucheng_bt2 {
    height: 27px;
    text-align: center;
    line-height: 41px;
    font-weight: 700;
    border-radius: 7px 7px 0 0;
    margin-bottom: 10px;
    font-size: 16px;
    color: #329bea
}

.liucheng2_box {
    padding: 0 20px
}

.liucheng2 p {
    margin: 2px 0 !important
}

.jiantou2 {
    width: 65px;
    height: 41px;
    background: url(/uploads/image/iw213/20190313194243_27409.png) no-repeat center;
    margin: 0 auto;
    margin-bottom: 10px;
    background-size: 48px
}

.wdmore {
    text-align: center;
    background: #efefef;
    padding: 5px !important
}

.wdmore a {
    color: #666
}

.block {
    display: block !important
}

.none {
    display: none !important
}

.sec-list-heading {
    margin-bottom: 1px;
    overflow: hidden;
    background-color: #fff;
    padding: 8px;
}

.sec-list-heading h2 {
    margin: 5px -8px;
    border-left: 9px solid #f60;
    padding: 0 9px;
    float: left;
    height: 24px;
    font-weight: 800;
    font-size: 20px;
    color: #151515;
    line-height: 24px;
    overflow: hidden;
}

.sec-list-heading .sub-chanel {
    margin: 5px 0;
    padding: 0 0px;
    color: #999;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
}

.sec-list-heading .sub-chanel a {
    font-size: 15px;
    display: inline-block;
    padding: 0 2px;
    color: #666;
    text-decoration: none;
}

/* 首页登录 */
.login-up {
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

/* .swiper-slide{
    width: 50% !important;
} */