/* CSS Document */
html {
    -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* 设置图片视频等自适应调整 */
* {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    width: auto \9;
    /* ie8 */
    vertical-align: top;
}

.video embed,
.video object,
.video iframe {
    width: 100%;
    height: 100%;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
select,
button,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

input:focus {
    outline: none;
}

.css {
    -webkit-touch-callout: none
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*-webkit-user-modify:read-write-plaintext-only; */
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

a:link,
a:visited {
    color: #241917;
}

a:hover {
    color: #e53c16;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

i {
    font-style: normal;
}

li {
    list-style: none
}

img {
    border: 0;
}

a {
    color: #241917;
    text-decoration: none;
    outline: none;
}

/*a:hover{color:#c00;text-decoration:underline;}*/
em {
    font-style: normal;
}

body {
    background: #f8f3eb url("../images/bg2.png") repeat;
    font: 16px "Microsoft Yahei", "SimSun", "Arial Narrow";
    /* -webkit-filter: blur(4px);*/
    color: #241917;
}

.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

/* 清除浮动*/
* html .clearfix {
    zoom: 1;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.mt10 {
    margin-top: 10px;
}

.mt12 {
    margin-top: 12px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

/*-------------------------------------------------------------------------------------------------------------------------*/
.wrap {
    width: 100%;
    height: auto;
    background: url("../images/bg1.png") no-repeat right 860px;
    position: relative;
}

.head {
    width: 100%;
    height: 764px;
    background: url("../images/head.png") no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
}

.content_box {
    width: 1132px;
    height: auto;
    margin: 0 auto;
    padding-top: 450px;
    position: relative;
    z-index: 1;
}

/*导航*/
.nav {
    background: url("../images/icon1.png") no-repeat center;
    background-position: 0 0;
    width: 100%;
    height: 88px;
    line-height: 88px;
    text-align: center;
    color: #231816;
    font-size: 0;
}

.nav a {
    color: #231816;
    position: relative;
    font-size: 19px;
    margin: 0 22px;
    font-weight: 600;
}

.nav a:after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #231816;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: -25px;
    top: 10px;
}

/*.nav a.on{color: #e53c16;}*/
.nav a.on:after {
    width: 0;
    height: 0;
}

.nav a:hover {
    color: #e53c16;
}

/*内容*/
.content {
    width: 1100px;
    margin: 25px auto 0;
}

.con_lr {
    overflow: hidden;
}

.con_left {
    width: 795px;
    overflow: hidden;
    float: left;
}

.box_w {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.box {
    width: 380px;
    float: left;
}

.tit {
    background: url("../images/icon1.png") no-repeat center left;
    width: 380px;
    height: 102px;
    background-position: 0 -88px;
    position: relative;
    margin-bottom: 10px;
}

.tit a {
    display: block;
    width: 52px;
    height: 17px;
    position: absolute;
    right: 0;
    top: 40px;
    background: url("../images/icon1.png") no-repeat center;
    background-position: -1010px -585px;
}

.tit a:hover {
    background-position: -1009px -610px;
}

.box ul li {
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 23px;
    position: relative;
    border-bottom: 1px dotted #a59f9a;
}

.box ul li:after {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #241917;
    position: absolute;
    left: 10px;
    top: 13px;
    content: "";
}

.box ul li a {
    color: #241917;
    font-weight: bold;
}

.box ul li a:hover {
    color: #e53c16;
}

/*焦点图*/
.slide {
    width: 382px;
    height: 296px;
    background: url("../images/icon1.png") no-repeat center;
    background-position: -617px -88px;
    float: left;
    margin-left: 33px;
    position: relative;
}

.slide .bd {
    padding: 7px 37px 0 37px;
    height: 267px;
    overflow: hidden;
}

.slide .bd ul li .im {
    width: 308px;
    height: 231px;
    overflow: hidden;
}

.slide .bd ul li a p {
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 15px;
    font-weight: bold;
}

.slide .hd {
    position: absolute;
    bottom: 62px;
    left: 0;
    width: 100%;
}

.slide .hd ul {
    font-size: 0;
    text-align: center;
}

.slide .hd ul li {
    display: inline-block;
    height: 3px;
    width: 60px;
    background-color: #6c6a69;
    zoom: 1;
    margin-right: 3px;
    +display: inline;
}

.slide .hd ul li.on {
    background-color: #f60b03;
}

.fg {
    background: url("../images/icon1.png") no-repeat center;
    width: 100%;
    height: 23px;
    background-position: 0 -1440px;
    margin: 30px 0;
}

.box .item {
    overflow: hidden;
    margin-bottom: 15px;
    padding-top: 10px;
}

.box .item a .im {
    width: 150px;
    height: 83px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}

.box .item a h2 {
    line-height: 24px;
    font-weight: bold;
}

.box .item a p {
    font-size: 12px;
    margin-top: 5px;
}

.box_x .tit {
    height: 103px;
    background-position: 0 -191px;
}

.box_s {
    margin-left: 35px;
}

.box_s .tit {
    background-position: 0 -297px;
}

/*戏曲知多少*/
.con_right {
    background: url("../images/icon1.png") no-repeat center;
    width: 271px;
    height: 702px;
    background-position: -673px -537px;
    float: left;
    margin-left: 34px;
    padding-top: 25px;
}

.con_right .title {
    padding-left: 45px;
    margin-bottom: 30px;
}

.con_right .title a {
    background: url("../images/icon1.png") no-repeat center;
    width: 215px;
    height: 53px;
    background-position: -261px -1035px;
    display: block;
}

.con_right ul li {
    width: 230px;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

.con_right ul li .im {
    width: 100%;
    height: 145px;
    overflow: hidden;
}

.con_right ul li a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 13px 5px;
    font-weight: bold;
}

.int {
    height: 125px;
    padding-top: 10px;
}

/*曲艺百花*/
.con_b {
    width: 100%;
    height: auto;
    margin-top: 55px;
}

.con_b .title {
    width: 100%;
    height: 103px;
    background: url("../images/icon1.png") no-repeat center;
    background-position: 0 -399px;
    position: relative;
}

.con_b .title a {
    display: block;
    width: 52px;
    height: 17px;
    position: absolute;
    right: 0;
    top: 70px;
    background: url("../images/icon1.png") no-repeat center;
    background-position: -1010px -585px;
}

.con_b .title a:hover {
    background-position: -1009px -610px;
}

.slide_box {
    width: 100%;
    height: auto;
    margin-top: 25px;
    position: relative;
}

.slide_box .bd {
    width: 1100px;
    overflow: hidden;
}

.slide_box .bd .tempWrap {
    width: 1125px;
    margin-left: -25px;
}

.slide_box .bd ul {
    overflow: hidden;
}

.slide_box .bd ul li {
    background: url("../images/icon1.png") no-repeat center;
    background-position: -1px -1471px;
    width: 228px;
    height: 213px;
    padding: 22px 14px 0;
    margin-left: 25px;
    float: left;
}

.slide_box .bd ul li a .im {
    width: 100%;
    height: 143px;
    overflow: hidden;
    margin: 0 auto;
}

.slide_box .bd ul li a p {
    color: #324050;
    line-height: 22px;
    margin-top: 5px;
    font-weight: bold;
}

.slide_box .bd ul li a:hover p {
    color: #e53c16;
}

.slide_box .hd {
    font-size: 0;
}

.slide_box a.prev,
.slide_box a.next {
    background: url("../images/icon1.png") no-repeat center;
    width: 36px;
    height: 66px;
    position: absolute;
    top: 84px;
    display: block;
}

.slide_box a.prev {
    background-position: -1047px -713px;
    left: -121px;
}

.slide_box a.next {
    background-position: -1011px -713px;
    right: -121px;
}

.slide_box a.prev:hover {
    background-position: -1047px -647px;
}

.slide_box a.next:hover {
    background-position: -1011px -647px;
}

/*剧目库*/
.main {
    background: #f4e7d3 url("../images/main_bg.png") no-repeat center bottom;
    width: 100%;
    height: 580px;
    margin-top: 45px;
    padding-top: 45px;
    position: relative;
}

.main .main_title {
    width: 588px;
    height: 387px;
    background: url("../images/icon1.png") no-repeat center;
    background-position: 0 -502px;
    position: absolute;
    top: -280px;
    left: 0;
}

.main_w {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.main_w .title {
    width: 178px;
    height: 412px;
    background: url("../images/icon1.png") no-repeat center;
    background-position: 0 -900px;
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.main_w .title a {
    display: block;
    width: 52px;
    height: 17px;
    position: absolute;
    left: -17px;
    top: 217px;
    background: url("../images/icon1.png") no-repeat center;
    background-position: -1010px -585px;
}

.main_w .title a:hover {
    background-position: -1009px -610px;
}

.main_box {
    background: url("../images/icon1.png") no-repeat center;
    background-position: 0 -1707px;
    width: 842px;
    height: 488px;
    margin-left: 178px;
    padding-left: 80px;
    padding-top: 50px;
}

.main_box ul li {
    float: left;
    width: 248px;
    padding: 0 14px 25px;
}

.main_box ul li a .im {
    width: 248px;
    height: 156px;
    overflow: hidden;
    position: relative;
}

.main_box ul li a .im i {
    width: 31px;
    height: 31px;
    background: url("../images/icon1.png") no-repeat center;
    background-position: -1020px -522px;
    display: block;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.main_box ul li a p {
    color: #324050;
    margin-top: 8px;
    padding: 0 5px;
    font-weight: bold;
}

.main_box ul li a:hover p {
    color: #e53c16;
}

/*戏曲传承*/
.foot_box {
    width: 100%;
    height: auto;
    background: url("../images/foot_bg.png") no-repeat center bottom;
    padding-top: 55px;
}

.foot_w {
    width: 1100px;
    height: auto;
    margin: 0 auto;
}

.foot_w .title {
    background: url("../images/icon1.png") no-repeat center;
    background-position: 0 -1306px;
    width: 100%;
    height: 102px;
    position: relative;
}

.foot_w .title a {
    display: block;
    width: 52px;
    height: 17px;
    position: absolute;
    right: 0;
    top: 70px;
    background: url("../images/icon1.png") no-repeat center;
    background-position: -1010px -585px;
}

.foot_w .title a:hover {
    background-position: -1009px -610px;
}

.foot_w ul {
    width: 1140px;
    margin-left: -40px;
    margin-top: 45px;
    overflow: hidden;
}

.foot_w ul li {
    width: 530px;
    float: left;
    margin-left: 40px;
    border-bottom: 1px dotted #a59f9a;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.foot_w ul li a .im {
    width: 207px;
    height: 115px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}

.foot_w ul li a h2 {
    font-weight: bold;
    line-height: 24px;
    margin-top: 5px;
}

.foot_w ul li a p {
    font-size: 12px;
    margin-top: 10px;
}

.foot {
    margin-top: 10px;
}

/*视频列表*/
.list {
    margin-top: 35px;
    overflow: hidden;
}

.list_tit {
    height: 62px;
    background: url("../images/icon1.png") no-repeat center;
    background-position: -1px -2247px;
    padding-left: 65px;
    font-size: 30px;
    font-weight: bold;
}

.list .main_box {
    background: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
}

.list .main_box ul {
    width: 1136px;
    margin-left: -36px;
    margin-top: 45px;
    overflow: hidden;
}

.list .main_box ul li {
    padding: 0;
    margin-left: 36px;
    margin-bottom: 45px;
}

#page {
    text-align: center;
    margin: 0;
    color: #f67163;
    font-size: 18px;
}

#page a {
    display: inline-block;
    height: 30px;
    width: 70px;
    border: 1px solid #f67163;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    border-radius: 4px;
    color: #f67163;
    cursor: pointer;
    margin: 0 4px;
}

#page .current {
    display: inline-block;
    height: 30px;
    width: 30px;
    color: #fff;
    background: #e94c18;
    border: 1px solid #e94c18;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 4px;
}

#page .num {
    width: 30px;
    height: 30px;
}

#page a:hover,
#page a:active {
    color: #fff;
    background: #f67163;
    border: 1px solid #f67163;
}

.list_foot {
    padding-top: 131px;
    margin-top: -100px;
}

.list_bg {
    background: none;
}

/*图片列表*/
.tp_list ul {
    width: 1125px;
    margin-left: -25px;
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 45px;
}

.tp_list ul li {
    background: url("../images/icon1.png") no-repeat center;
    background-position: -1px -1471px;
    width: 228px;
    height: 213px;
    padding: 22px 14px 0;
    margin-left: 25px;
    float: left;
    margin-bottom: 25px;
}

.tp_list ul li a .im {
    width: 100%;
    height: 143px;
    overflow: hidden;
    margin: 0 auto;
}

.tp_list ul li a p {
    color: #324050;
    line-height: 22px;
    margin-top: 5px;
    font-weight: bold;
}

.tp_list ul li a:hover p {
    color: #e53c16;
}

/*列表*/
.list .list_left {
    width: 795px;
    float: left;
}

.list .list_left ul {
    margin-top: 35px;
    margin-bottom: 45px;
}

.list .list_left ul li {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #a59f9a;
}

.list .list_left ul li a .im {
    width: 204px;
    height: 112px;
    overflow: hidden;
    margin-right: 30px;
    float: left;
}

.list .list_left ul li a h2 {
    font-size: 21px;
    font-weight: bold;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list .list_left ul li a p {
    font-size: 14px;
    margin-top: 10px;
    color: #241917;
}

.list .list_left ul li a p.time {
    text-align: right;
}

.list .list_right {
    float: left;
    margin-left: 49px;
    padding-top: 10px;
}

.list .list_right .list_rtit {
    font-size: 34px;
    font-weight: bold;
    position: relative;
    padding: 0 45px;
    text-align: center;
    height: 42px;
    line-height: 42px;
}

.list .list_right .list_rtit i,
.list .list_right .list_rtit em {
    display: block;
    width: 45px;
    height: 14px;
    background: url("../images/icon1.png") no-repeat center;
    background-position: -271px -1491px;
    position: absolute;
    top: 14px;
}

.list .list_right .list_rtit i {
    left: 0;
}

.list .list_right .list_rtit em {
    right: 0;
}

.list .list_right .list_rbox {
    background: url("../images/icon1.png") no-repeat center;
    width: 228px;
    height: 842px;
    background-position: -1px -2317px;
    padding: 22px 14px 0;
    margin-top: 25px;
}

.list_rbox ul li {
    width: 100%;
    margin-bottom: 15px;
}

.list_rbox ul li a .im {
    width: 100%;
    height: 143px;
    overflow: hidden;
}

.list_rbox ul li a p {
    line-height: 21px;
    margin-top: 8px;
}

/*内容*/
.content_tit {
    font-size: 36px;
    font-weight: bold;
    line-height: 44px;
    margin-top: 45px;
}

.time_share {
    height: 30px;
    line-height: 30px;
    position: relative;
    margin-top: 15px;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 10px;
}

.time_share p {
    font-size: 14px;
}

.time_share .share {
    position: absolute;
    top: 0;
    right: 0;
}

.bdshare-button-style0-32 a {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    text-indent: 0 !important;
    background: url(../images/icon1.png) no-repeat !important;
    margin: 0 4px !important;
    border-radius: 8px;
}

.bdsharebuttonbox #pl {
    background-position: -271px -1505px !important;
}

.bdsharebuttonbox .bds_weixin {
    background-position: -301px -1505px !important;
}

.bdsharebuttonbox .bds_tsina {
    background-position: -331px -1505px !important;
}

.bdsharebuttonbox .bds_qzone {
    background-position: -361px -1505px !important;
}

.bdsharebuttonbox .bds_more {
    background-position: -391px -1505px !important;
}

#bdshare_weixin_qrcode_dialog {
    height: 300px !important;
}

.con_txt {
    margin-top: 50px;
}

.con_txt p {
    line-height: 30px;
    margin-bottom: 15px;
}

/*视频播放*/
.con_mt {
    margin-top: 35px;
}

.video {
    width: 790px;
    height: 495px;
    margin: 50px auto 0;
}

.video_tit {
    font-size: 18px;
    text-align: center;
    width: 790px;
    margin: 20px auto 0;
}

.con_stit {
    font-size: 34px;
    font-weight: bold;
    position: relative;
    padding: 0 45px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    width: 170px;
    margin: 45px auto 0;
}

.con_stit i,
.con_stit em {
    display: block;
    width: 45px;
    height: 14px;
    background: url("../images/icon1.png") no-repeat center;
    background-position: -271px -1491px;
    position: absolute;
    top: 14px;
}

.con_stit i {
    left: 0;
}

.con_stit em {
    right: 0;
}

.video_box {
    height: 234px;
    margin-top: 25px;
    position: relative;
    background: url("../images/icon1.png") no-repeat center;
    background-position: 0 -3183px;
    padding: 22px 24px 0;
}

.video_box .bd {
    width: 100%;
    overflow: hidden;
}

.video_box .bd .tempWrap {
    width: 109px;
    margin-left: -20px;
}

.video_box .bd ul {
    overflow: hidden;
}

.video_box .bd ul li {
    width: 248px;
    height: auto;
    margin-left: 20px;
    float: left;
}

.video_box .bd ul li a .im {
    width: 100%;
    height: 156px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.video_box .bd ul li a .im i {
    width: 31px;
    height: 31px;
    background: url("../images/icon1.png") no-repeat center;
    background-position: -1020px -522px;
    display: block;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.video_box .bd ul li a p {
    color: #324050;
    line-height: 22px;
    margin-top: 5px;
    font-weight: bold;
}

.video_box .bd ul li a:hover p {
    color: #e53c16;
}

.video_box .hd {
    font-size: 0;
}

.video_box a.prev,
.video_box a.next {
    background: url("../images/icon1.png") no-repeat center;
    width: 36px;
    height: 66px;
    position: absolute;
    top: 84px;
    display: block;
}

.video_box a.prev {
    background-position: -1047px -713px;
    left: -121px;
}

.video_box a.next {
    background-position: -1011px -713px;
    right: -121px;
}

.video_box a.prev:hover {
    background-position: -1047px -647px;
}

.video_box a.next:hover {
    background-position: -1011px -647px;
}

.wap_top,
.wap_vtit,
.wap_qtit,
.wap_slide,
.wap_nav,
.wap {
    display: none;
}

.video_abs {
    font-size: 14px;
    width: 600px;
    margin: 20px auto 0;
}

.video_abs .abs {
    text-align: center;
    margin: 10px 0;
}

.video_abs a {
    color: #64400f;
}

.video {
    width: 790px;
    height: 100%;
    margin: 50px auto 0;
}

.seeMore {
    color: #64400f;
}

#box {
    text-indent: 1rem;
    line-height: 24px;
    text-align: left;
    display: none;
}

@media screen and (max-width: 1024px) {

    html,
    body {
        width: 100%;
        height: 100%;
    }

    *,
    *::after,
    *::before {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .head,
    .nav,
    .list_tit,
    .video_tit,
    .con_stit,
    .video_box,
    .foot_box,
    .wap_hide {
        display: none;
    }

    .wap_top,
    .wap_vtit,
    .wap_qtit,
    .wap_slide,
    .wap_nav,
    .wap {
        display: block;
    }

    .wap {
        padding-top: 3%;
    }

    .content {
        width: 100%;
        height: 100%;
    }

    .content_box {
        padding-top: 0;
        width: 100%;
        height: 100%;
    }

    .con_mt {
        margin-top: 0;
        padding-top: 3%;
    }

    .video {
        width: 100%;
        height: 50%;
        margin-top: 0.3rem;
    }

    .wap_wrap {
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: url("../images/wap_bg.jpg") no-repeat center;
        background-size: 100% 100%;
        position: relative;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .wap_nav {
        background: url("../images/wap_nav.png") no-repeat center;
        width: 94.5%;
        height: 2.18rem;
        line-height: 2.18rem;
        background-size: 100% 100%;
        position: fixed;
        bottom: 1%;
        left: 2.75%;
        text-align: center;
        color: #231816;
        font-size: 0.7rem;
    }

    .wap_nav a {
        font-size: 0.7rem;
        color: #231816;
        font-weight: bold;
        position: relative;
        z-index: 2;
    }

    .wap_nav span {
        margin: 0 0.3rem;
        font-weight: bold;
    }

    .wap_h {
        background: url("../images/wap_h.png") no-repeat center;
        width: 2.51rem;
        height: 3.51rem;
        position: absolute;
        right: 0;
        bottom: 0;
        background-size: 100% 100%;
    }

    .wap_top {
        margin-top: 0.5rem;
        height: 1.67rem;
        width: 100%;
        position: relative;
        font-size: 0;
        text-align: center;
    }

    .wap_top a {
        display: block;
        width: 1.11rem;
        position: absolute;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        top: 50%;
        left: 4%;
    }

    .wap_top span {
        width: 34.5%;
        height: 100%;
        line-height: 1.67rem;
        display: inline-block;
        background: url("../images/wap_tit.png") no-repeat center;
        background-size: 100% 100%;
        font-size: 0.8rem;
        font-weight: bold;
        color: #4a5463;
    }

    .wap_main {
        width: 100%;
        padding: 0 4%;
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        margin-top: 1rem;
    }

    .wap_main::-webkit-scrollbar {
        display: none;
    }

    .wap_main .wap_title {
        color: #241917;
        font-size: 0.8rem;
        font-weight: bold;
    }

    .wap_main .wap_time {
        color: #241917;
        font-size: 0.5rem;
        margin-top: 0.2rem;
    }

    .wap_main .wap_con {
        margin-top: 0.5rem;
        font-size: 0.7rem;
        line-height: 1rem;
    }

    .wap_main .wap_con p {
        margin-bottom: 0.3rem;
    }

    .wap_vtit {
        color: #324050;
        font-size: 0.7rem;
        line-height: 1rem;
    }

    .wap_qtit {
        color: #324050;
        font-size: 0.8rem;
        font-weight: bold;
        margin-top: 0.8rem;
    }

    .wap_slide {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        width: auto;
        white-space: nowrap;
        overflow-y: hidden;
        font-size: 0;
        margin-bottom: 1rem;
    }

    .wap_slide::-webkit-scrollbar {
        display: none
    }

    .wap_slide a {
        display: inline-block;
        width: 45%;
        margin-right: 0.5rem;
    }

    .wap_slide a:last-child {
        margin-right: 0;
    }

    .wap_slide a .im {
        width: 100%;
        height: 0;
        padding-top: 60%;
        position: relative;
    }

    .wap_slide a .im i {
        background: url("../images/wap_play.png") no-repeat center;
        width: 0.844rem;
        height: 0.844rem;
        background-size: 100% 100%;
        position: absolute;
        bottom: 0.3rem;
        left: 0.3rem;
    }

    .wap_slide a .im img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }

    .wap_slide a p {
        font-size: 0.6rem;
        width: 100%;
        white-space: normal;
        line-height: 0.8rem;
    }

    .video {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .hwvideo {
        height: 30vh !important;
        width: 15rem !important;
    }

    .video_abs {
        font-size: 14px;
        width: 100%;
        margin: 20px auto 0;
    }

    /* .wap_main {
        height: 44%;
    } */

    #box {
        height: auto;
        padding: 0 1rem 0.5rem 1rem;
    }

    .wap-scroll {
        /* height: 80%; */
        overflow-x: hidden;
        overflow-y: scroll;
        margin-bottom: 100px;
    }
}