@charset "utf-8";
/* ---------------------- CSS Product Page ----------------------   */
.main_pro{ 
	border-top: #ebe9ee 6px solid;
	padding:10px 0 6px 0;
}
.main_pro .pro-title , .main_pro .pro-title a{
	color:#da0750;
	font-size:14px;
	font-weight: bold;
	padding:2px 10px 2px 10px;	
}
.main_pro .pro-title {
	background:url(../images/icon_rss.png) no-repeat left;
	padding:5px 10px 6px 20px;	
	border-bottom: #ebe9ee 1px solid;
}
.main_pro .pro-title a:hover{
	color:#000;
}
.main_pro .pro-group{
	z-index:0;
}
.main_pro .news_group{
	text-align: left;
	padding: 5px;
}

.main_pro .news_group img{
	float:left;
	padding:2px;
	border:#CCC solid 1px;
	margin:2px 5px 2px 2px;
}
.main_pro .news_group .tieude{
	font-size:14px;
	font-weight:bold;
	color:#0265eb;
	padding:3px 0;
}
.main_pro .news_group .tieude a{
	color:#0265eb;
}
.main_pro .news_group .tieude a:hover{
	color:#da0750;
}
.main_pro .news_group .summary{
	font-size:12px;
	color:#474747;
	line-height:20px;
}

.main_pro .page_page{
	text-align:center;
	padding: 5px;
}
.news_detail{
	text-align: left;
	padding: 5px;
}
.news_detail .summary_d{
	font-size:10px;
	color:#474747;
	padding:5px;
	display:none;
}
.news_detail .news_detail_title{
	font-size:16px;
	font-weight:bold;
	padding:2px 0;
}
.news_detail .news_detail_detail{
	font-size:12px;
	color:#474747;
	line-height:20px;
	text-align:justify;
}
.news_detail .news_detail_other{
	font-size:12px;
	color:#474747;
	font-weight:bold;
}
.news_detail .news_detail_other2{
	font-size:12px;
	color:#474747;
	margin:1px 1px 1px 5px;
	padding:2px 2px 2px 16px;
	background:url(../images/icon_new.png) no-repeat left;
}
.news_detail .news_detail_other2 a{
	color:#474747;
}
.news_detail .news_detail_other2 a:hover{
	color:#f05886;
}
