/* -- #listContent
-------------------------------------------------------------------------------- */

#listContent.bt{
	border-top:solid 1px #e0e0e0;
}

/* -- .newsBox
-------------------------------------------------------------------------------- */

.newsBox{
	border-bottom:solid 1px #e0e0e0;
}
.newsBox .newsTitle{
	-moz-transition:all 150ms ease-in-out;
	-webkit-transition:all 150ms ease-in-out;
	transition:all 150ms ease-in-out;
}
.newsBox .newsTitle p{
	-moz-transition:all 150ms ease-in-out;
	-webkit-transition:all 150ms ease-in-out;
	transition:all 150ms ease-in-out;
}
.newsBox .newsTitle:hover p{
	color:#2996cc;
}
.newsBox:first-child{
	border-top:solid 1px #e0e0e0;
}
.newsBox .newsTitle{
	padding:18px 25px;
	background:#fff;
	position:relative;
}
.newsBox.active .newsTitle{
	background:#e4e7eb;
}
.newsBox .newsTitle .title{
	float:right;
	width:100%;
	font-size:100%;
	line-height:24px;
	margin-left:-222px;
}
.newsBox .newsTitle .title .titleInner{
	margin-left:222px;
	margin-right:40px;
}
.newsBox .newsTitle dl{
	float:left;
}
.newsBox .newsTitle dt{
	float:right;
	font-size:12px;
	width:80px;
	text-align:center;
	font-weight:bold;
	color:#2996cc;
	padding:4px 6px;
	border:solid 1px #2996cc;
	border-radius:2px;
	line-height:1.2;
	-moz-transition:all 150ms ease-in-out;
	-webkit-transition:all 150ms ease-in-out;
	transition:all 150ms ease-in-out;
}
.newsBox .newsTitle dd{
	float:left;
	color:#888;
	line-height:24px;
	margin-right:15px;
}
.newsBox .newsTitle:hover dt{
	background:#2996cc;
	color:#fff;
}
.newsBox .newsTitle a{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.newsBox .newsTitle a:before{
	content:"";
	display:block;
	width:13px;
	height:2px;
	background:#999;
	position:absolute;
	right:29px;
	top:50%;
	margin-right:4px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	-moz-transition:all 150ms ease-in-out;
	-webkit-transition:all 150ms ease-in-out;
	transition:all 150ms ease-in-out;
}
.newsBox .newsTitle a:after{
	content:"";
	display:block;
	width:13px;
	height:2px;
	background:#999;
	position:absolute;
	right:29px;
	top:50%;
	margin-right:-4px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	-moz-transition:all 150ms ease-in-out;
	-webkit-transition:all 150ms ease-in-out;
	transition:all 150ms ease-in-out;
}
.newsBox.active .newsTitle a:before{
	background:#2996cc;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.newsBox.active .newsTitle a:after{
	background:#2996cc;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.newsBox .newsTitle:hover a:before,
.newsBox .newsTitle:hover a:after{
	background:#2996cc;
}
.newsBox .newsBlock{
	border-top:solid 1px #e0e0e0;
	padding:25px 30px 35px;
	background:#fff;
	display:none;
}
.newsBox .newsBlock p{
	font-size:15px;
	line-height:1.8;
}
.newsBox .newsBlock p span{
	font-weight:bold;
}
.newsBox .newsBlock p.small{
	font-size:12px;
	line-height:1.5;
	margin-top:10px;
	color:#888;
}
.newsBox .newsBlock .source{
	text-align:right;
	padding-top:15px;
}
.newsBox .newsBlock .source p{
	display:inline-block;
	font-size:13px;
	border-bottom:solid 3px #ccc;
	padding-bottom:2px;
}
.newsBox .newsBlock .source p:before{
	content:"Source:";
	font-family:'Open Sans';
	font-size:11px;
	margin-right:10px;
}
