/*隐藏类*/
.hide {
    display: none !important;
}

/*隐藏遮罩*/
#aq-model {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff url(/themes/default/404.png) no-repeat center;
}

/*应用信息样式*/
#app_info {
    margin: 20px 0
}

#app_info li {
    display: inline-block;
    width: 33.33%;

}

#app_info li b {
    cursor: pointer;
}

#app_info_cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    z-index: 9999
}

#app_info_cover .app_info_main {
    background: #fff;
    width: 520px;
    margin: auto;
    margin-top: 100px;
    border-radius: 8px;
    overflow: hidden;
}

#app_info_cover .app_info_title {
    background: #5CA8F6;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

#app_info_cover .app_info_body {
    padding: 20px;
    height: 320px;
    overflow-y: scroll;
    text-align: left;
}

#app_info_cover .app_info_close {
    margin: 20px;
    font-size: 17px;
    color: #fff;
    background: #5CA8F6;
    line-height: 48px;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin-top: 30px;
}

@media (max-width: 760px) {
    #app_info li {
        width: 100%;
        margin-top: 10px;
    }

    #app_info_cover .app_info_main {
        width: 98%;
    }

    #app_info_cover .app_info_close {
        font-size: 16px;
        line-height: 42px;
    }
}

/* CSS Reset */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling: touch;
    line-height: 1.5;
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
    background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea,
p,
th,
td,
span,
a,
b,
i,
strong,
main,
header,
footer,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
    display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */


a,
a:hover {
    background-color: transparent;
    text-decoration: none;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

input {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    outline: none;
}

input::-webkit-input-placeholder {
    color: transparent;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
}

input:-ms-input-placeholder {
    color: transparent;
}

input:focus {
    outline: none;
}

:root {
    --pm-c: #2EB571;
    --ty-c: #54C28A;
}

/* 重复使用 */
.p-l-r-20 {
    padding: 0 20px !important;
}

.m-l-r-20 {
    margin: 0 20px !important;
}


.bgc-fff {
    background-color: #fff;
    border-radius: 6px;
}

.frame {
    border: 1px solid #eaeaf8;
}

.none {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1);
    opacity: .6;
}

.twoTxtLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.threeTxtLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.fourTxtLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.fiveTxtLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.thum {
    display: block;
    overflow: hidden;
}

.title {
    display: block;
}

/* 评分图标 */
.star {
    height: 13px;
    width: 70px;
    background: url('../images/star.png') repeat-x center/14px;
    display: inline-block;
    margin: 10px 0;
}

.star:before {
    content: "";
    display: block;
    background: url('../images/star_curr.png') repeat-x 0/14px;
    height: 13px;
}

.star-1:before {
    width: 14px;
}

.star-2:before {
    width: 28px;
}

.star-3:before {
    width: 42px;
}

.star-4:before {
    width: 56px;
}

.star-5:before {
    width: 70px;
}

/* 多次使用 */
/* 重复使用 */
/* 分页多次使用 */
.pagination {
    margin: 60px 0 40px 0;
    text-align: center;
}

.pagination .page-item {
    display: inline-block;
    margin: 5px;
    font-size: 16px;
    border: 1px solid #E6E6E6;
    color: #666;
    background: #fff;
}

.pagination .active span {
    background: var(--pm-c);
    color: #fff;
}

.pagination .page-item:hover {
    background: var(--pm-c);
    color: #fff;
}

.pagination .page-item .page-link {
    display: block;
    padding: 6px 12px;
    border: 1px solid transparent;
}

.pagination li {
    color: #666;
}

.pagination li a {
    display: inline-block;
    color: #666;
}

.pagination li a:hover {
    background: var(--pm-c);
    color: #fff;
}

.pagination li:last-child {
    display: inline-block;
}

.uk-container {
    box-sizing: border-box;
    padding: 0;
}

/* 可复用 */

.m-b-40 {
    margin-bottom: 40px;
}

.m-r-l-40 {
    margin: 0 40px;
}

.m-r-40 {
    margin-right: 40px;
}

.m-l-40 {
    margin-left: 40px;
}

.list {}

.list li {
    padding-left: 22px;
    position: relative;
    margin-bottom: 14px;
}

.list li:last-child {
    margin-bottom: 0 !important;
}

.list li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #d9d9d9;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: cover;
}

.list li .title {
    font-size: 14px;
    color: #333;
    padding-right: 20px;
}

.list li .time {
    font-size: 14px;
    color: #aaa;
}


.footer {
    font-size: 14px;
    color: #999;
    background-color: #333;
    height: 180px;
    text-align: center;
    padding-top: 55px;
}

.footer a {
    font-size: 14px;
    color: #999;
    line-height: 34px;
}

.footer a:last-child {
    margin-right: 0;
}

.footer .name {
    color: #ccc;
}

.footer .aBox {
    margin-bottom: 4px;
}

.footer .aBox a {
    margin-right: 6px;
}

.footer .footer_p {
    line-height: 34px;
}
.w-380 {
    width: 380px;
}

.public_title {
    width: 100%;
    margin-bottom: 20px;
}


.public_title .title {
    font-size: 20px;
    line-height: 32px;
    color: #333;
    font-weight: bold;
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0 36px;
}

.public_title .title::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/public_title_before.png);
}

.public_title .title::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/public_title_after.png);
}


.public_title .more {
    position: relative;
    color: var(--pm-c);
    width: 63px;
    height: 26px;
    padding-left: 8px;
    font-size: 12px;
    border-radius: 4px;
    overflow: hidden;
    line-height: 26px;
    border: 1px solid var(--pm-c);
}

.public_title .more::before {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background-color: var(--pm-c);
    content: "";
    width: 24px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    background-image: url(../images/public_title_more.png);
}


/* 当前位置 */
.crumbs {
    position: relative;
    /* padding-left: 20px; */
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
    padding-top: 20px;
}

.crumbs a {
    font-size: 14px;
    color: #777;
}

.crumbs a::before {
    display: inline-block;
    content: ">";
    margin: 0 4px;
}

.crumbs a:first-child:before {
    display: none;
}

.crumbs::before {
    position: absolute;
    left: 0;
    top: 28px;
    display: block;
    content: "";
    width: 15px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .crumbs a:last-child {
    color: #4d4d4d;
} */

/* 首页 */
.header {
    box-shadow: 0px 4px 6px 0px rgba(231, 231, 231, 0.3);
    height: 90px;
    background-color: var(--pm-c);
}

.header .logo {
    display: block;
    /*height: 46px;*/
    width: 200px;
    margin-right: 56px;
}

.header .navBar {
    height: 90px;
}

.header .navBar .aBox {
    letter-spacing: 0;
}

.header .navBar .aBox a {
    display: block;
    height: 90px;
    line-height: 90px;
    width: 150px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}


.header .navBar .aBox a.active {
    font-size: 20px;
    font-weight: bold;
    color: var(--pm-c);
    background-color: #fff;
}

.index_top {
    margin-top: 30px;
}

.index_top_slider {
    position: relative;
    width: 200px;
    height: 370px;
    margin-right: 20px;
}

.index_top_slider .sliderBox {
    width: 100%;
    height: 100%;
}

.index_top_slider .sliderBox .slider_item {
    width: 100%;
    height: 100%;
    margin-left: 0;
}

.index_top_slider .sliderBox .slider_item li {
    width: 100%;
    height: 100%;
    padding-left: 0;
}

.index_top_slider .sliderBox .slider_item li .thum {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    position: relative;
}

.index_top_slider .sliderBox .slider_item li .title {
    display: block;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333333 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 110px 0 20px;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 52px;
    line-height: 52px;
}

.index_top_slider .sliderBox .dotnav {
    margin: 0 !important;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.index_top_slider .sliderBox .dotnav li {
    padding-left: 0;
    margin-right: 6px;
}

.index_top_slider .sliderBox .dotnav li a {
    border: none;
    width: 5px;
    height: 5px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 1);
}

.index_top_slider .sliderBox .dotnav li:last-child {
    margin-right: 0;
}

.index_top_slider .sliderBox .dotnav li.uk-active a {
    width: 16px;
    background-color: var(--pm-c);
}

.index_yxdt {
}

.index_yxdt .left {
    width: 210px;
    margin-right: 20px;
}

.index_yxdt .thum {
    width: 210px;
    height: 140px;
    border-radius: 6px;
    position: relative;
    margin-bottom: 10px;
}

.index_yxdt .thum .title {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
}

.index_yxdt .txtBox {
    width: 210px;
    height: 220px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 6px;
}

.index_yxdt .txtBox .title {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-bottom: 6px;
    text-align: center;
    font-weight: bold;
}

.index_yxdt .txtBox .time {
    font-size: 12px;
    color: #aaa;
    margin-bottom: 8px;
    text-align: center;
}

.index_yxdt .txtBox .text {
    font-size: 14px;
    color: #aaa;
    line-height: 24px;
    margin-bottom: 14px;
}

.index_yxdt .txtBox .see {
    display: block;
    margin: 0 auto;
    width: 94px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    padding-right: 14px;
    background: #fff;
    border-radius: 6px;
    position: relative;
    border: 1px solid #D9D9D9;
    font-size: 14px;
    color: #aaa;
}

.index_yxdt .txtBox .see::before {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/see.png);
}

.index_yxdt .list {
}

.index_yxdt .list li {
    margin-bottom: 36px;
}

.index_yxdt .list li::before {
    width: 4px;
    height: 4px;
    background-color: #eee;
}

.index_yxdt .list li .title {
    line-height: 1;
    font-size: 14px;

}

.index_yxdt .list li .time {
    line-height: 1;
    font-size: 14px;
    color: #aaa;
}

.index_rmxw {
    width: 580px;
}

.index_rmxw .txtBox {}

.index_rmxw .txtBox .title {
    font-size: 18px;
    font-weight: bold;
    color: var(--pm-c);
    padding-left: 12px;
    position: relative;
    margin-bottom: 19px;
}

.index_rmxw .txtBox .title::before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--pm-c);
    content: "";
    width: 4px;
    height: 16px;
}

.index_rmxw .txtBox .text {
    font-size: 14px;
    color: #777;
    line-height: 32px;
    position: relative;
    text-wrap: wrap;
    margin-bottom: 29px;
}

.index_rmxw .txtBox .text .see {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    font-size: 14px;
    color: var(--pm-c);
}

.index_rmxw .txtBox .list {}

.index_rmxw .txtBox .list li {
    padding-left: 0;
    margin-bottom: 16px;
}

.index_rmxw .txtBox .list li::before {
    display: none;
}

.index_rmxw .txtBox .list li .tag {
    font-size: 14px;
    color: #2EB571;
}

.index_rmxw .txtBox .list li .tag::after {
    display: inline-block;
    content: "|";
    color: #e5e5e5;
    margin: 0 5px;
}

.index_rmxw .txtBox .list li .title {
    font-size: 14px;
    color: #333;
    padding-left: 0;
    font-weight: 400;
    margin-bottom: 0;
    height: auto;
}

.index_rmxw .txtBox .list li .title::before {
    display: none;
}

.index_xyzx {
}

.index_xyzx .itemBox {}

.index_xyzx .itemBox .item {
    margin-bottom: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid#f5f5f5;
}

.index_xyzx .itemBox .item:last-child {
    margin-bottom: 0;
}

.index_xyzx .itemBox .item .thum {
    width: 130px;
    height: 94px;
    border-radius: 6px;
    position: relative;
    margin-right: 20px;
}

.index_xyzx .itemBox .item .txtBox {}

.index_xyzx .itemBox .item .txtBox .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 13px;
    line-height: 26px;
}

.index_xyzx .itemBox .item .txtBox .title:hover {
    color: var(--pm-c);
}

.index_xyzx .itemBox .item .txtBox .text {
    position: relative;
    text-wrap: wrap;
    font-size: 14px;
    color: #777;
    line-height: 26px;
}

.index_xyzx .itemBox .item .txtBox .text .see {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    font-size: 14px;
    color: #777;
}

.index_xyzx .itemBox .item .txtBox .text .see:hover {
    color: var(--pm-c);
}

.index_dpzx {}

.index_httl .public_title,
.index_dpzx .public_title {
    position: relative;
}

.index_httl .public_title::before,
.index_dpzx .public_title::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 100%;
    border-bottom: 1px dashed #e5e5e5;
    content: "";
}

.index_httl .public_title .title,
.index_dpzx .public_title .title {
    margin: 0 auto;
    background-color: #fff;
}

.index_dpzx .itemBox {}

.index_dpzx .itemBox .item {
    margin-bottom: 19px;
}

.index_dpzx .itemBox .thum {
    width: 100px;
    height: 64px;
    border-radius: 6px;
    position: relative;
    margin-right: 10px;
}

.index_dpzx .itemBox .txtBox .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 8px;
}

.index_dpzx .itemBox .txtBox .btmBox .see {
    display: block;
    width: 76px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #C6C6C6;
}

.index_dpzx .itemBox .txtBox .btmBox .see:hover {
    background-color: var(--pm-c);
}

.index_dpzx .itemBox .txtBox .btmBox .time {
    font-size: 14px;
    color: #aaa;
    line-height: 26px;
}

.index_dpzx .more {
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
    height: 36px;
    line-height: 34px;
    color: var(--pm-c);
    font-size: 14px;
    padding-right: 20px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid var(--pm-c);
}

.index_dpzx .more::before {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 153px;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/more_color.png);
}

.index_zxrd {
    width: 780px;
}

.index_zxrd .itemBox {
    width: 390px;
    margin-right: 20px;
}

.index_zxrd .itemBox .item {
    margin-bottom: 29px;
}

.index_zxrd .itemBox .item:last-child {
    margin-bottom: 0;
}

.index_zxrd .itemBox .item .thum {
    width: 130px;
    height: 80px;
    border-radius: 6px;
    position: relative;
    margin-right: 20px;
}

.index_zxrd .itemBox .item .txtBox {}

.index_zxrd .itemBox .item .txtBox .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 7px;
}

.index_zxrd .itemBox .item .txtBox .text {
    position: relative;
    font-size: 14px;
    color: #666;
    padding-right: 50px;
    line-height: 20px;
    margin-bottom: 7px;
}

.index_zxrd .itemBox .item .txtBox .text .see {
    color: var(--pm-c);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    background-color: #fff;
}

.index_zxrd .itemBox .item .txtBox .time {
    font-size: 14px;
    color: #aaa;
}

.index_zxrd .msgBox {
    width: 370px;
}

.index_zxrd .msgBox .item {
    margin-bottom: 21px;
}

.index_zxrd .msgBox .item:last-child {
    margin-bottom: 0;
}

.index_zxrd .msgBox .item .timeBox {
    width: 50px;
    height: 60px;
    background: var(--pm-c);
    text-align: center;
    margin-right: 10px;
}

.index_zxrd .msgBox .item .timeBox .time {
    line-height: 26px;
    font-size: 12px;
    color: #fff;
}

.index_zxrd .msgBox .item .timeBox .day {
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.index_zxrd .msgBox .item .txtBox {
    padding-right: 10px;
}

.index_zxrd .msgBox .item .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.index_zxrd .msgBox .item .text {
    font-size: 14px;
    color: #aaa;
    line-height: 20px;
}

.index_zxrd .msgBox .item .detail {
    display: block;
    width: 50px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid var(--pm-c);
    line-height: 26px;
    text-align: center;
    color: var(--pm-c);
    font-size: 14px;
}

.index_httl {}

.index_httl .itemBox {
    margin-bottom: 25px;
}

.index_httl .itemBox .item {
    margin-bottom: 18px;
}

.index_httl .itemBox .item:last-child {
    margin-bottom: 0;
}

.index_httl .itemBox .item .title {
    font-size: 14px;
    padding-left: 24px;
    color: #333;
    font-weight: bold;
    line-height: 20px;
    position: relative;
    margin-bottom: 7px;
}

.index_httl .itemBox .item .title::before {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/title_before.png);
}

.index_httl .itemBox .item .time {
    padding-left: 24px;
    font-size: 14px;
    color: #aaa;
    line-height: 20px;
}

.index_httl .btnBox {}

.index_httl .btnBox .btn {
    display: block;
    width: 49%;
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #999;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #C6C6C6;
}

.index_httl .btnBox .btn:first-child {
    margin-right: 1%;
}

.index_httl .btnBox .btn:last-child {
    margin-left: 1%;
    border: none;
    line-height: 36px;
    background: #C6C6C6;
    color: #fff;
}

.index_jxzx {}

.index_jxzx .itemBox {
    margin-left: -30px;
}

.index_jxzx .itemBox .uk-width-1-3 {
    padding-left: 30px;
}

.index_jxzx .itemBox .uk-width-1-3.uk-grid-margin {}

.index_jxzx .itemBox .thum {
    width: 380px;
    height: 156px;
    position: relative;
}

.index_jxzx .itemBox .thum .title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    padding: 0 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
    color: #fff;
}

.index_jxzx .list {
    margin-top: 20px;
    margin-left: -30px;
}

.index_jxzx .list .uk-width-1-3 {
    padding-left: 30px;
}

.index_jxzx .list .uk-width-1-3.uk-grid-margin {
    margin-top: 18px;
}

.index_jxzx .list li {
    margin-bottom: 0;
    width: 380px;
}

.index_jxzx .list li::before {}

.index_jxzx .list li .title {
    line-height: 20px;
}

.index_jxzx .list li .time {}

.w-370 {
    width: 370px;
}

.index_xytj {}

.index_xytj .top {
    height: 182px !important;
    width: 100%;
    margin-bottom: 20px;
    background-color: #f8f8f8;
}

.index_xytj .top .box {
    padding: 20px;
    width: 33%;
    border-radius: 10px;
}

.index_xytj .top .box:nth-child(1) {
    transform: translateX(100%);
}

.index_xytj .top .box:nth-child(2) {
    transform: translateX(-100%);

}

.index_xytj .top .box .thumBox {
    position: relative;
    margin-bottom: 8px;
}

.index_xytj .top .box .thumBox .thum {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 16px;
    margin: 0 auto;
}

.index_xytj .top .box .thumBox .order {
    display: block;
    position: absolute;
    left: -16px;
    top: -16px;
    width: 50px;
    height: 50px;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
}

.index_xytj .top .box:nth-child(1) .thumBox .order {
    background-image: url(../images/order1.png);
}

.index_xytj .top .box:nth-child(2) .thumBox .order {
    background-image: url(../images/order2.png);
}

.index_xytj .top .box:nth-child(3) .thumBox .order {
    background-image: url(../images/order3.png);
}

.index_xytj .top .box .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.index_xytj .top .box .detail {
    display: block;
    width: auto;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: var(--pm-c);
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid var(--pm-c);
}

.index_xytj .top .box:hover {
    background-color: #F1FFF8;
}

.index_xytj .top .box .detail:hover {
    background-color: var(--pm-c);
    color: #fff;
}

.index_xytj .itemBox {}

.index_xytj .itemBox .item {
    margin-bottom: 18px;
}

.index_xytj .itemBox .item:last-child {
    margin-bottom: 0;
}

.index_xytj .itemBox .item .order {
    font-size: 14px;
    color: #999696;
    margin-right: 19px;
    font-weight: bold;
}

.index_xytj .itemBox .item .thum {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    margin-right: 14px;
    position: relative;
}

.index_xytj .itemBox .item .txtBox {}

.index_xytj .itemBox .item .txtBox .title {
    font-size: 16px;
    color: #666;
    margin-bottom: 14px;
}

.index_xytj .itemBox .item .txtBox .tagBox {
    font-size: 14px;
    color: #B6B1B1;
    line-height: 20px;
}

.index_xytj .itemBox .item .txtBox .tagBox .tag::before {
    display: inline-block;
    content: "|";
    margin: 0 6px;
}

.index_xytj .itemBox .item .txtBox .tagBox .tag:first-child::before {
    display: none;
}

.index_xytj .itemBox .item .detail {
    display: block;
    width: 60px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: var(--ty-c);
    border-radius: 6px;
    border: 1px solid var(--ty-c);
}

.index_xytj .itemBox .item .detail:hover {
    background-color: var(--ty-c);
    color: #fff;
}

.index_tjrj {}

.index_tjrj .itemBox {}

.index_tjrj .itemBox .item {
    margin-bottom: 17px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #eee;
}

.index_tjrj .itemBox .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}


.index_tjrj .itemBox .item .thum {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    margin-right: 14px;
    position: relative;
}

.index_tjrj .itemBox .item .txtBox {}

.index_tjrj .itemBox .item .txtBox .title {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.index_tjrj .itemBox .item .txtBox .tagBox {
    font-size: 14px;
    color: #B6B1B1;
    line-height: 20px;
}

.index_tjrj .itemBox .item .txtBox .tagBox .socre {
    position: relative;
    padding-left: 18px;
    font-size: 16px;
    color: var(--ty-c);
    font-weight: bold;
    margin-right: 6px;
}

.index_tjrj .itemBox .item .txtBox .tagBox .socre::before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 15px;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/Vector.png);
}

.index_tjrj .itemBox .item .txtBox .tagBox .tag::after {
    display: inline-block;
    content: "|";
    margin: 0 6px;
}

.index_tjrj .itemBox .item .txtBox .tagBox .tag:last-child::after {
    display: none;
}

.index_tjrj .itemBox .item .detail {
    display: block;
    width: 60px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: var(--ty-c);
    border-radius: 6px;
    border: 1px solid var(--ty-c);
}

.index_tjrj .itemBox .item .detail:hover {
    background-color: var(--ty-c);
    color: #fff;
}


.index_friend_link .aBox a {
    display: inline-block;
    margin-right: 50px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.index_friend_link .aBox a:last-child {
    margin-right: 0;
}

.list_game {}

.list_game_itemBox .itemBox {
    margin-left: -21px;
}

.list_game_itemBox .uk-width-1-3 {
    padding-left: 21px;
}

.list_game_itemBox .uk-width-1-3.uk-grid-margin {
    margin-top: 21px;
}

.list_game_itemBox .item {
    padding: 20px;
    width: 386px;
    height: 170px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #eee;
}

.list_game_itemBox .item .title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
}

.list_game_itemBox .item .thumBox {
    width: 100px;
    margin-right: 20px;
}

.list_game_itemBox .item .thum {
    width: 100px;
    height: 100px;
    border-radius: 24px;
    position: relative;
    margin-bottom: 10px;
}

.list_game_itemBox .item .time {
    font-size: 14px;
    color: #aaa;
}

.list_game_itemBox .item .text {
    text-wrap: wrap;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-bottom: 8px;
}

.list_game_itemBox .item .detail {
    display: block;
    line-height: 28px;
    text-align: center;
    color: var(--pm-c);
    font-size: 14px;
    width: 80px;
    height: 30px;
    background: #fff;
    box-shadow: inset 2px 2px 4px 0px rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    border: 1px solid var(--pm-c);
}

.list_game_itemBox .item .detail:hover {
    background-color: var(--pm-c);
    color: #fff;
}







.sideBar {
    width: 380px;
    margin-left: 20px;
}

.list_news_itemBox {}

.list_news_itemBox .itemBox {}

.list_news_itemBox .itemBox .item {
    margin-bottom: 41px;
}

.list_news_itemBox .itemBox .item:last-child {
    margin-bottom: 0;
}
.list_news_itemBox .itemBox .item .timeBox {
    width: 104px;
    height: 104px;
    margin-right: 20px;
    border: 1px solid #F5F5F5;
    text-align: center;
    padding-top: 26px;
}
.list_news_itemBox .itemBox .item .timeBox span{
    font-size: 12px;
    color: #aaa;
}
.list_news_itemBox .itemBox .item .timeBox .time{
    font-size: 14px;
    color: #666;
}

.list_news_itemBox .itemBox .item .thum {
    width: 180px;
    height: 104px;
    border-radius: 4px;
    position: relative;
    margin-left: 20px;
}

.list_news_itemBox .itemBox .item .txtBox {
}

.list_news_itemBox .itemBox .item .txtBox .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 20px;
}

.list_news_itemBox .itemBox .item .txtBox .text {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    text-wrap: wrap;
}


.sideBar .index_zxrd,
.sideBar .index_rmxw,
.sideBar .index_yxdt {
    width: 100%;
}

.sideBar .index_zxrd .itemBox{
    width: 100%;
}
.sideBar .index_zxrd .msgBox{
    width: 100%;
    margin-top: 32px;
}

.sideBar .index_yxdt .thum{
    width: 100%;
    height: 194px;
    margin-bottom: 20px;
}
.sideBar .index_yxdt .list li{
    margin-bottom: 20px;
}


.show_news_content {
    width: 800px;
}

.show_news_content .titleBox {
    padding-top: 29px;
    padding-bottom: 31px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.show_news_content .titleBox h1 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
}

.show_news_content .titleBox .tagBox {
    text-align: center;
    font-size: 14px;
    color: #777;
    margin: 0 auto;
    width: 70%;
}

.show_news_content .titleBox .tagBox div {
    margin-right: 44px;
}

.show_news_content .titleBox .tagBox div:last-child {
    margin-right: 0;
}

.detail_content_box {
    text-align: center;
}

.detail_content_box p {
    text-indent: 2em;
    font-size: 14px;
    color: #333;
    line-height: 34px;
    text-align: left;
}

.detail_content_box p iframe,
.detail_content_box p img {
    display: block;
    width: 676px;
    height: auto;
    border-radius: 8px;
    margin: 30px auto;
}

.detail_content_box h3 {
    display: inline-block;
    width: auto;
    padding: 0 36px;
    position: relative;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin: 16px 0;
}

.detail_content_box h3::before {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/public_title_before.png);
}

.detail_content_box h3::after {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/public_title_after.png);
}

.show_news_content .list_news_itemBox .item .txtBox .time {
    background-color: #ececec;
    border: none;
}


.kaifu {
    margin-bottom: 20px;
}

.kaifu .infoBox {
    height: 44px;
    line-height: 44px;
    padding: 0 20px 0 44px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 6px;
}
.kaifu .infoBox::before {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    display: block;
    content: "";
    background-size: cover;
    background-image: url(../images/lb.png);
}

.bgc-f5 {
    background-color: #f5f5f5;
}

.p-20{
    padding: 20px;
}

.bgc-f5 .sideBar{
    width: 360px;
}

.kaifu .infoBox .info {
    font-size: 14px;
    color: #333;
}

.kaifu .infoBox .time {
    font-size: 14px;
    color: #aaa;
}

.kaifu .titleBox {
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #f3f3f3;
    color: #999;
    font-size: 14px;
}

.kaifu .name {
    width: 200px;
}

.kaifu .time {
    width: 180px;
}


.kaifu .type {
    width: 130px;
}

.kaifu .news {
    width: 130px;
}

.kaifu .status {
    width: 130px;
}

.kaifu .system {
    width: 130px;
}

.kaifu .platform {
    width: 130px;
}

.kaifu .down {
    width: 190px;
}


.kaifu .itemBox {
    text-align: center;
}

.kaifu .itemBox .item {
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    color: #333;
    background-color: #fdfdfd;
}
.kaifu .itemBox .item:hover {
    background-color: #DAF1E6;
}

.kaifu .itemBox .item .name {
    text-align: left;
}

.kaifu .itemBox .item .name .title {
    text-align: center;
    font-size: 14px;
    color: #333;
}

.kaifu .itemBox .item .down a {
    display: block;
    border: 1px solid var(--pm-c);
    font-size: 14px;
    color: var(--pm-c);
    margin: 0 auto;
    width: 88px;
    height: 36px;
    line-height: 34px;
    background: #fff;
    border-radius: 666px;
}

.kaifu .itemBox .item:hover .down a:hover {
    background-color: var(--pm-c);
    color: #fff;
}



.show_game .show_game_titleBox {
    padding: 34px;
    height: 218px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/show_game_titleBgi.png);
    background-color: #fff;
}

.show_game .show_game_titleBox .thum {
    width: 150px;
    height: 150px;
    border-radius: 20px;
    position: relative;
    margin-right: 34px;
}

.show_game .show_game_titleBox .txtBox {}

.show_game .show_game_titleBox .txtBox .scoreBox .score {}

.show_game .show_game_titleBox .txtBox .title {
    font-size: 24px;
    color: #333;
    margin-bottom: 9px;
    font-weight: bold;
    line-height: 38px;
}

.show_game .show_game_titleBox .txtBox .tagBox {
    font-size: 14px;
    color: rgba(51, 51, 51, .5);
    margin-bottom: 17px;
}
.show_game .show_game_titleBox .txtBox .tagBox .tag{
    margin-right: 50px;
}
.show_game .show_game_titleBox .txtBox .tagBox .tag:last-child{
    margin-right: 0;
}

.show_game .show_game_titleBox .txtBox .tagBox .tag span {
    color: #333;
    display: block;
    font-size: 16px;
}

.show_game .show_game_titleBox .btnBox .btn {
    display: block;
    width: 185px;
    height: 38px;
    border-radius: 6px;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: relative;
    font-weight: bold;
    padding-left: 20px;
}


.show_game .show_game_titleBox .btnBox .az {
    background-color: #fff;
    border: 1px solid var(--pm-c);
    color: var(--pm-c);
    margin-right: 20px;
}

.show_game .show_game_titleBox .btnBox .pg {
    background-color: var(--pm-c);
    color: #fff;
}

.show_game .show_game_titleBox .btnBox .btn::before {
    position: absolute;
    left: 44px;
    top: 11px;
    display: block;
    content: "";
    width: 13px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
}


.show_game .show_game_titleBox .btnBox .az::before {
    background-image: url(../images/az.png);
    top: 12px;
}


.show_game .show_game_titleBox .btnBox .pg::before {
    background-image: url(../images/pg.png);
    width: 12px;
    height: 15px;
}

.show_game .show_game_titleBox .btnBox .btn .QRcodeBox {
    display: none;
    position: absolute;
    bottom: -200px;
    left: 0;
    color: #666;
    font-size: 16px;
    width: 180px;
    height: 200px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 0 0 10px 10px;
    border: 1px solid var(--pm-c);
    border-top: none;
    z-index: 5;
}

.show_game .show_game_titleBox .btnBox .btn:hover .QRcodeBox {
    display: block;
}

.screenshots {
    position: relative;

}

.screenshots .sliderBox {
    width: 800px;
    position: relative;
    height: 436px;
    margin: 0;
    overflow: hidden;
    margin: 0 auto;
}

.screenshots .sliderBox .slide {
    height: 436px;
    margin-left: -28px;
}

.screenshots .sliderBox .slide li {
    padding-left: 28px;
}

.screenshots .sliderBox .slide li .item {
    width: 248px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}
.screenshots .sliderBox .slide li .item img {
	width: 100%;
}

.screenshots .btn {
    width: 50px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.screenshots .btn svg {
    display: none;
}

.screenshots .left {
    background-image: url(../images/slide_left.png);
}

.screenshots .right {
    background-image: url(../images/slide_right.png);
}

.other_rmyx{}
.other_rmyx .itemBox{
    margin-left: -40px;
}
.other_rmyx .itemBox .uk-width-1-2{
    padding-left: 40px;
}
.other_rmyx .itemBox .uk-width-1-2.uk-grid-margin{
    margin-top: 30px;
}
.other_rmyx .itemBox .item{
    width: 380px;
}
.other_rmyx .itemBox .item .info{
    margin-bottom: 10px;
}
.other_rmyx .itemBox .item .info .thum{
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 18px;
    margin-right: 20px;
}
.other_rmyx .itemBox .item .info .txtBox{}
.other_rmyx .itemBox .item .info .txtBox .title{
    font-size: 18px;
    line-height: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 4px;
}
.other_rmyx .itemBox .item .info .txtBox .tagBox{
    font-size: 14px;
    color: rgba(51, 51, 51, .6);
    line-height: 24px;
}
.other_rmyx .itemBox .item .info .txtBox .tagBox .type{
    margin-top: 4px;
}
.other_rmyx .itemBox .item .info .see{
    box-shadow: inset 2px 2px 4px 0px rgba(255,255,255,0.25);
    display: block;
    font-size: 14px;
    color: #fff;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: var(--pm-c);
    border-radius: 6px;
}
.other_rmyx .itemBox .item .text{
    font-size: 14px;
    color: #666;
    line-height: 28px;
}
