#news{
	margin-top:80px;	
	opacity:0;

}

.news{
	background: #ededed;

}

.news_tabs .tab{
	padding:65px 10px;
	background:#ddd;
	font-size:25px;
	font-weight:700;
	text-align:center;
	cursor:pointer;
}


.news_tabs .tab.current{
	padding:65px 10px;
	background:#006f84;
	color:#fff;
}

.news_tabs_content{
	padding:15px;
	
}

.news_tabs_content .news_item{
	display:inline-block;
	padding:10px;
	border:1px solid #ddd;
	background:#fff;
    height: 300px;	
	box-sizing:border-box;
}


.news_tabs_content .news_item .news_tilte{
	font-weight:600;
	
}

.news_tabs_content .news_item img{
	width:100%;
	
}

.news_tabs_content .news_item .news_date{
	position:relative;
	bottom:0;
	
}


#news .right{
    padding: 0;
    padding-right: 10px;
	

}

#news .right .more{
    height: 330px;
    background: #006f84;	
    text-align: center;
	margin-top:0px;
	padding-top: 120px;
	box-sizing:border-box;
}

#news .more a{
	color:#fff;
    padding-right: 0px;
	padding-bottom: 50px;	
}


#news .more a img{
    left:50%;
	top:35px;
	margin-left:-14px;

}


#news .more a:hover img{
 	margin-left:0px;
	transition:all 0.3s;
}



@media (max-width: 991px){
	#news .right .more{
		height: 120px;
		padding-top: 30px;		
	}


	
	

}


@media (max-width: 767px){
	.news_tabs_content .news_item{
		height: auto;	
		margin-bottom:10px;
	}
	
	#news .right .more{
		height: 120px;
	}
	

}
