div.news-list
{
	word-wrap: break-word;
   /* margin-bottom: -200;*/
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.news-list{
	position: relative;
	/*top: -200px;*/
	z-index: 2;
}
.news-item-title{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.news-item-title {
	transition: .5s;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 2.188rem;
	color: #ffffff;
	margin-bottom: 50px;
}
/*div.news-item:nth-child(3n+2) {
	margin-right: 35px;
	margin-left: 35px;
}*/
.news-item {
	display: inline-block;
	height: 480px;
	width: 400px;
	margin-bottom:35px;
	position: relative;
	background-color: #9398ad;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.news-item-img{
	opacity: 0.8;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.news-item .news-item-img:hover {
	opacity: 0.4;
}
.news-item a:hover .news-item-title{
	margin-bottom: 80px;
}
.detail-element a h2{
padding: 10px 30px;
    background: #fd8127;
    color: #fff;
}
.detail-element a:hover {
    text-decoration: none;
    cursor: default;
}
.detail-element .detail-element-text{
text-align: justify;}

.swiper-slide{
margin: 0 !important;
}