.photo-con {
	width: 90px;
	height: 120px;
	overflow: hidden;
	transition: all 0.2s;
}

.photo-con>a>img {
	width: 100%;
	height: 100%;
	display: block;
}

.photo-con:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.photo-con>a {
	display: block;
	height: 100%;
	width: 100%;
}

.news-list-li {
	width: 465px;
	height: 120px;
	margin-top: 20px;
}

.news-con {
	width: 370px;
	height: 120px;
	box-sizing: border-box;
	padding: 12px 20px 12px 28px;
}

.news-con>h2 {
	font-size: 16px;
	margin-bottom: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-con>h2>a {
	color: #333;
}

.news-con>h2>a:hover {
	color: #ea4245;
}

.news-con>.teacther-jieshao,
.news-con>.news-jieshao {
	max-height: 38px;
	font-size: 14px;
	color: #666;
	margin-bottom: 12px;
	width: 100%;
	overflow: hidden;
	/*text-overflow: unset !important;*/
	/*position: relative;*/
}

.news-con>.teacther-jieshao>a:hover {
	color: #EA4245;
}

.news-con>p {
	max-height: 36px;
	font-size: 14px;
	color: #666;
	margin-bottom: 14px;
	width: 100%;
	overflow: hidden;
	/*text-overflow: unset !important;*/
	/*position: relative;*/
}

.news-con>p:hover>a {
	color: #ea4245 !important;
}

.news-con>span {
	font-size: 10px;
	color: #666;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-con>span:hover>a {
	color: #ea4245!important;
}

.w290 {
	width: 290px !important;
}

.w170 {
	width: 170px !important;
}