div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.service-slider-full {
    width: 100%;
    margin-bottom: 32px;
}
.service-slider-full-img {
    width: 100%;
    height: 300px;
    display: block;
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
}
.service-slider-swiper {
    margin-top: 24px;
}
.service-slider-slide {
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.3s;
    margin: 0 6px;
    background: #fff;
    flex: 1 0 0%;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    height: 270px;
    min-height: 220px;
    max-height: 270px;
    box-sizing: border-box;
}
.service-slider-slide:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.15);
}
.service-slider-slide > a,
.service-slider-slide .image-container {
    height: 100%;
    width: 100%;
    display: flex;
}
.service-slider-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}
.service-slider-full--small {
    max-width: none;
    width: 100%;
    margin: 0 0 24px 0;
}
.service-slider-slick {
    width: 100%;
    max-width: none;
    margin: 0;
    display: flex;
}
.service-slider-slick .slick-list {
    margin: 0 -6px;
}
.service-slider-slick .slick-dots {
    bottom: -25px;
}
.service-slider-slick .slick-arrow {
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 2;
}
.service-slider-slick .slick-slide {
    height: auto !important;
    min-height: 0 !important;
    display: flex !important;
    align-items: stretch;
}
@media (max-width: 1024px) {
	.service-slider-full-img {height: 200px;}
    .service-slider-slide { height: 140px; min-height: 140px; max-height: 240px; }
}
@media (max-width: 600px) {
	.service-slider-full-img {height: 150px;}
    .service-slider-full--small { max-width: 100%; }
    .service-slider-slide { height: 90px; min-height: 90px; max-height: 240px;}
}
