#cssnk_news-block{}

#cssnk_news-block .item{
    padding-bottom: 40px;
    padding-top: 40px;
    max-width: 95%;
    margin: auto;
	border-bottom: 4px solid  #00355b;
	clear: left;
	min-height: 280px;
}
#cssnk_news-block .item .image {
    float: left;
    height: 210px;
    width: 320px;
    margin-right: 55px;
}
#cssnk_news-block .item .image .field__item {
    padding: 0;
    width: 100%;
    max-width: none;
}
#cssnk_news-block .item .image .field__item a {
    color: #508bd1;
    text-decoration: none;
}
#cssnk_news-block .item .title {}
#cssnk_news-block .item .title h2 {
    margin: 0;
    padding: 0;
    color: #464646;
    line-height: 25px;
    width: 100%;
    max-width: 1368px;
    font-size: 20px;
}
#cssnk_news-block .item .title h2 a {
    color: #00355B;
}
#cssnk_news-block .item .date{
    font-weight: 800;
    letter-spacing: 1.5px;
    padding-top: 5px;
    padding-bottom: 15px;
	text-transform: uppercase;
}
#cssnk_news-block .item .description {
    padding-left: 375px;
    text-align: justify;
    line-height: 1.5;
}
#cssnk_news-block .item .description p {
    font-weight: 100;
    margin: 0;
    padding: 0;
    line-height: 22px;
}

@media only screen and (max-width: 700px) {
    #cssnk_news-block .item{
		height: auto;
		
	}
	#cssnk_news-block .item .image {
		float: none;
		text-align: center;
		padding: 5px;
		display: block;
        margin: 0 auto 20px;
	}
	#cssnk_news-block .item .date{
		text-align: center;
		padding: 5px;
		display: block;
	}
	#cssnk_news-block .item .title {
		text-align: center;
		padding: 5px;
		display: block;
	}
	#cssnk_news-block .item .description {
		text-align: center;
		padding: 5px;
		display: block;
	}
}