@charset "utf-8";
/* u-main */
.u-main{
	float: left;
	width: 300px;
	padding-right: 20px;
}
.u-maintitle{
	width: 180px;
	height: 46px;
	background: url(../img/title.png) no-repeat left -500px;
}
.u-mainpn{}
.u-mainpn .pic{
	float: left;
	margin-right: 16px;
	width: 94px;
	height: 70px;
	overflow: hidden;
}
.u-mainpn .pic img{
	display: block;
	width: 100%;
}
.u-mainpn .title{
	font-size: 16px;
	color: #202020;
	font-family: "Microsoft YaHei";
}
.u-mainpn .title a{
	color: #202020;
	text-decoration: none;
}
.u-mainpn .note{
	margin-top: 8px;
	color: #727272;
	line-height: 22px;
}
.u-mainpn .note a{
	color: #c00000;
}

/* u-line */
.u-line{
	margin-top: 30px;
	height: 30px;
	border-top: dashed 1px #b2b2b2;
}
	
/* u-list */
.u-list{
	line-height: 30px;
}
.u-list li{	
	float: left;
	width: 300px;
	padding-right: 20px;
	height:30px; 
	line-height:30px; 
	overflow:hidden;
	white-space:nowrap;/*���ò�����*/
    text-overflow:ellipsis;/*�����ʡ�Ժ��*/
    -o-text-overflow:ellipsis;/*����opera*/
}
.u-list li a{
	font-size: 14px;
	color: #6a6a6a;
	text-decoration: none;
}
.u-list li a:hover{
	color: #ff0000;
	text-decoration: underline;
}

.u-page{
	height: 50px;
	margin-top:20px;
	padding-top:20px;
	text-align:center
}
.list-line
{
    clear:both; 
    width:100% !important; 
    float:none !important; 
    border-bottom:1px dotted #c1c1c1; 
    padding-top:10px; 
    margin-bottom:10px; 
    height:1px !important;
    overflow:hidden !important
}

