
#HUI_Header {
    background: #F8F8F8;
}

#HUI_Back {
    color: #000;
}

#title {
    margin: 50px 50px 0 33px;
    color: #333;
    font-size: 34px;
    /*font-family:'PingFangSC-Semibold';*/
    text-align: justify;
    font-weight: 600;
    line-height: 1.3;
}
.desp{
    margin: 25px 50px 0px 33px;
    padding-bottom: 14px;
    overflow-x: hidden;
    border-bottom: 1px solid #dedede;
}
#mediaName {
    color: #b3b3b3;
    line-height: 24px;
    font-size: 14px;
    float: left;
    margin-left: 10px;
}
#authorName{
    color: #b3b3b3;
    line-height: 24px;
    font-size: 14px;
    float: left;
    margin-left: 10px;
}

#publishTime {
    margin-left: 10px;
    color: #b3b3b3;
    line-height: 24px;
    font-size: 14px;
    float: left;
}
.original{
    float: right;
    margin-top: 12px;
    font-size: 15px;
    margin-right: 12px;
}
.original>a {
    /*float: right;*/
    color: #406599;
    line-height: 14px;
    font-size: 14px;
    position: relative;
}
.original>img{
    width: 8px;
    height: 12px;
    /* float: right; */
    margin-top: 10px;
    padding-left: 10px;
}

.no-rong{
    margin-right:50px;
    margin-bottom: 30px;
}
#content {
    /*width: 100%;*/
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 27px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0;
    overflow-x: hidden;
    font-weight: 100;
    color: #333;
    margin: 30px 50px 0px 33px;
}

#content * {
    line-height: 1.75;
    font-size: 18px;
    color: #222;
    padding: 0;
    text-align: justify;
    text-justify: inter-ideograph;
    font: normal 18px/200% "微软雅黑";
}

#content p {
    margin: 15px 0;
}
#content p.txt {
    /*text-indent: 2em;*/
}
#content p.pic {
    padding: 0;
}

#content img {
    width: 100%;
    box-sizing: border-box;
}
#btns{
    display: none;
    padding-bottom: 35px;
}
.btn-group{
    text-align: center;
}
.btn-group .button:nth-child(1){
    margin-right: 30px;
    margin-top: 34px
}
.btn-group .button{
    width: 114px;
    height: 36px;
    display: inline-block;
    line-height: 34px;
    border-radius: 18px;
    text-align: center;
    cursor: pointer;
}
.btn-group .button#zan{
    border: solid 1px #c82d27;
}
.btn-group .button#no-like{
    border: solid 1px #999;
}
.btn-group .button.active#zan{
    background: #c82d27;
}
.btn-group .button.active#no-like{
    background: #999;
}
.btn-group .button>span{
    font-size: 14px;
}
.btn-group .button#zan>span{
    color: #c82d27;
}
.btn-group .button#no-like>span{
    color: #999;
}
.btn-group .button#zan.active>span{
    color: #fff;
}
/*.btn-group .button>span:before{
    content: '';
    position: absolute;
    width: 16px;
    height: 12px;
    background-image: url('img/zan.png');
    background-position: 0 0 ;
    top:0;
    left: 0;
}*/
.btn-group .button>img{
    /*height: 16px;
    vertical-align: text-top;*/
    vertical-align: middle;
    padding-right: 8px;
}
/*
#share {
    position: absolute;
    z-index: 20;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    display: none;
}
*/
#toShare {
    margin-top: 45px;
}



@media screen and (min-width: 768px) {
    .HUI_Wrap {
        width: auto;
        padding: 0 1%;
    }
}

@media screen and (max-width: 767px) {
    .HUI_Wrap {
        width: 100%;
    }
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 16px;
}

@keyframes HUI_FadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes HUI_FadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes HUI_FadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes HUI_FadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1
    }
}

@keyframes HUI_FadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes HUI_FadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes HUI_FadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes HUI_FadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0
    }
}

@keyframes HUI_MaskShow {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.5
    }
}

@-moz-keyframes HUI_MaskShow {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.5
    }
}

@-webkit-keyframes HUI_MaskShow {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.5
    }
}

@-o-keyframes HUI_MaskShow {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.5
    }
}

@keyframes HUI_Toast {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes HUI_Toast {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes HUI_Toast {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes HUI_Toast {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0
    }
}

@keyframes HUI_Nav_Menus {
    0% {
        right: -200px;
    }
    100% {
        right: 0px
    }
}

@-moz-keyframes HUI_Nav_Menus {
    0% {
        right: -200px;
    }
    100% {
        right: 0px
    }
}

@-webkit-keyframes HUI_Nav_Menus {
    0% {
        right: -200px;
    }
    100% {
        right: 0px
    }
}

@-o-keyframes HUI_Nav_Menus {
    0% {
        right: -200px;
    }
    100% {
        right: 0px
    }
}

@keyframes HUI_ProgressIng {
    0% {
        width: 1%;
    }
    100% {
        width: 100%
    }
}

@-moz-keyframes HUI_ProgressIng {
    0% {
        width: 1%;
    }
    100% {
        width: 100%
    }
}

@-webkit-keyframes HUI_ProgressIng {
    0% {
        width: 1%;
    }
    100% {
        width: 100%
    }
}

@-o-keyframes HUI_ProgressIng {
    0% {
        width: 1%;
    }
    100% {
        width: 100%
    }
}

@keyframes HUI_Loading {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes HUI_Loading {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes HUI_Loading {
    0% {
        -moz-transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(180deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes HUI_Loading {
    0% {
        -o-transform: rotate(0deg);
    }
    50% {
        -o-transform: rotate(180deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@-webkit-keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

@keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

.HUI_Range input[type='range']::-webkit-slider-thumb {
    width: 38px;
    height: 30px;
    border: none;
    background-color: #D43D3D;
    background-clip: padding-box;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 2px;
}



.slideup{
    animation: slideup 1s;
    -moz-animation: slideup 1s; /* Firefox */
    -webkit-animation: slideup 1s;  /* Safari 和 Chrome */
    -o-animation: slideup 1s;   /* Opera */
    animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
}
@keyframes slideup{0% {transform:translateY(0);}100% {transform:translateY(-400px);}}
@-moz-keyframes slideup{0% {transform:translateY(0);}100% {transform:translateY(-400px);}}
@-webkit-keyframes slideup{0% {transform:translateY(0);}100% {transform:translateY(-400px);}}
@-o-keyframes slideup{0% {transform:translateY(0);}100% {transform:translateY(400px);}}
.slidedown{
    animation: slidedown 1s;
    -moz-animation: slidedown 1s; /* Firefox */
    -webkit-animation: slidedown 1s;  /* Safari 和 Chrome */
    -o-animation: slidedown 1s;   /* Opera */
    animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
}
@keyframes slidedown{0% {transform:translateY(-400px);}100% {transform:translateY(0);}}
@-moz-keyframes slidedown{0% {transform:translateY(-400px);}100% {transform:translateY(0);}}
@-webkit-keyframes slidedown{0% {transform:translateY(-400px);}100% {transform:translateY(0);}}
@-o-keyframes slidedown{0% {transform:translateY(-400px);}100% {transform:translateY(0);}}
.more-share{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index:100;
    background-color: #f5f5f5;
    bottom: -400px;
}
.more-share .choose{
    text-align: center;
    font-size: 18px;
    margin: 12px 0;
    width: 100%;
    padding: 8px 0;
    color: #757575;
}
.more-share .share_cancel{
    height: 20px;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    width: 100%;
    padding: 12px 0;
    margin-left: 0;
    margin-right: 0;
}
.more-share div{
    float: left;
    width: calc(25% - 20px);
    text-align: center;
    margin: 0 10px;
}
.more-share>div>a{
    width: 50px;
    height: 50px;
    border: solid 1px #cdcdcd;
    border-radius: 50px;
    box-sizing: border-box;
    display: block;
    line-height: 50px;
    margin: 0 auto;
}
.more-share>div img {
    width: 66%;
    margin-top: 17%;
}
.more-share p {
    line-height: 22px;
    color: #ccc;
    font-size: 12px;
    margin-bottom: 12px;
}

#dropdownrefresh_content_onerow{
    overflow: hidden;
}
#dropdownrefresh_content_onerow li{
    position: relative;
    border-top: 1px solid #f8f8f8;
    margin:0 10px;
}
.leftImg{
    width:20%;
}
.leftImg img{
    width:100%;
}
.centerTitle{
    width:50%;
    overflow:hidden;
}
.rigthOpen{
    width:30%;
}
.swiper-slide div{
    float:left;
}
.swiper-container{
    z-index:99999;
    width:100%;
    background:#f8f8f8;
    top:55px;
}
.swiper-wrapper{
    padding-top:25px;/**/
    font-size:18px;
    background:#f8f8f8;
    line-height:40px;
    text-align: center;
}
.parameter{
    display:none;
}
ul li:last-child{
    border-bottom: none !important;
}


/*下载二维码*/
#qrcode{
    margin-top: 12px;
}
#qrcode #qrcode_desc {
    text-align: center;
    color: #ccc;
}
#qrcode hr {
    width: 35%;
    display: inline-block;
    float: left;
    color: red;
    margin-top: 10px;
}
.qrcode{
    width: 175px;
    margin: 24px auto;
}
.qrcode img{
    width: 100%;
}

/*add by limingyan*/
.fusionNo{
    color:#c82d27;
    font-size: 12px;
    padding: 3px 5px;
    border:1px solid #c82d27;
    float: left;
}
.keyContent{
    margin: 30px 50px 30px 33px;
    font-size: 14px;
    background: #f7f7fa;
    border-left: 3px solid #9d9e9b;
}
.keyName{
    color: #406599;
}
.keySlash{
    color: #999;
    padding: 0px 8px;
}
.keyText{
    color: #999; 
}
.newsFrom{
    color: #b3b3b3;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    margin: 10px;
    font-size: 14px;
}
.newsFromName{
    color: #f95759;
}

.relative-news{
    color: #c82d27;
    font-size: 16px;
    border-left: 3px solid #c82d27;
    margin-top: 30px;
    margin-bottom: 18px;
    font-weight: bold;
}
.relative-text{
    color: #c82d27;
    padding-left: 10px;
    font-size:20px;
    cursor: pointer;
}