div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	
	margin:0 4px 6px 0;
	left: 0;
	height: auto !important;
	width: auto !important;
	top: 25%;
	position: absolute;
}
.news-date-time {
	color:#486DAA;
}

.banner-slider
{
	box-shadow: 0px 0px 2px 0px rgba(9, 12, 27, 0.11), 0px 1px 1px 0px rgba(9, 12, 27, 0.11);
	border-radius: 4px;



} 
.banner-slider-wrap
{
	padding-bottom: 40px;
}
.banner-slider__text
{
	width: 50%;
	padding-left: 10%;


	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;

	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center; 
} 
.banner-slider-img
{

	width: 50%;

}
.banner-slider-img img
{
	width: auto;
	max-height: 100%;
}
.banner-slider__title
{
	font-size: 26px;
	margin-bottom: 10px; 

}
.banner-slider__item
{
	background-color: #fff;

	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}


.banner-slider__link
{
	color: #3777b5;
	font-size: 17px;
}
.banner-slider-wrap .bx-wrapper .bx-controls-direction a
{
	z-index: 1;
}
.banner-slider__item--full .banner-slider-img
{
	width: 100%;	

}
.banner-slider__item--full .banner-slider-img img
{
	margin: 0 auto;
}
@media(max-width: 767px)
{
	.banner-slider__title
	{
		font-size: 20px;

	}
}
@media(max-width: 600px)
{
	.banner-slider__item
	{
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		
	}
	.banner-slider-img,
	.banner-slider__text
	{
		width: 100%;
	}
	.bx-wrapper img
	{
		width: 100%;
	}
	.banner-slider__text
	{
		width: 100%;
		padding: 20px 15px;
		text-align: center;
	}

}