@charset "gb2312";
.page_holder {
	position: relative;
	width: 100%;
	max-width: 768px;
	margin: auto;
	padding: 50px 0px;
}
/*---------------------------------------------------------------------------*/
.page_home_icon {
	padding: 5px;
}
.page_home_icon a {
	display: block;
	float: left;
	width: 25%;
	padding: 5px;
}
.page_home_icon a span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
/*---------------------------------------------------------------------------*/
.page_home_pro {
	padding: 5px;
}
.page_home_pro .holder {
	padding: 10px;
	background-color: #FFF;
}
.page_home_pro .title {
	width: 100%;
}
.page_home_pro .title .cn_title {
	font-size: 16px;
	line-height: 30px;
	color: #000;
	padding-left: 5px;
	border-left: 3px solid #6A3A06;
}
.page_home_pro .title .more {
	display: block;
	float: right;
	width: 60px;
	height: 30px;
	background-image: url(../m_img/more-icon.png);
	background-repeat: no-repeat;
	background-position: center;
}
.page_home_pro .list {
	width: 100%;
}
.page_home_pro .list .img_holder {
	display: block;
	width: 100%;
	margin-top: 10px;
}
.page_home_pro .list .img_holder .img {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page_home_pro .list .img_holder .text {
	display: block;
	width: 100%;
	height: 38px;
	padding: 10px;
	background-color: #333;
	text-align: center;
	color: #FFF;
	line-height: 18px;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
/*---------------------------------------------------------------------------*/
.page_home_news {
	padding: 5px;
}
.page_home_news .holder {
	padding: 10px;
	background-color: #FFF;
}
.page_home_news .title {
	width: 100%;
}
.page_home_news .title .cn_title {
	font-size: 16px;
	line-height: 30px;
	color: #000;
	padding-left: 5px;
	border-left: 3px solid #6A3A06;
}
.page_home_news .title .more {
	display: block;
	float: right;
	width: 60px;
	height: 30px;
	background-image: url(../m_img/more-icon.png);
	background-repeat: no-repeat;
	background-position: center;
}
.page_home_news .list {
	width: 100%;
}
.page_home_news .list .news_holder {
	display: block;
	width: 100%;
	height: 100px;
	margin-top: 10px;
	padding-bottom: 9px;
	border-bottom: 1px solid #DDD;
}
.page_home_news .list .news_holder .news_img {
	display: block;
	float: left;
	width: 90px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page_home_news .list .news_holder .news_title {
	display: block;
	margin-left: 100px;
	height: 25px;
	color: #000;
	font-size: 16px;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.page_home_news .list .news_holder .news_time {
	display: block;
	margin-left: 100px;
	height: 25px;
	color: #999;
	font-size: 12px;
}
.page_home_news .list .news_holder .news_text {
	display: block;
	margin-left: 100px;
	height: 40px;
	line-height: 20px;
	color: #999;
	font-size: 12px;
	/* 当多行对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;  
	display: -webkit-box;  
	-webkit-line-clamp: 2;  
	-webkit-box-orient: vertical; 
}
/*---------------------------------------------------------------------------*/
.page_con {
	margin: 5px;
	padding: 10px;
	background-color: #FFF;
}
.page_con_title {
	width: 100%;
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.page_con_title .cn_title {
	border-left: 4px solid #6A3A06;
	padding: 0px 5px;
	font-size: 16px;
	color: #000;
}
.page_con_title .en_title {
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
}