.home-banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.home-banner-content .bannerImg-cover {
	display: block;
	width: 100%;
	animation: changeScale 1 2.5s;
	position: relative;
	z-index: 2;
}

.bannerImg-in {
	display: block;
	width: 8.94rem;
	position: absolute;
	bottom: 1.2rem;
	right: 0.96rem;
	animation: bFd 5s linear infinite;
}

@keyframes bFd {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.02);
	}

	100% {
		transform: scale(1);
	}
}

.banner-title {
	width: 100%;
	position: absolute;
	bottom: 1.8rem;
	z-index: 4;
}

/*.banner-title .w1590{
	overflow: hidden;
}*/
.banner-title img {
	display: block;
	width: 7.5rem;
	-webkit-transform: translate3d(-150%, 0, 0) skewX(30deg);
	transform: translate3d(-150%, 0, 0) skewX(30deg);
	animation: lightSpeedInLeft 1 2.5s forwards;
	animation-delay: 1.5s;
}

.banner-year {
	width: 2.97rem;
	position: absolute;
	right: 0.36rem;
	bottom: 0.15rem;
	z-index: 4;
}

.banner-year img {
	display: block;
	width: 100%;
	animation: backInUp 1 2.5s forwards;
}

.mobile-banner {
	width: 100%;
	margin-top: 55px;
	display: none;
	overflow: hidden;
}

.mobile-banner img {
	display: block;
	width: 100%;
	animation: changeScale 1 2.5s;
}

.home-news {
	padding: 0.64rem 0 0.56rem;
	background: #fff;
}

.home-news-list {
	position: relative;
	margin-bottom: 0.4rem;
}

/*.home-news-list ul{
	display: flex;
	justify-content: space-between;
}
.home-news-list ul li{
	width: 31.3%;
	margin-right: 3.05%;
}
.home-news-list ul li:nth-child(3n){
	margin-right: 0;
}*/
.home-news-date {
	display: flex;
	margin-bottom: 0.25rem;
}

.home-news-date span:nth-child(1) {
	font-size: 0.46rem;
	color: #333333;
	line-height: 1;
	font-family: 'syhtB';
	transition-duration: 0.3s;
}

.newsSwiper .swiper-slide:hover .home-news-date span:nth-child(1) {
	color: #c20808;
}

.home-news-date span:nth-child(2) {
	font-size: 0.16rem;
	color: #999999;
	line-height: 1;
	font-family: 'syhtB';
	margin-left: 0.14rem;
	margin-top: 0.25rem;
	transition-duration: 0.3s;
}

.newsSwiper .swiper-slide:hover .home-news-date span:nth-child(2) {
	color: #c20808;
}

.home-news-img {
	width: 100%;
	overflow: hidden;
	border-radius: 0.05rem;
}

.home-news-img img {
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}

.newsSwiper .swiper-slide:hover .home-news-img img {
	transform: scale(1.1);
}

.home-news-info {
	width: 100%;
	padding: 0.28rem 0 0;
}

.home-news-info h4 {
	height: 0.8rem;
	font-size: 0.28rem;
	line-height: 0.4rem;
	color: #333333;
	font-family: 'syhtB';
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 0.2rem;
	transition-duration: 0.3s;
}

.newsSwiper .swiper-slide:hover .home-news-info h4 {
	color: #c20808;
}

.home-news-info p {
	height: 0.6rem;
	font-size: 0.18rem;
	line-height: 0.3rem;
	color: #555555;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition-duration: 0.3s;
}

.newsSwiper .swiper-slide:hover .home-news-info p {
	color: #c20808;
}

.news-prev,
.news-next {
	width: 0.41rem;
	height: 0.78rem;
	background: url(../images/h-yqkd-jt.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	margin-top: -0.875rem;
	z-index: 10;
	cursor: pointer;
}

.news-prev {
	transform: rotate(180deg);
	left: -0.5rem;
}

.news-next {
	right: -0.5rem;
}

.home-history {
	display: flex;
}

.home-history-fl {
	width: 32.5%;
	background: url(../images/h-lsyg-bg01.png) no-repeat bottom center;
	background-size: cover;
	padding: 0.6rem 0.6rem 0.8rem 1rem;
}

.home-history-fl .home-title {
	justify-content: flex-start;
}

.home-history-fl .home-title-info {
	background: url(../images/h-tBg02.png) no-repeat;
	background-size: 100% 100%;
}

.home-history-fl .home-title-info h3 {
	color: #fff;
}

.home-history-fl-info {
	margin-bottom: 0.8rem;
}

.home-history-fl-info p {
	font-size: 0.19rem;
	color: #fff;
	line-height: 1.8;
	text-align: justify;
}

.home-history-fl .get-more {
	margin: 0;
	background: url(../images/more-bg02.png) no-repeat;
	background-size: 100% 100%;
}

.home-history-fl .get-more a {
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.home-history-fl .get-more a span {
	color: #fff;
}

.home-history-fl .get-more a:after {
	background: #fff;
}

.home-history-fl .get-more:hover a span {
	color: #c20808;
}

.home-history-fr {
	width: 67.5%;
	background: url(../images/h-lsyg-bg02.jpg) no-repeat bottom center;
	background-size: cover;
	display: flex;
	align-items: center;
}

.book-wrapper {
	width: 100%;
	text-align: center;
	position: relative;
}

.shuFm {
	display: block;
	width: 100%;
	height: 100%;
}

.flipbook {
	width: 9.24rem;
	height: 5.81rem;
	margin: 0 auto !important;

}

.book-wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.book-shell {
	width: 9.71rem;
	height: 6.05rem;
	margin: 0 auto;
	padding: 0.12rem 0.36rem 0.12rem 0.12rem;
	box-sizing: border-box;
	transition: background 0;
}

.book-shell.with-border {
	background: url(../images/shu-bg.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.book-shell.with-border:after {
	display: block;
	content: '';
	width: 0.24rem;
	height: 5.81rem;
	background: url(../images/shu-bian.png) no-repeat;
	position: absolute;
	right: 0.12rem;
	top: 0.12rem;
}

.flipbook {
	width: 9.23rem !important;
	height: 5.81rem !important;
	margin: 0 auto !important;
	background: transparent;
}

.mLeft {
	margin-left: -2.5rem !important;
}

.flipbook .page {
	width: 4.615rem !important;
	height: 5.81rem !important;
	/*width: 300px; height: 100%;
      
      font-size: 24px; line-height: 400px; text-align: center;*/
}

.page-wrapper {
	width: 4.615rem !important;
	height: 5.81rem !important;
}

.flipbook .page.even {
	background: url(../images/shu-zBg01.png) no-repeat;
	background-size: 100% 100%;
}

.flipbook .page.odd {
	background: url(../images/shu-zBg02.png) no-repeat;
	background-size: 100% 100%;
}

.hover-zone {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100px;
	z-index: 99;
}

.flipbook-nr-flex {
	display: flex;
	width: 100%;
	height: 100%;

}

.flipbook .page.even .flipbook-nr-flex {
	padding: 0.3rem 0.35rem 0.3rem 0.1rem;
}

.flipbook .page.odd .flipbook-nr-flex {
	flex-direction: row-reverse;
	padding: 0.3rem 0.1rem 0.3rem 0.35rem;
}

.flipbook-nr-date {
	width: 0.8rem;
	font-size: 0.46rem;
	color: #991f00;
	line-height: 1;
	font-family: 'syst';
}

.flipbook-nr-info {
	width: calc(100% - 0.8rem);
}

.historySwiper {
	width: 100%;
	margin-top: 0.5rem;
	position: relative;
}

.historySwiper:after {
	display: block;
	content: '';
	width: 100%;
	height: 0.06rem;
	background: #e8eeef;
	position: absolute;
	top: 0.1rem;
}

.flipbook-nr-img {
	display: block;
	width: 3.24rem;

	padding: 0.17rem 0.2rem;

	background-size: 100% 100%;
	margin-bottom: 0.1rem;
}

.flipbook-nr-img img {
	display: block;
	width: 100%;
}

.flipbook-nr-info-txt p {
	font-size: 0.24rem;
	color: #333333;
	text-align: justify;
	line-height: 1.6;
}

.historySwiper {
	overflow: hidden;
}

.history-dot {
	width: 0.24rem;
	height: 0.24rem;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	cursor: pointer;
}

.history-dot span:nth-child(1) {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 2px 1px #d1d1d1;
	position: relative;
	z-index: 2;
}

.history-dot span:nth-child(2) {
	width: 0.12rem;
	height: 0.12rem;
	border-radius: 50%;
	background: #c20808;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
}

.historySwiper .swiper-slide p {
	font-size: 0.2rem;
	color: #333333;
	text-align: center;
	line-height: 1.4;
	margin-top: 0.05rem;
	cursor: pointer;
}

.old:after {
	display: block;
	content: '';
	width: 100%;
	height: 0.06rem;
	background: #c20808;
	position: absolute;
	top: 0.1rem;
	left: 0;
}

.swiper-current:after {
	display: block;
	content: '';
	width: 50%;
	height: 0.06rem;
	background: #c20808;
	position: absolute;
	top: 0.1rem;
	left: 0;
}

.historySwiper .swiper-container {
	overflow: hidden;
}

.swiper-current .history-dot span:nth-child(2) {
	background: #bf8e49;
}




.jj-box {
	height: 2.8rem;
}

.home-notice {
	padding: 0.4rem 0 1.1rem;
	background: url(../images/tzgg-bg.png) no-repeat right bottom #fff;
	background-size: 11.58rem;
}

/*.home-notice-content{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.4rem;
}
.home-notice-fl{
	width: 8.7rem;
	background: #b8191e;
	border-radius: 0.2rem;
	position: relative;
}
.home-notice-fl ul{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}
.home-notice-fl ul li{
	width: 50%;
	border-bottom: 1px dashed rgba(255,255,255,0.3);
	border-right: 1px dashed rgba(255,255,255,0.3);
}
.home-notice-fl ul li:nth-child(1),.home-notice-fl ul li:nth-child(2){
	padding: 0.5rem 0.4rem 0.4rem;
}
.home-notice-fl ul li:nth-child(3),.home-notice-fl ul li:nth-child(4){
	padding: 0.4rem 0.4rem 0.5rem;
}
.home-notice-fl ul li h4{
	font-size: 0.26rem;
	color: #f8d47d;
	line-height: 1.4;
	font-family: 'syhtB';
	margin-bottom: 0.14rem;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.home-notice-fl ul li p{
	height: 1.2rem;
	font-size: 0.16rem;
	color: #fff;
	line-height: 0.3rem;
	text-align: justify;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.home-notice-fl ul li a:hover p{
	font-weight: bold;
}
.new-notice-title{
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 0.12rem;
	border: 5px solid #fff5d7;
	background: #b8191e;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 4;
	display: flex;
	justify-content: center;
	align-items: center;
}
.new-notice-title span{
	display: block;
	font-size: 0.3rem;
	color: #fff5d7;
	font-family: 'syst';
	line-height: 1.1;
	text-align: center;
	margin-top: -0.04rem;
}
.home-notice-fr{
	width: 5.65rem;
	background: #b8191e;
	padding: 0.2rem;
    border-radius: 0.2rem;
    position: relative;
}
.home-notice-fr-box{
	background: url(../images/tzgg-bg02.png) no-repeat bottom right #fff;
	background-size: 1.51rem;
	width: 100%;
	height: 100%;
	padding: 0.25rem 0.2rem;
}
.home-notice-hasImg a{
	display: flex;
}
.notice-hasImg-img{
	width: 2.5rem;
	overflow: hidden;
}
.notice-hasImg-img img{
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}
.home-notice-hasImg a:hover .notice-hasImg-img img{
	transform: scale(1.1);
}
.notice-hasImg-info{
	width: calc(100% - 2.5rem);
	padding-left: 0.2rem;
}
.notice-hasImg-info h4{
	font-size: 0.24rem;
	color: #000000;
	font-family: 'syhtB';
	line-height: 1.4;
	margin-bottom: 0.05rem;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition-duration: 0.3s;
}
.home-notice-hasImg a:hover .notice-hasImg-info h4{
	color: #b8191e;
}
.notice-hasImg-info p{
	font-size: 0.17rem;
	color: #000000;
	line-height: 1.8;
	text-align: justify;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}*/
/*.home-notice-fr-box ul{
	margin-top: 0.3rem;
	padding-top: 0.24rem;
	border-top: 2px dashed #e5e5e5;	
}*/
/*.home-notice-fr-box ul li{
	margin-bottom: 0.12rem;
	padding-left: 0.15rem;
	position: relative;
	transition-duration: 0.3s;
}
.home-notice-fr-box ul li:hover{
	padding-left: 0.24rem;
}
.home-notice-fr-box ul li:before{
	display: block;
	content: '';
	width: 0.07rem;
	height: 0.09rem;
	background: url(../images/h-tz-jt.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0.12rem;
}
.home-notice-fr-box ul li:last-child{
	margin-bottom: 0;
}
.home-notice-fr-box ul a{
	font-size: 0.19rem;
	color: #000000;
	line-height: 1.6;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.home-notice-fr-box ul li:hover a{
	color: #b8191e;
}*/

.home-notice_list {
	margin-bottom: 0.6rem;
}

.home-notice_list ul {
	display: flex;
	justify-content: space-between;
}

.home-notice_list ul li {
	width: 48%;
	box-shadow: 0 0 4px 4px #f1f1f1;
	border-radius: 0.14rem;
	background: #fff;
	overflow: hidden;
}

.home-notice_list ul li a {
	display: flex;
	align-items: flex-start;
	padding: 0.3rem 0.4rem;
}

.home-notice_date {
	width: 0.8rem;
	border: 1px solid #b8191e;
}

.home-notice_date span:nth-child(1) {
	display: block;
	font-size: 0.26rem;
	font-family: 'syhtB';
	color: #fff;
	text-align: center;
	line-height: 0.5rem;
	background: #b8191e;
}

.home-notice_date span:nth-child(2) {
	display: block;
	font-size: 0.16rem;
	color: #555555;
	line-height: 0.28rem;
	text-align: center;
}

.home-notice_info {
	width: calc(100% - 0.8rem);
	padding-left: 0.24rem;
}

.home-notice_info h3 {
	font-size: 0.28rem;
	line-height: 0.4rem;
	color: #333333;
	font-family: 'syhtB';
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 0.1rem;
	transition-duration: 0.3s;
}

.home-notice_list ul li:hover .home-notice_info h3 {
	color: #b8191e;
}

.home-notice_info p {
	font-size: 0.16rem;
	line-height: 1.6;
	text-align: justify;
	color: #777777;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.home-yqkd {
	padding: 0.8rem 0 3.5rem;
	background: #f4f5f5;
}

.home-yqkd-content {
	position: relative;
}

.yqkdSwiper {
	padding-bottom: 0.485rem !important;
}

.yqkd-img {
	border-radius: 0.05rem;
	overflow: hidden;
}

.home-yqkd .swiper-slide img {
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}

.home-yqkd .swiper-slide:hover img {
	transform: scale(1.04);
}

.yqkd-info {
	width: 100%;
	padding: 0.2rem 2.4rem;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.3s;
}

.home-yqkd .swiper-slide.swiper-slide-active .yqkd-info {
	opacity: 1;
	visibility: visible;
}

.yqkd-info p {
	font-size: 0.28rem;
	color: #fff;
	line-height: 1.4;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.yqkd-info a {
	display: flex;
	width: 0.97rem;
	height: 0.97rem;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: -0.485rem;
	left: 1.26rem;
}

.yqkd-info a:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: url(../images/h-kd-bg.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.yqkd-info a:hover:after {
	animation: zq 4s linear infinite;
}

@keyframes zq {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.yqkd-info a span {
	padding: 0 0.2rem;
	position: relative;
	z-index: 4;
	font-size: 0.22rem;
	color: #fff;
	text-align: center;
	line-height: 1.2;
}

.yqkd-prev,
.yqkd-next {
	width: 0.41rem;
	height: 0.78rem;
	background: url(../images/h-yqkd-jt.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	margin-top: -0.875rem;
	z-index: 10;
	cursor: pointer;
}

.yqkd-prev {
	transform: rotate(180deg);
	left: 2.4rem;
}

.yqkd-next {
	right: 2.4rem;
}

@media only screen and (max-width: 1600px) {
	.home-news-date span:nth-child(2) {
		font-size: 0.2rem;
	}

	.home-news-info p {
		font-size: 0.22rem;
	}

	.get-more a span {
		font-size: 0.2rem;
	}

	.home-history-fl-info p {
		font-size: 0.22rem;
	}

	.flipbook-nr-info-txt p {
		font-size: 0.24rem;
		line-height: 1.4;
	}

	.historySwiper .swiper-slide p {
		font-size: 0.22rem;
	}

	.home-notice-fl ul li p {
		font-size: 0.2rem;
	}

	.notice-hasImg-info p {
		font-size: 0.2rem;
		line-height: 1.6;
	}
}

@media only screen and (max-width: 1450px) {}

@media only screen and (max-width: 1366px) {
	.flipbook .page {
		width: 4.62rem !important;
	}
}

@media only screen and (max-width: 1090px) {}

@media only screen and (max-width: 769px) {}

@media only screen and (max-width: 540px) {
	.home-banner {
		margin-top: 55px;
		display: none;
	}

	.mobile-banner {
		display: block;
	}

	.home-news-list ul {
		display: block;
	}

	.home-news-list ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.home-news-date span:nth-child(1) {
		font-size: 26px;
	}

	.home-news-date span:nth-child(2) {
		font-size: 16px;
		margin-top: 8px;
	}

	.home-news-info h4 {
		font-size: 18px;
		height: auto;
		line-height: 1.4;
	}

	.home-news-info p {
		height: auto;
		font-size: 16px;
		line-height: 1.6;
	}

	.get-more {
		width: 121px;
		height: 32px;
	}

	.get-more a span {
		font-size: 16px;
	}

	.home-history {
		display: block;
	}

	.home-history-fl {
		width: 100%;
		padding: 30px 4%;
	}

	.home-history-fr {
		display: none;
	}

	.home-history-fl-info p {
		font-size: 16px;
	}

	.home-history-fl .home-title {
		justify-content: center;
	}

	.home-history-fl .get-more {
		margin: 0 auto;
	}

	.home-notice-content {
		display: block;
	}

	.home-notice-fl {
		width: 100%;
		padding: 30px 0 0;
		margin-bottom: 10px;
	}

	.new-notice-title {
		margin: 0 auto;
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0);
	}

	.home-notice-fl ul {
		padding: 0 4%;
	}

	.home-notice-fl ul li {
		width: 100%;
		border-right: none;
	}

	.home-notice-fl ul li:last-child {
		border-bottom: none;
	}

	.home-notice-fl ul li {
		padding: 20px 0 !important;
	}

	.home-notice-fl ul li h4 {
		font-size: 18px;
	}

	.home-notice-fl ul li p {
		height: auto;
		font-size: 16px;
		line-height: 1.6;
	}

	.home-notice-fr {
		width: 100%;
	}

	.home-notice-hasImg a {
		display: block;
	}

	.notice-hasImg-img {
		width: 100%;
	}

	.notice-hasImg-info {
		width: 100%;
		padding-left: 0;
		padding-top: 10px;
	}

	.notice-hasImg-info h4 {
		font-size: 18px;
	}

	.notice-hasImg-info p {
		font-size: 16px;
	}

	.home-notice-fr-box ul a {
		font-size: 16px;
		padding-left: 10px;
	}

	.home-notice-fr-box ul li:before {
		width: 7px;
		height: 9px;
		top: 9px;
	}

	.yqkd-prev {
		left: 0;
	}

	.yqkd-next {
		right: 0;
	}

	.yqkd-info a {
		display: none;
	}

	.yqkd-info {
		padding: 10px 4%;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
		background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
		background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
		background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
		background: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	}

	.yqkd-info p {
		font-size: 18px;
	}

	.home-yqkd {
		padding-bottom: 3.7rem;
	}

	.home-notice_list ul {
		display: block;
	}

	.home-notice_list ul li {
		width: 100%;
	}

	.home-notice_list ul li {
		margin-bottom: 20px;
	}

	.home-notice_list ul li a {
		display: block;
	}

	.home-notice_date {
		width: auto;
		display: inline-flex;
	}

	.home-notice_date span {
		width: 50px;
		height: 30px;
		line-height: 30px !important;
	}

	.home-notice_date span:nth-child(1) {
		width: 50px;
		font-size: 18px;
	}

	.home-notice_date span:nth-child(2) {
		width: 80px;
		font-size: 14px;
	}

	.home-notice_info {
		width: 100%;
		margin-top: 10px;
		padding-left: 0;
	}

	.home-notice_info h3 {
		font-size: 18px;
	}

	.home-notice_info p {
		font-size: 16px;
	}
}