@import "skin.css";

* {
    margin: 0;
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: zhengkai;
    font-size: 15px;
    color: #555;
    line-height: 1.5;
    word-break: break-all
}

div,
h1,
h2,
h3,
h4,
h5,
p,
form,
ul,
label,
input,
textarea,
img,
span,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    outline: 0
}

img {
    border: 0;
    display: block
}

ul,
li {
    list-style: none
}

ol li {
    margin-left: 20px;
    list-style: decimal;
    padding-left: 3px
}

a {
    color: #08c;
    text-decoration: none;
    -webkit-transition: background-color .15s linear, color .15s linear;
    -moz-transition: background-color .15s linear, color .15s linear;
    -o-transition: background-color .15s linear, color .15s linear;
    -ms-transition: background-color .15s linear, color .15s linear;
    transition: background-color .15s linear, color .15s linear
}

button {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

a:focus,
button:focus {
    outline: 0
}

a:hover {}

blockquote {
    background: #fafafa;
    border-left: 4px solid #179cde;
    position: relative;
    width: 100%;
    padding: 16px;
    margin-bottom: 15px;
    font-size: 14px;
    padding-left: calc(16px + 16px);
    transition: all .28s ease;
    -moz-transition: all .28s ease;
    -webkit-transition: all .28s ease;
    -o-transition: all .28s ease
}

blockquote:before {
    position: absolute;
    color: #179cde;
    content: '\e739';
    top: calc(50% - 24px * 0.5);
    left: 4px;
    width: 24px;
    height: 24px;
    text-align: center;
    font-weight: 600;
    line-height: 24px;
    vertical-align: middle;
    font-family: icomoon
}

blockquote p {
    margin: 2px 0 !important
}

table {
    border-collapse: collapse
}

table,
table th,
table td {
    border: 1px solid #eee
}

table th,
table td {
    padding: 6px
}

table th {
    background-color: #f6f7f8
}

h3 i {
    margin-right: 6px
}

em,
i {
    font-style: normal
}

@-webkit-keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@-webkit-keyframes loadingRotate {
    0% {
        -webkit-transform: rotate(0) translateZ(0);
        transform: rotate(0) translateZ(0)
    }

    50% {
        -webkit-transform: rotate(180deg) translateZ(0);
        transform: rotate(180deg) translateZ(0)
    }

    100% {
        -webkit-transform: rotate(360deg) translateZ(0);
        transform: rotate(360deg) translateZ(0)
    }
}

@keyframes loadingRotate {
    0% {
        -webkit-transform: rotate(0) translateZ(0);
        transform: rotate(0) translateZ(0)
    }

    50% {
        -webkit-transform: rotate(180deg) translateZ(0);
        transform: rotate(180deg) translateZ(0)
    }

    100% {
        -webkit-transform: rotate(360deg) translateZ(0);
        transform: rotate(360deg) translateZ(0)
    }
}

.aboxd img {
    max-width: 100%
}

.clear {
    clear: both
}

.blank {
    height: 20px;
    overflow: hidden;
    width: 100%;
    margin: auto;
    clear: both
}

.f_l {
    float: left
}

.f_r {
    float: right
}

.r_box li,
.pagelist,
.l_box .side_bar,
.infosbox,
.commen_pl,
.related-list,
.slider,
.aboxd {
    transition: all .28s ease;
    -moz-transition: all .28s ease;
    -webkit-transition: all .28s ease;
    -o-transition: all .28s ease
}

.article {
    width: 1000px;
    margin: 80px auto 0;
    overflow: hidden;
    zoom: 1
}

.listwt {
    width: 800px;
    margin: 60px auto 0
}

.listwt h1 {
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 12px
}

.listwt1 {
    padding: 5px 17px;
    border-left: 5px solid #179cde
}

.listwtp {
    padding: 15px 0
}

.listwt li {
    padding: 2px 0
}

.listwt h3 {
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 10px;
    position: relative
}

.listwt h3 a {
    text-decoration: none;
    line-height: 1;
    margin-left: -22px;
    cursor: default;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-top: 10px solid transparent;
    margin-top: -10px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    outline: 0
}

.listwt h4 a {
    text-decoration: none;
    line-height: 1;
    margin-left: -22px;
    cursor: default;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-top: 10px solid transparent;
    margin-top: -10px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    outline: 0
}

.h5a {
    text-decoration: none;
    line-height: 1;
    margin-left: -22px;
    cursor: default;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-top: 10px solid transparent;
    margin-top: -10px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    outline: 0
}

hr {
    margin-top: 17px;
    margin-bottom: 17px;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0;
    border-top: 1px solid #eee
}

.iyy {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 7px;
    vertical-align: -9px;
    background: no-repeat left
}

.iy1 {
    background-image: url(/static/images/iy1.svg)
}

.iy2 {
    background-image: url(/static/images/iy2.svg)
}

.iy3 {
    background-image: url(/static/images/iy3.svg)
}

.iy4 {
    background-image: url(/static/images/iy4.svg)
}

.iy5 {
    background-image: url(/static/images/iy5.svg)
}

.iy6 {
    background-image: url(/static/images/iy6.svg)
}

.indexyy p {
    font-size: 14px
}

.indexyy h4 {
    font-weight: 700
}

.listyd {
    margin: 20px 0
}

.listwtd p {
    margin: 0 0 8.5px
}

.listwt h3:hover i {
    opacity: 1
}

.listwt h4:hover i {
    opacity: 1
}

h5:hover i {
    opacity: 1
}

.listwt h3 a i {
    display: inline-block;
    width: 18px;
    height: 20px;
    margin-top: 5px;
    line-height: 14px;
    vertical-align: text-top;
    background: url(/static/images/link.png) 0 0 no-repeat;
    transition: opacity .15s ease-in-out;
    background-size: auto;
    background-size: 17px 18px;
    opacity: 0;
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 10
}

.listwt h4 a i {
    display: inline-block;
    width: 18px;
    height: 20px;
    margin-top: 4px;
    line-height: 14px;
    vertical-align: text-top;
    background: url(/static/images/link.png) 0 0 no-repeat;
    transition: opacity .15s ease-in-out;
    background-size: auto;
    background-size: 17px 18px;
    opacity: 0;
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 10
}

.h5a i {
    display: inline-block;
    width: 18px;
    height: 20px;
    margin-top: 4px;
    line-height: 14px;
    vertical-align: text-top;
    background: url(/static/images/link.png) 0 0 no-repeat;
    transition: opacity .15s ease-in-out;
    background-size: auto;
    background-size: 17px 18px;
    opacity: 0;
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 10
}

.listwt h4 {
    font-size: 16px;
    margin-top: 29px;
    margin-bottom: 7px;
    position: relative
}

h5 {
    font-size: 16px;
    position: relative;
    margin-top: 29px;
    margin-bottom: 7px
}

.footyy {
    margin-bottom: 30px
}

.listnews {
    margin: 0 auto 0
}

.section4 img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 220px;
    margin: 0 auto
}

.newslist img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 220px;
    margin: 0 auto
}

.newslist {
    padding: 15px 10px
}

.newslist h4 {
    padding: 0 15px
}

.section4 a {
    padding: 15px 10px
}

.newslist {
    width: 50%;
    float: left
}

.newspage {
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    float: right;
    color: #08c;
    margin: 20px 0
}

h2 {
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 12px
}

.indexyyy {
    background-image: url(/static/images/dian.png);
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: 0 8px;
    padding-left: 20px
}

.listwtp a {
    font-size: 14px;
    line-height: 1.5;
    color: #333
}

.pg {
    width: 980px;
    margin: 80px auto 0
}

.pg1 {
    font-size: 21px;
    font-weight: 600;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px
}

.pg2 {
    margin: 19px auto 0;
    padding: 8px 16px;
    position: relative;
    border-radius: 6px;
    background-color: #f2f8fc;
    text-align: center
}

.pg2 p {
    font-size: 13px
}

.pg3 {
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d6d6d6
}

.pg4 {
    width: 23%;
    display: inline-block
}

.pg4 img {
    padding: 15px;
    border-radius: 22.5%;
    border: 1px solid #d6d6d6;
    width: 100%
}

.pg5s1 {
    border: 1px solid #636366;
    border-radius: 3px;
    color: #636366;
    text-align: center;
    white-space: nowrap;
    padding-left: 3px;
    padding-right: 3px
}

.pg5 {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    margin-left: 2%
}

.pg5p1 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700
}

.pg5p2 {
    font-size: 18px;
    line-height: 1.22226;
    font-weight: 400
}

.pg5p3 {
    display: inline-block;
    height: 9.5px;
    width: 40px;
    background-image: url(/static/image/xin.svg);
    background-size: 10px 19px
}

.listh2 {
    font-weight: 400;
    font-size: 14px
}

.pg5p4 {
    line-height: 9.5px;
    margin-right: 2px;
    width: 50px;
    background-position: 0 9.5px;
    background-image: url(/static/image/xin.svg);
    background-size: 10px 19px;
    background-size: 10px 19px;
    display: inline-block;
    height: 9.5px
}

.pg5p5 {
    color: rgba(60, 60, 67, .6);
    font-size: 10px;
    line-height: 1.1;
    font-weight: 400
}

.pg5 p {
    margin: 3px 0
}

.pg6a {
    padding-top: 19px;
    padding-bottom: 32px
}

.pg6a span {
    margin-right: 14px;
    margin-bottom: 17px;
    flex-shrink: 1;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700
}

.pg6a i {
    line-height: 21px;
    display: inline-block;
    margin-right: 14px;
    color: #0070c9;
    cursor: pointer
}

.pg6img {
    overflow-y: hidden
}

.pg7 {}

.pg8 {}

.pg9 {}

.pg10 {}

.pg11 {}

.pg12 {}

.pg13 {}

.pg14 {}

.section {
    width: 800px;
    display: flex;
    justify-content: center
}

.section2 {
    font-weight: 700;
    text-align: center
}

.section1 {
    margin: 60px auto 0
}

.news {
    width: 600px;
    margin: 80px auto 0;
    position: relative
}

.news .news_title {
    font-size: 24.5px;
    line-height: 33px;
    margin: 20px 0 10px;
    font-weight: 700
}

.news1 {
    width: 800px;
    margin: 80px auto 0
}

.section3a {
    width: 50%
}

.section3d {
    width: 600px;
    display: flex;
    justify-content: center;
    margin: 0 auto
}

.section4 {
    margin: 0 auto
}

.section5 {
    width: 950px;
    margin: 40px auto;
    text-align: center
}

.section5 img {
    width: 160px;
    margin: 0 auto
}

.section5a {
    padding: 0 20px
}

.section4date {
    margin-top: 4px;
    font-size: 14px;
    color: #888;
    padding: 0 15px
}

.section4 h4 {
    margin: 12px 0 2px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 160%
}

.section5 h4 {
    text-align: center;
    margin: 15px 0 6px;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -1px;
    color: #08c
}

.section4d {
    color: #333;
    font-size: 14px;
    line-height: 160%;
    padding: 0 15px
}

.section5d {
    color: #333;
    font-size: 14px;
    line-height: 160%;
    padding: 0 15px
}

.section2i1 {
    background: url(/static/images/session2i.png) 0 0 no-repeat;
    width: 25px;
    background-position: 0 -46px;
    height: 23px;
    margin-top: -3px;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 10px
}

.section2i2 {
    background: url(/static/images/session2i.png) 0 0 no-repeat;
    width: 25px;
    background-position: 0 0;
    height: 26px;
    margin-top: -5px;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 10px
}

.leftindex {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px 0
}

.leftindex img {
    display: block;
    width: 128px;
    height: 128px;
    margin: 0 auto
}

.leftindex h1 {
    font-size: 34px;
    font-weight: 700;
    color: #222;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 6px;
    font-weight: 400;
    letter-spacing: -2px
}

.leftindex p {
    font-size: 20px;
    line-height: 148%;
    max-width: 285px;
    margin: 0 auto;
    color: #8c8c8c;
    text-align: center;
    padding: 1px 0 10px;
    font-family: helveticaneue-light, helvetica neue light, helvetica light, Helvetica, Arial, Verdana, sans-serif;
    font-weight: 300
}

.aside {
    width: 225px;
    float: right;
    display: block;
    position: relative;
    z-index: 1;
    margin-left: -325px
}

.r_box,
.ra_box {
    float: left;
    width: 100%
}

.main {
    margin-right: 340px
}

.container {
    width: 1200px;
    margin: auto
}

nav {
    width: 1200px;
    margin: auto;
    position: relative;
    height: 60px;
    line-height: 60px;
    text-align: center;
    z-index: -1
}

.logo {
    float: left;
    font-size: 22px
}

.logo img {
    height: 60px
}

img.nightlogoimg {
    display: none
}

.r_box .slider li {
    -webkit-animation-name: none;
    animation-name: none
}

.slider {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1200px;
    height: 350px !important;
    margin-bottom: 15px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 2px 0 rgb(98 124 153/10%);
    -moz-box-shadow: 0 0 2px 0 rgba(98, 124, 153, .1);
    box-shadow: 0 0 2px 0 rgb(98 124 153/10%);
    background-color: #000
}

.slider .slideBox li {
    padding: 0;
    border: 0
}

.slider .slideBox {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 350px
}

.slider .slideBox .bd {
    position: relative;
    z-index: 0;
    height: 350px !important
}

.slideBox .bd ul li {
    width: 100%
}

.slider .slideBox .bd ul {
    width: 100%
}

.slideBox .bd ul li {
    margin: 0;
    background-color: transparent
}

.slider .slideBox .bd img {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover
}

.slideBox .next,
.slideBox .prev {
    position: absolute;
    top: 40%;
    z-index: 10;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    margin: 5px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    background: rgba(0, 0, 0, .3);
    border-radius: 50%
}

.slideBox .prev {
    left: -58px
}

.slideBox .next {
    right: -58px
}

.slider:hover .slideBox .next {
    right: 0
}

.slider:hover .slideBox .prev {
    left: 0
}

.slideBox .list-body {
    position: relative;
    z-index: 1;
    left: 0;
    bottom: 60px;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, .2);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    color: #fff;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.r_box .slideBox li:hover img,
.r_box li.atopd:hover img {
    transform: none
}

.slideBox .hd {
    max-width: 200px;
    position: absolute;
    right: 20px;
    bottom: 26px;
    font-size: 0;
    text-align: right;
    z-index: 11
}

.slideBox .hd li {
    position: relative;
    top: 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
    opacity: .65;
    -webkit-transition: all .3s cubic-bezier(1, .01, .32, 1);
    -moz-transition: all .3s cubic-bezier(1, .01, .32, 1);
    -o-transition: all .3s cubic-bezier(1, .01, .32, 1);
    -ms-transition: all .3s cubic-bezier(1, .01, .32, 1);
    transition: all .3s cubic-bezier(1, .01, .32, 1)
}

.slideBox .hd li.on {
    width: 12px;
    height: 12px;
    top: 2px;
    background: #179cde;
    opacity: 1;
    box-shadow: rgb(0 0 0/10%) 1px 1px 0
}

@media screen and (max-width:980px) {
    .slider {
        margin-top: 0
    }

    .slideBox .prev {
        left: 0
    }

    .slideBox .next {
        right: 0
    }

    .slider,
    .slider .slideBox .bd img,
    .slider .slideBox .bd,
    .slider .slideBox {
        height: 40vw !important
    }
}

@media screen and (max-width:480px) {

    .slideBox .next,
    .slideBox .prev {
        top: 30%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px
    }

    .slideBox .list-body {
        bottom: 40px;
        padding: 0 10px;
        height: 40px;
        line-height: 40px
    }

    .slideBox .hd {
        right: 10px;
        bottom: 15px
    }

    .slider .slideBox {
        margin-bottom: 5px;
        border: 0;
        border-bottom: 1px solid #eee;
        background: #fff
    }
}

#starlist {
    float: left;
    margin-left: 25px
}

#starlist li {
    float: left;
    display: block;
    padding: 0 15px;
    font-size: 16px;
    position: relative;
    -webkit-transition: background-color .15s linear, color .15s linear;
    -moz-transition: background-color .15s linear, color .15s linear;
    -o-transition: background-color .15s linear, color .15s linear;
    -ms-transition: background-color .15s linear, color .15s linear;
    transition: background-color .15s linear, color .15s linear
}

#starlist li i,
.side_bar li i {
    margin-right: 4px
}

#starlist li:before {
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: #179cde;
    content: '';
    transition: all .6s;
    z-index: -1
}

#starlist li:hover:before {
    width: 100%;
    left: 0
}

#starlist li.selected:hover:before {
    width: 100%;
    left: 0;
    margin: 0
}

#starlist li.selected:before {
    width: calc(100% - 20px);
    left: 0;
    margin: 0 10px
}

#starlist li:hover a,
#starlist li:hover i.wordicon-arrow-down {
    color: #179cde
}

#starlist ul.sub-nav {
    opacity: 0;
    list-style: none;
    padding: 5px;
    margin-left: -15px;
    margin-top: -10px;
    min-width: 110px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    z-index: 888;
    top: 100%;
    visibility: hidden;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .2);
    -khtml-box-shadow: 0 0 40px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 40px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 40px rgba(0, 0, 0, .2);
    box-shadow: 0 0 40px rgba(0, 0, 0, .2)
}

#starlist ul.sub-nav li:before {
    background-color: transparent
}

#starlist ul.sub-nav li a {
    width: 100%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    position: relative
}

#starlist ul.sub-nav:before {
    border: 8px solid transparent;
    border-bottom-color: #fff;
    content: "";
    left: 0;
    margin-left: 15px;
    position: absolute;
    top: -16px;
    width: 16px;
    height: 16px
}

#starlist ul.sub-nav li a {
    border-radius: 4px;
    padding: 0 5px
}

#starlist ul.sub-nav li {
    width: 100%;
    height: 35px;
    line-height: 35px;
    display: block;
    padding: 0;
    margin: 0
}

#starlist li .wordicon-arrow-down:before {
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#starlist li:hover .wordicon-arrow-down:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

#starlist.active li .wordicon-arrow-down:before {
    display: inline
}

#starlist li.on ul.sub-nav {
    display: block;
    opacity: 1;
    top: auto;
    visibility: visible;
    margin-top: -4px
}

#starlist.active li:hover ul.sub-nav {
    display: none
}

#starlist.active ul.sub-nav {
    max-width: 100%;
    overflow: hidden;
    opacity: 1;
    display: none
}

#starlist.active ul.sub-nav li {
    height: 40px;
    line-height: 40px
}

#starlist.active ul.sub-nav li a {
    width: auto;
    text-align: left;
    margin-left: 40px;
    padding: 10px 0;
    font-size: 14px
}

#starlist.active ul.sub-nav li a:hover {
    background-color: transparent
}

#starlist.active li {
    position: relative
}

#starlist.active ul.sub-nav {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

#starlist.active li em.dot {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 40px;
    text-align: center;
    border-left: 1px solid transparent;
    cursor: pointer;
    line-height: 50px
}

#starlist.active ul.sub-nav {
    position: static
}

.wordicon-moon-fill:before {
    color: #ff6000
}

#starlist li.selected a,
#starlist li:hover ul a:hover,
#starlist li ul li.selected a {
    color: #179cde
}

#starlist li.selected ul a,
#starlist li:hover ul a {
    color: #555
}

.header-navigation {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    z-index: 998;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0/10%);
    box-shadow: 0 1px 2px 0 rgb(0 0 0/10%);
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.header-navigation.slideUp {
    top: -60px
}

#percentageCounter {
    position: fixed;
    left: 0;
    top: 0;
    height: 2px;
    z-index: 2;
    background-color: #179cde
}

* {
    font-size: 15px
}

footer {
    width: 1200px;
    border-top: 1px solid #e8e8e8;
    max-width: 925px;
    margin: 10px auto 0;
    padding: 28px 0 34px
}

.footer {
    align-items: stretch;
    margin: 0 auto;
    max-width: 800px;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch
}

.footerleft {
    flex: 0 1 290px
}

.footer h5 {
    margin-bottom: 10px
}

.footer h5 a {
    color: inherit
}

footer p {
    width: 1200px;
    margin: auto;
    position: relative;
    text-align: center;
    padding: 20px 25px
}

#go-to-top {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 3px;
    cursor: pointer;
    opacity: .8;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: rgba(10, 10, 10, .2);
    overflow: hidden;
    display: none;
    z-index: 999
}

#go-to-top:hover {
    background: #179cde;
    opacity: 1
}

#go-to-top:before {
    font-family: icomoon;
    font-size: 20px;
    color: #fff;
    content: '\e90b'
}

#go-to-top.active {
    display: block
}

.searchbox {
    position: absolute;
    right: 0
}

.searchbox span,
#mnavh span,
.jznight span {
    width: 20px;
    height: 60px;
    position: absolute;
    font-size: 19px;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 60px;
    cursor: pointer;
    z-index: 99
}

#mnavh span {
    display: none;
    left: 0;
    text-align: center
}

.searchbox span {
    display: block;
    right: 0
}

.jznight span {
    display: block;
    right: 35px
}

.b-nav-search_wrap {
    -moz-transition: max-height, .5s;
    -o-transition: max-height, .5s;
    -webkit-transition: max-height, .5s;
    transition: max-height, .5s;
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: rgba(34, 40, 49, .79);
    z-index: 100;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    border-radius: 4px
}

.b-nav-search_wrap input,
.b-nav-search_wrap button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 50px
}

.b-nav-search_wrap input[type=search] {
    width: 100%;
    padding: 0 5px 0 22px;
    background-color: transparent;
    border: none;
    color: #fff;
    -webkit-appearance: none
}

.b-nav-search_wrap input[type=search]::-webkit-input-placeholder {
    color: #bdcada
}

.b-nav-search_wrap input[type=search]:-moz-placeholder {
    color: #bdcada
}

.b-nav-search_wrap input[type=search]::-moz-placeholder {
    color: #bdcada
}

.b-nav-search_wrap input[type=search]:-ms-input-placeholder {
    color: #bdcada
}

.b-nav-search_wrap button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background: #179cde;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 18px
}

.b-nav-search_wrap.active {
    max-height: 60px
}

.slideUp .b-nav-search_wrap.active {
    max-height: 0
}

.gbko {
    padding: 10px 20px 20px
}

.sitemap {
    margin-bottom: 10px;
    font-size: 14px;
    color: #888;
    line-height: 14px
}

.sitemap a {
    font-size: 14px;
    color: #888
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.r_box .xbiaoq {
    padding: 1px 5px;
    font-size: 14px;
    vertical-align: 1px;
    margin-right: 5px;
    display: inline-block;
    background: #179cde;
    color: #fff;
    border-radius: 2px;
    line-height: 1.3;
    font-weight: 400
}

.hezi-gonggao {
    position: relative;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 65px 0 50px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden
}

.hezi-gonggao:before {
    font-family: icomoon;
    margin-right: 4px;
    text-align: center;
    position: absolute;
    left: 25px;
    top: 10px;
    content: '\e901';
    font-size: 20px;
    color: #999
}

.hezi-gonggao .gonggao li {
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    border: 0
}

.noticeRigh {
    position: absolute;
    right: 25px;
    top: 13px;
    z-index: 10;
    text-align: center
}

.noticeRigh a {
    display: block;
    float: left;
    margin-left: 4px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    color: #ccc;
    border: 1px solid #eee
}

.noticeRigh a:hover {
    color: #179cde;
    border: 1px solid #179cde
}

.hezi-sige {
    padding-top: 5px;
    height: 140px
}

.hezi-sige ul.sige {
    padding: 5px 15px 0;
    overflow: hidden
}

.r_box .hezi-sige h2 {
    font-size: 16px;
    height: 25px;
    max-height: 25px;
    font-weight: 400
}

.r_box .hezi-sige li p {
    margin: 5px 0
}

.r_box .hezi-sige ul.sige li {
    width: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: 15px;
    border: 0;
    position: relative;
    float: left;
    box-sizing: border-box
}

.r_box .hezi-sige ul.sige li.cur {
    width: 100%;
    padding: 0 10px
}

.r_box .hezi-sige li i {
    margin: 0 10px 10px 0;
    width: 160px;
    height: 110px;
    float: left !important
}

.r_box .hezi-sige li i img {
    height: 110px
}

.side_bar {
    margin: 16px 20px 20px;
    border-left: 4px solid #179cde
}

#divCalendar,
#divMisc {
    padding-top: 20px
}

.side_bar img {
    max-width: 100%
}

.side_bar .side-tit {
    font-size: 16px;
    text-align: left !important;
    margin-bottom: 13px;
    padding-left: 20px;
    position: relative;
    color: #262626
}

.az {
    width: 420px;
    margin: 0 auto;
    font-size: 16px;
    text-align: center
}

.aza {
    border-radius: 5px;
    font-weight: 700;
    margin: 10px;
    color: #fff;
    background-color: #0e8ed4;
    padding: 10px 14px;
    min-width: 266px;
    display: inline-block;
    padding: 20px 14px
}

.winc {
    font-size: 17px;
    margin: 0 auto;
    margin: 14px 10px 24px;
    font-weight: 300
}

.windowa {
    border-radius: 30px
}

.az img {
    width: 50%;
    margin: 0 auto
}

.azimg {
    width: auto !important;
    max-width: 100%
}

.az video {
    width: 85%;
    margin: 0 auto
}

.az div {
    font-size: 14px;
    margin: 14px 10px 24px;
    line-height: 1.5;
    text-align: center
}

.az h1 {
    font-size: 26px;
    color: #383a3b;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 14px;
    font-weight: 600;
    letter-spacing: -1px
}

.window h1 {
    font-size: 28px
}

.window img {
    width: 100%
}

.win {
    margin-bottom: 80px !important
}

.rightindex {
    font-size: 12px;
    margin-left: 20px
}

.righttitle {
    font-size: 12px
}

.righta {
    margin-top: 10px;
    display: block
}

.rightdate {
    font-size: 12px;
    color: #000;
    font-weight: 700
}

.side_bar .side-tit h3 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 400
}

.side_bar .side-tit:hover {
    color: #ff6000
}

.l_box .side_bar {
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 2px 0 rgb(98 124 153/10%);
    -moz-box-shadow: 0 0 2px 0 rgba(98, 124, 153, .1);
    box-shadow: 0 0 2px 0 rgb(98 124 153/10%)
}

.about_me img {
    width: 100%
}

.about_me p {
    line-height: 24px;
    font-size: 14px
}

.about_me i {
    width: 120px;
    float: left;
    clear: left;
    margin-right: 10px;
    overflow: hidden
}

#divMisc li {
    width: 50%;
    overflow: hidden;
    float: left;
    padding: 4px
}

#divMisc li img {
    width: 100%;
    height: auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

#divMisc li img:hover {
    transform: scale(1.05)
}

#divArchives li,
#divNavBar li,
#divStatistics li,
#divCatalog li {
    width: 50%;
    height: 32px;
    float: left;
    line-height: 32px;
    overflow: hidden
}

#divComments li,
#divPrevious li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
    height: 32px;
    line-height: 32px
}

#divNavBar li::before,
#divCatalog li::before,
#divComments li::before,
#divPrevious li::before {
    content: "\e736";
    font-family: icomoon;
    margin-right: 4px
}

#divFavorites a,
#divLinkage a,
#divAuthors a {
    display: block;
    float: left;
    margin: 0 20px 5px 0
}

.widlist h3 {
    font-weight: 400
}

#side-tui-article-item li.topthub+li.topthub {
    margin-top: 15px
}

#side-tui-article-item li.topthub {
    max-height: none;
    border-radius: 0
}

#side-tui-article-item li.topthub a.img {
    line-height: normal;
    position: relative;
    margin-bottom: 5px;
    display: block;
    overflow: hidden;
    max-height: 170px;
    border-radius: 3px
}

#side-tui-article-item li.topthub a.img img {
    width: 100%;
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover
}

#side-tui-article-item li.topthub p {
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#side-hot-view-item li.widlist,
#side-hot-cmt-item li.widlist,
#side-new-article-item li.widlist {
    overflow: hidden;
    margin-bottom: 10px
}

#side-hot-view-item li.widlist i,
#side-hot-cmt-item li.widlist i,
#side-new-article-item li.widlist i {
    width: 93px;
    display: block;
    height: 70px;
    overflow: hidden;
    float: left;
    border-radius: 3px;
    margin: 2px 13px 0 0
}

#side-hot-view-item li.widlist i img,
#side-hot-cmt-item li.widlist i img,
#side-new-article-item li.widlist i img {
    width: 100%;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover
}

#side-hot-view-item li.widlist h3,
#side-hot-cmt-item li.widlist h3,
#side-new-article-item li.widlist h3 {
    padding-top: 2px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative
}

#side-hot-view-item li.widlist .sidefoot,
#side-hot-cmt-item li.widlist .sidefoot,
#side-new-article-item li.widlist .sidefoot {
    padding-top: 8px;
    color: #999
}

#side-new-comment-item li {
    line-height: 40px;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#side-new-comment-item li:last-child {
    border-bottom: none
}

#side-new-comment-item .avatar {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    margin: 6px 8px 0 0
}

.side_bar[id^=side-adimg] {
    padding: 0
}

.r_box li,
.aboxd {
    overflow: hidden;
    color: #797b7c;
    padding: 25px;
    border-bottom: 1px solid #f0f0f0;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: relative
}

.aboxd {
    background-color: #fff;
    margin-bottom: 15px;
    border-bottom: 0
}

.r_box li h2 {
    font-size: 18px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative
}

.r_box li h2 a {
    color: #222
}

.r_box li h2 a:hover {
    color: #ff6000
}

.r_box li img {
    float: right;
    clear: right;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.r_box li i {
    width: 192px;
    display: block;
    height: 135px;
    overflow: hidden;
    float: right;
    margin-left: 20px;
    font-size: 14px;
    background-color: #000
}

.r_box li i img {
    width: 100%;
    height: 135px;
    -o-object-fit: cover;
    object-fit: cover
}

.r_box li p {
    margin: 15px 0 5px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative
}

.r_box li p.santup {
    height: 22px;
    -webkit-line-clamp: 1
}

.r_box li:hover img {}

.r_box li:hover h3 a {
    color: #19585d
}

.r_box li i img:hover,
.r_box li .imgrow li a img:hover {
    opacity: .85
}

.r_box li .imgrow {
    margin: 15px -5px 10px;
    overflow: hidden
}

.r_box li .imgrow li {
    list-style-type: none;
    background-color: transparent;
    float: left;
    min-height: 1px;
    padding: 0 5px;
    width: 25%;
    position: relative;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0
}

.r_box li .imgrow li a {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    text-align: center;
    overflow: hidden;
    position: relative;
    display: block;
    background-color: #000
}

.r_box li .imgrow3 li {
    width: 33.33%
}

.r_box li .imgrow3 li a {
    padding-bottom: 65%
}

.r_box li .imgrow li a img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover
}

.r_box .pfoot {
    padding-top: 10px;
    display: block;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.r_box .pfoot a {
    color: #999
}

.r_box .pfoot .f_r a {
    color: #179cde
}

.r_box .pfoot [class^=wordicon-],
.bloginfo [class^=wordicon-] {
    font-size: 13px
}

.r_box .pfoot .f_l span {
    margin-right: 10px
}

.r_box .pfoot span:before {
    margin-right: 3px
}

.r_box .pfoot div {
    display: block
}

.r_box .pfoot .text-primary {
    color: #179cde
}

.r_box .pfoot .author img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-top: -3px;
    margin-right: 8px;
    float: left
}

.r_box li:hover .pfoot .author img {
    transform: none
}

.pagelist,
.pageload .view-more-button,
.pageload .page-load-status p {
    text-align: center;
    color: #666;
    width: 100%;
    clear: both;
    margin: 10px 0;
    padding: 0 20px;
    background: #fff;
    overflow: hidden
}

.pageload {
    padding: 0;
    position: relative;
    height: 35px;
    margin: 10px 0
}

.pageload .view-more-button,
.pageload .page-load-status p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 6px 12px;
    width: 100%;
    border: 0;
    color: #797b7c;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5
}

.pageload .view-more-button {
    cursor: pointer
}

.pageload .page-load-status p {
    z-index: 1
}

.pageload .page-load-status p.infinite-scroll-last {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pageload .aload_img {
    display: inline-block;
    margin-right: 6px;
    vertical-align: top;
    margin-top: 2px
}

.pageload .aload_img img {
    width: 18px;
    height: 18px;
    -webkit-animation: loadingRotate .5s linear infinite forwards;
    animation: loadingRotate .5s linear infinite forwards
}

.pagelist a {
    color: #666;
    margin: 0 2px 5px;
    display: inline-block;
    padding: 5px 10px;
    background: rgba(222, 226, 230, .6);
    border-radius: 4px
}

.pagelist b {
    padding: 5px 10px;
    background: #179cde;
    color: #fff;
    font-weight: 400;
    border-radius: 4px
}

a.curPage {
    color: #19585d;
    font-weight: 700
}

#divTags li a {
    font-size: 13px;
    display: block;
    background: #999;
    border: 1px solid #999;
    float: left;
    padding: 3px 8px;
    margin: 4px;
    border-radius: 3px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #fff
}

#divTags ul li:nth-child(5n) a {
    background: #ff5831;
    border: 1px solid #ff5831
}

#divTags ul li:nth-child(5n+1) a {
    background: #a0dc28;
    border: 1px solid #a0dc28
}

#divTags ul li:nth-child(5n+2) a {
    background: #5db7e5;
    border: 1px solid #5db7e5
}

#divTags ul li:nth-child(5n+3) a {
    background: #ff7d2e;
    border: 1px solid #ff7d2e
}

#divTags ul li:nth-child(5n+4) a {
    background: #28dc64;
    border: 1px solid #28dc64
}

#divSearchPanel .side-tit {
    display: none
}

#divSearchPanel {
    background-color: transparent;
    padding: 0
}

#divSearchPanel form {
    background: #179cde;
    position: relative;
    border: 1px solid #179cde;
    border-radius: 4px
}

#divSearchPanel input[type=submit] {
    border: 0;
    background: 0;
    color: #fff;
    outline: none;
    position: absolute;
    top: 10px;
    right: 8%
}

#divSearchPanel input[type=text] {
    border: 0;
    line-height: 36px;
    height: 36px;
    width: 72%;
    padding-left: 10px;
    outline: none;
    border-radius: 8px 0 0 8px
}

#divContorPanel {
    padding-bottom: 30px
}

#divContorPanel div {
    text-align: center
}

#divContorPanel .cp-hello {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
    display: inline-block
}

#divContorPanel .cp-login a,
#divContorPanel .cp-vrs a {
    text-align: center;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 4px;
    padding: 4px 8px
}

#divContorPanel .sidecon div {
    padding: 20px;
    text-align: center;
    line-height: 24px;
    border: 1px dotted #f0f0f0;
    background: #fbfbfb
}

#divCalendar div {
    margin-bottom: 0
}

#divCalendar table {
    width: 100%;
    border-collapse: collapse
}

#divCalendar table,
#divCalendar tr,
#divCalendar th,
#divCalendar td {
    border: 1px solid #eee
}

#divCalendar caption {
    line-height: 36px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee
}

#divCalendar caption a {
    font-size: 15px;
    color: #123
}

#divCalendar thead {
    background: #f6f7f8
}

#divCalendar th {
    height: 36px
}

#divCalendar td {
    height: 36px;
    text-align: center
}

#divCalendar td a {
    font-weight: 700;
    color: #123
}

#divCalendar td a:hover {
    color: #f63
}

.picbox {
    width: 100%;
    overflow: hidden
}

.picbox2 {
    display: none
}

.picbox ul {
    overflow: hidden;
    width: 24%;
    float: left;
    margin-right: 10px
}

.picbox ul li {
    display: block;
    background: #fff;
    margin: 0 0 20px;
    border: 1px #d9d9d9 solid
}

.picbox ul li i {
    margin: 10px;
    height: auto;
    overflow: hidden;
    display: block
}

.picbox ul li img {
    width: 100%
}

.picbox2 ul {
    overflow: hidden;
    width: 48%;
    float: left;
    margin-right: 10px
}

.picbox2 ul:nth-child(2) {
    float: right
}

.picbox2 ul li {
    display: block;
    background: #fff;
    margin: 0 0 20px;
    border: 1px #d9d9d9 solid
}

.picbox2 ul li i {
    margin: 10px;
    height: auto;
    overflow: hidden;
    display: block
}

.picbox2 ul li img {
    width: 100%
}

.picinfo h3 {
    border-bottom: #ccc 1px solid;
    padding: 10px 0;
    margin: 0 20px;
    font-size: 16px
}

.picinfo span {
    padding: 10px 20px;
    line-height: 26px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2
}

.picbox ul li a:hover {
    color: #19585d
}

.tags a {
    background: rgba(222, 226, 230, .6);
    border-radius: 3px;
    font-size: 14px;
    padding: 4px 8px;
    margin: 0 10px 0 0;
    color: #fff
}

.tags a:nth-child(5n+1) {
    background: #a0dc28;
    border: 1px solid #a0dc28
}

.tags a:nth-child(5n+2) {
    background: #5db7e5;
    border: 1px solid #5db7e5
}

.tags a:nth-child(5n+3) {
    background: #ff7d2e;
    border: 1px solid #ff7d2e
}

.tags a:nth-child(5n+4) {
    background: #28dc64;
    border: 1px solid #28dc64
}

.tags a:nth-child(5n+5) {
    background: #ff5831;
    border: 1px solid #ff5831
}

.tags a:hover {
    opacity: .5
}

.tags {
    margin: 40px 0 10px
}

.infosbox img {
    max-width: 100%;
    height: auto;
    display: inline;
    border-radius: 4px
}

.share {
    padding: 1px;
    text-align: center
}

.nextpage {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: baseline;
    align-items: baseline;
    color: rgba(51, 51, 51, .65);
    padding: 15px 20px 20px;
    border-top: 1px solid #eee
}

.nextpage p {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.nextpage p span {
    font-size: 14px
}

.nextpage p.prev {
    margin-left: 0;
    margin-right: 8px;
    text-align: left
}

.nextpage p.next {
    margin-left: 8px;
    margin-right: 0;
    text-align: right
}

.diggit {
    width: 80px;
    height: 80px;
    background: #f1404b;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    border: 0;
    outline: none;
    cursor: pointer
}

.diggit:focus {
    outline: none
}

.diggit:hover {
    opacity: .9
}

.diggit i {
    font-size: 30px;
    display: block
}

.diggit em {
    font-size: 14px;
    display: block;
    margin-top: 2px
}

.shugang {
    position: relative
}

.shugang:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 4px;
    height: 21px;
    background: #179cde
}

.related-list {
    padding: 10px 10px 5px
}

.related-list h3 {
    line-height: 40px;
    font-weight: 400;
    margin: 0 10px 18px;
    border-radius: 2px;
    font-size: 18px;
    overflow: hidden;
    color: #262626;
    padding: 0 12px;
    border-bottom: 1px solid #f0f0f0
}

.related-list li {
    float: left;
    width: 25%;
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: 15px
}

.related-list li i {
    width: 100%;
    height: 120px;
    overflow: hidden;
    display: block;
    border-radius: 4px
}

.related-list li i img {
    width: 100%;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.related-list li:hover img {
    transform: scale(1.05)
}

.related-list li p {
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.infosbox,
.commen_pl,
.related-list,
.hezi-box,
.hezi-sige {
    overflow: hidden;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 2px 0 rgb(98 124 153/10%);
    -moz-box-shadow: 0 0 2px 0 rgba(98, 124, 153, .1);
    box-shadow: 0 0 2px 0 rgb(98 124 153/10%)
}

.newsview {
    padding: 0 25px;
    word-break: break-all
}

.news_con a {
    color: #179cde
}

.news_con p {
    line-height: 2;
    font-size: 18px;
    margin-bottom: 5px
}

.intitle {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    border-bottom: #000 2px solid
}

.intitle a {
    font-weight: 400
}

.news_title {
    font-size: 24px;
    font-weight: 400;
    padding: 20px 0;
    color: #333
}

.bloginfo {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    color: #999
}

.bloginfo li {
    float: left;
    margin-right: 20px
}

.bloginfo li.author img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 8px
}

.news_about {
    color: #888;
    border: 1px solid #f3f3f3;
    margin: 20px auto;
    background: none repeat 0 0 #f6f6f6;
    position: relative;
    padding: 20px 30px 20px 246px;
    height: 128px;
    font-size: 15px;
    line-height: 1.8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative
}

.news_about p {
    overflow: hidden;
    max-height: 81px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative
}

.news_about img {
    position: absolute;
    top: 0;
    left: 0;
    width: 206px;
    min-height: 128px;
    -webkit-mask: -webkit-gradient(linear, 0% 0, 100% 0, from(#000), to(rgba(0, 0, 0, 0)))
}

.news_aboutni {
    padding: 10px !important;
    margin: 20px auto 15px !important;
    height: auto !important
}

.news_aboutni strong {
    color: #38485a;
    font-weight: 400 !important;
    font-size: 15px;
    padding-right: 8px
}

.marx .news_con {
    padding: 20px 20px 0
}

.news_content {
    line-height: 24px;
    font-size: 14px
}

.news_content p {
    overflow: hidden;
    padding-bottom: 4px;
    padding-top: 6px;
    word-wrap: break-word
}

.copyright {
    padding: 0 25px
}

.copyright blockquote {
    padding-left: 16px
}

.copyright blockquote:before {
    content: ''
}

.copyright blockquote:hover {
    background: rgba(255, 96, 0, .1);
    border-left: 4px solid #ff6000
}

.copyright blockquote:hover a {
    color: #ff6000
}

#outerdiv {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(120, 129, 147, .5);
    color: #fff;
    opacity: 1
}

#bigimg {
    border: 5px solid rgba(255, 255, 255, .9);
    border-radius: 4px
}

#outerdiv .caption-view {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 38px;
    background-color: rgba(0, 0, 0, .2);
    text-align: center
}

#outerdiv .caption-view p {
    line-height: 38px;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 14px
}

@media screen and (max-width:1200.9px) {
    header {
        width: 96%;
        margin: auto
    }

    .article {
        width: 96%;
        width: calc(96% + 16px)
    }

    nav,
    footer p {
        width: 96%
    }

    .picbox ul {
        width: 23%
    }

    .picshowlist {
        display: none
    }
}

.hide_box {
    z-index: 999;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(120, 129, 147, .5);
    color: #fff;
    opacity: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none
}

.shang_box {
    width: 20rem;
    background-color: #fff;
    border-radius: 6px;
    position: fixed;
    z-index: 1100;
    left: 50%;
    top: 50%;
    margin-left: -12.5rem;
    margin-top: -13.75rem;
    display: none
}

.shang_box img {
    border: none;
    border-width: 0;
    border-radius: 6px 6px 0 0;
    width: auto;
    height: auto;
    margin: 0;
    box-shadow: none;
    max-width: 100%
}

.shang_box .shang_close img {
    border-radius: 0
}

.dashang {
    display: block;
    width: 6.25rem;
    margin: .3125rem auto;
    height: 1.5625rem;
    line-height: 1.5625rem;
    padding: .625rem;
    background-color: #e74851;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1rem;
    transition: all .3s
}

.dashang:hover {
    opacity: .8;
    padding: .9375rem;
    font-size: 1.125rem
}

.shang_close {
    display: inline-block;
    top: 10px;
    position: absolute;
    right: 10px
}

.shang_logo {
    display: block;
    text-align: center;
    margin: 1.25rem auto
}

.shang_payimg {
    margin: 0 auto;
    border-radius: .1875rem;
    border-radius: .625rem
}

.pay_explain {
    text-align: center;
    margin: .625rem auto;
    font-size: .75rem;
    color: #545454
}

.radiobox {
    width: 1rem;
    height: 1rem;
    display: block;
    float: left;
    margin-top: .3125rem;
    margin-right: .875rem
}

.shang_payselect {
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    width: 17.5rem
}

.shang_payselect img {
    display: inline !important
}

.shang_payselect .pay_item {
    display: inline-block;
    margin-right: .625rem;
    float: left;
    padding: 10px 0
}

.shang_info {
    clear: both
}

.shang_info a,
.shang_info p {
    color: #c3c3c3;
    text-align: center;
    font-size: .75rem !important
}

.side_bar-mobile-user {
    display: none !important
}

.searchbox.ycomm span {
    right: 50px
}

.jznight.ycomm span {
    right: 85px
}

.nav-comment {
    float: right;
    position: relative;
    height: 60px
}

.nav-comment .nav-avatar {
    display: inline-block;
    margin-top: 15px
}

.nav-comment .nav-avatar img {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: 1px solid #f0f0f0
}

.night {
    background-color: #151617;
    color: #888;
    background-image: none
}

.night a {
    color: #bbb !important
}

.night img {
    opacity: .8
}

.night .logo img {
    display: none
}

.night .logo img.nightlogoimg {
    display: block
}

.night #starlist a.selected {
    color: #179cde !important
}

.night .side_bar a {
    color: #888 !important
}

.night .side_bar .side-tit h3,
.night .news_title,
.night .diggit,
.night .side_bar .side-tit::before,
.night .jz-comment h3,
.night .jz-comments h3,
.night .related-list h3,
.night ul.msg.msghead,
.night h3.tbname {
    color: #bbb !important
}

.night .news_about {
    background-color: #151617;
    color: #888;
    border-color: #3a3a3a
}

.night .news_about strong {
    color: #888
}

.night .header-navigation,
.night .r_box li,
.night .l_box .side_bar,
.night .infosbox,
.night .related-list,
.night .commen_pl,
.night footer,
.night .share-icons,
.night .pagelist,
.night .aboxd,
.night .pageload .view-more-button,
.night .pageload .page-load-status p,
.night .hezi-sige,
.night .hezi-box {
    background-color: #262626;
    color: #888
}

.night #starlist.active,
.night #starlist ul.sub-nav {
    background-color: #1d1f20
}

.night #starlist {
    background-color: transparent
}

.night #starlist ul.sub-nav:before {
    border-bottom-color: #1d1f20
}

.night .header-navigation,
.night footer {
    box-shadow: none;
    text-shadow: none;
    border-bottom: 0
}

.night #divTags li a,
.night #divContorPanel .cp-login a,
.night #divContorPanel .cp-vrs a,
.night .tags a,
.night .diggit,
.night .pagelist a {
    background-color: #262626 !important;
    border: 1px solid #3a3a3a !important
}

.night .jz-comment h3,
.night .jz-comments h3,
.night .related-list h3,
.night ul.msg,
.night ul.msg ul.msg,
.night .jz-comment-box,
.night .bloginfo,
.night .nextpage,
.night #divCalendar caption,
.night #divCalendar table,
.night #divCalendar tr,
.night #divCalendar th,
.night #divCalendar td,
.night .side_bar .side-tit,
.night .r_box li,
.night h3.tbname,
.night .hezi-gonggao,
.night .noticeRigh a {
    border-color: #3a3a3a
}

.night textarea,
.night input,
.night #divSearchPanel form {
    color: #ccc !important;
    border-color: #3a3a3a !important;
    background: #202020 !important
}

.night #divSearchPanel input[type=text],
.night #divCalendar thead,
.night blockquote {
    background: #151617 !important
}

.night .b-nav-search_wrap,
.night .jz-comment-box {
    background: #202020
}

.night .jz-comment-box input.button,
.night .b-nav-search_wrap button,
.night .diggit,
.night .post-share a,
.night .share-icon {
    background: #151617 !important
}

.copytip {
    text-align: center;
    border: 1px solid #ccc;
    padding: 5px 0;
    margin-top: 40px
}

.page-status {
    color: #333
}

.next1 a.page-num-current {
    background: #0cb46a;
    color: #fff;
    border: 1px solid #0cb46a
}

.next1 {
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    margin: 30px 0
}

.next1 a {
    margin: 0 2px;
    padding: 8px 16px;
    border: 1px solid #ececec;
    color: #333;
    background-color: #fff
}

.next1 a:hover,
.next1 a.hover {
    background-color: #0cb46a;
    color: #fff;
    border-color: #0cb46a;
    box-shadow: 0 0 14px rgb(0 0 0/20%)
}

@media(max-width:768px) {
    .next1 {
        line-height: 30px;
        font-size: 15px;
        text-align: center;
        color: #fff;
        margin: 30px 0
    }

    .next1 a {
        margin: 2px 1px;
        padding: 0 8px;
        border: 1px solid #ececec;
        color: #333;
        background-color: #fff;
        display: inline-block
    }

    .next1 a:hover {
        background-color: #0cb46a;
        color: #fff;
        padding: 0 8px;
        border: 1px solid #0cb46a
    }

    .next1 span {
        color: #fff;
        padding: 0;
        display: inline-block
    }

    .next1 .page-status {
        display: none;
        color: #333
    }
}

.pages {
    padding: 20px 0;
    width: 100%;
    text-align: center;
    clear: both
}

.pages a,
.pages span {
    color: #666;
    padding: 0 15px;
    margin: 0 3px;
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    background: #f9f9f9;
    border: 1px solid #f2f2f2
}

.pages a:hover {
    display: inline-block;
    color: #fff;
    background: #1558c7;
    border-color: #1558c7;
    box-shadow: 0 0 14px rgba(0, 0, 0, .2)
}

.pages span {
    display: inline-block;
    color: #666
}

.pages a.page-num-current {
    display: inline-block;
    color: #fff;
    background: #1558c7;
    border-color: #1558c7;
    box-shadow: 0 0 14px rgba(0, 0, 0, .2)
}

.fademask {
    text-align: right
}

.fademask span {
    margin-right: 15px
}

.fademask img {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    margin-right: 4px
}

.navx {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.navul {
    width: 280px;
    min-width: 280px;
    border-radius: 8px;
    padding: 14px;
    right: 0;
    left: auto;
    margin-top: 4px;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .1);
    border-color: #e8e8e8;
    transition: transform ease-in-out .15s, opacity ease-out .15s;
    transform-origin: top right;
    display: block;
    background-color: #fff;
    float: right
}

.navul li {
    float: left;
    display: block;
    width: 125px;
    line-height: initial
}

.navul li a {
    display: inline-block;
    font-size: 13px;
    max-width: 125px;
    padding: 9px 10px;
    border-radius: 4px;
    white-space: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 15px;
    margin: 0
}

.mfooter {
    display: none
}

.mwi {
    display: none
}

@media screen and (max-width:720px) {
    nav {
        width: 100%;
        line-height: 50px
    }

    .header-navigation {
        height: 50px
    }

    .nvv {
        display: none
    }

    #starlist {
        margin-left: 0
    }

    footer {
        width: 100%;
        padding: 12px 0
    }

    .footer {
        display: none
    }

    .mfooter {
        display: block;
        text-align: center
    }

    .mfooter a {
        margin: 0 6px;
        font-size: 12px
    }

    .news {
        width: 100%;
        padding: 0 15px
    }

    .az {
        width: 100%
    }

    .article {
        padding: 0 15px
    }

    .listwt {
        width: 100%
    }

    .newslist {
        width: 100%
    }

    .nri {
        display: none
    }

    .nim {
        position: static !important;
        margin: 0 auto;
        margin-bottom: 30px
    }

    .news video {
        width: 100% !important
    }

    .aside {
        width: 100%;
        margin-left: 0
    }

    .ind {
        position: static !important
    }

    .section {
        display: block;
        width: 100%
    }

    .section img {
        margin: 0 auto
    }

    .section1 img {
        width: 80%
    }

    .section1 {
        margin-top: 0
    }

    .mwi {
        display: block
    }

    .mwi1 {
        display: none
    }

    .section3d {
        width: 100%
    }

    .section3aa {
        display: none
    }

    .section2 {
        margin: 30px auto 0
    }

    .section3 {
        margin: 30px auto 0
    }

    .section4 {
        padding: 0 15px
    }

    .section5a {
        padding: 20px 0
    }

    .section5 {
        margin: 0;
        padding: 0 15px
    }
}

@media only screen and (min-width:721px) and (max-width:1024px) {
    footer {
        width: 100%;
        padding: 12px 0
    }

    .footer {
        display: none
    }

    .mfooter {
        display: block;
        text-align: center
    }

    .mfooter a {
        margin: 0 6px;
        font-size: 12px
    }

    .section5 {
        width: 100%
    }

    .listwt {
        width: 100%
    }

    .nri {
        display: none
    }

    .nim {
        position: static !important;
        margin: 0 auto;
        margin-bottom: 30px
    }
}