.news .unit-inner {
	height: 100%;
	overflow: hidden;
}

.news .unit .title {
	height: auto;
	max-height: 2.5rem;
	overflow: hidden;
}

.news .unit .title a {
	color: #292929;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news .unit .unit-left {
	width: 14rem;
	height: 105%;
	opacity: 0.7;
	background-position: center;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.news .unit.show-link .unit-left {
	opacity: 1;
}

.news .unit .unit-right {
	padding-left: 16rem;
	height: 100%;
}

.news .unit .unit-right .summary {
	width: calc(100% - 16rem);
	height: auto;
	min-height: 3rem;
	max-height: 4.125rem;
	left: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: -3rem;
	margin-left: 16rem;
	background-color: #fff;
	opacity: 0;
	position: absolute;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.news .unit.show-link .unit-right .summary {
	opacity: 1;
}

.news .unit .unit-right .date {
	opacity: 1;
}

.news .unit.show-link .unit-right .date {
	opacity: 0;
}

.news .unit .unit-right .tag {
    margin: 0 0.25rem 0.25rem 0;
    padding: 0.125rem 0.5rem;
    color: #8b90b0;
    background-color: #eceff9;
    display: inline-block;
    position: relative;
}

.news .unit .unit-right .unit-right-mask {
	margin-left: 16rem;
	height: 105%;
}

@media (max-width: 66.25rem) {
	.screen-m .news .unit .unit-left {
		width: 12rem;
	}

	.screen-m .news .unit .unit-right {
		padding-left: 14rem;
	}

	.screen-m .news .unit .unit-right .summary {
		width: calc(100% - 14rem);
		margin-left: 14rem;
	}
}

@media (max-width: 60rem) {
	.screen-m .news .unit .unit-left {
		width: 100%;
		height: 14rem;
		position: relative;
	}

	.screen-m .news .unit .unit-right {
		height: auto;
		min-height: fit-content;
		bottom: -0.375rem;
		padding: 0 1.375rem;
		background-color: #fff;
		position: absolute;
	}

	.screen-m .news .unit .unit-right .title{
		margin-top: 0.875rem;
		margin-bottom: 1.25rem;
	}

	.screen-m .news .unit.show-link .unit-right .title{
		opacity: 0;
	}

	.screen-m .news .unit .unit-right .date{
		padding: 0.25rem 0.5rem;
		top: -2.5rem;
		right: 1rem;
		color: #fff;
		background-color: rgba(0, 0, 0, 0.5);
		position: absolute;
	}
	.screen-m .news .unit .unit-right .summary {
		bottom: 0;
		width: 100%;
		min-height: 5.5rem;
		max-height: 10rem;
		margin-top: 0;
		margin-left: 0;
		padding: 1.25rem 1.375rem 0;
	}

	.screen-m .unit .unit-right .unit-right-mask {
		top: auto;
		bottom: 0;
		margin-left: 0;
		height: 6rem;
	}
}




.screen-s .news .unit .title,
.screen-x .news .unit .title {
	max-height: 2.125rem;
}

.screen-s .news .unit .unit-left,
.screen-x .news .unit .unit-left {
	width: 8rem;
	height: 100%;
	opacity: 0.7;
}

.screen-s .news .unit.show-link .unit-left,
.screen-x .news .unit.show-link .unit-left {
	opacity: 1;
}

.screen-s .news .unit .unit-right,
.screen-x .news .unit .unit-right {
	padding-left: 9rem;
}

.screen-s .news .unit .unit-right .date,
.screen-x .news .unit .unit-right .date {
	margin: 0;
}

.screen-s .news .unit .unit-right .summary,
.screen-x .news .unit .unit-right .summary {
	width: calc(100% - 9rem);
	min-height: 3rem;
	margin-left: 9rem;
	margin-top: 0;
	top: 1rem;
	opacity: 0;
	z-index: -1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.screen-s .news .unit.show-link .unit-right .summary,
.screen-x .news .unit.show-link .unit-right .summary {
	opacity: 1;
	z-index: 10;
}

.screen-s .news .unit.show-link .unit-right .title,
.screen-x .news .unit.show-link .unit-right .title {
	opacity: 0;
}

.screen-s .news .unit.show-link .unit-right .date,
.screen-x .news .unit.show-link .unit-right .date {
	opacity: 0;
}

.screen-s .unit .unit-right .unit-right-mask, 
.screen-x .unit .unit-right .unit-right-mask {
	margin-left: 0;
}