.content .breadcrumbs {
	border-top:1px solid #c9c5c5;
	border-bottom:1px solid #c9c5c5;
	font:normal 12px Tahoma,Arial,Verdana;
	color:#ca1116;
	padding:5px 0;
}
.content .breadcrumbs a{
	color:#ca1116;
}
.content .breadcrumbs a.current{
	color:#6c6969;
}
.content .news .news_list {
}

.content .news .news_list .news_category {
	margin-top:10px;
	margin-bottom:10px;
	width: 240px;
    height: 25px;
    overflow: hidden;
    background: url(../gfx/sprite.png?v1.2) no-repeat;
	background-position: -518px -813px;
}

.content .news .news_list .news_category .corner{
	width: 240px;
    height: 25px;
    overflow: hidden;
    background: url(../gfx/sprite.png?v1.2) no-repeat;
	background-position: -760px -813px;
}

.content .news .news_list .news_category select {
   background: transparent;
   color:#a09a9a;
   width: 268px;
   padding: 5px;
   font-size: 12px;
   border: none;
   height: 25px;
}

.content .news .news_list .news_item{
	width:315px;
	height:105px;
	padding:10px 0px 10px 0px;
	float:left;
	border-bottom:#CCC dotted 1px;
}

.content .news .news_list .news_item .thumb{
	float:left;
}

.content .news .news_list .news_item img{
	width:100px;
	height:100px;
}

.content .news .news_list .news_item .item_content{
	float:left;
	padding:5px;
	width:200px;
}

.content .news .news_list .item_content h1{
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	margin-bottom:4px;
}
.content .news .news_list .item_content h2{
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	margin-bottom:4px;
}

.content .news .news_list .item_content .desc {
	display:block;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	/*height:25px;*/
}

.content .news .news_list .news_item .comment {
	height:13px;
	font-family:Tahoma, Geneva, sans-serif;
	display:block;
	font-size:11px;
	padding-left:18px;
	background:url(../gfx/sprite.png?v1.2);
	background-position:-199px 0px;
	margin-top:3px;
	color:#59595b;
}

.content .news .news_list .news_item .item_content .camera {
	width:30px;
	height:22px;
	display:block;
	background:url(../gfx/sprite.png?v1.2);
	background-position:-319px -716px;
	margin-top:3px;
}

.content .news .news_list .news_item .item_content .video_camera {
	width:30px;
	height:22px;
	display:block;
	background:url(../gfx/sprite.png?v1.2);
	background-position:-319px -742px;
	margin-top:3px;
}

.content .news .news_list .banner_middle {
	float:left;
	width:300px;
	height:250px;
	margin-right:15px;	
}

.content .news .news_list .news_item_small{
	width:315px;
	height:35px;
	padding:10px 0px 10px 0px;
	float:left;
	border-bottom:#CCC dotted 1px;
}

.content .news .news_list .news_item_small .comment {
	height:13px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding-left:18px;
	background:url(../gfx/sprite.png?v1.2);
	background-position:-199px 0px;
	margin-top:3px;
	margin-left:5px;
	color:#59595b;

}

