﻿@charset "utf-8";
/* CSS Document */

#pro_name{
	text-align: left;
	width: 340px;
	float: right;
	clear: right;
	overflow: hidden;
}
#pro_name li{
	background-image: url(../images/news_line--.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 0px;
	clear: both;
}
#pro_name li p.name_tl{
	display:block;
	width:30%;
	float:left;
	height: 24px;
    font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
}

#pro_name li p.name_txt{
	display:block;
	width:70%;
	float:left;
	height: 24px;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}
