.container {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

.directory {
	width: 100%;
	height: 900px;
	background: url('../feiyi_imgs/image2_1x.jpg');
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
}

.directory-inner {
	width: 1200px;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
}

.dir-list {
	width: 180px;
	height: 50%;
	position: absolute;
	right: 0;
}

.dir-row {
	width: 100%;
	height: 64px;
	background: url('../feiyi_imgs/image18_1.png');
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	margin-bottom: 38px;
	transition: all 0.3s;
}

.dir-row a {
	color: #fff;
}

.dir-row a:hover {
	cursor: pointer;
	transform: translateY(-2px);
}

.calendar .calendar-row:hover {
	cursor: pointer;
	transform: translateY(-2px);
}

/* 点击非遗承所 */
.cell-row .cell {
	transition: all 0.3s;
}

.cell-row .cell:hover {
	cursor: pointer;
	transform: translateY(-2px);
}

/* 背景 */
.bg {
	width: 100%;
	height: auto;
	background: url('../feiyi_imgs/bg.png');
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: flex-start;
}

/* 非遗项目 */
.project {
	width: 100%;
	height: 960px;
	display: flex;
	justify-content: center;
}

.project-inner {
	width: 1200px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 传承风采 */
.ccfc-container {
	width: 100%;
	height: 960px;
	background: url('../feiyi_imgs/ccfc_back.png');
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
}

.ccfc-inner {
	width: 1260px;
	height: 100%;
	display: flex;
	display: flex;
	align-items: center;
}

.ccfc-content {
	width: 1020px;
	height: 80%;
	display: flex;
	align-items: center;
}

.ccfc-content img {
	width: 510px;
	height: 528px;
}

.ccfc-directory {
	width: 240px;
	height: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: rgba(136, 17, 11, 1);
}

.ccfc-list {
	width: 480px;
	height: 400px;
	margin-left: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.ccfc-list p {
	/* 调整文字间距 */
	line-height: 45px;
}

/* 非遗动态 */
.dynamics {
	width: 100%;
	height: 960px;
	display: flex;
	justify-content: center;
}

.dynamics-inner {
	width: 1260px;
	height: 100%;
	display: flex;
	align-items: center;
}

.dynamics-content {
	width: 1020px;
	height: 80%;
	display: flex;
	align-items: center;
}

.dynamics-content img {
	width: 560px;
	height: 600px;
}

.calendar {
	width: 430px;
	height: 600px;
	margin-left: 15px;
	margin-right: 15px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

.calendar-row {
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	border-bottom: 1px dashed rgba(198, 167, 123, 1);
}

.calendar-time {
	width: 100px;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: flex-start;
}

.calendar-time b {
	font-size: 28px;
	display: flex;
	justify-content: center;
	font-family: '黑体';
	margin-top: 18px;
}

.calendar-time p {
	display: flex;
	justify-content: center;
	margin: 0%;
	padding: 0%;
	margin-top: 6px !important;
}

.calendar-row p {
	width: 330px;
}

.dynamics-directory {
	width: 240px;
	height: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: rgba(136, 17, 11, 1);
}

/* 非遗承所 */
.fycs-container {
	width: 100%;
	height: 900px;
	background: url('../feiyi_imgs/ccfc_back.png');
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
}

.fycs-inner {
	width: 1260px;
	height: 100%;
	display: flex;
	display: flex;
	align-items: center;
}

.fycs-content {
	width: 1000px;
	height: 80%;
	margin-right: 20px;
	display: flex;
	flex-wrap: wrap;
}

.fycs-directory {
	width: 240px;
	height: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: rgba(136, 17, 11, 1);
}
.cell-row{
	width: 100%;
	height: 30%;
	display: flex;
	margin-top: 1%;
	margin-bottom: 1%;
	justify-content: space-between;
}
.cell {
	width: 49%;
	height: 100%;
	background: url('../feiyi_imgs/image_12_1.png');
	background-size: 100% 100%;
	padding: 28px;
	box-sizing: border-box;
}
.cell-title{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: space-between;
	color: rgba(140,67,0,1);
}
.cell p{
	margin: 0%;
	padding: 0%;
}
.cell b{
	font-size: 22px;
}