.banner {
	position: relative;
}

.banbox {
	position: absolute;
	left: 15%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 12;
	width: 650px;
	background: rgba(233, 240, 244, 0.3);
	padding: 13px;
}

.bancnt {
	width: 100%;
	padding: 40px 35px;
	background: #e9f0f4;
}

.bancnt h3 {
	font-size: 36px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: #333333;
	line-height: 45px;
}

.bancnt p {
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #7e7e7e;
	line-height: 24px;
	margin: 10px 0 0;
}

.news_type {
	text-align: center;
	margin-top: 55px;
}

.news_type a {
	width: 210px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #212121;
	vertical-align: top;
	display: inline-block;
	margin-left: 5px;
	background: #f5f6f8;
}

.news_type a.active {
	background: linear-gradient(-90deg, #ce0000 0%, #f3a800 100%);
	color: white;
}

.news_line {
	height: 1px;
	background: rgba(224, 224, 224, 0.5);
	width: 100%;
	margin-top: -1px;
	margin-bottom: 50px;
	position: relative;
}

.newsbox {
	font-size: 0;
}

.newsbox>div.news_cnt:nth-child(3n) {
	margin-right: 0;
}

.news_cnt {
	width: 32.3%;
	display: inline-block;
	vertical-align: top;
	margin-right: 1.5%;
	margin-bottom: 50px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);

}


.news_cnt h4 {
	font-size: 20px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #333333;
	line-height: 28px;
	margin-bottom: 7px;
	margin: 20px;
}

.news_cnt h5 {
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	margin: 20px;
}

.news_cnt span {
	font-size: 16px;
	color: #333333;
	font-family: "Open Sans", sans-serif;
	margin-top: 12px;
	margin-bottom: 2px;
	display: block;
	margin: 20px;
}

.news_cnt:hover span,
.news_cnt:hover h4,
.news_cnt:hover h5,
.news_cnt:hover a {
	text-decoration: none;
	color: #ce0000;
}


.news_cnt:hover h4 {
	text-decoration: underline;
}

.pagination {
	list-style: none;
	margin: 0;
	padding-bottom: 100px;
	display: inline-block;
	vertical-align: bottom
}

.pagination li {
	display: inline-block !important;
	border: solid 1px #EBEBEB;
	border-radius: 4px
}

.pagination a {
	color: #333;
	padding: 8px 12px;
	line-height: 18px;
	display: block;
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s
}

.pagination .disabled a:link,
.pagination .disabled a:visited,
.pagination .disabled a:hover {
	cursor: not-allowed;
	pointer-events: none;
	color: #EBEBEB
}

.pagination .active {
	pointer-events: none
}

.pagination .active,
.pagination a:hover {
	transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s
}

.pagination-group {
	border-right: solid 1px #EBEBEB;
	border-radius: 4px
}

.pagination-group li {
	float: left;
	border-right: 0;
	border-radius: 0
}

.pagination-group li:not(:first-child):not(:last-child) {
	border-radius: 0
}

.pagination-group li:first-child {
	border-radius: 4px 0 0 4px
}

.pagination-group li:last-child {
	border-radius: 0 4px 4px 0
}

.pagination-group .active,
.pagination-group a:hover {
	background: #f5f5f5;
	border-radius: 0
}

.pagination-big a {
	padding: 10px 16px;
	font-size: 16px
}

.pagination-small a {
	padding: 5px 10px;
	font-size: 12px
}

.pagination.border-main .active a,
.pagination.border-sub .active a,
.pagination.border-dot .active a,
.pagination.border-black .active a,
.pagination.border-gray .active a,
.pagination.border-red .active a,
.pagination.border-yellow .active a,
.pagination.border-blue .active a,
.pagination.border-green .active a {
	color: #fff
}