@charset "UTF-8";

body {
	overflow-x: hidden;
}

/*banner*/
.banner-k {
	position: relative;
}

.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
	width: 100%;
	height: 100vh;
}

.banner {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.banner .slick-list {
	position: relative;
}

.banner .slick-list::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-image: -moz-linear-gradient(-90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(-90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	height: 2.61rem;
}

.banner .slick-slide a {
	display: block;
	overflow: hidden;
	position: relative;
}

.banner .slick-slide img {
	display: block;
	width: 100%;
	transform: scale(1.1);
	transition: all 5s ease-out;
}

.banner .img_scale img {
	transform: scale(1);
}

/* .banner .slick-dots {
	bottom: 0.28rem;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0;
	height: 0.35rem;
	z-index: 9;
}

.banner .slick-dots li {
	vertical-align: middle;
	margin: 0 0.06rem;
	padding: 0;
	width: 0.1rem;
	height: 0.1rem;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
}

.banner .slick-dots li.slick-active {
	width: 0.4rem;
	height: 0.35rem;
	background-size: 100% 100%;
}

.banner .slick-dots li button {
	display: none;
} */

.banner .slick-prev,
.banner .slick-next {
	width: 0.09rem;
	height: 0.16rem;
	top: inherit;
	bottom: 0.65rem;
}

.banner .slick-prev {
	left: inherit;
	right: 50%;
	margin-right: 0.7rem;
	background: url(../images/ban-prev.png) no-repeat;
	background-size: 100% 100%;
}

.banner .slick-next {
	right: inherit;
	left: 50%;
	margin-left: 0.7rem;
	background: url(../images/ban-next.png) no-repeat;
	background-size: 100% 100%;
}

.down-page {
	position: absolute;
	width: 1rem;
	height: 1rem;
	line-height: 1rem;
	left: 50%;
	bottom: 0.27rem;
	transform: translateX(-50%);
	z-index: 99;
	font-size: 0;
	text-align: center;
	cursor: pointer;
}

@keyframes svg-sircle {
	0% {
		stroke-dasharray: 300;
		stroke-dashoffset: 300;
	}

	100% {
		stroke-dasharray: 300;
		stroke-dashoffset: 0;
	}
}

.down-page svg {
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.down-page.on .pie-bar {
	animation: svg-sircle 10s linear;
}

.down-page .pie-bg {
	stroke: #fff;
	opacity: .3;
}

.down-page .pie-bar {
	stroke: #fff;
}

.down-page circle {
	stroke-dashoffset: 0;
	transform: rotate(-90deg);
	transform-origin: center;
	transition: all .2s;
	stroke: currentColor;
	z-index: 2;
}

.down-page>img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 0.17rem;
	animation: move 1.5s infinite ease-in-out;
	cursor: pointer;
}

@keyframes move {

	0%,
	100% {
		top: 45%;
	}

	50% {
		top: calc(45% + 0.1rem);
	}
}

/*首页样式*/

.title {
	position: relative;
}

.title h3 {
	font-weight: normal;
}

.title h3 b,
.title h3 span {
	display: block;
}

.title h3 b {
	font-family: 'sySong';
	font-size: 0.36rem;
	color: #000;
}

.title h3 b em {
	font-style: normal;
	color: #094183;
}

.title h3 span {
	font-size: 0.14rem;
	color: #666;
	display: none;
}

.more {
	position: absolute;
	right: 0;
	bottom: 0;
}

.more a {
	display: block;
	font-size: 0.16rem;
	color: #666;
	line-height: 0.4rem;
	transition: all 0.3s;
}

.more:hover a {
	color: #094183;
}

/*主体*/

.section1 {
	padding-top: 0.5rem;
	padding-bottom: 0.7rem;
	overflow: hidden;
}


.section1 ul.kz {
	background: url(../images/tt1.png) no-repeat left bottom;
	margin-bottom: 40px;
	background-size: 94% auto;
}

.section1 .tt {
	position: absolute;
	margin: 0;
	top: -87px;
	width: auto;
	right: 0;
}

.section1 .tt span.more_text {
	color: #163b8b;
}
.s1-c {
	align-items: flex-start;
}

.s1-l {
	width: 50%;
}

.s1-l .slick-slider {
	margin-top: 0.3rem;
}

.s1-l ul li a {
	display: block;
	position: relative;
}

.s1-l ul li .bg_img {
	height: 5.7rem;
}

.s1-l ul li:hover .bg_img .a {
	transform: scale(1.1);
}

.s1-l ul li .bg_img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/jdt_yy.png) no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

.s1-l ul li .bg_img .jdt-date {
	font-family: 'sySong';
	position: absolute;
	left: 0.3rem;
	top: 0.3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 1rem;
	height: 1rem;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0.3rem 0 0.3rem 0;
	z-index: 2;
	color: #094183;
}

.s1-l ul li .bg_img .jdt-date p {
	font-size: 0.36rem;
}

.s1-l ul li .bg_img .jdt-date span {
	font-size: 0.16rem;
}

.s1-l ul li .s1-ltx {
	position: absolute;
	left: 0.4rem;
	right: 1.9rem;
	bottom: 0.25rem;
	z-index: 1;
}

.s1-l ul li .s1-ltx h3 {
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 0.28rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	color: #fff;
}

.s1-l .slick-dots {
	width: auto;
	font-size: 0;
	right: 0.3rem;
	bottom: 0.35rem;
}

.s1-l .slick-dots li {
	width: 0.07rem;
	height: 0.07rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	margin: 0 0.1rem;
	position: relative;
}

.s1-l .slick-dots li::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.31rem;
	height: 0.31rem;
	border-radius: 50%;
	border: 1px dashed #fff;
	display: none;
}

.s1-l .slick-dots li.slick-active {
	background: #fff;
	margin: 0 0.2rem;
}

.s1-l .slick-dots li.slick-active::after {
	display: block;
}

.s1-l .slick-dots li button {
	display: none;
}

/* 
.s1-l .slick-prev,
.s1-l .slick-next {
	width: 0.48rem;
	height: 0.48rem;
	top: auto;
	transform: none;
	bottom: -0.24rem;
	z-index: 1;
	transition: all 0.3s;
}

.s1-l .slick-prev {
	left: auto;
	right: 0.93rem;
	background-size: 100% 100%;
}

.s1-l .slick-next {
	right: 0.28rem;

	background-size: 100% 100%;
}

.s1-l .slick-prev:hover,
.s1-l .slick-next:hover {
	transform: scale(1.05);
} */

.s1-ld ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0.25rem;
}

.s1-ld ul li {
	width: 48.5%;
}

.s1-ld ul li a {
	background: #f8f8f8;
	padding: 0.31rem;
	overflow: hidden;
	transition: all 0.3s;
}

.s1-ld ul li a h3 {
	font-size: 0.18rem;
	line-height: 0.3rem;
	height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
}

.s1-ld ul li a span {
	display: inline-block;
	float: right;
	font-size: 0.14rem;
	line-height: 0.36rem;
	background: url(../images/time1.png) no-repeat left center;
	background-size: 0.13rem 0.13rem;
	padding-left: 0.23rem;
	transition: all 0.3s;
}

.s1-ld ul li:hover a {
	background: url(../images/s1-ldbg.png) no-repeat right center;
	background-size: 100% 100%;
}

.s1-ld ul li:hover a h3 {
	color: #fff;
}

.s1-ld ul li:hover a span {
	color: #fff;
	background-image: url(../images/time2.png);
}

.s1-r {
	width: 50%;
}

.s1-r ul {
	margin-top: 0.3rem;
	background: #f8f8f8;
}

.s1-r ul li {
	transition: all 0.3s;
}

.s1-r ul li a {
	display: flex;
		align-items: center;
		margin: 0 0.35rem;
		border-top: 1px dashed rgba(102, 102, 102, 0.2);
		padding: 0.2018rem 0;


}

.s1-r ul li a .s1-rdate {
	font-family: 'sySong';
	text-align: center;
	color: #c9c9c9;
	position: relative;
	transition: all 0.3s;
}

.s1-r ul li a .s1-rdate p {
	font-size: 0.3rem;
}

.s1-r ul li a .s1-rdate span {
	font-size: 0.16rem;
}

.s1-r ul li a .s1-rdate::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -0.2rem;
	width: 1px;
	height: 0.37rem;
	background: rgba(102, 102, 102, 0.2);
	transition: all 0.3s;
}

.s1-r ul li a .s1-rtx {
	flex: 1;
	min-width: 0;
	padding-right: 0.4rem;
	font-size: 0.18rem;
	line-height: 0.3rem;
	max-height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
}

.s1-r ul li:hover a .s1-rdate::after {
	background: rgba(255, 255, 255, 0.2);
}

.s1-r ul li:hover {
	background: #163b8b;
	background-size: 100% 100%;
}

.s1-r ul li:hover a .s1-rdate {
	color: #fff;
}

.s1-r ul li:hover a .s1-rtx {
	color: #fff;
}



/*页面尺寸*/
.wrapper {
	width: 100%;
	margin: 0 auto;
}

.wrapper .inner {
	width: 90%;
	margin: 0 auto;
	max-width: 1620px;
}

/**页面全局宽度**/
.qb {
	background: #163b8b;
	background-size: cover;
}

.main2 ul.kz {
	background: url(../images/tt4.png) no-repeat left bottom;
	margin-bottom: 40px;
	background-size: 94% auto;
}

ul.kz {
	text-align: center;
}

ul.kz li {
	display: inline-block;
	font-size: 32px;
	line-height: 42px;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
	padding-left: 15px;
}

.main2 ul.kz li {
	color: #C3D6F5;
	padding-top: 55px;
}

ul.kz span {
	line-height: 42px;
	margin-left: 15px;
}

.tab ul.kz li.n1 {
	margin-left: 15px;
}

ul.nr {
	position: relative;
}

ul.nr .post.post1.post-15.mbox .tt {
	position: absolute;
	margin: 0;
	top: -87px;
	width: auto;
	right: 0;
}

.post.post1.post-15.mbox span.more_text {
	color: #fff;
}

.main2 .inner {
	padding: 20px 0px 100px 0px;
}

.post.post1.post-105.mbox .tt {
	position: absolute;
	margin: 0;
	top: -87px;
	width: auto;
	right: 0;
}

ul.kz span img {
	vertical-align: middle;
}

.main2 ul.kz li.selected {
	color: #fff;
	font-weight: bold;
	background: url(images/tit.png) no-repeat center top;
}

.post.post1.post-15.mbox li {
	float: left;
	width: 33.3%;
	margin-bottom: 40px;
}

.post.post1.post-15.mbox .news_box.clearfix {
	background: #fff;
	margin: 0 20px;
	padding-left: 7%;
	padding-right: 5%;
	position: relative
}

.post.post1.post-15.mbox ul {
	margin: 0 -20px;
}

.post.post1.post-15.mbox .news_date {
	float: left;
	width: 56px;
	border-top: 4px solid #163b8b;
	text-align: center;
	margin-right: -56px;
}

.post.post1.post-15.mbox .news_wz {
	width: 100%;
	float: right;
}

.post.post1.post-15.mbox .news_con {
	margin-left: 85px;
	height: 108px;
	display: flex;
	align-items: left;
	flex-direction: column;
	margin-top: 30px;
}

/*修改center为left*/
.post.post1.post-15.mbox .news_year {
	font-size: 32px;
	font-weight: bold;
	color: #163b8b;
	line-height: 52px;
	padding: 20px 0px 5px 0px;
}

.post.post1.post-15.mbox .news_days {
	font-size: 14px;
	line-height: 19px;
	color: #163b8b;
}

.post.post1.post-15.mbox .news_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 56px;
}


#container-3{
	padding-top: .6rem;
	width: 100%
}
.loadimg,
.zoomImg {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: block;
	background: url() #f2f2f2 no-repeat 50%
}

.zoomImg:before {
	position: absolute;
	top: 0;
	left: -90%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	opacity: .25;
	pointer-events: none;
	background: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .3));
	background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3));
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
	z-index: 3
}

.zoomImg img {
	transition: .5s;
	height: 100%;
	object-fit: cover;
	z-index: 1
}

.slideImg,
.zoomImg img {
	width: 100%;
	position: relative
}

.slideImg {
	overflow: hidden;
	display: block
}

.slideImg img {
	width: 100%;
	transition: .5s;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1
}

.zoomImg.noms:before {
	display: none
}

.zoomImg.mask:after {
	content: "";
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: 0;
	height: 40%;
	z-index: 2;
	pointer-events: none;
	background: url(../images/blackms.png) repeat-x top;
	background-size: auto 100%;
	opacity: .8
}

@-webkit-keyframes shine {
	to {
		left: 125%
	}
}

@keyframes shine {
	to {
		left: 125%
	}
}

.svgPath {
	display: block
}

@media (min-width:992px) {
	.zoomImg:hover:before {
		-webkit-animation: shine .75s;
		animation: shine .75s
	}

	.zoomImg:hover img {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05)
	}

	a:hover .zoomImg:before {
		-webkit-animation: shine .75s;
		animation: shine .75s
	}

	a:hover .zoomImg img {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05)
	}
}
#container-3 .left {
	width: 100%;
	position: relative;

}

#container-3 .right {
	width: 6.3rem;
	position: relative
}

#container-3 .right .intit {
	padding-right: 1.3rem
}

#container-3 .right .list {
	height: 6.95rem;
	padding: .6rem 0 .6rem .6rem
}

#container-3 .right .list:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 1.6rem);
	z-index: 0;
	pointer-events: none;
	background: url(../images/ebg2.png) no-repeat 0;
	background-size: 100% 100%;
	bottom: 0
}

#container-3 .right .list li {
	position: relative;
	z-index: 5
}

#container-3 .right .list li+li {
	margin-top: .4rem
}

#container-3 .right .list li .slog,
#container-3 .right .list li a {
	display: flex;
	align-items: center
}

#container-3 .right .list li .slog {
	width: 1.7rem;
	height: .8rem;
	border: 1px solid #fff;
	border-radius: .1rem;
	justify-content: center;
	transition: .3s
}

#container-3 .right .list li .slog img {
	height: .44rem
}

#container-3 .right .list li .txt {
	flex: 1;
	margin-left: .2rem;
	overflow: hidden
}

#container-3 .right .list li .txt h4 {
	font-size: .18rem;
	line-height: 1.5em;
	color: #fff;
	transition: .3s
}

#container-3 .left .list li .img {
	height: 3.2rem;
	border-radius: .1rem
}

#container-3 .left .list li .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 5;
	padding: .15rem .2rem;
	color: #fff;
	font-size: .18rem
}

#container-3 .left .list li a {
	display: block;
	position: relative
}

#container-3 .left .list li.li3 .img {
	height: 3.6rem
}

#container-3 .left .list li.li1 {
	width: 5.3rem;

}

#container-3 .left .list li.li2 {
	width: 3.9rem
}

#container-3 .left .list li.li3 {
width: 8rem;
	margin-top: .15rem
}


@media (max-width: 992px) {
#container-3 .left .list li.li1 {
		margin-top: .2rem;
		width: 100%;
	}
}

.gg-list {
	margin-top: 0.15rem;
}

.gg-list li {
	font-size: 0.18rem;
	line-height: 0.74rem;
	padding: 0 0.1rem;
	border-bottom: 1px dashed #ccc;
}

.gg-list li span {
	float: right;
	font-size: 0.14rem;
	color: #666;
	background: url(../images/time3.png) no-repeat left center;
	background-size: 0.13rem 0.13rem;
	padding-left: 0.23rem;
	transition: all 0.4s;
}

.gg-list li a {
	display: block;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	position: relative;
	padding-left: 0.17rem;
	transition: all 0.4s;
	padding-right: 0.17rem;
}

.gg-list li a::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 0.07rem;
	height: 0.07rem;
	background: #094183;
}

.gg-list li:hover span,
.gg-list li:hover a {
	color: #094183;
}

.gg-list li:hover span {
	background-image: url(../images/time1.png);
}



@media screen and (max-width:1600px) {
	.section4::after {
		width: 62.16%;
	}

	.section4::before {
		width: 37.84%;
	}
}

@media screen and (max-width: 1024px) {

	.banner,
	.banner div.slick-list,
	.banner .slick-slide a,
	.banner .slick-slide a img {
		height: auto;
	}

	.banner .slick-list::after {
		display: none;
	}

	.section1 {
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
	}

	.s1-l {
		width: 100%;
	}

	.s1-l ul li .bg_img {
		height: auto;
		padding-top: 56.94%;
	}

	.s1-r {
		width: 100%;
		margin-top: 0.3rem;
	}

	.section2 {
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
	}

	.s2-c {
		margin-top: 0;
	}

	.section4 {
		padding-top: 0.3rem;
		padding-bottom: 0;
	}

	.section4::before,
	.section4::after {
		display: none;
	}

	.s4-l {
		width: 100%;
		background-color: #094183;
		padding: 0.3rem;
	}

	.s4-l .s4-l-l {
		width: 100%;
	}

	.s4-l .s4-l-l a .bg_img {
		height: auto;
		padding-top: 63.98%;
	}

	.s4-l .s4-l-l a .s4-rtx p {
		height: auto;
		max-height: 0.48rem;
	}

	.s4-l .s4-l-r {
		width: 100%;
	}

	.s4-l .s4-l-r ul li a h3 {
		height: auto;
		max-height: 0.6rem;
	}

	.s4-r {
		width: 100%;
		background: #f4f3f1;
		padding: 0.3rem;
	}

	.s4-r ul li a .bg_img {
		height: auto;
		padding-top: 62.58%;
	}

	.section5 {
		padding-top: 0.3rem;
		padding-bottom: 0.5rem;
	}

	.s5-l {
		width: 100%;
	}

	.s5-l .s5-lt a .bg_img {
		height: auto;
		padding-top: 63.62%;
	}

	.s5-r {
		width: 100%;
		margin-top: 0.3rem;
	}

	.s5-r .s5-lt a .bg_img {
		padding-top: 41.53%;
	}
}

@media screen and (max-width: 768px) {
	.down-page {
		width: 0.8rem;
		height: 0.8rem;
		line-height: 0.8rem;
		bottom: 0.2rem;
	}

	.banner .slick-prev,
	.banner .slick-next {
		bottom: 0.42rem;
	}

	.title h3 b {
		font-size: 0.3rem;
	}

	.s1-l ul li .bg_img .jdt-date {
		left: 0.1rem;
		top: 0.1rem;
		width: 0.8rem;
		height: 0.8rem;
	}

	.s1-l ul li .bg_img .jdt-date p {
		font-size: 0.28rem;
		line-height: 1;
	}

	.s1-l .slick-dots {
		right: 0.1rem;
	}

	.s1-l ul li .s1-ltx {
		left: 0.2rem;
		right: 1.8rem;
	}

	.s1-ld ul li {
		width: 100%;
		margin-top: 0.25rem;
	}

	.s1-ld ul li:first-child {
		margin-top: 0;
	}

	.s1-ld ul li a {
		padding: 0.2rem;
	}

	.s1-r ul li a {
		padding: 0.2rem 0;
		margin: 0 0.2rem;
	}

	.section3 {
		padding-bottom: 0.3rem;
	}

	.s3-c .title {
		margin-top: 0.3rem;
	}

	.s3-c .more {
		position: absolute;
		margin-top: 0;
	}

	.s3-r {
		display: none;
	}

	.s3-d {
		position: static;
		transform: none;
		margin-top: 0.5rem;
		padding: 0.35rem 0.15rem;
	}

	.s3-d ul li a {
		margin: 0 0.15rem;
	}

	.s3-d .slick-prev,
	.s3-d .slick-next {
		top: -0.55rem;
		width: 0.4rem;
		height: 0.4rem;
	}

	.s3-d .slick-prev {
		left: 0.15rem;
	}

	.s3-d .slick-next {
		left: 0.9rem;
	}

	.s4-l,
	.s4-r {
		padding: 0.2rem;
	}
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}

@media screen and (max-width: 999px) {


	.post.post1.post-15.mbox li {
		float: left;
		width: 50%;
		margin-bottom: 40px;
	}

}


@media screen and (max-width: 1300px) {

 
.section1 ul.kz,
	.main2 ul.kz li {
		background: none;
	}

	.main2 ul.kz li.selected {
		background-color: initial;
	}

	.main2 ul.kz {
		background: no-repeat;
	}


	ul.nr .post.post1.post-15.mbox .tt {
		background: none;
	}
}
@media screen and (max-width: 767px) {
	    .post.post1.post-15.mbox li {
	    	float: none;
	    	width: 100%;
	    	margin-bottom: 20px;
	    }
	
	    .post.post1.post-15.mbox ul {
	    	margin: 0;
	    }
	
	    .post.post1.post-15.mbox .news_box.clearfix {
	    	margin: 0;
	    }
	
	    ul.kz li {
	    	font-size: 28px;
	    }

}