.content {
	padding: 80px 90px 100px;
}

.content h1{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #333333;
}

.content p {
	margin-bottom: 30px;
	line-height: 2.1;
	font-size: 12px;
	/*text-align: justify;*/
	color: #666666;
}

.content section {
	margin-bottom: 35px;
	overflow:hidden;
}

.article-list{
	padding-top: 90px;
}

.article-list .article{
	padding-bottom: 50px;
	margin-bottom: 50px;
	cursor: pointer;
	border-bottom: 1px solid #eeeeee;
}

.article-list .article .date{
	float: left;
	width: 88px;
	height: 88px;
	border: 1px solid #333333;
	position: relative;
}

.article-list .article .date span {
	position: absolute;
	font-size: 14px;
	color: #333333;
	line-height: 1.3;
	left: 10px;
	top: 8px;
}

.article-list .article .date img {
	position: absolute;
	width: 13px;
	height: 13px;
	right: 10px;
	top: 10px;
}

.article-list .article .info{
	margin-left: 130px;
}

.article-list .article .info h2{
	font-size: 20px;
	color: #444444;
	margin-bottom: 25px;
}

.article-list .article .info h2:hover{
	color: #111111;
}

.article-list .article .info p{
	font-size: 14px;
	margin-bottom: 0;
}

.text_big{ 
	font-size:24px; 
	color:#333;
	line-height: 1.5;
}
