.inner-text p {
    text-align: justify;
}
.news_block .news-list {
    margin-bottom: 0;
}
.other-news {
    position: relative;
    padding: 1.75em 0;
    font-size: 20px;
    clear: both;
    text-align: center;
}
.other-news:after {
    content: '';
    position: absolute;
    top: 1em;
    left: 0;
    background: #000;
    width: 100%;
    height: 1px;
}
.news-position  {
    display: block;
    position: relative;
    width: 100%;
    min-height: 116px;
    padding: 20px 0 55px;
    border-top: 1px dashed #5BB2E7;
    border-bottom: 1px dashed #5BB2E7;
}
.news-pic {
    position: relative;
    width: 200px;
    height: 140px;
    margin-right: 10px;
    float: left;
    text-align: center;
}
.anons {
    padding-left: 7px;
}
.anons h3 {
    margin: 0 0 10px;
    padding-top: 8px;
    text-align: left;
    font-family: 'PT Sans', sans-serif;
    font-size: 14.5px;
    font-weight: normal;
}
.anons p {
    margin: 0;
    font-size: 13px;
    color: #333333;
}
.anons a {
    color: #5BB2E7;
    text-decoration: none;
}
.date {
    position: relative;
    padding-bottom: 10px;
    font-size: 11px;
    color: #4c4c4c;
}
.date:before {
    content: '';
    background-color: #BCBCBC;
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 1px;
}
.news-more {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.news-more {
	font-size: 13px;
}
.inner-img {
    position: relative;
    width: 300px;
	margin: 0 10px 0 0;
	float: left;
}
.inner-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #80dffe;
    width: 100%;
    height: 5px;
}
.inner-date {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #00285b;
    padding: 1em;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}
.inner-img img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.inner-img + .inner-text p {
	margin-top: 0;
}
.news-text {
	padding-bottom: 20px;
	border-bottom: 1px dashed #2691cb;
}
/*.bottom .container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
}*/
.bottom .container {
    box-shadow: 0 -1px 11px 1px rgba(0, 0, 0, 0.2) inset;
}
.footer {
    margin-top: 0;
    /*padding-top: 72px;*/
}