/* cssReset */

html {
    /*font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;*/
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html,
body {
    -webkit-user-select: none;
    user-select: none;
}

html,
body,
div,
object,
iframe,
applet,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
progress {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

a {
    text-decoration: none;
    -webkit-touch-callout: none;
    background-color: transparent
}

li {
    list-style: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0;
    -webkit-touch-callout: none;
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a,
button,
input,
optgroup,
select,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    -webkit-appearance: none;
    outline: none;
    line-height: normal
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}


/* 公共样式 */

.container {
    min-height: 10rem;
}


/* 字体 */

.fz38 {
    font-size: 0.38rem
}

.fz24 {
    font-size: 0.24rem
}

.fz28 {
    font-size: 0.28rem
}

.fz30 {
    font-size: 0.3rem
}

.col0c {
    color: #0c0c0c
}

.col999 {
    color: #999999
}


/* 边距 */

.pt35 {
    padding-top: 0.35rem
}

.pb25 {
    padding-bottom: 0.25rem
}

.pb35 {
    padding-bottom: 0.35rem
}

.pl10 {
    padding-left: 0.1rem
}

.pl30 {
    padding-left: 0.3rem;
}

.pr30 {
    padding-right: 0.3rem;
}

.ml10 {
    margin-left: 0.1rem
}

.ml30 {
    margin-left: 0.3rem;
}

.mr30 {
    margin-right: 0.3rem;
}

.mt35 {
    margin-top: 0.35rem;
}

.mb35 {
    margin-bottom: 0.35rem;
}

.mb15 {
    margin-bottom: 0.15rem
}


/* 浮动、定位 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both
}

.clearfix {
    zoom: 1;
    /* 为了兼容IE */
}

.abs {
    position: absolute;
}

.rel {
    position: relative;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}


/* 最新资讯页 */
.cat-nav-top{

    width: 100%;
    border-bottom: 1px solid #E3E3E3;

}
::-webkit-scrollbar{
    /*display:none;*/
}
.cat-nav-ul {
    width: 100%;
    overflow-x:auto;
    white-space:nowrap;
}
.cat-nav-li {
    float: left;
    line-height: 40px;
    font-size: 0.3rem;
    padding: 0 10px;
    text-align: center;
    position: relative;
    display:inline-block;
}
.cat-nav-ul > .active {
    font-size: 17px;
    color: #22A5E7;

}

.itemBox li {
    border-bottom: 1px solid #E3E3E3;
}

.itemBox li:nth-last-child(1) {
    border-bottom: none;
}

.itemBox .toTop {
    display: inline-block;
    color: #039BE5;
    font-size: 0.18rem;
    line-height: 0.28rem;
    border: 1px solid #039BE5;
    border-radius: 0.05rem
}

.itemBox .imgList img {
    width: 2.25rem;
    height: 1.44rem;
    float: left;
    margin-right: 0.05rem;
    margin-bottom: 0.2rem
}

.third h3 {
    display: inline-block;
    width: 4.2rem
}

.itemBox .third img {
    float: right;
    width: 2.25rem;
    height: 1.44rem;
}

.itemBox .fourth img {
    width: 100%;
}

.loading {
    text-align: center;
    line-height: 0.8rem;
}


/* 详情页 */

.details {
    min-height: 24rem;
}

.content img {
    width: 100%;
}

.content p {
    letter-spacing: 0.02rem;
    line-height: 0.52rem;
    text-align: justify;
    text-justify:inter-ideograph;
}

.share .line {
    display: inline-block;
    width: 2.90rem;
    height: 1px;
    background-color: #F1F1F1;
    top: -0.01rem
}

.share .iconBox li {
    display: inline-block;
    width: 1.5rem;
    text-align: center;
}

.share .iconBox span:nth-child(1) {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-size: 100%;
}

.share .iconBox span.weChat {
    background-image: url(./../img/icon_wechat.png);
}

.share .iconBox span.friends {
    background-image: url(./../img/icon_friends.png);
}

.share .iconBox span.QQ {
    background-image: url(./../img/icon_QQ.png);
}

.share .iconBox span.qqzone {
    background-image: url(./../img/icon_qqzone.png);
}

.share .iconBox span:nth-last-child(1) {
    position: relative;
    top: -0.7rem;
    font-size: 0.28rem
}

.banner {
    border: 1px solid #dcdcdc;
    padding: 0.18rem 0.19rem;
    height: 2.5.rem
}

.banner img {
    width: 100%;
}
#ajax-list-error {
    text-align: center;
    line-height: 0.8rem;
    font-size:0.24rem;
}

/* 详情页追加 */

.append {
    padding-top: 0.3rem;
}

.append .QRCode {
    width: 100%;
}

.items-title {
    margin: 0.3rem 0 0.2rem 0.2rem;
    border-left: 4px solid #0887f0;
    font-size: 0.3rem;
    padding-left: 0.2rem;
}

.append ul {
    margin-left: 0.2rem;
    background-color: #f9f9f9;
}

.append ul li {
    font-size: 0.24rem;
    line-height: 0.6rem;
}

.append ul.func li {
    color: #3a3635;
}

.append ul.read a {
    color: #6d7d9e;
    font-size: 0.26rem;
    letter-spacing: 0.01rem;
}

.append ul i {
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #0987d1;
    margin-right: 0.15rem;
}

.append ul.read i {
    background-color: #6d7d9e;
}

.append ul.func a {
    text-decoration: underline;
    color: #0091ef;
    font-size: 0.26rem;
    font-weight: bold;
    margin-right: 0.15rem;
}

.append .append-banner {
    background-color: #f3f3f3;
    text-align: center;
    padding-bottom: 0.9rem;
}

.append .append-banner h3 {
    font-size: 0.32rem;
    line-height: 1rem;
    color: #858585;
}

.append .append-banner .line {
    display: inline-block;
    width: 3rem;
    border-bottom: 2px dotted #e5e5e5;
}

.append .banner-card {
    display: inline-block;
    background-color: #fff;
    border: 2px solid #e6e6e6;
    padding: 0.36rem 0;
}

.append .banner-card .header {
    width: 1.10rem;
    height: 1.10rem;
    margin: 0 0.2rem;
    background: url(../img/img_banner_header.png);
    background-size: 100%;
}

.banner-card .con {
    font-size: 0.26rem;
    width: 3.5rem;
    text-align: left;
}

.banner-card .con h4 {
    color: #0d0d0d;
}

.banner-card .con p {
    color: #8b8b8b;
    line-height: 0.4rem;
}

.banner-card .btn button {
    color: #01be00;
    border: 2px solid #01be00;
    background-color: #fff;
    border-radius: 8px;
    font-size: 0.28rem;
    line-height: 0.60rem;
    padding: 0 0.3rem;
    margin-right: 0.2rem;
    vertical-align: middle;
}