@charset "UTF-8";

.clear:after {
	content: "";
	display: block;
	clear: both;
}



.block {
	background-color: #f5f5f5;
}
.block-content {
	display: block;
	min-height:600px;
	width: 1300px;
	margin: 0 auto;
	padding-bottom: 0px;
	background-color: #f5f5f5;
	padding: 0 65px;
	box-sizing: border-box;
}
.block-content:after {
	content: "";
	display: block;
	clear: both;
}



.item_list {
	margin-left: -70px;
}

.item_list li {
	float: left;
	width: 500px;
	height: 155px;
	margin-top: 40px;
	margin-left: 70px;
	border: 1px #f0f0f0 solid;
	box-sizing: border-box;
}

.item_list li .icon {
	float: left;
	width: 163px;
	height: 155px;
}

.item_list li .info {
	float: left;
	width: 235px;
	padding: 20px 25px;
	box-sizing: border-box;
}

.item_list li .info .name {
	font-size: 16px;
	color: #333;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
}

.item_list li .info .des {
	font-size: 14px;
	color: #818181;
	margin: 15px 0;
	line-height: 20px;
	height: 20px;
}

.item_list li .info .des span {
	float: left;
	display: inline-block;
	width: 33%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 10px;
	box-sizing: border-box;
	max-height: 40px;
}

.item_list li .info .btn {
	display: inline-block;
	float: right;
	width: 70px;
	height: 30px;
	padding: 5px 20px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	border-radius: 4px;
	background-color: #0f69a7;
	background-repeat: no-repeat;
	outline: none;
}