.content_Item {
	border-bottom: solid 1px #e6e6e6;
	padding-top: 80px;
	font-size: 0;
	vertical-align: top;
}

.infoBlock {
	display: inline-block;
	width: 50%;
	font-size: 14px;
	padding: 0 35px;
	float: left;
    min-height: 356px;
}

.infoBlock_title {
	border-bottom: solid 3px #dedede;
	line-height: 60px;
	height: 60px;
}

.infoBlock_title_text {
	font-size: 20px;
	color: #404641;
}

.infoBlock_title_Btn {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	color: white;
	font-size: 12px;
	background-color: #08bafd;
	border-radius: 5px;
	padding: 0 12px;
	float: right;
	margin-top: 18px;
	cursor: pointer;
}

.infoBlock_list {
	display: block;
	padding: 16px 0 40px;
}

.listItem a{
	font-size: 16px;
	line-height: 48px;
	color: #6d6c75;
	width: 350px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
