/* articles index */
#primary > div:first-child {
	zoom: 1;
}

#primary > div:first-child:after {
	content: "";
	display: table;
	clear: both;
	height: 0;
}

h2 {
	font-weight: bold;
	font-size: 30px;
}

h2 + p {
	margin-top: 30px;
	font-size: 16px;
}

#articleNews {
	position: relative;
	float: right;
	width: 388px;
	margin-top: 40px;
	padding: 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#articleNews > h3 {
	position: absolute;
	width: 132px;
	top: -40px;
	left: -125px;
	z-index: -1;
}

#articleNews > div > a {
	zoom: 1;
	display: block;
	margin-bottom: 5px;
	font-weight: normal;
	line-height: 1.57;
}

#articleNews > div > a:after {
	content: "";
	display: table;
	clear: both;
	height: 0;
}

#articleNews > div > a dd {
	float: left;
}

#articleNews > div > a dd > img {
	display: block;
	width: 138px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#articleNews > div > a dt {
	float: right;
	width: 240px;
	font-weight: bold;
	font-size: 14px;
	color: #3799DC;
}

#articleNews > div > a dt > span {
	display: block;
	font-weight: normal;
	font-size: 12px;
	color: #808080;
}

#articleNews > div > a dt.ellipsis:after {
	content: " ...";
}

#articleNews > a {
	display: block;
	width: 100%;
	height: 30px;
	margin-top: 10px;
	background-color: #3799DC;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}

.summary {
	margin: 60px 0 60px -38px;
	font-size: 0;
}

.summary > a {
	display: inline-block;
	width: 210px;
	margin: 0 0 25px 38px;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	vertical-align: top;
	color: #3799DC;
}

.summary > a dt {
	margin-top: 10px;
	line-height: 1.57;
}

/*
.summary{
	margin: 6em 0 6em -3.8em;
	letter-spacing: -0.4em;
}

.summary > a{
	display: inline-block;
	width: 21em;
	margin: 0 0 2.5em 3.8em;
	text-align: center;
	vertical-align: top;
	letter-spacing: .05em;
}

.summary dt{
	margin-top: 0.6em;
	font-size: 15px;
	line-height: 1.6;
}


.btn2 {
	font-size: 14px;
	height: 3.07em;
	line-height: 3.07em;
	width: 17em;
	text-align: center;
}
*/
