/* 湖南非物质文化遗产 非遗专题 */
@charset "UTF-8";
ul.fyzc_tablist{
	float:left;
	width:834px;
	margin:30px 233px 86px 233px;
}
ul.fyzc_tablist li{
	float:left;
	width:258px;
	height:70px;
	background:rgba(251,244,240,.2);
	margin-right:30px;
	cursor:pointer;
}
ul.fyzc_tablist li:last-child{ margin-right:0;}
ul.fyzc_tablist li i{
	display:inline-block;
	border:1px solid rgba(29,52,30,.25);
	background:rgba(251,244,240,.1);
	margin:7px;
	width:242px;
	height:54px;
	font-family:'SYHT';
	font-size:16px;
	color:#fff;
	line-height:54px;
	letter-spacing:1px;
	text-align:center;
}
ul.fyzc_tablist li.cur{background:rgba(251,244,240,1);}
ul.fyzc_tablist li.cur i{
	border:1px solid rgba(29,52,30,1);
	background:rgba(251,244,240,1);
	color:#1c321d;
}

.fyzt_box{
	float:left;
	width:1100px;
	margin:94px 100px 0 100px;
}
.fyzt_box .fyzd_imgbox{
	float:left;
	width:640px;
	height:377px;
	margin-right:42px;
	overflow:hidden;
}
.fyzt_box .fyzd_conbox{
	float:left;
	width:418px;
	margin-bottom:55px;
}
.fyzt_box .fyzd_conbox .s_title{
	float:left;
	width:418px;
	font-family:'SYHT';
	font-size:26px;
	color:#1c321d;
	line-height:40px;
}
.fyzt_box .fyzd_conbox .b_title{
	float:left;
	width:418px;
	font-family:'SYHT';
	font-size:40px;
	color:#000;
	line-height:40px;
	font-weight:600;
	letter-spacing:2px;
	margin:15px 0 20px 0;
}
.fyzt_box .fyzd_conbox .c_box{
	float:left;
	width:398px;
	height:255px;
	font-family:'PingFangJ';
	font-size:16px;
	color:rgba(9,14,23,.9);
	line-height:26px;
	padding-right:20px;
	overflow-y:scroll;
}
/* 设置滚动条的样式 */
.fyzt_box .fyzd_conbox .c_box::-webkit-scrollbar{
	width:2px;
}
/* 滚动槽 */
.fyzt_box .fyzd_conbox .c_box::-webkit-scrollbar-track{
	-webkit-box-shadow:outset 0 0 6px rgba(0,0,0,0);
	border-radius:0;
}
/* 滚动条滑块 */
.fyzt_box .fyzd_conbox .c_box::-webkit-scrollbar-thumb {
	border-radius:0;
	background:#1c321d;
	-webkit-box-shadow:0 2px 8px rgba(77,100,245,0);
}
.fyzt_box .fyzd_conbox .c_box::-webkit-scrollbar-thumb:window-inactive {
	background:rgba(0,0,0,0);
}

.fyzt_line{
	float:left;
	width:1100px;
	height:20px;
	background:#f3f2f2;
	margin-bottom:40px;
}
.fyzt_videobox{
	float:left;
	width:1100px;
	height:661px;
	background:url(../images/bg3.png) no-repeat;
	margin-bottom:88px;
	overflow:hidden;
}
.fyzt_videobox .video_box{
	position:relative;
	float:left;
	width:1000px;
	height:561px;
	margin:50px;
	background:#1b1b1b;
	overflow:hidden;
}
.fyzt_videobox .video_box .video_title{
	position:absolute;
	top:30px;
	left:35px;
	width:930px;
	font-family:'SYHT';
	font-size:20px;
	color:#fff;
	letter-spacing:1px;
	text-shadow:0 2px 2px rgba(0,0,0,.7);
}
.fyzt_s_title{
	float:left;
	width:1100px;
	font-family:'SYHT';
	font-size:22px;
	color:#1c321d;
	letter-spacing:1px;
	line-height:30px;
	margin-bottom:25px;
}
ul.fyzt_photolist{
	float:left;
	width:1100px;
	margin-bottom:50px;
}
ul.fyzt_photolist li{
	float:left;
	width:358px;
	height:370px;
	margin:0 13px 13px 0;
	overflow:hidden;
}
ul.fyzt_photolist li:nth-child(3n){ margin-right:0;}
ul.fyzt_photolist li .imgbox{
	float:left;
	width:358px;
	height:300px;
	margin-bottom:10px;
	overflow:hidden;
}
ul.fyzt_photolist li .conbox{
	float:left;
	width:338px;
	height:60px;
	font-size:14px;
	margin:0 10px;
	color:rgba(0,0,0,.7);
	line-height:22px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}