@charset "utf-8";
body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
hr,
thead,
tbody,
tfoot,
th,
td {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

html {
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

body {
    line-height: 1.5;
    font-size: 14px
}

body,
button,
input,
select,
textarea {
    font-family: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;
}

b,
strong {
    font-weight: bold;
}

i,
em {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th,
table td {
    border: 0.01rem solid #ddd;
    padding: 0.05rem;
}

table th {
    font-weight: inherit;
    border-bottom-width: 0.02rem;
    border-bottom-color: #ccc;
}

img {
    border: 0 none;
    width: auto\9;
    max-width: 100%;
    vertical-align: top;
    height: auto;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

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

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

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-decoration {
    -webkit-appearance: none;
}

input:focus {
    outline: none;
}

select[size],
select[multiple],
select[size][multiple] {
    border: 0.01rem solid #AAA;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video,
progress {
    display: inline-block;
}

body {
    background: #fff;
}

input::-webkit-input-speech-button {
    display: none
}

a,
button,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.clearfix:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
    /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

.fl {
    float: left;
}


/* header */

.zyz-sy {
    width: 7.5rem;
}

.fr {
    float: right;
}

@media (min-width:) {}


/* 通用样式 */

* {
    box-sizing: border-box;
}

nav.flex {
    display: flex;
    background: #fff;
}

body {
    background-color: rgba(245, 245, 245, 1);
}

.grid {
    padding: 0 .24rem;
}

.content {
    background: #fff;
    padding-top: .38rem;
}


/* 详情 */

.content .article {
    padding: 0 .24rem;
}

.content .article h3 {}

.content .article-header h3 {
    font-size: .45rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000;
    line-height: .6rem;
    padding: .3rem 0;
}

.content .article-header p {
    color: #999999;
    font-size: .26rem;
}

.content .article-header p span {
    margin-right: .2rem;
}

.content .article {}

.content .article-tip {
    font-size: .3rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(90, 174, 163, 1);
    line-height: .42rem;
    position: relative;
    padding: .24rem 0 .3rem 0;
}

.content .article-tip:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.02rem;
    width: 1.51rem;
    height: 0.01rem;
    background: rgba(238, 238, 238, 1);
}

.content .article-tip span.time {
    color: #999999;
    margin-left: .18rem;
}

.content .article-box {
    padding: .14rem 0 .28rem;
    text-align: center;
    /* text-indent: 2em; */
}

.content .article-box p {
    line-height: .5rem;
    font-size: .32rem;
    letter-spacing: 0.03rem;
    margin-bottom: .2rem;
    text-align: left;
}

.content .article-box img {
    width: auto;
    max-width: 100%;
    margin-bottom: .20rem;
}


/* 精彩推荐*/

.content h3.title {
    position: relative;
    font-size: .3rem;
    color: #e71b2b;
    text-align: center;
    font-weight: normal;
    line-height: 1.03rem;
    height: 1.03rem;
}

.content h3.title:before,
.content h3.title:after {
    position: absolute;
    content: "";
    top: 50%;
    width: 31%;
    height: 1px;
    background: #d2d2d2;
    left: 0rem;
}

.content h3.title:after {
    right: 0;
    left: inherit;
}

.content .jctj {
    background: #eeeeee;
    padding: 0 .24rem .17rem;
}

.content .jctj li {
    background: #fff;
    margin-bottom: .23rem;
    border-radius: .1rem;
}

.content .jctj li .box {
    display: flex;
    justify-content: space-between;
    padding: .15rem 0 0.15rem .26rem;
}

.content .jctj li .box .text {
    /* margin-right: .25rem; */
    flex: 1;
}

.content .jctj li .box .text h3 {
    font-size: .34rem;
    line-height: .44rem;
    font-weight: normal;
    white-space: normal;
    word-break: break-all;
}

.content .jctj li .box .text p {
    display: flex;
    justify-content: space-between;
    font-size: .22rem;
    margin-top: .25rem;
    color: #999999;
}

.content .jctj li .box img {
    width: 2.33rem;
    height: 1.44rem;
    border-radius: 19px;
    border-radius: .1rem;
    word-wrap: break-word;
}

.content .jctj li .box .img {
    padding: 0 .25rem;
}

.content .zxpl {
    padding: 0 .24rem .17rem;
}

.content .zxpl-box {
    display: flex;
    justify-content: left;
    padding-bottom: 0.24rem;
}

.content .zxpl-box+.zxpl-box {
    border-top: .1rem solid #f4f4f4;
    padding-top: 0.24rem;
}

.content .zxpl-img {
    margin-right: .2rem;
    flex: 1;
}

.content .zxpl-img img {
    width: 100%;
    height: .77rem;
    border-radius: 50%;
}

.content .zxpl-text {
    flex: 8;
}

.content .zxpl-text .name {
    color: #747474;
    font-size: .26rem;
}

.content .zxpl-text h3 {
    font-size: .32rem;
    font-weight: normal;
    margin-bottom: .2rem;
    word-wrap: break-word;
    word-break: break-all;
}

.content .zxpl-text .zxpl-reply {
    background: #f6f7f9;
    padding: .1rem .2rem;
    font-size: .28rem;
    margin: 0 0 .3rem;
    border-radius: .1rem;
}

.content .zxpl-text .time {
    font-size: .22rem;
    color: #999999;
}

.content .zxpl-text .zxpl-reply a {
    color: #5b6b7f;
}

.content .zxpl-text .zxpl-reply p {
    margin: 0.08rem 0;
}

.content .zxpl-more {
    text-align: center;
    font-size: .22rem;
}

.content .zxpl-more span {
    color: #e33638;
    font-family: SimSun;
    font-weight: bold;
    display: inline-block;
    margin-left: .05rem;
    margin-bottom: .18rem;
}

footer {
    background-color: #a60123;
    padding: .40rem .48rem .36rem;
    text-align: center;
}

footer img {
    width: 1.68rem;
    height: 0.62rem;
}

footer p {
    color: #fff;
    font-size: .26rem;
    line-height: .36rem;
    text-align: left;
    margin-bottom: .3rem;
}

@media (min-width:750px) {
    body {
        width: 750px;
        margin: 0 auto;
    }
}

.content .jctj li.style3 .box {
    display: block;
    padding: .15rem 0.26rem 0.15rem .26rem;
}

.content .jctj li.style3 .box .img {
    padding: 0;
    margin-top: .05rem;
}

.content .jctj li.style3 .box img {
    width: 100%;
    height: 100%;
}

.content .jctj li.style3 .box .text p {
    margin-top: .05rem;
}

.content .jctj li.style1 .box {
    display: block;
    padding: .15rem 0.26rem 0.15rem .26rem;
}

.content .jctj li.style1 .box .img {
    padding: 0;
    margin-top: .05rem;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

.content .jctj li.style1 .box img {
    width: 31%;
    margin-right: .2rem;
    flex: 1;
}

.content .jctj li.style1 .box .text p {
    margin-top: .05rem;
}

.content .jctj li.style2 .box {
    padding: .15rem 0.26rem 0.15rem .26rem;
}

.content .jctj li .box .text p .soures {
    width: 4.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content .jctj li.style0 .box .text p .soures {
    width: 2.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 焦点轮播图css */

.focus,
.focus .pic {
    position: relative;
    width: 100%;
    height: 4rem;
    margin-top: .1rem;
    margin-bottom: .1rem;
}

.focus .pic>div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.focus .pic img {
    height: 100%;
}

.focus .navi {
    position: absolute;
    bottom: .14rem;
    right: 0;
    z-index: 9;
    text-align: right;
    padding: 0 10px;
    margin-bottom: 4px\9;
}

.focus .navi li {
    float: left;
    width: 9px;
    height: 9px;
    margin: 0 2px;
    font: 0/0 lx;
    border: 1px solid #fff;
    color: transparent;
    border-radius: 100px;
    transition: all .3s;
}

.focus .navi li.on {
    background-color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.focus .swiper-pagination-bullet {
    border: 1px solid #fff;
    background: #fff;
    opacity: 1;
}

.focus .swiper-pagination-bullet-active {
    border: 1px solid #f39800;
    background-color: #f39800;
}

.content .article-box .dzsl {
    text-align: center;
    line-height: .1rem;
    color: #e35050;
    font-size: .2rem;
    font-weight: 700;
}

.content .article-box .dzpt img {
    width: .7rem;
}

#video {
    height: 4rem;
}

.video-js {
    height: 4rem;
}

#audioDom {
    display: none;
}

.btn-audio {
    position: relative;
    width: .3rem;
    height: .3rem;
    display: inline-block;
    top: .05rem;
}

.btn-audio:after {
    content: "";
    width: .3rem;
    height: .35rem;
    position: absolute;
    /* left: 7px; */
    /* top: 7px; */
    background: url(../images/audio.png) no-repeat;
    top: -0.00rem;
    background-size: .3rem .3rem;
}

.btn-audio-play:after {
    content: "";
    width: .3rem;
    height: .35rem;
    position: absolute;
    /* left: 7px; */
    /* top: 7px; */
    background: url(../images/audio.gif) no-repeat;
    top: -0.00rem;
    background-size: .3rem .3rem;
}

.wplqsf {
    font-size: .28rem;
    text-align: center;
    margin-bottom: .1rem;
    color: #666;
}

.pinch-zoom-container {
    height: 100% !important;
    overflow: revert !important;
}

.big_img {
    position: fixed;
    z-index: -1;
    opacity: 0;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.big_img .swiper-container2 {
    position: relative;
    width: 100%;
    height: 100%;
}

.big_img .swiper-container2 .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.big_img .swiper-slide {
    width: 100%;
    height: 100%;
    display: table
}

.big_img .swiper-slide .cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.big_img .swiper-slide img {
    max-width: 90%;
    max-height: 80%;
    margin: 0 auto;
    position: relative !important;
}

.big_img .swiper-pagination2 {
    position: absolute;
    top: 0.2rem;
    text-align: center;
    width: 100%;
}

.big_img .swiper-pagination2 span {
    margin: 0 0.05rem;
}