#news {
	width:100%;
	background: #fff; 
	margin-top: 10px;
	overflow: hidden;
}

#news .news-title {
	width: 100%;
	height: 110px;
}

#news .news-title .left {
	float: left;
	background: #000;
	height: 100%;
	transform: skew(79deg,0);
	position: relative;
	left: -25%;
}

#news .news-title .center {
	position: relative;
	text-align: center;
	color: #000;
	font-size: 25px;
	margin-top: 50px;
}

#news .news-title .right {
	float: right;
	background: #000;
	height: 100%;
	transform: skew(-79deg,0);
	position: relative;
	right: -25%;
}

#news .news-container{
	margin: -16px 20px 16px 20px;
	position: relative;
	background: #fff;
	box-shadow: 5px 5px 22px #0009;
}

#news .news-container .news-slider{
	width:100%;
	text-align: center;
	margin-top: 15px;
	padding: 0px 2%;
	clear: both;
}

#news .news-container .posts{
	width: 100%;
	padding: 0px 6%
}

#news .news-container .news-slider ul{
	text-align: center;
	display: inline;
	border-top: 2px solid #80808080;
	width: 100%;
	padding: 14px 0 0 0;
	margin: 0;
	cursor: pointer;
}

#news .news-container .news-slider li{
	display: inline-block;
	margin-right: 1.5rem;
	padding: 10px 0;
}

#news .news-container .news-slider ul > li::after {
    content: "⚫";
	padding: 6px 7px;
	font-size: 6px;
	position: absolute;
}

#news .news-container .news-slider li.active {
	border-top: 2px solid #000;
	color: #b99f6e;
}

#news .news-container .news-slider li:hover {
    color: #b99f6e;
	border-top: 2px solid #000;
	transition: all 0.25s ease;
}

#news .news-container .news-slider ul > li:last-child::after {
    content: "";
	margin-right: 0px;
}

#news .news-container .news-slider ul > li:last-child {

	margin-right: 0px!important;
}



#news .posts .post{
	overflow: hidden;
	vertical-align: top;
	height: 380px;
    padding: 1rem;
	display: inline-block;
	margin: 0 -4px 14px 0;
}

#news .post .post-photo {
    height: 215px;
    position: relative;
    text-align: center;
    width: auto;
	overflow: hidden;
}

#news .post .post-photo img {
    height: 100%;
    width: 100%;
	object-fit: contain;
}

#news .post .post-info {
	padding: 5px 2px;
	width: 100%;
	height: 25px;
	font-size: 11px;
}

#news .post .post-info .post-date {
	float: left;
}

#news .post .post-info .post-date >span {
	padding-right: 5px;
}

#news .post .post-info .post-type {
	float: right;
	background: #000;
	color: #fff;
	padding: 1px 4px;
}

#news .post .post-details {
	margin: 20px 0px;
}

#news .post .post-details .post-header > span{
	font-size: 15px;
	font-weight: bold;
}

#news .post .post-details .post-subject {
	font-size: 13px;
	padding-top: 3px;
	
}

#news .post .post-details .post-subject p {
  
}