#news ul li {
	position: relative;
	line-height: 1.4;
}
#news ul li a {
	padding: 2em 1em;
}
#news ul li::after {
	content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, 0) 100%);
}
#news ul li:first-child::before {
	content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, 0) 100%);
}
#news .list__more {
	text-align: center;
	margin-top: 1.5em;
}
.page--news .back {
	opacity: .5 !important;
}
.page--news .block--title {
	margin-bottom: 2em;
}
.page--news .block--title .tit {
	line-height: 1.4;
}
.page--news .block--title .date {
	margin-bottom: 1em;
}
.page--news .ph, .page--news .video {
	margin: 1em 0;
}
.page--news .txt {
	line-height: 1.8;
}
.page--news .txt img {
	max-width: 100%;
}
.page--news .detail__btn {
	margin-top: 50px;
}
.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 1em 0;
}
.video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 897px) {
	#news ul li a {
		display: flex;
		transition: .3s;
	}
	#news ul li a .date {
		width: 8em;
	}
	#news ul li a .tit {
		width: calc(100% - 8em);
	}
	#news ul li a:hover {
		opacity: .7;
	}
	.page--news .block--title .tit {
		font-size: 16px;
	}
	.page--news .txt {
		font-size: 14px;
	}
	.list__more {
		font-size: 15px;
	}
	
}

@media screen and (max-width: 896px) {
	#news ul li {
		font-size: 14px;
	}
	#news ul li a .date {
		margin-bottom: .6em;
	}
	.page--news .block--title .tit {
		font-size: 15px;
	}
	.page--news .txt {
		font-size: 13px;
	}
	.list__more {
		font-size: 14px;
	}
}