/* 内页开始 */

.nbanner {
	position: relative;
}

.banner_box {
	position: relative;
	height: 350px;
}

.banner_box img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner_box::before {
	position: absolute;
	content: "";
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.banner_tit {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 3;
}

.banner_tit h3 {
	color: #ffffff;
	font-size: 42px;
	display: block;
	line-height: 48px;
	letter-spacing: 2px;
	font-weight: normal;
	margin-bottom: 10px;
}

.banner_tit h6 {
	color: #ffffff;
	width: 100%;
	line-height: 35px;
	color: #fff;
	font-size: 16px;
	font-weight: 100;
}

/* 内页开始 */

.main {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px auto;
}

.main_left {
	float: left;
	width: 300px;
	height: auto;
	overflow: hidden;
	margin-right: 30px;
}

.main_left_title {
	font-size: 28px;
	text-align: center;
	background: #034aa4;
	color: #fff;
	padding: 20px 0;
	font-weight: 600;
}

.main_left_nav {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}

.main_left_nav ul li {
	float: left;
}

.main_left_nav li {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 60px;
	background: #eee;
	border-bottom: 1px solid #fff;
	padding: 0 20px;
	transition: 0.8s;
}

.main_left_nav li i {
	float: right;
}

.main_left_nav li a {
	display: block;
	font-size: 16px;
}

.main_left_nav li:hover {
	background: #ccc;
}

.main_left_nav li:hover a {
	font-weight: 600;
}

.main_left_contact {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #eee;
}

.main_left_contact p {
	padding: 12px 20px;
	font-size: 15px;
	line-height: 25px;
	border-bottom: 1px solid #fff;
}

.pos {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 16px;
	line-height: 40px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;

	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
}

.pos i {
	font-size: 20px;
	margin-right: 5px;
}

.main_right {
	float: left;
	width: calc(100% - 330px);
	height: auto;
	overflow: hidden;
}

.main_right img {
	max-width: 100%;
}



.main_right_neirong {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px;
}


/* 产品开始 */
.ny_prolist_main {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	padding: 10px;
}

.ny_prolist {
	width: 100%;
	float: left;
	margin-bottom: 2%;
	position: relative;
	overflow: hidden;
}

.ny_prolist a {
	display: block;
}

.ny_propic {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 100%;
}

.ny_propic img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.ny_protil {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.ny_protil {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 55px;
	font-size: 16px;
	display: block;
	background: #eee;
}

.ny_prolist a:hover .ny_protil {
	color: #034aa4;
}

.ny_prolist a:before,
.ny_prolist a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	z-index: 222;
	box-sizing: border-box;
	transition: height 0.5s linear 0s, width 0.5s linear 0.5s, opacity 0s linear 1s;
	opacity: 0;
}

.ny_prolist a:before {
	top: 0;
	left: 0;
	border-top: 1px solid #034aa4;
	border-right: 1px solid #034aa4;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
}

.ny_prolist a:after {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #034aa4;
	border-left: 1px solid #034aa4;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
}

.ny_prolist a:hover:before,
.ny_prolist a:hover:after {
	width: 100%;
	height: 100%;
	transition: width 0.5s linear 0s, height 0.5s linear 0.5s;
	opacity: 1;
}

.ny_prolist:hover {
	box-shadow: 0 0 2.4vw 0 rgba(0, 0, 0, 0.1);
}

.ny_prolist a:hover .ny_propic img {
	transform: scale(1.1);
}



/* 新闻开始 */
.nynews {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 10px;
}

.nynews-list {
	width: 100%;
	height: auto;
	padding: 1%;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	position: relative;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.nynews-list a {
	display: block;

	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.nynews-date {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}

.nynews-date b {
	font-size: 34px;
	color: #000;
	line-height: 40px;
}

.nynews-photo {
	float: left;
	width: 25%;
	height: auto;
	overflow: hidden;
	margin-right: 2%;
	display: none;
}

.nynews-photo img {
	width: 100%;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}

.nynews-content {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 0;
}

.nynews-title {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
	color: #222;
	padding-bottom: 10px;
}

.nynews-text {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	color: #666;

	padding-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.nynews-more {
	float: right;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-top: 0;
	font-size: 20px;
	color: #fff;
	font-family: serif;
	font-weight: bold;
	background: #e5e5e5;
	border-radius: 100%;
	text-align: center;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}

.nynews-list:hover {
	box-shadow: 0 5px 5px -6px rgba(97, 105, 113, 0.3);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}

.nynews-list:hover .nynews-photo img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05)
}

.nynews-list:hover .nynews-title {
	color: #0d4486;
}

.nynews-list:hover .nynews-more {
	background: #0d4486;
	transform: translateX(6px);
	-webkit-transform: translateX(6px);
}


/* 新闻详情 */


.nyxqnews {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px;
}

.nyxqnews_left {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.news_lefttit {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 15px;
}

.news_lefttit h1 {
	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
	display: block;
	margin-bottom: 15px;
	color: #333;
}

.news_lefttit span {
	display: block;
	float: left;
	border-right: 1px dotted #b6b6b6;
	color: #999;
	line-height: 14px;
	font-size: 14px;
	padding: 0 10px 0 0;
	margin-right: 10px;
}

.news_lefttit .chuchu {
	padding: 0 10px 0 0;
	border-left: none;
}

.nyxqnews_leftcont {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	line-height: 28px;
	color: #333;
	font-size: 15px;
}

.nyxqnews_leftpage {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	line-height: 70px;
}

.nyxqnews_leftup {
	float: left;
	border-right: 1px solid #e7e7e7;
	width: 50%;
	height: auto;
	overflow: hidden;
}

.nyxqnews_leftdown {
	float: right;
	text-align: right;
	width: 50%;
	height: auto;
	overflow: hidden;
}

.nyxqnews_right {
	width: 100%;
	float: left;
	position: relative;
}

.nywenzhang {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px 0 0;
}

.nyxqnews_righttit {
	font-size: 18px;
	border-bottom: 1px solid #e7e7e7;
	height: auto;
	line-height: 36px;
	position: relative;
}

.nyxqnews_righttit:before {
	content: "";
	width: 75px;
	height: 1px;
	background: #1059a9;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.nyxqnews_righttit strong {
	color: #1059a9;
}

.nyxqnews_rightcont {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	line-height: 36px;
}

.nyxqnews_rightcont ul li {
	float: left;
}

.nyxqnews_rightcont li {
	width: 49%;
	margin-right: 2%;
	height: auto;
	overflow: hidden;
	line-height: 40px;
	background: url(../images/newswenzhagn.png) left center no-repeat;
	padding-left: 22px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 5px;
}

.nyxqnews_rightcont li:nth-child(2n+2) {
	margin-right: 0;
}

.nyxqnews_rightcont a {
	display: block;
	font-size: 15px;

}


/* 联系我们 */
.contact_ny {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px;
}

.contact_ny ul {
	list-style: none;
}

.contact_ny ul li {
	float: left;
	position: relative;
	width: 49%;
	height: auto;
	overflow: hidden;
	border: 1px solid #f0f0f0;
	padding: 30px;
	margin: 0 auto;
	text-align: left;
	margin-right: 2%;
	margin-bottom: 2%;

	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}

.contact_ny li:nth-child(2n) {
	margin-right: 0px;
}

.contact_ny li:nth-child(5) {
	width: 100%;
	margin-right: 0px;
}

.contact_ny ul li:hover {
	box-shadow: 1px 1px 14px 1px #dedede;
	cursor: pointer;
}

.contact_ny ul li i {
	float: left;
	display: block;
	font-size: 40px;
	color: #034aa4;
	width: 60px;
	height: 60px;
}

.contact_ny ul li h5 {
	/* display: none; */

	color: #333;
	font-size: 20px;
	font-weight: 500;
	line-height: 38px;
}

.contact_ny ul li p {
	font-size: 17px;
	font-weight: 500;
}




@media screen and (max-width: 1024px) and (min-width: 0px) {


	/* 内页开始 */

	.nbanner {
		position: relative;
		margin-top: 44px;
	}

	.banner_box {
		position: relative;
		height: 250px;
	}

	.banner_box img {
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.banner_box::before {
		position: absolute;
		content: "";
		z-index: 2;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
	}

	.banner_tit {
		width: 96%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		z-index: 3;
	}

	.banner_tit h3 {
		color: #ffffff;
		font-size: 36px;
		display: block;
		line-height: 48px;
		letter-spacing: 2px;
		font-weight: normal;
		margin-bottom: 10px;
	}

	.banner_tit h6 {
		color: #ffffff;
		width: 100%;
		line-height: 20px;
		color: #fff;
		font-size: 14px;
		font-weight: 100;
	}

	/* 内页开始 */

	.main {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 10px auto;
	}

	.main_left {
		display: none;

		float: left;
		width: 300px;
		height: auto;
		overflow: hidden;
		margin-right: 30px;
	}

	.main_left_title {
		font-size: 28px;
		text-align: center;
		background: #034aa4;
		color: #fff;
		padding: 20px 0;
		font-weight: 600;
	}

	.main_left_nav {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.main_left_nav ul li {
		float: left;
	}

	.main_left_nav li {
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 60px;
		background: #eee;
		border-bottom: 1px solid #fff;
		padding: 0 20px;
		transition: 0.8s;
	}

	.main_left_nav li i {
		float: right;
	}

	.main_left_nav li a {
		display: block;
		font-size: 16px;
	}

	.main_left_nav li:hover {
		background: #ccc;
	}

	.main_left_nav li:hover a {
		font-weight: 600;
	}

	.main_left_contact {
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #eee;
	}

	.main_left_contact p {
		padding: 0 20px;
		font-size: 15px;
		line-height: 55px;
		border-bottom: 1px solid #fff;
	}

	.pos {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 14px;
		line-height: 40px;
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: 1px solid #e3e3e3;

		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
	}

	.pos i {
		font-size: 20px;
		margin-right: 5px;
	}

	.main_right {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.main_right img {
		max-width: 100%;
	}

	.main_right_neirong {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 10px;
	}


	/* 产品开始 */
	.ny_prolist_main {
		width: 100%;
		height: auto;
		overflow: hidden;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
		padding: 10px;
	}

	.ny_prolist {
		width: 100%;
		float: left;
		margin-bottom: 2%;
		position: relative;
		overflow: hidden;
	}

	.ny_prolist a {
		display: block;
	}

	.ny_propic {
		overflow: hidden;
	}

	.ny_propic img {
		width: 100%;
		transition: all 0.5s;
	}

	.ny_protil {
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
	}

	.ny_protil {
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 36px;
		font-size: 15px;
		display: block;
		background: #eee;
	}

	.ny_prolist a:hover .ny_protil {
		color: #034aa4;
	}

	.ny_prolist a:before,
	.ny_prolist a:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		z-index: 222;
		box-sizing: border-box;
		transition: height 0.5s linear 0s, width 0.5s linear 0.5s, opacity 0s linear 1s;
		opacity: 0;
	}

	.ny_prolist a:before {
		top: 0;
		left: 0;
		border-top: 1px solid #034aa4;
		border-right: 1px solid #034aa4;
		border-bottom: 1px solid transparent;
		border-left: 1px solid transparent;
	}

	.ny_prolist a:after {
		bottom: 0;
		right: 0;
		border-bottom: 1px solid #034aa4;
		border-left: 1px solid #034aa4;
		border-top: 1px solid transparent;
		border-right: 1px solid transparent;
	}

	.ny_prolist a:hover:before,
	.ny_prolist a:hover:after {
		width: 100%;
		height: 100%;
		transition: width 0.5s linear 0s, height 0.5s linear 0.5s;
		opacity: 1;
	}

	.ny_prolist:hover {
		box-shadow: 0 0 2.4vw 0 rgba(0, 0, 0, 0.1);
	}

	.ny_prolist a:hover .ny_propic img {
		transform: scale(1.1);
	}



	/* 新闻开始 */
	.nynews {
		width: 100%;
		height: auto;
		overflow: hidden;
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}

	.nynews-list {
		width: 100%;
		height: auto;
		padding: 1%;
		border-bottom: 1px solid #eee;
		box-sizing: border-box;
		position: relative;
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
	}

	.nynews-list a {
		display: block;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.nynews-date {
		float: left;
		width: 100%;
		text-align: left;
		font-size: 16px;
		font-weight: bold;
		color: #999;

		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;

		display: none;
	}

	.nynews-date b {
		font-size: 34px;
		color: #000;
		line-height: 40px;
	}

	.nynews-photo {
		float: left;
		width: 20%;
		height: auto;
		overflow: hidden;
		display: none;
	}

	.nynews-photo img {
		width: 100%;
		transition: all 0.5s ease-out;
		-webkit-transition: all 0.5s ease-out;
	}

	.nynews-content {
		float: left;
		width: 100%;
		padding-left: 0%;
	}

	.nynews-title {
		font-size: 16px;
		font-weight: bold;
		color: #222;
		line-height: 32px;
		padding-bottom: 0.6vw;
	}

	.nynews-text {
		font-size: 12px;
		line-height: 30px;
		color: #666;
	}

	.nynews-more {
		float: right;
		width: 60px;
		height: 60px;
		line-height: 60px;
		margin-top: 4%;
		font-size: 20px;
		color: #fff;
		font-family: serif;
		font-weight: bold;
		background: #e5e5e5;
		border-radius: 100%;
		text-align: center;
		transition: all 0.5s ease-out;
		-webkit-transition: all 0.5s ease-out;

		display: none;
	}

	.nynews-list:hover {
		box-shadow: 0 5px 5px -6px rgba(97, 105, 113, 0.3);
		transform: translateY(-3px);
		-webkit-transform: translateY(-3px);
	}

	.nynews-list:hover .nynews-photo img {
		transform: scale(1.05);
		-webkit-transform: scale(1.05)
	}

	.nynews-list:hover .nynews-title {
		color: #0d4486;
	}

	.nynews-list:hover .nynews-more {
		background: #0d4486;
		transform: translateX(6px);
		-webkit-transform: translateX(6px);
	}


	/* 新闻详情 */


	.nyxqnews {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 10px;
	}

	.nyxqnews_left {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.news_lefttit {
		width: 100%;
		height: auto;
		overflow: hidden;
		border-bottom: 1px solid #e7e7e7;
		padding-bottom: 15px;
	}

	.news_lefttit h1 {
		font-size: 20px;
		font-weight: normal;
		line-height: 30px;
		display: block;
		margin-bottom: 0px;
		color: #333;
	}

	.news_lefttit span {
		display: block;
		float: left;
		border-right: 0px dotted #b6b6b6;
		color: #999;
		line-height: 14px;
		font-size: 14px;
		padding: 10px 10px 0 0;
		margin-right: 10px;
	}

	.news_lefttit .bianji {
		display: none;
	}

	.nyxqnews_leftcont {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 20px;
		line-height: 28px;
		color: #333;
		font-size: 15px;
	}

	.nyxqnews_leftpage {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 20px;
		border-top: 1px solid #e7e7e7;
		border-bottom: 1px solid #e7e7e7;
		line-height: 40px;
	}

	.nyxqnews_leftup {
		float: left;
		border-right: 1px solid #e7e7e7;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nyxqnews_leftdown {
		float: left;
		text-align: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nyxqnews_right {
		width: 100%;
		float: left;
		position: relative;
	}

	.nywenzhang {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 10px 0 0;
	}

	.nyxqnews_righttit {
		font-size: 18px;
		border-bottom: 1px solid #e7e7e7;
		height: auto;
		line-height: 36px;
		position: relative;
	}

	.nyxqnews_righttit:before {
		content: "";
		width: 75px;
		height: 1px;
		background: #1059a9;
		position: absolute;
		left: 0;
		bottom: -1px;
	}

	.nyxqnews_righttit strong {
		color: #1059a9;
	}

	.nyxqnews_rightcont {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 10px;
		line-height: 36px;
	}

	.nyxqnews_rightcont ul li {
		float: left;
	}

	.nyxqnews_rightcont li {
		width: 100%;
		margin-right: 0%;
		height: auto;
		overflow: hidden;
		line-height: 40px;
		background: url(../images/newswenzhagn.png) left center no-repeat;
		padding-left: 22px;
		border-bottom: 1px dashed #ccc;
		margin-bottom: 5px;
	}

	.nyxqnews_rightcont li:nth-child(2n+2) {
		margin-right: 0;
	}

	.nyxqnews_rightcont a {
		display: block;
		font-size: 15px;

	}


	/* 联系我们 */
	.contact_ny {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 10px;
	}

	.contact_ny ul {
		list-style: none;
	}

	.contact_ny ul li {
		float: left;
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		border: 1px solid #f0f0f0;
		padding: 10px;
		margin: 0 auto;
		text-align: left;
		margin-right: 0%;
		margin-bottom: 2%;

		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}

	.contact_ny li:nth-child(2n) {
		margin-right: 0px;
	}

	.contact_ny li:nth-child(5) {
		width: 100%;
		margin-right: 0px;
	}

	.contact_ny ul li:hover {
		box-shadow: 1px 1px 14px 1px #dedede;
		cursor: pointer;
	}

	.contact_ny ul li i {
		float: left;
		display: block;
		font-size: 30px;
		color: #034aa4;
		width: 50px;
		height: auto;
		line-height: 60px;
	}

	.contact_ny ul li div {
		width: 100%;
	}

	.contact_ny ul li h5 {
		display: none;
		color: #333;
		font-size: 18px;
		font-weight: 500;
		line-height: 36px;
	}

	.contact_ny ul li p {
		font-size: 16px;
		font-weight: 500;
	}

}