/* 
Anyou
设计负责人：XueJifei
开始时间：2021/01/25
*/

.anyou-list1 .listul li .flex {
	min-height: 18px;
	padding: 15px;
	position: relative;
}

.anyou-list1 li .liL {
	width: 84px;
	height: 84px;
	background: #F2F2F2;
	padding-right: 15px;
}

.anyou-list1 li .liL .day {
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	margin-top: 20px;
	font-family: arial;
	color: #666;
}

.anyou-list1 li .liL .year {
	text-align: center;
	font-family: arial;
	font-size: 14px;
	line-height: 20px;
	color: #afafaf;
}

.anyou-list1 li .liL-img {
	width: 150px;
	height: inherit;
	background: none;
}

.anyou-list1 li .liL-img img {
	width: 100%;
	max-height: 80px;
}

.anyou-list1 li .liR a {
	font-size: 16px;
	color: #333;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-weight: bold;
}

.anyou-list1 li .liR .sub {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #666;
	padding-top: 7px;
	line-height: 22px;
	height: 41px;
}

.anyou-list1 li .liR .info {
	color: #999;
	margin-top: 5px;
	font-size: 12px;
}

.anyou-list1 li .li-btn {
	color: #999;
	border: 1px solid #eee;
	padding: 5px 10px;
	display: inherit;
	margin-top: 10px;
	margin-left: 15px;
}
.anyou-list1 li .li-btn:hover{
	color: #65a231;
	border: 1px solid #65a231;
}
.anyou-list1 li:hover .liR a {
	color: #65a231;
}
.anyou-list1 .listul .bg-white{
		box-shadow: none;
	}
@media screen and (max-width:1024px) {

	.anyou-list1 li .liL {
		width: 1.4rem;
		height: 1.4rem;
	}

	.anyou-list1 li .liL .day {
		margin-top: 0.3rem;
		font-size: 0.4rem;
	}

	.anyou-list1 .listul li {padding: 0.2rem 0.1rem;}
	
	.anyou-list1 li .liR a {
		font-size: 0.32rem;
	}

	.anyou-list1 li .liR .sub {
		font-size: 0.28rem;
		padding-top: 0.1rem;
		-webkit-line-clamp: 1;
	}

	.anyou-list1 li .liL .year {
		font-size: 0.24rem;
	}

	.anyou-list1 li.hasButton .li-btn {
		display: none;
	}

	.anyou-list1 li .liL-img {
		width: 2rem;
		height: inherit;
	}

	.anyou-list1 li .liR .info {
		font-size: 0.24rem;
	}

	.anyou-list1 .listul .m-img-full {
		display: block;
	}

	.anyou-list1 li.m-img-full .liL-img {
		width: 100%;
		padding-bottom: 0.3rem;
	}

	.anyou-list1 li.m-img-full .liR .sub {
		display: none;
	}

	.anyou-list1 li.m-img-full .liR a {
		font-size: 0.32rem;
	}

	.anyou-list1 li.m-img-hide .liL-img {
		display: none;
	}

	.anyou-list1 li.m-img-hide .liR .sub {
		-webkit-line-clamp: 2;
	}
}
