/* pc导航样式调整 */
.top-banner li {
	margin-right: 2rem !important;
}
.top-banner li:last-of-type {
	margin-right: 0 !important;
}
.top-right a,
.footer a {
	color: #fff;
}
.banner-item a:hover {
	border-bottom: 0.375rem solid #fff;
}
/* pc导航样式调整结束 */
/* footer样式调整 */
/* .footer-copyright {
	font-size: 14px;
} */
.footer-code p {
	margin-top: 0 !important;
	line-height: normal !important;
}
/* footer样式调整结束 */

.news-item {
	display: flex;
	border-bottom: 1px solid #ccc;
	padding: 22px 40px 26px 20px;
	cursor: pointer;
}
.news-item:hover {
	background-color: #f4f4f4;
	border-bottom-color: #ab191a;
}
.news-item img {
	width: 198px;
	height: 137px;
	margin-right: 30px;
}
.news-item p {
	font-size: 16px;
	color: #999;
}
.news-title {
	font-size: 20px !important;
	color: #000 !important;
	margin-bottom: 8px;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.news-detail {
	line-height: 30px;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.news-pagination {
	display: flex;
	justify-content: center;
	margin: 20px 0 0;
}
.pagination-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 16px;
	color: #000;
}
.pagination-container li {
	margin: 0 4px;
}
.pagination-container a {
	padding: 2px 8px;
	border: 1px solid #ccc;
}
.pagination-container a:hover {
	background-color: #ab191a;
	color: #fff;
}
.current-page a {
	background-color: #ab191a;
	color: #fff;
}
.page-input {
	width: 60px;
	padding: 2px 6px;
	font-size: 14px;
}
.pagination-container li:last-of-type {
	padding: 2px 8px;
	border: 1px solid #ccc;
	color: #666;
}
.pagination-container li:last-of-type{
  padding: 2px 8px;
  border: 1px solid #ccc;
  color: #666;
}
.mx-2 {
	margin: 0 0.5rem;
}

@media screen and (max-width: 1700px) {
  .top-banner li {
    margin-right: 1.725rem !important;
  }
  .active-banner-item {
    border-bottom: 0.35rem solid #fff !important
  }
  .banner-item a:hover {
    border-bottom: 0.35rem solid #fff !important;
  }
}
@media screen and (max-width: 1600px) {
  .top-banner li {
    margin-right: 1.65rem !important;
  }
}
@media screen and (max-width: 1500px) {
  .top-banner li {
    margin-right: 1.55rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .top-banner li {
    margin-right: 1.45rem !important;
  }
}
@media screen and (max-width: 1300px) {
  .top-banner li {
    margin-right: 1.35rem !important;
  }
}
@media screen and (max-width: 800px) {
	main {
		padding-top: 75px;
	}
	.orz_header_ft {
		display: none;
	}
	.news-item img{
	  width: 120px;
	  height: 90px;
	  margin-right: 10px;
	}
	.news-title{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		text-align: left;
	}
	.news-detail{
		display: none;
	}
	.news-time{
		text-align: left;
	}
}
