html, body {
	margin: 0;
	height: 100%;
	font-size: 15px;
	font-family: Verdana, sans-serif;
	color: #535252;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, sans-serif;
	font-size: 19px;
	font-weight: 500;
	color: #366b9a;
}

h2 a:hover {
    border-bottom: 1px solid #366b9a;
}

a {
	color: #366b9a;
}
.wrap {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
}

.header-wrap {
	width: 100%;
	height: 228px;
	background: #5f91bd;
	margin-bottom: 20px;
}
 
.header {
	margin: 0 auto;
	width: 1000px;
	background: #5f91bd url(../img/header.jpg) no-repeat;
	height: 228px;
}

.header__logo {
    display: inline-block;
    width: 278px;
    height: 51px;
    margin: 98px 0 20px 42px;
}


.content {
	margin: 0 auto;
	width: 1000px;
}

.article {
	width: 48%;
	float: left;
}

.article--right {
	float: right;
}

.article__title {
	font-family: Tahoma, sans-serif;
	font-size: 19px;
	color: #366b9a;
	text-decoration: none;
	font-weight: 500;
}

.article__preview {
	height: 200px;
	overflow: hidden;
}

.article__read-more {
	margin-top: 15px;
	float: right;
	display: block;
	padding: 5px 10px 7px 15px;
	background: #5c80a0;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-size: 12px;
}

.article__read-more:hover {
    background: #4f6e8a;
}

.footer {
	width: 1000px;
	height: 44px;
	border-top: 1px solid #cedeeb;
	margin: 0 auto;
	text-align: left;
	line-height: 3;
	margin-bottom: -75px;
	position: absolute;
	bottom: 0;
}

.footer__copyright {
	font-size: 13px;
	color: #5f91bd;
}

.clear{	clear: both;}

.news-list {
    margin-bottom: 15px;
    overflow: hidden;
}

.news-list a {
    display: block;
    float: left;
    color: #366b9a;
    text-decoration: none;
    margin: 2px 0;
    clear: both;
    border-bottom: 1px solid transparent;
}

.news-list a:hover {
    border-bottom: 1px solid #366b9a;
}