* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Microsoft Yahei", sans-serif;
}

body {
	color: #333;
	background-color: #fff;
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	list-style: none;
}

.zhengwuwidth {
	width: calc(100% - 90px);
	margin: 0 auto;
}

.flex {
	display: flex;
}

.flexalcen {
	display: flex;
	align-items: center;
}

.flexjusbe {
	display: flex;
	justify-content: space-between;
}

.flexjusbealce {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.red {
	color: #ff0000;
}

.bold {
	font-weight: bold;
}

.tealcen {
	text-align: center;
}

.padd30 {
	padding: 30px 0;
}


.works_grid {
	display: grid;
	gap: 20px;
	padding: 50px 0;
	width: 100%;
}

.works_grid_3col {
	grid-template-columns: repeat(3, 1fr);
}

.works_grid_4col {
	grid-template-columns: repeat(4, 1fr);
}

.works_grid_7col {
	grid-template-columns: repeat(7, 1fr);
}

.work_item {
	background-color: #fff;
	overflow: hidden;
	/* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
	transition: transform 0.3s;
}

.work_item:hover {
	/* transform: translateY(-10px); */
}

.work_item .work_item_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top_img {
	width: 100%;
	object-fit: cover;
}


.anli_two_left {
	flex: 1;
	margin-right: 30px;
}

.anli_two_righ {
	flex: 2;
	font-size: 16px;
}

.anli_two_left_top {
	font-size: 30px;
	font-weight: bold;
}

.anli_two_left_bot {
	margin-top: 30px;
	font-size: 18px;
}

.anli_two_left_bot_tit {
	font-weight: bold;
	margin-bottom: 5px;
}

.anli_two_righ_top {
	margin-bottom: 30px;
}

.anli_two_left_top_red {
	font-size: 24px;
	color: #ff0000;
}

.bortop {
	border-top: 1px solid #565656;
	margin-top: 30px;
	padding-top: 30px;
}

/*分页*/
.pagination {
	width: 100%;
	display: flex;
	text-align: center;
	padding: 2px 0;
	justify-content: center;
	margin: 50px 0;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 3;
	border-color: transparent;
	cursor: default;
	/* background-color: #63C3FF; */
	color: #000;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 10px 18px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #aaa;
	/* background-color: #ffffff; */
	border: 1px solid transparent;
	margin-left: -1px;
}

.common_zhongjian_nei_righ_fenye .pagination li {
	overflow: hidden;
	margin: 0 5px;
}