html,
body {
	width: 100%;
	background: #F2F2F2;
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
	display: block;
}

.news-main {
	width: 100%;
	margin: 40px auto;
	margin-bottom: 20px;
}

.news-main .news-item {
	width: 1200px;
	height: 320px;
	padding: 20px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: solid 1px #dcdcdc;
}

.news-main .item-left {
	height: 280px;
	width: 35%;
	float: left;
	padding-left: 10px;
}

.news-main .item-right {
	height: 280px;
	width: 65%;
	float: left;
	padding: 0 40px;
}

.news-main .news-title {
	height: 50px;
	line-height: 50px;
	width: 100%;
	font-size: 24px;
	text-align: left;
	overflow: hidden;
}

.news-main .time {
	height: 40px;
	line-height: 40px;
	width: 100%;
	font-size: 18px;
	text-align: left;
	color: #5b5b5b;
}

.news-main .item-content {
	width: 100%;
	height: 120px;
	text-align: left;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-align: justify;
	font-size: 18px;
	color: #4e4e4e;
}

.news-main .seemore {
	float: right;
	line-height: 30px;
	height: 30px;
	cursor: pointer;
	margin-top: 25px;
}

.news-main .more {
	width: 30px;
	height: 30px;
	background: url(../img/more.png) no-repeat;
	display: block;
	float: left;
	background-size: 100% 100%;
	margin: 0;
}

.news-main .seemore span {
	margin: 0 3px;
	color: #333;
	font-size: 20px;
}

.page {
	text-align: center;
	width: 1200px;
	margin: 40px auto;
	height: 40px;
	font-size: 0
}

.page a,
.page b {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #FFFFFF;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	display: inline-block;
}

.page b {
	background-color: #ac1e23;
	color: #ffffff;
}

@media screen and (max-width:480px) {
	.news-main {
		width: 100%;
		margin: 40px auto;
		margin-bottom: 20px;
	}
	.news-main .news-item {
		width: 100%;
		height: auto;
		padding: 10px;
		margin-bottom: 20px;
		display: flex;
   		align-items: center;
	}
	.news-main .item-left {
		height: auto;
		width: 38%;
		padding-left: 0;
	}
	.news-main .item-left a{
		width: 100%;
		display: block;
	}
	
	.news-main .item-left a img{
		width: 100%;
		height: auto;
		display: block;
	}
	.news-main .item-right {
		height: auto;
		width: 62%;
		float: left;
		padding: 0 10px;
	}
	.news-main .news-title {
		height: 30px;
		line-height: 30px;
		width: 100%;
		font-size: 18px;
	}
	.news-main .time {
		height: 25px;
		line-height: 25px;
		width: 100%;
		font-size: 13px;
	}
	.news-main .item-content {
		width: 100%;
		height: auto;
		line-height: 20px;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		text-align: justify;
		font-size: 14px;
	}
	.news-main .seemore {
		line-height: 25px;
		height: 25px;
		margin-top: 10px;
	}
	.news-main .more {
		width: 25px;
		height: 25px;
		background: url(../img/more.png) no-repeat;
		background-size: 100% 100%;
		margin: 0;
	}
	.news-main .seemore span {
		color: #333;
		font-size: 16px;
	}
	
	.page {
		width: 100%;
		margin: 30px auto;
		padding: 0 30px;
		height: auto;
	}
}

.item-right {
  width: 100%; /* 让右边内容铺满整个区域 */
  padding: 10px; /* 根据需要调整内边距 */
}

.title {
  font-size: 18px; /* 标题字体大小 */
  font-weight: bold; /* 标题加粗 */
  color: #333; /* 标题颜色 */
  text-decoration: none; /* 去掉链接下划线 */
}

.time {
  font-size: 14px; /* 时间字体大小 */
  color: #999; /* 时间颜色 */
  margin-top: 5px; /* 与标题的间距 */
}

.content {
  font-size: 14px; /* 内容字体大小 */
  color: #666; /* 内容颜色 */
  margin-top: 10px; /* 与时间的间距 */
}


@media (min-width:481px) and (max-width:1199px) {
	.news-main {
		width: 100%;
		margin: 40px auto;
		margin-bottom: 20px;
	}
	.news-main .news-item {
		width: 100%;
		height: auto;
		padding: 20px;
		margin-bottom: 20px;
		display: flex;
   		align-items: center;
	}
	.news-main .item-left {
		height: auto;
		width: 38%;
		padding-left: 0;
	}
	.news-main .item-left a{
		width: 100%;
		display: block;
	}
	
	.news-main .item-left a img{
		width: 100%;
		height: auto;
		display: block;
	}
	.news-main .item-right {
		height: auto;
		width: 62%;
		float: left;
		padding: 0 10px 0 30px;
	}
	.news-main .news-title {
		height: 40px;
		line-height: 40px;
		width: 100%;
		font-size: 20px;
	}
	.news-main .time {
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}
	.news-main .item-content {
		height: auto;
		line-height: 24px;
		font-size: 16px;
	}
	.news-main .seemore {
		margin-top: 20px;
	}
	
	.page {
		width: 100%;
	}
}
