/*********** NEWS ***********/
.facultyNew {
	width: 274px;
	margin: 16px;
}

.facultyNew .facultyNews_img {
	width: 274px;
	height: 182px;
	background-color: #efefef;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	overflow: hidden;
}

.facultyNew .facultyNews_img a {
	display:inline-block;
	width: 100%;
	height: 100%;
}

.facultyNew .facultyNews_dataTime {
	margin-top: 20px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 104.5%;
}

.facultyNew .facultyNews_name h2 {
	width: 100%;
	height: 28px;
	margin-top: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.facultyNew .facultyNews_name h2 a {
	margin-top: 12px;
	font-family: MyriadProCond, Tahoma, sans-serif;
	font-size: 23px;
	line-height: 28px;
	color: #2F2F2F;
	text-decoration:none;
}

.facultyNew .facultyNews_name h2:hover a {
	color: #FF7715;
}
.facultyNew .facultyNews_name h2:hover {
	color: #FF7715;
}

.facultyNew .facultyNews_content {
	width: 100%;
	/*height: 130px;*/
	margin-top: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.facultyNew .facultyNews_content a,
.facultyNew .facultyNews_content a *{
	font-family: Montserrat, Arial, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	color: #3A3A3A;
}

.facultyNew .facultyNews_content a:hover {
	text-decoration: underline;
}
