body{
    /*background: #f7f2ef;*/
    background: url("../images/feiyi/fy_bg_line.png") repeat-y;
}
.headerModule-7-botSafety {
    background-color: #722727;
}
.headerModule-7-bot .nav>li>a.active {
    background-color: rgba(0,0,0,0.2);
}
.fy-minglu-bg{
    width: 100%;
    height: 353px;
    background: url("../images/feiyi/fyml_bg.png") no-repeat top center;
    /*background-size: 100%;*/
}
.fy-zhinan-bg {
    width: 100%;
    height: 140px;
    background: url("../images/feiyi/fy_zhinan.png") no-repeat center center;
    background-size: 100%;
}
/*内容区*/
.main .main-safety{
    min-width: 1200px;
    max-width: 1920px;
}
.main .main-content{
    /*width: 1200px;*/
    margin: 0 auto;
}
.fy-item{
    margin: 0 auto;
    width: 1200px;
    padding-top: 39px;
    cursor: pointer;
}
.fy-item ul{
    overflow: hidden;
    width: 1080px;
    margin: 0 auto;
}
.fy-item ul li{
    width: 270px;
    height: 59px;
    float: left;
}
.fy-item ul li.fyml{
    background: url("../images/feiyi/fyml.png") no-repeat center center;
}
.fy-item ul li.fyml.on{
    background: url("../images/feiyi/fyml_on.png") no-repeat center center;
}
.fy-item ul li.fyccr{
    background: url("../images/feiyi/fyccr.png") no-repeat center center;
}
.fy-item ul li.fyccr.on{
    background: url("../images/feiyi/fyccr_on.png") no-repeat center center;
}
.fy-item ul li.zcfg{
    background: url("../images/feiyi/zcfg.png") no-repeat center center;
}
.fy-item ul li.zcfg.on{
    background: url("../images/feiyi/zcfg_on.png") no-repeat center center;
}
.fy-item ul li.sbzn{
    background: url("../images/feiyi/sbzn.png") no-repeat center center;
}
.fy-item ul li.sbzn.on{
    background: url("../images/feiyi/sbzn_on.png") no-repeat center center;
}
.fy-num{
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
    /*position: absolute;*/
    /*top: -230px;*/
}
.fy-num ul{
    overflow: hidden;
    display: flex;
    -webkit-display:flex;
    justify-content: space-between;
}
.fy-num ul li{
    float: left;
    text-align: center;
    flex: 1;
    cursor: pointer;
}


.fy-num ul li:last-child{
    border-right: 0;
}
.fy-num ul li::after{
    content:"";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 89px;
    background: #313131;
    display: none;
}
.fy-num ul li .num{
    font-size: 122px;
    font-weight: 400;
    color: #BB8C4F;
    margin-bottom: 25px;
    height: 92px;
    line-height: 92px;
}
.fy-num ul li .nam{
    font-size: 24px;
    color: rgba(52,52,52,0.8);
    /* border-right: 1px solid #313131; */
    line-height: 32px;
    position: relative;
}
.fy-num ul li .nam:after{
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    width: 1px;
    height: 20px;
    background: #313131;
}
.fy-num ul li:last-child .nam:after{
    display: none;
}
.fy-num ul li:last-child .nam{
    border-right: 0;
}
.fy-num ul li .name{
    font-size: 28px;
    font-weight: 400;
    color: #0A0A0A;
    line-height: 28px;
}
.fy-content{
    width: 100%;
    height: 1641px;
    /*background: url("../images/feiyi/fyml_bg_b.png") no-repeat center center;*/
}
.fy-content .tab1, .fy-content .tab2{
    position: relative;
}
.fy-con{
    width: 1200px;
    margin: 0 auto;
}
.breadcrumb{padding: 30px 0 20px;}
.crumbs { display: block;overflow: hidden;}
.crumbs li {  display: inline-block; font-size: 14px; margin-top: 0;}
.crumbs li.first { padding-left: 8px; }
.crumbs li span{
    color: #515050;
    display: block;
    float: left;
    margin-left: -13px;
    padding: 0 17px 0 25px;
    position: relative;
    text-decoration: none;
}
.crumbs li span::after{
    content:"";
    position: absolute;
    top: 4px;
    right: 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid #515050;
    border-right: 1px solid #515050;
    transform: rotate(45deg);
}
.crumbs li:last-child span{
    color: #9F9F9F;
}
.crumbs li:last-child span::after{
    display: none;
}
.crumbs li span {
    position: relative;
    cursor: pointer;
}



.classification {
    width: 110px;
    height: auto!important;
    text-align: right;
    color: #C3975D;
    font-size: 16px;
    padding: 16px 0 0;
}
.main-nav {
    /*max-width: 1920px;*/
    min-width: 1200px;
    background-color: #fff;
    overflow: hidden;
    margin: 0 auto;
    /*border: 1px solid #7D8591;*/
}
.main-nav .main-nav-list{
    border-bottom: 1px dashed #D2D2D2;
}
.main-nav .main-nav-list:last-child{
    border-bottom: 0;
}
.main-nav .level {
    width: 1060px;
    margin-left: 15px;
    margin-top: 16px;
}
.main-nav .level li {
    float: left;
    height: 16px!important;
    color: rgba(27,27,27,.7);
    font-size: 15px;
    cursor: pointer;
    margin: 0 16px 12px 0;
    padding: 6px 14px;
}
.main-nav .level li:first-child{
    color: rgba(47, 52, 59, 1);
}
.main-nav .level li.activity-active {
    background-color: #BF8F50;
    color: #fff;
}

.fy-search {
    /*display: -webkit-box;*/
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin: 21px 0 23px;
}
.fy-search .ipt {
    box-sizing: border-box;
    background-color: #fff;
    width: 1060px;
    height: 50px;
    display: inline-block;
    float: left;
}
.search-engine a {
    float: left;
    width: 30px;
    height: 28px;
    margin: 14px 12px 0 28px;
    background: url(../images/feiyi/search.png) no-repeat;
    cursor: pointer;
}
.fy-search .btn {
    width: 130px;
    height: 50px;
    background: #A54E37;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
    float: right;
}
.fy-search .btn{
    cursor: pointer;
}
.fy-search .btn, .fy-search .ipt input {
    display: block;
    line-height: 50px;
    font-size: 20px;
}
.fy-search .ipt input {
    width: 800px;
    height: 50px;
    background: #FFFFFF;
    outline: 0;
    border: 0;
    padding-left: 0;
    -webkit-appearance: none;
    font-size: 16px;
    font-weight: 400;
    color: #393939;
}
input::-webkit-input-placeholder {
    color: #393939;
}
.search-hotword {
    top: 5px;
    right: 110px;
    width: 28px;
    overflow: hidden;
    background: url(../images/hot_k_toggle.png) no-repeat;
    display: none!important;
}
.search-hotword, .settings {
    height: 26px;
    cursor: pointer;
    position: absolute;
}

.fy-list{
    width: 1200px;
    margin: 0 auto;
    /*min-height: 1040px;*/
}

.fy-list table td{
    height: 50px;
}
.fy-list table td p{
    line-height: 22px;
    padding: 0 10px;
}
.fy-list table td a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 96px;
}
.fy-list table tbody tr:last-child{
    border-bottom: 0 !important;
}
.fy-list table td .jb_name_div{
    display: inline-block;
    vertical-align: middle;
}

/*非遗名录tab*/
.fy-content .tab2, .fy-content .tab3, .fy-content .tab4{
    display: none;
}


/*非遗政策*/
.fy-zhengcezhinan{
    background: #fff;
}
.fy-zhengcezhinan ul.zhengcezhinan-list li{
    line-height: 94px;
    border-bottom: 1px solid #D2D2D2;
    padding: 0 45px 0 32px;
    overflow: hidden;
}
.fy-zhengcezhinan ul.zhengcezhinan-list li:last-child{
    border-bottom: 0;
}
.fy-zhengcezhinan ul.zhengcezhinan-list li em{
    background: #C3975D;
    border-radius: 12px;
    padding:4px 14px;
    color:#fff;
    font-size: 16px;
    margin-right: 21px;
    float: left;
    line-height: 20px;
    margin-top: 30px;
}
.fy-zhengcezhinan ul.zhengcezhinan-list li .zc-title{
    width: 650px;
    float: left;
}

.fy-zhengcezhinan ul.zhengcezhinan-list li .venue-name{
    width: 200px;
    float: right;
    text-align: center;
}

.fy-zhengcezhinan ul.zhengcezhinan-list li .time{
    width: 160px;
    float: right;
    text-align: right;
}


/*非遗名录详情页面*/
.fy-main{
    width: 100%;
    /*min-height: 2100px;*/
    background: url("../images/feiyi/fyml_detail.png") no-repeat top center;
}
.feiyi-content{
    width: 1200px;
    margin: 0 auto;
}
.read-info{
    width: 1200px;
    height: 333px;
    position: relative;
    background: url("../images/feiyi/fy_huajuan.png") no-repeat top center;
    margin-bottom: 30px;
}
.read-info.per-info .title{
    margin-bottom: 10px;
}
.read-info.per-info .info{
    line-height: 30px;
}
.read-info.per-info .info ul li em{
    width: 100px;
    text-align: right;
    display: inline-block;
}
.read-info .jieshao{
    position: absolute;
    width: 28px;
    height: 118px;
    background: #C3975D;
    color: #fff;
    padding: 0 10px;
    font-size: 24px;
    text-align: center;
    top: 35px;
    right: 92px;
}
.read-info .jieshao span{
    margin-top: 22px;
    display: inline-block;
    line-height: 36px;
}
.read-info .title{
    padding-top: 67px;
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
}

.read-info .info{
    font-size: 18px;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 36px;
    padding-left: 100px;
}
.read-info .info .birthday_li{
    display: none;
}
.read-info .info .nation_li{
    display: none;
}

.read-info .info span{
    margin-left: 20px;
    font-size: 16px;
    font-weight: normal;
    color: #232323;
}
.read-detail .detail-info{
    width: 870px;
    margin-bottom: 119px;
}
.read-detail .detail-info .abstract{
    margin-bottom: 28px;
}
.read-detail h2{
    width: 870px;
    height: 50px;
    line-height: 50px;
    background: #C3975D;
    color: #fff;
    font-size: 20px;
    text-indent: 33px;
}

.read-detail .resource{
    width: 870px;
}
.read-detail .resource .res-nav{
    width: 870px;
    height: 50px;
    line-height: 50px;
    background: #C3975D;
    color: #fff;
    font-size: 22px;
}
.read-detail .resource .res-nav ul{
    overflow: hidden;
}
.read-detail .resource .res-nav ul li{
     display: inline-block;
     position: relative;
     cursor: pointer;
     font-size: 18px;
 }
.read-detail .resource .res-nav ul li.on{
    font-size: 22px;
}
.read-detail .resource .res-nav ul li:first-child{
    text-indent: 33px;
    padding-right: 25px;
}
.read-detail .resource .res-nav ul li:first-child::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 22px;
    background: #fff;
    right: 0;
    top: 14px;
}
.read-detail .resource .res-nav ul li:last-child{
    padding-left: 25px;
}
.read-detail .resource .tabs{
    background: #fff;
    padding: 45px 20px 80px;
}
.read-detail .resource .tabs .tab{
    height: 287px;
}
.read-detail .resource .tabs .tab ul{
    overflow: hidden;
}
.read-detail .resource .tabs .tab ul li{
    width: 192px;
    height: 132px;
    float: left;
    margin-right: 20px;
    margin-bottom: 23px;
    cursor: pointer;
    position: relative;
}
.read-detail .resource .tabs .tab ul li:nth-child(4n){
    margin-right: 0;
}

.read-detail .resource .tabs .tab ul li .vol-mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}

.read-detail .resource .tabs .tab ul li .poster{
    width: 100%;
    height: 100%;
    display: block;
}

.read-detail .resource .tabs .tab ul li .icon-player{
    margin: 50px auto 0;
    display: block;
}
.read-detail .resource .tabs .tab2{
    display: none;
}
.read-detail .detail-gl{
    width: 300px;
    /*height: 390px;*/
    height: 406px;
    background: #fff;
}
.read-detail .intro{
    width: 807px;
    /*height: 124px;*/
    font-size: 16px;
    font-weight: 400;
    color: #080808;
    line-height: 36px;
    padding: 60px 30px;
    background: #fff;
}

.detail-gl h3{
    width: 100%;
    height: 22px;
    font-size: 22px;
    font-weight: 500;
    color: #111111;
    position: relative;
    margin: 30px 0 20px 0;
    text-indent: 23px;
}
.detail-gl h3 .line{
    width: 129px;
    height: 1px;
    background: #393939;
    position: absolute;
    top: 10px;
    right: 20px;
}
.detail-gl ul{
    padding: 0 26px 0 19px;
    height: 330px;
    overflow: hidden;
    overflow-y: auto;
}
.detail-gl ul li{
    font-size: 18px;
    font-weight: 500;
    color: #777777;
    border-bottom: 1px dashed #DECEC2;
    line-height: 54px;
}
.detail-gl ul li a{
    color: #777777;
    padding-left: 12px;
}
.detail-gl ul li a:hover{
    color: #111111;
}

.video-mask { background: rgba(0, 0, 0, 0.5); position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 999; }
.video-mask .video-panel { width: 600px; height: 400px; padding: 5px; position: absolute; left: 50%; top: 50%; background-color: rgba(0, 0, 0, 0.9); z-index: 1000; margin-left: -310px; margin-top: -210px; }
.video-mask .video-panel .video-close { width: 30px; height: 30px; text-align: center; line-height: 30px; position: absolute; right: 0px; top: -30px; background-color: #000; cursor: pointer; }
.video-mask .video-panel .video-close i { font-size: 20px; color: #666; }
.video-mask .video-panel .video-close:hover i { color: #999; }
.video-mask .video-panel .video-room { overflow: inherit !important; }
.video-mask .video-panel .video-room, .video-mask .video-panel .video-room video { width: 100%; height: 100%; }


.detailsCon img{
    max-width: 100%;
    margin-bottom: 10px;
}
.closeBtn{
    width: 34px;
    height: 34px;
    background: url("../images/feiyi/closeBtn.png") no-repeat;
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 9999;
    transition: all 0.4s;
    cursor: pointer;
}
.closeBtn:hover {
    transform: rotate(90deg);
}

/*政策法规和申报指南详情*/
.infoCon{
    background: #fff;
    padding:15px 30px;
}
.infoCon .title{
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    line-height: 44px;
    text-align: left;
    margin-bottom: 20px;
}
.infoCon .number li {
    font-size: 14px;
    color:#999;
}
.xiazai-list{
overflow: hidden;
    padding: 10px 0;
}
.xiazai-list em{
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    float: left;
}
.xiazai-list ul{
float: left;
}
.xiazai-list ul li{
    margin-bottom: 10px;
    line-height: 22px;
}
.xiazai-list ul li .name{
    font-size: 16px;
    font-weight: 400;
    color: #676767;
    margin-right: 48px;
}
.xiazai-list ul li .xiazai-btn{
    padding: 3px 21px;
    border: 1px solid #A53F3F;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.jb_name_div{
padding: 10px 0;
}

/*批次*/
.main-nav .main-nav-list.jibie_pici_none ,.main-nav .main-nav-list.jibie_per_none{
    border-bottom: 0;
}
.main-nav .pici_none .level,.main-nav .pici_per_none .level{
    margin-top: 0;
}
.pici_none .classification,.pici_per_none .classification {
    padding: 0;
}


/*志愿团队其他团队*/
.reports-main .read-detail .detail-gl{
    height: 586px;
    padding-bottom: 0;
}
.reports-main .detail-gl ul li{
    border-bottom: 0;
}
.reports-main .detail-gl ul li a{
    padding-left: 0;
}

.fy-list table thead {
    width: 100%;
    height: 74px;
    /*background: url("/upload/admin/20201231/3cdd4f2db6d7dd5a81ac6bec35b364a6.png") no-repeat;*/
    background: #BF8F50;
}
.minglu-jieguo{
    width: 1200px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #404040;
    line-height: 28px;
    margin: 30px auto;
}


/*申报指南*/
.guide-content{
    width: 1200px;
    margin: 60px auto;
}
/* 左 */
.mian-left {
    width: 210px;
    height: 100%;
}

.program {
    display: inline-block;
    width: 208px;
    height: 58px;
    background-color: #fff;
    color: #494949;
    font-size: 14px;
    border: 1px solid #80848B;
    text-align: center;
    margin-bottom: 8px;
}

.program-child {
    width: 186px;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
}

.program span {
    display: inline-block;
    line-height: 60px;
}

/* 右 */
.main-right {
    width: 930px;
    /*height: 100%;*/
}