﻿
/*内页左侧产品分类*/
.prs {
	width: 210px;
	overflow: hidden;
	background: #FFF
}
.prs .t05 {
	line-height: 31px;
	padding-left: 15px;
	font-weight: bold;
	font-family: 微软雅黑;
	font-size: 14px;
	color: rgb(0, 0, 0);
	background: url(http://www.nnymh.com/templets/default/sy/nav.png) 0% 100% no-repeat;
}
.prs .t05_con {
	
}
.prs li {
	color: rgb(102, 102, 102);
    display: block;
    line-height: 40px;
    font-family: 微软雅黑;
    border-bottom: 1px solid rgb(221, 221, 221);
}
.prs li.cur a {
	color: #af1e24
}
.prs li a {
	color: #333333;
	font-size: 12px;
}

