.youtube-nyh-content {
  width: 1200px;
  margin: -30px auto 0;

}

.youtube-nyh-content ul {
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	background: #fff;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	position: relative;
	z-index: 15;
  background: #f5f5f5;
  border-radius: 10px;
  margin: 30px 0 0 0;
}

.youtube-nyh-content ul li {
	float: none;
	position: relative;
	display: table-cell;
}

.youtube-nyh-content ul li .inner {
  display: block;
  border-top: none;
  text-decoration: none;
  font-weight: bold;
  width: 320px;
  height: 600px;
  box-sizing: border-box;
  padding: 20px 20px 20px 20px;
  border-right: 2px solid #e5e5e5;
}

.youtube-nyh-content .inner .program-date {
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
  border: 1px solid #e4ff00;
  background: #e4ff00;
  border-radius: 3px;
  padding: 6px 6px 4px 6px;
  line-height: 1;
  display: inline-block;
  margin: 0 0 10px 0;
}

.youtube-nyh-content .inner .program-title {
  font-size: 2.5rem;
  color: #000;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 10px 0;
}

.youtube-nyh-content .inner .program-text {
  font-size: 1.3rem;
  color: #999;
  font-weight: bold;
  line-height: 1.5;
}

.youtube-nyh-content .inner .program-label {
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  background: #da1b21;
  display: inline-block;
  padding: 3px 5px 1px;
  margin: 20px 0 0 0;
}

.youtube-nyh-content .inner .program-img {
  width: 100%;
  height: auto;
  margin: 15px 0 0 0;
}



.youtube-nyh-content .fix-btn {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding: 10px;
  box-sizing: border-box;
  margin: 30px auto 0;

}

.youtube-nyh-content .fix-btn a {
  background: #ff0000;
  display: block;
  text-align: center;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 8px 0;
}

.youtube-nyh-content .fix-btn a .btn-text {
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  background-image: url(../../../img/lp/youtube-2021-2022/btn-icon.png);
  background-size: 28px auto;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: 0 center;
  padding: 10px 0 10px 35px;
}
