th,
td,
button,
input,
select,
textarea,
div,
span,
ul,
li {
	font-size: 0.18rem;
	font-family: "SiYuan";
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

img {
	display: block;
}

::-webkit-scrollbar {
	display: none;
	width: 0 !important;
}



.box {
	width: 100vw;
}

.content {
	margin-top: 0 !important;
	box-sizing: border-box;
}

.content-box {
	position: relative;
}

.list {
	padding: 0 2.4rem;
	padding-top: 0.8rem;
	padding-bottom: 0.55rem;
	display: flex;
	flex-wrap: wrap;
}

.list .list-item {
	/* width: 4.5rem; */
	width: calc((100% - 0.9rem)/3);
	height: 3.6rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(26, 115, 51, 0.1);
	position: relative;
	margin-right: 0.45rem;
	margin-bottom: 0.45rem;
	overflow: hidden;

}

.list .list-item:nth-of-type(3n) {
	margin-right: 0
}

.list .list-item img {
	width: 100%;
	height: 100%;
	position: absolute;
	transition: all 0.2s;
}

.list .list-item img:hover {
	width: 110%;
	height: 110%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.list .list-item .p {
	width: 4.5rem;
	height: 0.6rem;
	line-height: 0.6rem;
	background: #000000;
	opacity: 0.5;
	position: absolute;
	bottom: 0;
	font-size: 0.2rem;
	color: #FFFFFF;
	text-align: center;
}



.circle {
	display: flex;
	margin-top: 0.35rem;
	justify-content: center;
}

.circle li {
	width: 0.12rem;
	height: 0.12rem;
	background: rgba(205, 21, 29, 0.3);
	border-radius: 50%;
	margin-right: 0.1rem;
}

.circle .active {
	background: #CD151D
}

/* 新闻中心轮播 */


#swiper1 .news-box .swiper-pagination {
	width: 100% !important;
	height: 6px !important;
	right: 0 !important;
	bottom: none !important;
	bottom: 28px !important;
	display: flex;
	justify-content: flex-end;
}

.swiper-pagination-lock {
	display: block !important;
}

@media (max-width:991px) {
	.menus {
		justify-content: center !important;
	}

	.menus li:last-child {
		margin-right: 0;
	}
	.list {
		padding: 0 15px;
		padding-top: 0;
		padding-bottom: 20px;
		display: flex;
		flex-wrap: wrap;
	}
	
	.list .list-item {
		/* width: 4.5rem; */
		width: 100%;
		height: 294px;
		background: #FFFFFF;
		box-shadow: 0rem 0rem 10px rgba(26, 115, 51, 0.1);
		position: relative;
		margin-right: 0;
		margin-bottom:20px;
		overflow: hidden;
	
	}
	
	.list .list-item:nth-of-type(3n) {
		margin-right: 0
	}
	
	.list .list-item img {
		width: 100%;
		height: 100%;
		position: absolute;
		transition: all 0.2s;
	}
	
	.list .list-item img:hover {
		width: 110%;
		height: 110%;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}
	
	.list .list-item .p {
		width: 100%;
		height: 45px;
		line-height: 45px;
		background: #000000;
		opacity: 0.5;
		position: absolute;
		bottom: 0;
		font-size: 15px;
		color: #FFFFFF;
		text-align: center;
	}
    .list .list-item .p p{
        height: 22px !important;
        line-height: 22px !important;
    }
}