.news-container h2{
	font-weight: 600;
	font-size: 36px;
	color: #555555;
}
.news-container h2 a{
	float: right;
	font-size: 15px;
	color: #00589F;
	border-bottom: 1px dashed #3C82BA;
	text-decoration: none;
	line-height: 1.3;
	padding-top: 10px;
}

.news-container h2 a:hover{
	border: none;
}

.news-container h2 a:hover{
	text-decoration: none;
}

.news-slider {
	margin-top: 30px;
	margin-bottom: 80px;
}

.news-slider .item img{
	width: 100%;
	height: 142px;
	max-width: 205px;
}

.news-slider .item p{
	font-size: 15px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 8px;
	text-decoration: none;
}

.news-slider .item p:hover{
	color: #00569C;
}

.news-slider .item a{
	text-decoration: none;
}

.news-slider .item span{
	font-weight: 300;
	font-size: 14px;
	color: #8D8D8D;
}

@media (max-width: 768px) {
	.news-slider {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}


.news-slider .slick-arrow {
	position: absolute;
	top: 38%;
	font-size: 0;
	border: none;
	width: 60px;
	height: 60px;
	background: #F3F3F3;
	border-radius: 100%;
}

.news-slider .slick-arrow:focus{
	outline: none;
}

.news-slider .slick-arrow.slick-prev {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.53714 0.407154L0.292152 9.32117C-0.097384 9.6964 -0.097384 10.3026 0.292152 10.6788L9.53714 19.5928C10.0995 20.1357 11.0144 20.1357 11.5777 19.5928C12.14 19.05 12.14 18.1689 11.5777 17.626L3.66913 9.99951L11.5777 2.37494C12.14 1.8311 12.14 0.950026 11.5777 0.407154C11.0144 -0.135717 10.0995 -0.135717 9.53714 0.407154Z' fill='%23111111'/%3e%3c/svg%3e ");
	left: -100px;
	background-repeat: no-repeat;
	background-position: center;
}

.news-slider .slick-arrow.slick-next {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.46286 0.407154L11.7078 9.32117C12.0974 9.6964 12.0974 10.3026 11.7078 10.6788L2.46286 19.5928C1.90053 20.1357 0.985625 20.1357 0.422297 19.5928C-0.140034 19.05 -0.140034 18.1689 0.422297 17.626L8.33087 9.99951L0.422297 2.37494C-0.140034 1.8311 -0.140034 0.950026 0.422297 0.407154C0.985625 -0.135717 1.90053 -0.135717 2.46286 0.407154Z' fill='%23111111'/%3e%3c/svg%3e ");
	right: -80px;
	background-repeat: no-repeat;
	background-position: center;
}
