body{
    background: #f5f5f5 !important;
}
em{
    font-style: normal;
}
.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: 180px;
    background: url("../../images/bazaar/cg_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: 60px;
    cursor: pointer;
}
.fy-item ul{
    overflow: hidden;
    width: 502px;
    margin: 0 auto;
}
.fy-item ul li{
    float: left;
    width: 202px;
    height: 58px;
    line-height: 58px;
    font-size: 22px;
    text-align: center;
    font-weight: 400;
    color: #FFFFFF;
    background: url("../../images/bazaar/tab_bg.png") no-repeat center center;
    background-size: cover;
    margin-right: 78px;
}
.fy-item ul li.on{
    /*width: 202px;*/
    background: url("../../images/bazaar/tab_bg_on.png") no-repeat center center;
}
.fy-item ul li:last-child{
    margin-right: 0;
}

.fy-num{
    width: 1200px;
    margin: 0 auto;
    margin-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;
}

.fy-num ul li{
    border-right: 1px solid #313131;
}
.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: 46px;
    font-weight: 600;
    color: #0A0A0A;
    margin-bottom: 27px;
}
.fy-num ul li .nam{
    font-size: 24px;
}
.fy-num ul li .name{
    font-size: 28px;
    font-weight: 400;
    color: #0A0A0A;
    line-height: 28px;
}
.fy-content{
    width: 100%;
    min-height: 500px;
}
.fy-content .tab1, .fy-content .tab2{
    position: relative;
}
.fy-con{
    width: 1200px;
    margin: 0 auto;
}
.breadcrumb{padding: 30px 0 20px;}
.crumbs { display: block;}
.crumbs li {  display: inline-block; font-size: 14px;}
.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: 6px;
    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: 100px;
    /*height: auto!important;*/
    text-align: right;
    /*color: rgba(228, 69, 21, 1) !important;*/
    font-size: 14px;
    padding: 0 0 0;
    /*min-height: 40px;*/
    line-height: 48px;
}
.main-nav {
    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 .levels {
    width: 1070px;
    margin-top: 10px;
}
.main-nav .levels li {
    float: left;
    /*height: 16px!important;*/
    /*line-height: 16px !important;*/
    cursor: pointer;
    /*margin: 0 16px 10px 0;*/
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 400;
    color: #30343A;
    margin-left: 18px;
    margin-bottom: 10px;
}
.main-nav .levels li.activity-active {
    /*background-color: #E44515 !important;*/
    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: #3B4E81;
    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;
}
/*非遗名录表格*/
.table_minglu{
    width: 100%;text-align: center;
}
.table_number1_per{
    width: 60px;max-width: 60px;min-width: 60px;
}

.table_name_minglu{
    min-height: 50px;max-width: 200px;width: 200px;min-width: 200px;
}
.table_lb_name_minglu{
    max-width: 200px;width: 200px;min-width: 200px;
}
.table_jb_name_minglu{
    max-width: 140px;width: 140px;min-width: 140px;
}
.table_pc_name_minglu{
    max-width: 160px;width: 160px;min-width: 160px;
}
.table_area_name_minglu{
    max-width: 200px;width: 200px;min-width: 200px;
}
.table_bhdw_minglu{
    max-width: 240px;width: 240px;min-width: 240px;
}
/*非遗传承人表格*/
.table_per{
    width: 100%;text-align: center;
}
.table_per_thead_tr{
    line-height: 70px;background: #AC3435;color: #fff;font-size: 22px; border-bottom: 1px solid #E8EAEC;
}
.table_per_tbody_tr{
    height: 96px;background: #fff;color: #202020;font-size: 16px;border-bottom: 1px solid #D2D2D2;
}
.table_name_per{
    min-height: 50px;max-width: 165px;width: 165px;min-width: 165px;
}
.table_sex_per{
    max-width: 60px;width: 60px;min-width: 60px;
}
.table_lb_name_per{
    max-width: 205px;width: 205px;min-width: 205px;
}
.table_jb_name_per{
    max-width: 170px;width: 170px;min-width: 170px;
}
.table_pici_name_per{
    max-width: 140px;width: 140px;min-width: 140px;
}
.table_project_list_per{
    max-width: 200px;width: 200px;min-width: 200px;
}
.table_area_name_per{
    max-width: 200px;width: 200px;min-width: 200px;
}
/*非遗名录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: #AC3435;
    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: 30px;*/
/*}*/
.read-info.per-info .info{
    line-height: 28px;
}
.read-info.per-info .info ul li em{
    width: 100px;
    text-align: right;
    display: inline-block;
    font-style: normal;
}
.read-info .jieshao{
    position: absolute;
    width: 28px;
    height: 118px;
    background: #AC3435;
    color: #fff;
    padding: 0 10px;
    font-size: 24px;
    text-align: center;
    top: 35px;
    right: 110px;
}
.read-info .jieshao span{
    margin-top: 22px;
    display: inline-block;
    line-height: 36px;
}
.read-info .title{
    padding-top: 60px;
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
    width: 950px;
    margin-left: 92px;
}

.read-info .info{
    font-size: 18px;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 36px;
    padding-left: 150px;
    overflow: hidden;
}
.read-info .info .info-ul:first-child{
    margin-right: 10px;
}
.read-info .info .info-ul{
    display: inline-block;
    overflow: hidden;
    min-width: 300px;
    float: left;
}
.read-info .info .info-ul .nation_li{
    display: none;
}
.read-info .info span{
    margin-left: 20px;
    font-size: 16px;
    font-weight: normal;
    color: #232323;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    max-width: 310px;
}
/*.read-info .info span.ssdq{*/
/*display: inline-block;*/
/*vertical-align: top;*/
/*min-width: 300px;*/
/*max-width: 560px;*/
/*}*/
.read-info .info span.ssxm{
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    max-width: 380px;
}
.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: #AC3435;
    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: #AC3435;
    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: 20px;
}
.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 .introduce{
    max-height: 44px;
    line-height: 22px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    /*overflow: hidden;*/
    /*-ms-text-overflow: ellipsis;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    background: rgba(0,0,0,0.8);
    color: white;
    padding: 0 6px;
    word-break: break-all;
}
.read-detail .resource .tabs .tab ul li:nth-child(4n){
    margin-right: 0;
}
.read-detail .resource .tabs .tab ul li img{
    display: block;
    width: 100%;
    height: 100%;
}

.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;
    width: 30px;
    height: 30px;
}
.read-detail .resource .tabs .tab2{
    display: none;
}
.read-detail .detail-gl{
    width: 300px;
    height: 390px;
    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: 20px;
    font-weight: 500;
    color: #111111;
    position: relative;
    margin: 30px 0 20px 0;
    text-indent: 23px;
}
.detail-gl h3 .line{
    width: 129px;
    height: 1px;
    background: #7c7c7c;
    position: absolute;
    top: 10px;
    right: 20px;
}
.detail-gl ul{
    padding: 0 26px 0 19px;
}
.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 ul 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;
}


/*志愿团队其他团队*/
.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;
}


/*采购列表*/
#gongying_list{
    margin-top: 32px;
}
#gongying_list .item{
    width: 291px;
    height: 256px;
    margin-right: 12px;
    margin-bottom: 32px;
    background: #fff;
    /*box-shadow: 0px 6px 18px 0px rgba(17, 26, 81, 0.19);*/
}
#gongying_list .item:hover{
    box-shadow: 0px 6px 18px 0px rgba(17, 26, 81, 0.19);
}
#gongying_list .item:hover img{
    transform: scale(1.2);
}
#gongying_list .item:nth-of-type(4n){
    margin-right: 0;
}
#gongying_list .item .thumb{
    width: 100%;
    height: 164px;
    overflow: hidden;
}
#gongying_list .item .thumb img{
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
#gongying_list .item .info{
    /*height: 90px;*/
    padding: 0 10px;
}
#gongying_list .item .info .title{
    margin: 13px 0;
    font-size: 16px;
    font-weight: 400;
    color: #2F343B;
}
#gongying_list .item .info .name{
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #A0A4AA;
    line-height: 21px;
}

/*采购列表*/
#caigou_list{
    margin-top: 32px;
}
#caigou_list .item{
    width: 1200px;
    height: 144px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    overflow: hidden;
    margin-bottom: 19px;
    position: relative;
}
#caigou_list .item a{
    display: block;
}
#caigou_list .item .info{
    padding: 37px 39px 0 22px;
    overflow: hidden;
    margin-bottom: 18px;
    height: 24px;
    line-height: 24px;
}
#caigou_list .item .more_btn{
    width: 80px;
    height: 26px;
    background: linear-gradient(265deg, #E44515 0%, #F46C43 100%);
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
    display: none;
}
#caigou_list .item .more_btn a{
    color: white;
}
#caigou_list .item .more_box{
    width: 146px;
    height: 146px;
    position: absolute;
    right: 0;
    top: 0;
}
#caigou_list .item .more_box:hover .arrow_btn{
    display: none;
}
#caigou_list .item .more_box:hover .more_btn{
    display: block;
}
#caigou_list .item .info div{
    display: inline-block;
    float: left;
}
#caigou_list .item .info .title{
   max-width: 585px;
   margin-right: 46px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

#caigou_list .item .info .status{
    width: 68px;
    height: 24px;
    background: #F6F7F8;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    color: #888888;
}
#caigou_list .item .info .status.on{
    color: #E44515;
}
#caigou_list .item .info .center{
    padding: 0 16px 0 13px;
    background: #F6F7F8;
    margin-right: 80px;
    height: 24px;
    line-height: 24px;
    color: #888888;
    max-width: 270px;
}

#caigou_list .item .time{
    font-size: 26px;
    font-weight: 300;
    color: #AAAAAA;
    /*float: right;*/
    margin: 32px 0 18px 0;
}
#caigou_list .item .some{
    padding: 0 39px 0 22px;
    font-size: 24px;
    font-weight: bold;
    color: #E44515;
    line-height: 28px;
    overflow: hidden;
}
#caigou_list .item .some .price{
    color: #E44515;
}
#caigou_list .item .some em{
    margin-right: 20px;
}

#caigou_list .item .arrow_btn{
    width: 37px;
    height: 14px;
    margin-left: 40px;
}
#caigou_list .item .arrow_btn img{
    display: block;
    width: 100%;
    height: 100%;
}

/*.layui-laypage .layui-laypage-curr .layui-laypage-em{*/
/*    background-color: #E44515 !important;*/
/*}*/
