.industry_content_block{
	width: 100%;
	background: #f3f7fd;
	padding-top:39px;
	box-sizing: border-box;
}
.hot_new_block{
	width: 100%;
	background: #fff;
	padding: 34px 0 57px 0;
}
.hot_new_block_title{
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #080808;
	text-align: center;
	margin-bottom:32px;
}

.new_one{
	width: 22%;
	height: 367px;
	background: url(../../../img/front/images/industry_no.png);
	background-repeat: no-repeat;
	background-size:100% 100%;
	border:1px solid #fff;
	border-radius:10px;
}
.new_one:hover{
	border:1px solid #3393FF;
}
.new_one_pic{
	width: 100%;
	height: 199px;
	margin-bottom:14px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.new_one_pic img{
    border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.new_one_title{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #090909;
	margin-left:2%;
	margin-bottom:23px;
	text-align: left;
	display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}
.new_one_author{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #080808;
	margin-left:2%;
	margin-bottom:10px;
	text-align: left;
}
.new_one_time{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #080808;
	margin-left:2%;
	text-align: left;
}
.last_new_block{
	width: 99%;
	background: #fff;
	margin: 36px auto 0;
	padding:57px 0 58px;
	box-sizing: border-box;
}
.last_new_block_title{
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #080808;
	text-align: center;
	margin-bottom:45px;
}
.last_new_block_content{
	width: 54%;
	margin:auto;
}
.last_new_block_content_one{
	margin-bottom: 27px;
	display: flex;
	flex-direction: row;
	border-radius:12px;
}
.last_new_block_content_one_pic{
	overflow: hidden;
	margin-right:2%;
	width:38%;
	height:265px;
	
}
.last_new_block_content_one_pic img{
    width:100%;
    height:100%;
	transition: transform 0.5s ease-in-out;
}
.last_new_block_content_one_r{
    width:60%;
	padding-top: 19px;
	padding-right:2%;
	box-sizing: border-box;
}
.last_new_block_content_one_r_title{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #080808;
	margin-bottom: 21px;
}
.last_new_block_content_one_r_content{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #080808;
	margin-bottom:31px;
	line-height: 40px;
	display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}
.last_new_block_content_one_r_time{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999;
}

.last_new_block_content_one:hover{
	background:#efefef;
}
.last_new_block_content_one:hover img{
	transform: scale(1.2);
}
.new_one_pic img{
    width:100%;
    height:100%;
}