.footer@charset "UTF-8";
/* CSS Document */
body {
    -webkit-font-smoothing: antialiased;
    background: #f1f2f5
}

element {
    -webkit-touch-callout: none;
}

element {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

html, div {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
}

body, html, ol, ul, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, form, input, textarea, select, header, footer {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    font-family: PingFang SC, Lantinghei SC, Roboto, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans
}

div, span, a, header {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: ignore;
    -moz-user-select: none;
    word-wrap: break-word
}

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}

a {
    color: #333;
    text-decoration: none
}


li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

.c {
    clear: both
}

/*input{ border:0; -webkit-appearance:none;}*/
input {
    border: 0
}

.none {
    display: none
}

em, i {
    font-style: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}

body {
    min-width: 320px;
    max-width: 750px;
    margin: 0 auto;
    height: 100%
}

a, button, input, textarea, ul, li, select, option, article {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
/* -------------------- 头部 -------------- */
.header{
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    height: 2rem;
    line-height: 2rem;
    background: #fff;
    z-index: 1000;
    padding: 0 5%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.header .cent{
    display: block;
    flex: 1;
    border: 1.5px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1.5rem;
    margin: .2rem 1rem 0px;
    padding:0px 10px;
    border-radius: 5px;
}
.header .cent div{
    font-size: 14px;
    color: #555;
}
.header .cent img{
    width: .85rem;
    height: .85rem;
}
.header a img{
    width: .8rem;
    height: .8rem;
}
.header ul.menulist {
    display: none;
    position: absolute;
    z-index: 500;
    width: 5rem;
    height: auto;
    right: 0px;
    top: 2.2rem;
    -webkit-border-radius: 3px;
    background:white;
    text-align: left;
    box-shadow: 0px 0px 2rem 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
.header ul.menulist li {
    float: none;
    width: auto;
}
.header ul.menulist a {
    display: block;
    width: 4rem;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
    background: none;
    color:#333;
    line-height: 2rem;
    font-size: 16px;
}



/*-------------------新闻资讯 详情--------------------------*/
.titleBox{
    width: 90%;
    margin: 1.4rem auto 0px;
}
.titleBox h1{
    font-size: 22px;
    color: #222;
    line-height: 1.8;
}
.titleBox .author{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #eee;
    padding-bottom: .6rem;
    padding-top: .4rem;
}
.titleBox .author .lef{
    display: flex;
    align-items: center;
}
.titleBox .author .lef img{
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    margin-right: 10px;
}
.titleBox .author .lef .name{
   font-size: 14px;
   color: #888;
}
.titleBox .author .pubTime{
    font-size: 14px;
    color: #888;
}
.article_detail {
    width: 90%;
    padding: 0 5% 0 5%;;
    font-size: 0.6rem;
    background: #ffffff;
}

.article_detail strong, .article_detail span, .article_detail p, .article_detail font {
    font-family: "Microsoft Yahei" !important;
    font-size: 14px !important
}

.article_detail #lianjie {
    color: #ff4a00 !important;
    text-decoration: underline
}

.article h2 {
    margin: 3% 0;
    font-size: .6rem;
    line-height: 1.5
}

.article {
    font-family: "Microsoft Yahei" !important;
    text-align: justify;
    line-height: 24px;
    font-size: .58rem !important;
    padding-top: .4rem
}

.article p {
    font-size: 14px !important;
    color: #555 !important
}

.article iframe {
    width: 94% !important;
    height: auto !important
}

.article img,.article video {
    display: block;
    width: 99% !important;
    text-align: center;
    height: auto !important;
    margin: .5rem auto !important;
}

.article img[src*="loading.gif"]{
    display: block;
    text-align: center;
    width: 10%!important;
    height: auto!important;
    margin: 0 auto;
}



.breadcrumb{
    margin-top: 1rem;
    font-size: 14px;
    color: #000;
}

.article_detail .page-turn{
    margin-top: 1.2rem;
    padding: 15px 0px;
    border-bottom: 5px solid #eee;
    border-top: 5px solid #eee;
}
.article_detail .page-turn li {
    padding: .4rem 0;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.article_detail .page-turn li a {
    color: #000
}



/*****演出资讯的相关联产品*****/
.guanlian {
    width: 94%;
    padding: 3%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    margin-top: 10px;
}

.guanlian .yanchu {
    position: relative;
    left: 0;
    right: 0
}

.guanlian .left_img {
    position: absolute;
    left: 0
}

.guanlian .left_img img {
    width: 4.5rem !important;
    height: 6rem !important;
    border-radius: 5px
}

.guanlian .yc_right_wenzi {
    margin-left: 5.2rem
}

.guanlian .yc_right_wenzi h2 {
    margin-bottom: .3rem;
    height: 1rem;
    line-height: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: inline-block;
    font-size: .635rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.guanlian .yc_right_wenzi h2 a {
    color: #000;
}

.guanlian .yc_right_wenzi li {
    word-break: break-all;
    margin-bottom: .3rem;
    font-size: .54rem;
    color: #787878
}

.guanlian .yc_right_wenzi li a{
    color: #787878;
}

.guanlian .yc_right_wenzi li a.ycgoumai {
    display: inline-block;
    font-size: .56rem;
    background: #ff4200;
    border-radius: 5px;
    padding: .25rem .6rem;
    color: #fff;
    margin-top: .2rem
}

/*****资讯的相关推荐*****/
.recommend{
    margin-top: 1rem;
}
.recommend h2 {
    font-size: 16px;
    color: #ff8226;
    line-height: 2rem
}

.recommend li {
    width: 45%;
    display: inline-block;
    /* margin: 0 2%; */
    font-size: 0;
}
.recommend li:nth-child(2n){
    margin-left: 4%;
}
.recommend li:nth-child(2n-1){
    margin-right: 4%;
}

.recommend li a {
    line-height: 2rem;
    display: inline-block;
    width: 100%;
    font-size: .58rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recommend li:last-child {
    border-bottom: 0
}
blockquote {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 1em 5px;
    padding: .5em 10px;
    quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote p {
    word-break: break-all;
    text-indent: 0 !important
}
blockquote a {
    text-decoration: underline;
    color: #ff4a00
}
.article h2 {
    clear: both;
}
.article p {
    line-height: 200%;
    width: 100% !important
}

.article p a {
    color: #ff4200;
    text-decoration: underline
}

.article  table {
    width: 100% !important;
    margin:10px auto !important;
    border-collapse:collapse;
}
.article table td{
    border-width:1px;
    border-color: rgb(221, 221, 221) !important;
    border-style:solid
}
.nwechat {
    text-align: center
}
.go-top {
    display: none;
    width: 1.8rem;
    height: 1.8rem;
    background: url(https://m.huanghepiao.com/skin/default/images/topup.png);
    background-size: cover;
    position: fixed;
    bottom: 2.5rem;
    right: .5rem;
    z-index: 200;
    opacity: .7;
}

/**底部 css 的底部 */

.footer {
    width: 92%;
    padding: 0.6rem 4% 1rem 4%;
    text-align: center;
    position: relative;
    float: left;
    margin-bottom: 2rem;
}

.footer .nav {
    font-size: 0;
    margin-top: 0.5rem;
    text-align: center;
    color: #333
}

.footer .nav span {
    position: relative;
    display: inline-block;
    font-size: 0.58rem
}

.footer .nav a {
    color: #333
}

.footer .nav .n1 {
    width: 25%
}
.footer .nav .n2 {
    margin-left: 3%
}
.footer .nav .n3 {
    width: 18%
}
.footer .nav .n2 a {
    color: #ff4200;
    border-bottom: 1px solid #ff4200
}
.footer .nav b {
    width: 1px;
    height: 0.7rem;
    background: #cecece;
    float: left;
    position: absolute;
    right: 0;
    top: .1rem
}

.footer .copyright {
    width: 100%;
    text-align: center;
    font-size: 0.5rem;
    color: #cdcdcd;
    margin-top: .6rem;
    text-shadow: 0 1px 0 #fff;
}

.work-time {
    margin-top: .5rem;
    font-size: .58rem;
    color: #333
}

.license {
    color: #cdcdcd;
    font-size: 0.5rem;
    margin-top: .3rem;
    display: block;
}

/**
2021.01.11 app下载样式
 */
.downloadApp{
    position: relative;
    height: 1.92rem;
    width: 100%;
    background-image: url("/skin/default/images/downloadbj.jpg");
    background-repeat:no-repeat;
    background-size:100% 100%;
    display: block !important;
    z-index: 100;
}
.downloadApp .close{
    height: 100%;
    width: 30%;
    position: absolute;
    left: 0px;
    z-index: 101;
}
.downloadApp .down{
    height: 100%;
    width: 40%;
    position: absolute;
    z-index: 101;
    right: 0px;
}





