﻿.ban-img {
	background-image: url(../image/banner1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 550px;
}
.ban .con {
	font-size: 40px;
}
.ban .con p {
	color: white;
	font-size: 24px;
	margin: 0px;
	margin-top: 10px;
}
.ban .con h3 {
	color: white;
	font-weight: 500;
	margin: 0px;
	margin-top: 80px;
}

.news {
	align-items: flex-start;
}

.news .left .bar {
	color: #FFF;
	background-color: #0077ff;
	text-align: center;
}
.news .left span {
	display: block;
}

.news .left li a {
	display: block;
	text-align: center;
	background-color: #e5e5e5;
	line-height: 50px;
	color: #999;
	border-bottom: 2px dashed #a6a6a6;
}
.news .left li:last-child a {
	border: none;
}
.news .left .list span {
	float: left;
	display: block;
	font-size: 20px;
	line-height: 35px;
	width: 130px;
	text-align: center;
	color: #a1a1a1;
}

.news .bar {
	align-items: flex-end;
}
.news .path {
	background-color: #0077ff;
	flex: 1;
	padding: 50px 0;
	color: #7f7f7f;
	text-align: right;
}

.path span {
	color: #0077ff;
}

.news .path a {
	color: #7f7f7f;
	writing-mode: horizontal-tb; /* 确保文本水平排列 */
}
.news .path span {
	color: #0077ff;
}

.news .main .item {
	width: 100%;
	height: 223px;
	display: flex;
	margin-top: 40px;
	border-bottom: 1px solid #666;
}
.newsitemLeft img{
	height: 200px;
	width: 260px;
}
.newsitemRight{
	position: relative;
	width: 880px;
	margin-left: 20px;
	height: 213px;
}
.newsitemRight h2{
	font-family: 'Source Han Sans CN', sans-serif;
	font-weight: 500;
	font-size: 24px;
	color: #333333;
	margin-top: 0px;
}
.newsitemRight h2:hover{
	color: #0077ff;
}
.newsitemRight span{
	position: absolute;
	bottom: 20px;
}
.newsitemRight p{
	line-height: 32px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	display: -webkit-box;
    -webkit-line-clamp: 3; /* 限制显示3行 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .right .item a {
	padding: 30px;
	margin: 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}

.news .right .item a:hover {
	padding: 25px 25px 35px 35px;
    border-bottom: 1px solid #fff;
    box-shadow: 5px 5px 10px rgba(18,184,164,0.15),-5px 5px 10px rgba(18,184,164,0.15);
}
.page {
	margin-top: 55px;
	margin-bottom: 110px;
	position: relative;
}

.page a {
	color: #999;
	display: inline-block;
	border: 1px solid #e7e7e7;
	line-height: 22px;
	height: 22px;
	width: 22px;
	text-align: center;
}
.page .this {
	color: #fff;
	background-color: #0077ff;
	display: inline-block;
	border: 1px solid #e7e7e7;
	line-height: 22px;
	height: 22px;
	width: 22px;
	text-align: center;
}

/* 1029 样式更改 */
.CooperationProcessNavigation{
  display: flex;
  gap: 100px;
}
.CooperationProcessNavigation a{
  height: 50px;
  width: 100px;
  background-color: transparent;
  border: none;
  color: #666;
  font-size: 24px;
  font-weight: 500;
  white-space: nowrap;
}
.CooperationProcessNavigation a:hover{
	color: #0077ff;
}

.CooperationProcessNavigation .this{
	color: #0077ff;
}
