/*NewsHome*/
.path-title{
	border-bottom:1px solid rgb(217, 189, 155);
	font-weight:bold;
	padding-bottom:4px;
	margin-bottom:10px;
	display:block;
	text-decoration:none !important;
	font-size:14px;
	color:#cc0033 !important;
}
.news-list-path{
	border-bottom:1px solid rgb(217, 189, 155);
	font-weight:bold;
	padding-bottom:4px;
	margin-bottom:10px;
	display:block;
	text-decoration:none !important;
	font-size:14px;
}
.news-list-path a{
	font-size:16px;
	color:#cc0033 !important;	
}
.news-bound{
	width:680px;
	margin-top:20px;
}
.news-bound .item {
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(217, 189, 155);
    margin-bottom: 10px;
}
.news-bound .avatar {
    float: left;
    margin-right: 10px;
}
.news-bound .avatar img {
    width: 120px;
    height: 80px;
	padding-bottom:2px;
}
.news-bound h1{
	padding:0px;
	margin:0px;
}
.news-bound .title {
	font-size:14px;
    font-weight: bold;
    font-family: Tahoma;
}
.lead {
    text-align: justify;
	padding-top:3px;
	display:block;
}
.more {
    margin-top: 5px;
    text-align: right;
}
.more a{
	color:#cc0033;	
}
.news-tags{
	font-weight:bold;
	padding-top:10px;	
}
.news-tags a{
	color:#F00;		
}
.newsdetail-other-item-title{
	font-weight:bold;
	font-size:14px;
	margin-left:-15px;
	padding-bottom:5px;
	margin-top:10px;
	border-bottom:1px dotted #ccc;	
	margin-bottom:8px;
}
.newsdetail-other-item-bound{
	padding-bottom:20px;	
}
.paging-bound{
	margin-bottom:20px;	
}