
/*---w-box---*/
.w-box > h2 {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-width: 0;
	border-style: solid;
	border-color: #FFF;
	background-color: #2b98db;
}

.w-box > h2,
.w-box > h2 a {
	line-height: 35px;
	height: 35px;
	position: relative;
	z-index: 2;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	font-weight: bold;
}

.w-box > h2 a,
.w-box > h2 a:link,
.w-box > h2 a:visited {
	color: #666;
	padding: 0 15px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}

.w-box .w-m {
	position: relative;
	z-index: 1;
	padding: 5px;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.w-box ul.list-pic p {
	text-indent: 2em;
}

.w-box a.more {
	position: absolute;
	top: 8px;
	right: 5px;
	z-index: 10;
	padding-right: 5px;
	line-height: 18px;
	display: block;	
}

.w-box > h2 a:link,
.w-box > h2 a:visited,
.w-box > .more:link,
.w-box > .more:visited {
	color: #FFF;
}

.w-box > h2 a:hover,
.w-box > .more:hover {
	color: #FF6;
	text-decoration: none;
}

.w-box-styleAYellow > h2 a {
	border-bottom: 4px solid #F60;
}

.w-boxYellow > h2 {
	background-color: #F60;
}

/*---文字列表---*/
.list li {
	padding-left: 1em;
	position: relative;
	vertical-align: bottom;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;	
}

.list li.info {
	padding-left: 0;
	padding-bottom: 10px;
	border-bottom: 1px dashed #e6e6e6;
	margin-bottom: 5px;
}

.list li:first-child,
.list li.first {
	border-top: 0;
}

.boxNewsList .list li.info {
	min-height: 104px;
}

.list li.info .title{
	margin: 5px 5px 0;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.list li.info p {
	text-align: left;
	text-indent: 2em;
	line-height: 162%;
}

.list li.info .detail:link,
.list li.info .detail:visited {
	color: #2b98db;
	display: inline-block;
	*display: inline;
	zoom: 1;
	white-space: nowrap;
	text-indent: 0;
	margin-left: .5em;
}

.list-pic li {
	overflow: hidden;
	position: relative;
	text-align: left;
	float: none;
	width: 100%;
	border-bottom: 1px solid #EEE;
	padding: 10px 0 10px;
	font-size: 14px;
}

.list-pic li img {
	float: left;
	width: 180px;
	height: 120px;
	margin-right: 20px;
}

.list-pic li i.title {
	font-size: 16px;
	font-weight: bold;
	display: line-block;
	*display: inline;
	zoom: 1;
	text-indent: 0;
	font-style: normal;
	color: #6257C3;
}

.list-pic li p {
	padding-top: 0.5em;
	text-indent: 0;
}

.list-pic li .info {
	color: #999;
}

.list-pic li .detail:link,
.list-pic li .detail:visited {
	color: #2b98db;
	display: inline-block;
	*display: inline;
	zoom: 1;
	white-space: nowrap;
	text-indent: 0;
	margin-left: .5em;
}

.list-pic li .detail:hover {
	color: #FC0;
}