﻿@charset "utf-8";

/*-信息列表样式10 全局样式-*/
.FrontInfo_list-10 * {
	padding:0;
	margin:0;
	border:0px none;
	font-size:12px
}
.FrontInfo_list-10 {
	width:220px;
	clear:both;
}
/*-圆角样式-*/
.FrontInfo_list-10 .right_top{
	min-height:200px;  
    _height:200px; 
}
/*-标题样式-*/
.FrontInfo_list-10 h3 {
	clear:both;
	line-height:28px;
	display:none;
}
/*-标题样式----(标题名)-*/
.FrontInfo_list-10 h3 span.title {
	width:100%;
	float:left;
	padding-left:12px;
	color:#000000;
	
}
/*-标题样式----(更多)-*/
.FrontInfo_list-10 h3 span.more {
	width:17%;
	float:right;
}
.FrontInfo_list-10 h3 span.more a {
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
.FrontInfo_list-10 h3 span.more a:hover {
	color:#000000;
	text-decoration:underline;
}
/*-内容样式-*/
.FrontInfo_list-10 .content {
	clear:both;
}
/*-内容样式----(左浮动图片)-*/
.FrontInfo_list-10 .content .left {
	float:left;
	width:100%;
}
.FrontInfo_list-10 .content .left img {
	border:0px solid #000000;
	width:230px;
	height:120px;
	margin:5px 0px;
	padding-left:3px;
}
/*-内容样式----(右详细内容)-*/
.FrontInfo_list-10 .content .right {
	float:left;
	width:67%;
	display:none;
}
/*-内容样式----(右详细内容)----(标题)-*/
.FrontInfo_list-10 .content .right h4 {
	margin:0px;
	color:#DF0001;
	clear:both;
}
.FrontInfo_list-10 .content .right h4 a {
	color:#333;
	text-decoration:none;
}
.FrontInfo_list-10 .content .right h4 a:hover {
	color:#DF0001;
	text-decoration:underline;
}
/*-内容样式----(右详细内容)----(标题)----(标题名)-*/
.FrontInfo_list-10 .content .right h4 span.name {
	width:70%;
	float:left;
	margin-top:10px;
}
/*-内容样式----(右详细内容)----(标题)----(日期)-*/
.FrontInfo_list-10 .content .right h4 span.date {
	width:25%;
	float:left;
	text-align:right;
	font-weight:normal;
	margin-top:10px;
	*margin-top:9px !important;
	*margin-top:9px;
	color:#333;
}
/*-内容样式----(右详细内容)----(文本详细)-*/
.FrontInfo_list-10 .content .right p.detail {
	line-height:18px;
	color:#595959;
	padding:0px 5px 0px 0px;
	clear:both;
}
/*-内容列表样式-*/
.FrontInfo_list-10 ul.list {
	clear:both;
	margin:0px 0px 0px 10px;
	padding:0px;
	list-style-type:none;
}

.FrontInfo_list-10 ul.list li {
	line-height:22px;
	border-bottom:1px dashed #C6C6C6;
	color:#585858;
	clear:both;
	padding-left:10px;
	background:url(../../images/infoPublish/list1.jpg) no-repeat left;
	height:22px;

}
/*-内容列表样式---(内容标题)-*/
.FrontInfo_list-10 ul.list li span.info {
	width:100%;
	float:left;
}
/*-内容列表样式---(日期)-*/
.FrontInfo_list-10 ul.list li span.date {
	width:20%;
	text-align:right;
	display:none;
}
/*-内容列表链接样式-*/
.FrontInfo_list-10 ul.list li a {
	color:#585858;
	text-decoration:none;
	padding-left:10px
}
.FrontInfo_list-10 ul.list li a:hover {
	color:#585858;
	text-decoration:underline;
}
/*-内容列表无边框样式-*/
.FrontInfo_list-10 ul.list .none {
	border:none;
}
/*-清除样式-*/
.clear {
	clear:both;
}
/*无资讯列表样式*/
.FrontInfo_list-10  .front {
  text-align:center;
  font-size:20px;
  font-family:"宋体";
  font-weight:bold;
  color:#07f;
}