﻿@charset "utf-8";
/* CSS Document */

#pro_name{
	text-align: left;
	width: 320px;
	float: right;
	clear: right;
	overflow: hidden;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 24px;
	background-image: url(../images/black_line--.gif);
	background-repeat: repeat-x;
	background-position: left 24px;
}
#pro_name a{
	line-height: 24px;
	float: left;
	font-size: 12px;
}
#pro_name a.name_link{
	font-weight: normal;
}

#pro_name li{
	clear: both;
	text-align: left;
	width: 100%;
	height: 24px;
}
#pro_name li.bg_color1{
	background-color: #f1f1f1;
	}
#pro_name li.name_title{
	font-size: 16px;
	color: #FF6600;
	line-height: 48px;
	height: 48px;
	font-weight: bold;
	}
#pro_name li p{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 24px;
	word-break: break-all;
	}
#pro_name li p.name_tl{
	display: block;
	width: 28%;
	float: left;
	font-weight: normal;
	text-indent: 5px;
}

#pro_name li p.name_txt{
	display: block;
	width: 68%;
	float: left;
}
