/* 郴州非遗资源库 - 非遗·视频 */
@charset "UTF-8";
.header{
    position: relative;
    float: left;
    width: 100%;
    min-width: 1300px;
    height: 250px;
    background: url(../images/fysp/banner.jpg) no-repeat center 0;
    margin-bottom: 40px;
}

ul.fysp-tablist{
    float: left;
    width: 1300px;
    margin: 10px 0 40px 0;
}
ul.fysp-tablist li{
    float: left;
    width: 313px;
    height: 66px;
    border: 2px solid #99c5c0;
    border-radius: 3px;
    background: #fff;
    margin-right: 10px;

    font-family:'AGDKBS';
    font-size: 20px;
    color: #000;
    line-height: 66px;
    text-align: center;
    cursor: pointer;
}
ul.fysp-tablist li:last-child{ margin-right: 0;}
ul.fysp-tablist li:hover{
    background: rgba(72,174,183,.3);
}
ul.fysp-tablist li.current{
    background: #48aea3;
    border-color: #48aea3;
    color: #fff;
}

.fysp_list-line{
    float: left;
    width: 1218px;
    min-height: 900px;
    border: 1px solid #48aea3;
    border-radius: 10px;
    background: #fff;
    padding: 40px 40px 20px 40px;
    margin-bottom: 85px;
}

ul.fysp_datalist{
    float: left;
    width: 1218px;
    margin-bottom: 27px;
}
ul.fysp_datalist li{
    position: relative;
    float: left;
    width: 390px;
    height: 293px;
    border: 1px solid #d0e2df;
    border-radius: 5px;
    margin: 0 21px 21px 0;
}
ul.fysp_datalist li:nth-child(3n){ margin-right: 0;}
ul.fysp_datalist li .imgbox{
    position: relative;
    float: left;
    width: 390px;
    height: 221px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 5px;
}
ul.fysp_datalist li .imgbox span{
    position: absolute;
    top: 0;
    left: 0;
    width: 390px;
    height: 221px;
    background: url(../images/i_play.png) no-repeat center center;
}
ul.fysp_datalist li .conbox{
    float: left;
    width: 358px;
    margin: 0 16px;

    font-size: 14px;
    color: rgba(0,0,0,.5);
    line-height: 22px;
}
ul.fysp_datalist li .conbox span{
    display: inline-block;
    color: rgba(8,89,80,.8);
    background: #cfe7ca;
    border-radius: 3px;
    padding: 0 5px;
    margin-right: 8px;
}
ul.fysp_datalist li .conbox .title{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
ul.fysp_datalist li .v-frame{ display: none;}
ul.fysp_datalist li:hover .v-frame{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 380px;
    height: 283px;
    border: 5px solid #24877c;
    border-radius: 5px;
    background: transparent;
}
.fysp_detailbox{
    float: left;
    width: 1218px;
    border: 1px solid #48aea3;
    border-radius: 10px;
    background: #fff;
    padding: 40px;
    margin-bottom: 75px;
}
.fysp_detailbox .frame-line{
    float: left;
    width: 1190px;
    border: 1px solid #48aea3;
    border-radius: 10px;
    padding: 14px;
}
.fysp_detailbox .frame-line .line-green{
    float: left;
    width: 1150px;
    min-height: 900px;
    border: 1px solid #cfe7ca;
    background: url(../images/fyccr/fnt-bg.png) no-repeat 345px 22px;
    padding: 52px 20px;
}

.v-titlebox{
    float: left;
    width: 1110px;
    margin-bottom: 15px;
    margin-left: 40px;

    font-family:'AGDKBS';
    font-size: 40px;
    color: #000;
    line-height: 50px;
}
.v-titlebox .desc{
    font-family:'HSSR';
    font-size: 20px;
    color: rgba(0,0,0,.3);
    line-height: 32px;
}
.v-titlebox .desc span{
    display: inline-block;
    background: #24877c;
    border-radius: 3px;
    color: #fff;
    padding: 0 15px;
    margin-top: 10px;
    margin-right: 14px;
}
.video-bg{
    float: left;
    width: 1150px;
    height: 669px;
    background: url(../images/fysp/v-bg.png) no-repeat;
    margin-bottom: 30px;
}
.video-bg iframe{
    width: 1110px;
    height: 619px;
    border: 0;
    background: #000;
    border-radius: 5px;
    margin: 25px 20px;
}

.intro-titlebox{
    float: left;
    width: 1105px;
    margin-left: 45px;
    margin-bottom: 30px;

    font-size: 20px;
    color: #000;
    font-weight: 600;
    line-height: 32px;
}
.intro-titlebox span{
    display: inline-block;
    background: url(../images/fysp/v-line.png) repeat-x left bottom;
}
.intro-article{
    float: left;
    width: 1060px;
    margin: 0 45px;

    font-size: 18px;
    color: #000;
    line-height: 32px;
    text-align: justify;
}
.intro-article p{ margin-bottom: 10px;}