.body_center {
	width: 960px;
}


/*大项目背景图*/

#m_item_max_1 {
	background-image: url(../img/long_range_modules/long_range_modules_2.png);
}


/*******小项目图片设置*********/

#m_item_min_1 {
	background-image: url(../img/long_range_modules/nb_iot_120.png);
}

#m_item_min_2 {
	background-image: url(../img/long_range_modules/LoRa_img_0.png);
}


/*******小项目图片设置 end*********/


/*小项目title*/

.m_item_min_title a {
	color: black;
}

.m_item_min_title a:hover {
	color: green;
	text-decoration: underline;
}


/*小项目右边描述*/

.m_item_min_content_right {
	float: right;
	height: 210px;
	width: 300px;
	font-size: smaller;
	text-align: left;
}

.m_item_min_content_right li {
	padding-top: 3px;
	padding-bottom: 3px;
}


/*左边图片和文字*/

.m_item_min_content_left {
	float: left;
	height: 210px;
	width: 160px;
}


/*左边图片*/

.m_item_min_content_left_img {
	margin: 0px 20px 20px 20px ;
	height: 120px;
	width: 120px;
}

/*左边文字*/

.m_item_min_content_left_info {
	text-align: left;
	font-size: smaller;
	margin-top: 10px;
	height: 50px;
	width: 160px;
}


/*单位宽度定义*/

.content_left_unit {
	text-align: center;
	float: left;
	width: 40px;
}


/*单位宽度定义*/

.content_right_info {
	float: right;
	width: 120px;
}