*{margin:0;padding:0;}
a{text-decoration:none;}
a img{border:none;}
a:focus{outline:none;}
a:link,
a:visited,
a:hover,
a:active{text-decoration:none;}
img{border:none;}
input,
select,
textarea{outline:0;}
textarea{resize:none;}
table{border-collapse:collapse;border-spacing:0;}
var,
em{font-weight:normal;font-style:normal;}
ul,
ol,
dl{list-style:none;}
@media only screen and (max-width:750px){
    .g-mobile .g_pub_header_box,
    .g-mobile .g_pub_footer_box{width:100%!important;max-width:100%!important;min-width:100%!important;}
    .g-mobile .m_head_nav,
    .g-mobile .m_foot_nav{display:none;}
    .g-mobile .g_pub_footer{height:auto!important;zoom:1!important;}
    .g-mobile .g_pub_footer:after{content:""!important;display:block!important;clear:both!important;}
    .g-mobile .g_pub_footer .u_logo.foot{width:100%;margin-left:0;}
}
body{
    background-color: #ffdec6;
}
img{vertical-align:top;}

.g-header img {
    vertical-align: middle;
}
.f-search .u-btn,
.f-search .u-btn:foucs {
    outline: none;
}
.conw {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.g-header {
    margin: 0;
}
.share a {
    opacity: 0.8;
}
.g-wrap {
    width: 100%;
    font-family: "microsoft yahei";
    background: #ffdec6 url(../images/con_bg.jpg) bottom center no-repeat;
}
.g-wrap .m-titleBox {
    width: 1140px;
    padding: 50px 30px 50px;
    font-size: 18px;
    line-height: 34px;
    margin: 0 auto;
}
.g-wrap .m-titleBox .u-title {
    font-size: 30px;
    color: #443b35;
    text-align: center;
    font-weight: bold;
}
.g-wrap .m-titleBox .u-tips {
    text-align: center;
    font-size: 14px;
    color: #8c7374;
    margin: 8px 0 12px 0;
    padding-bottom: 10px;
    border-bottom: 1px dotted #bd9f89;
}
.g-wrap .m-titleBox .u-tips:after {
    content: "";
    display: block;
    clear: both;
}
.g-wrap .u-tips .m-con-source {
    padding-left: 147px;
}
.g-wrap .u-tips .m-share {
    float: right;
}
.g-wrap .g-audio-wrap {
    display: none;
    width: 100%;
    height: 215px;
    background: url(../images/con_audio_bg.png) top center no-repeat;
}
.g-wrap .g-audio {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 180px;
    position: relative;
}
.g-wrap .g-audio #MultiAttachPh {
    display: none !important;
}
.g-wrap .g-audio .m-theme {
    position: absolute;
    width: 970px;
    padding: 0 60px 0 170px;
    top: 40px;
    left: 0px;
    z-index: 1;
    text-align: center;
}
.g-wrap .g-audio .m-theme .m-name {
    font-size: 30px;
    font-weight: bold;
    color: #ffd4a1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.g-wrap .g-audio .m-theme .m-abstract {
    font-size: 20px;
    color: #FFF;
    padding-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.g-wrap .g-audio .audiojs {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.g-wrap .g-audio .audiojs .play-pause {
    position: absolute;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    width: 130px;
    height: 130px;
    cursor: pointer;
    top: 30px;
    left: 10px;
    overflow: hidden;
    z-index: 9;
}
.g-wrap .g-audio .audiojs .play-pause p {
    display: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.g-wrap .g-audio .audiojs .play-pause .loading,
.g-wrap .g-audio .audiojs .play-pause .error {
    display: none !important;
}
.g-wrap .g-audio .audiojs .play-pause .play {
    display: block;
    background: url(https://imgculture.gmw.cn/58794.files/images/icon-play1.png) center no-repeat;
}
.g-wrap .g-audio .audiojs .play-pause .pause {
    background: url(https://imgculture.gmw.cn/58794.files/images/icon-pause1.png) center no-repeat;
}
.g-wrap .g-audio .audiojs .scrubber {
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    position: absolute;
    width: 920px;
    background: #a0a0a0;
    height: 4px;
    top: 116px;
    left: 213px;
    cursor: pointer;
}
.g-wrap .g-audio .audiojs .scrubber .progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 0;
    background: #FFF;
    z-index: 9;
}
.g-wrap .g-audio .audiojs .scrubber .progress:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FFF;
    right: -6px;
    top: -4px;
}
.g-wrap .g-audio .audiojs .scrubber .loaded {
    position: absolute;
    top: 0;
    left: 0;
    height: 0.25rem;
    width: 0;
    background: #a0a0a0;
}
.g-wrap .g-audio .audiojs .time {
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    position: absolute;
    top: 126px;
    right: 70px;
    color: #e8e8e8;
    font-size: 16px;
}
.g-wrap .g-audio .audiojs .time strong {
    font-weight: normal;
}
.g-wrap .g-audio .audiojs.playing .play,
.g-wrap .g-audio .audiojs.playing .loading,
.g-wrap .g-audio .audiojs.playing .error {
    display: none;
}
.g-wrap .g-audio .audiojs.playing .pause {
    display: block;
}
.g-wrap .g-audio .audiojs .error-message,
.g-wrap .g-audio .audiojs .error {
    display: none;
}
.g-wrap .g-audio .audiojs .error-message .error-message,
.g-wrap .g-audio .audiojs .error .error-message,
.g-wrap .g-audio .audiojs .error-message .error,
.g-wrap .g-audio .audiojs .error .error,
.g-wrap .g-audio .audiojs .error-message .time,
.g-wrap .g-audio .audiojs .error .time,
.g-wrap .g-audio .audiojs .error-message .play,
.g-wrap .g-audio .audiojs .error .play,
.g-wrap .g-audio .audiojs .error-message .pause,
.g-wrap .g-audio .audiojs .error .pause,
.g-wrap .g-audio .audiojs .error-message .scrubber.loading,
.g-wrap .g-audio .audiojs .error .scrubber.loading {
    display: none;
}
.g-wrap .g-audio .u-retreat,
.g-wrap .g-audio .u-advance {
    width: 35px;
    height: 20px;
    position: absolute;
    top: 108px;
    left: 166px;
    z-index: 9;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    background-image: url("https://imgculture.gmw.cn/58794.files/images/icon-retreat1.png");
    background-position: center;
    background-repeat: no-repeat;
}
.g-wrap .g-audio .u-advance {
    left: auto;
    right: 20px;
    background-image: url("https://imgculture.gmw.cn/58794.files/images/icon-advance1.png");
}
.g-wrap .m-text {
    width: 1140px;
    padding: 10px 30px 60px;
    font-size: 18px;
    line-height: 34px;
    margin: 0 auto;
    color: #292016;
}
.g-wrap .g-video {
    width: 1140px;
    margin: 0 auto 10px;
    display: none;
}
.g-wrap .m-text img {
    max-width: 94%;
    height: auto !important;
}
.g-wrap .m-con-time {
    padding-left: 15px;
}
.g-wrap .u-tips a {
    color: #897374;
}
.g-wrap .m-text .m-liability {
    text-align: right;
}
.g-wrap .m-text .u-titlePic {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.g-wrap .m-text .u-titlePic img {
    width: 902px;
}
.m-link {
    width: 1200px;
    display: block;
    text-align: center;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #fff;
    background: #d84059;
    border-radius: 5px;
    margin: 0 auto;
}

@media only screen and (max-width: 750px) {
    .g-wrap {
        background: #ffe4d0;
        padding-bottom: 0.2rem;
    }
    .m-channel-head .m-logo {
        margin: 4px 0 0 5px;
    }
    .m-channel-head .m-to-pc,
    .m-channel-head .m-to-mob {
        display: none;
    }
    .g-mobile .m-mobile-nav .m-navTitle {
        margin: 10px 0 20px 0;
    }
    .g-mobile .m-mobile-nav #u-navClose {
        margin-top: 10px;
    }
    .g-mobile .m-mobile-nav li {
        font-size: 14px;
        height: 34px;
    }
    .g-mobile .m-mobile-nav .m-navTitle h1 {
        font-size: 16px;
    }
    .g-mobile .m-mobile-nav #u-navClose img {
        width: 19px;
        height: 19px;
    }
    .g-wrap .m-titleBox {
        width: 94%;
        font-size: 0.65rem;
        line-height: 1.2rem;
        padding: 1.2rem 3% 0.2rem;
    }
    .g-wrap .m-titleBox .u-title {
        font-size: 0.8rem;
    }
    .g-wrap .m-titleBox .u-tips {
        font-size: 0.4rem;
        text-align: left;
        margin: 0.1rem 0 0.3rem 0;
        padding: 0 0 0.4rem 0;
        position: relative;
    }
    .g-wrap .g-audio-wrap {
        background: none;
        height: auto;
    }
    .g-wrap .g-audio {
        width: 100%;
        height: auto;
        padding-top: 0rem;
        overflow: hidden;
    }
    .g-wrap .g-audio .m-theme {
        position: static;
        width: 100%;
        padding: 0;
    }
    .g-wrap .g-audio .m-theme .m-name {
        color: #c59760;
        font-size: 0.8rem;
        display: none;
    }
    .g-wrap .g-audio .m-theme .m-abstract {
        color: #424242;
        font-size: 0.65rem;
    }
    .g-wrap .g-audio .audiojs {
        margin-top: 1rem;
        height: 5.75rem;
    }
    .g-wrap .g-audio .audiojs .play-pause {
        width: 4.375rem;
        height: 4.375rem;
        top: 0;
        left: 5.925rem;
    }
    .g-wrap .g-audio .audiojs .play-pause .play {
        background: url("https://imgculture.gmw.cn/58794.files/images/icon-play2.png") center no-repeat;
        background-size: 100%;
    }
    .g-wrap .g-audio .audiojs .play-pause .pause {
        background: url("https://imgculture.gmw.cn/58794.files/images/icon-pause2.png") center no-repeat;
        background-size: 100%;
    }
    .g-wrap .g-audio .audiojs .scrubber {
        width: 15.0rem !important;
        height: 3px;
        border-radius: 2px;
        top: auto;
        bottom: 3px;
        left: 0.5rem;
    }
    .g-wrap .g-audio .audiojs .scrubber .progress {
        height: 3px;
        background: #f3802b;
    }
    .g-wrap .g-audio .audiojs .scrubber .progress:after {
        width: 9px;
        height: 9px;
        right: -3px;
        top: -3px;
        background: #f3802b;
    }
    .g-wrap .g-audio .audiojs .scrubber .loaded {
        height: 3px;
        max-width: 100% !important;
    }
    .g-wrap .g-audio .audiojs .time {
        font-size: 0.4rem;
        top: auto;
        bottom: 0.5rem;
        right: 0.5rem;
        color: #fff5ed;
    }
    .g-wrap .g-audio .u-retreat,
    .g-wrap .g-audio .u-advance {
        width: 2.65rem;
        height: 2.65rem;
        left: 1.35rem;
        top: auto;
        bottom: 2.1rem;
        background-image: url("https://imgculture.gmw.cn/58794.files/images/icon-retreat2.png");
        background-size: 100%;
    }
    .g-wrap .g-audio .u-advance {
        left: auto;
        right: 1.35rem;
        background-image: url("https://imgculture.gmw.cn/58794.files/images/icon-advance2.png");
    }
    .g-wrap .g-video {
        width: 94%;
        margin: 0.4rem auto 0;
    }
    .g-wrap .m-text {
        width: 94%;
        font-size: 0.65rem;
        line-height: 1.2rem;
        padding: 1rem 3% 1rem;
    }
    .g-wrap .u-tips span {
        padding: 0;
        display: block;
        line-height: 0.8rem;
        padding-left: 0.2rem;
    }
    .g-wrap .u-tips .m-con-source {
        padding-left: 0.2rem;
    }
    .g-wrap .u-tips .m-share {
        float: none;
        position: absolute;
        top: 0;
        right: 0;
    }
    .g-wrap .u-tips .m-share .share {
        position: static;
    }
    .g-wrap .m-text .u-titlePic {
        margin-top: 1rem;
        overflow: hidden;
    }
    .g-wrap .m-text .u-titlePic img {
        width: 110%;
        max-width: 110%;
        margin-left: -4.8%;
    }
    .m-iframe {
        height: 12.5rem;
    }
    .m-link {
        width: 94%;
        height: 1.6rem;
        line-height: 1.6rem;
        font-size: 0.6rem;
    }
}
