/* 武陵山区(湘西)文化生态资源库 - 湘西非遗（非遗政策）*/
@charset "UTF-8";
html,body{
    background: url(../../images/xxfy/fyzc/page-bg.jpg) repeat-y center 0;
}
.bottom-bg{
    position: relative;
    float: left;
    width: 100%;
    min-width: 1458px;
    min-height: 1420px;
    background: url(../../images/xxfy/fyzc/bg.jpg) no-repeat center 195px;
}
.screen-bg{
    position: fixed;
    top: 130px;
    left: 0;
    width: 100%;
    min-width: 1458px;
    height: 65px;
    background: #f5f5f5;/*#edeeef;*/
    z-index: 9;
}
ul.screen-list{
    float: left;
    width: 960px;
    font-family: "NSimSun_Fnt";
    font-size: 16px;
    color: #000;
    line-height: 65px;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 249px;
}
ul.screen-list li{
    float: left;
    width: 240px;
    height: 65px;
    background: url(../../images/xxfy/line_1.png) no-repeat right center;
    cursor: pointer;
}
ul.screen-list li:last-child{ background: none;}
ul.screen-list li.selected{ color: #377bba;}

ul.fyzc_datalist{
    float: left;
    width: 1458px;
    margin: 252px 0 15px 0;
}
ul.fyzc_datalist li{
    float: left;
    width: 1458px;
    height: 252px;
    background: #fff;
    margin-bottom: 21px;
}
ul.fyzc_datalist li .line{
    float: left;
    width: 1375px;
    height: 184px;
    border: 2px solid #fff;
    margin: 8px;
    padding: 24px 37px 24px 26px;
}
ul.fyzc_datalist li:hover .line{
    border: 2px solid #1b64a7;
}
ul.fyzc_datalist li .line .imgbox{
    float: left;
    width: 302px;
    height: 184px;
    margin-right: 42px;
}
ul.fyzc_datalist li .line .conbox{
    position: relative;
    float: left;
    width: 1031px;
    height: 184px;
    font-family: "HMOS_S_S_Regular";
}
ul.fyzc_datalist li .line .conbox .title{
    float: left;
    width: 1031px;
    font-family:'HMOS_S_S_Medium';
    font-size: 22px;
    color: #000;
    line-height: 45px;
}
ul.fyzc_datalist li .line .conbox .desc{
    float: left;
    width: 1031px;
    font-size: 14px;
    color: rgba(0,0,0,.5);
}
ul.fyzc_datalist li .line .conbox .desc span{
    margin: 0 5px;
}
ul.fyzc_datalist li .line .conbox .simple{
    position: absolute;
    left: 0;
    bottom: 14px;
    width: 1031px;
    font-size: 16px;
    color: rgba(0,0,0,.8);
    line-height: 27px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
ul.fyzc_datalist li:hover .line .conbox .title{ color: #225b8f;}


.fyzc_detailbox{
    float: left;
    width: 1054px;
    padding: 65px 202px;
    background: #fff;
}
.fyzc_detailbox .d-titlebox{
    float: left;
    width: 1054px;
    font-family:'HMOS_S_S_Bold';
    font-size: 28px;
    color: #000;
    line-height: 40px;
    text-align: center;
}
.fyzc_detailbox .d-titlebox .desc{
    font-family:'HMOS_S_S_Regular';
    font-size: 16px;
    color: rgba(0,0,0,.5);
    line-height: 20px;
    margin: 20px 0 40px 0;
}
.fyzc_detailbox .d-titlebox .desc span{ margin: 0 15px;}
.fyzc_detailbox .d-conbox{
    float: left;
    width: 1054px;
    font-family:'HMOS_S_S_Regular';
    font-size: 18px;
    color: #000;
    line-height: 30px;
    text-align: justify;
}
.fyzc_detailbox .d-conbox img{ display: inline-block; max-width:100%;height:auto; margin: 10px 0;}