/* news detail */
.detailCont{
	padding-top: 100px;
	padding-bottom: 100px;
}
.newsinfo {
	padding-right: 6%;
	border-right: 1px solid #E5E5E5;
	min-height: 700px;
}

.newsinfo-lt {
	width: calc(100% - 460px);
	width: -webkit-calc(100% - 460px);
	float: left;
}

.title {
	font-size: 30px;
	font-weight: bold;
	color: #333;
	line-height: 46px;
}

.time {
	font-size: 16px;
	color: rgba(102, 102, 102, 1);
	line-height: 1;
	margin-top: 20px;
	border-bottom: 1px solid #E5E5E5;
	padding: 20px 0;
}

.detail {
	padding: 60px 0;
	/** 文本1 */
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 40px;
	color: rgba(44, 44, 44, 1);
	text-align: left;
	vertical-align: top;
}

.detail p {
	/** 文本1 */
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 40px;
	color: rgba(44, 44, 44, 1);
	text-align: left;
	vertical-align: top;
}

.detail img {
	max-width: 100%;
	margin: 10px 0;
}

/* share */
.sharebox {
	margin-top: 50px;
	display: flex;
	align-items: center;
}

.sharebox span {
	color: #666;
	display: block;
	float: left;
	font-size: 20px;
	line-height: 40px;
	margin-right: 20px;
}

.sharebox .share {
	display: block;
	float: left;
}

.sharebox .share a {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
	font-size: 17px;
	color: #fff;
}

.sharebox .share a:hover {
	color: #fff;
	background: var(--dex);
}

/* turn */
.turn {
	display: block;
	overflow: hidden;
	margin-top: 80px;
}

.turn a {
	display: block;
	color: #666;
	padding: 16px 0;
	font-size: 18px;
}

.newsinfo-rgt {
	padding-left: 6%;
}

.newsinfo-rt {
	width: 420px;
	background: #fff;
	padding: 30px;
	float: right;
}

.newsinfo-rt-tit {
	font-size: 24px;
	color: #000;
	line-height: 1;
}

.newsinfo-rt-b a {
	display: block;
	padding: 25px 0;
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.newsinfo-rt-b a>.otherTit {
	font-size: 18px;
	line-height: 30px;
	height: 58px;
	color: #000;
	position: relative;
	transition: all .3s;
	-webkit-transition: all .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	left: 0px;
	top: 0px;
	opacity: 1;
	display: flex;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 30px;
	color: rgba(51, 51, 51, 1);
	text-align: left;
	vertical-align: top;
}

.newsinfo-rt-b .otherdetail {
	display: flex;
	margin: 20px 0;
	/** 文本1 */
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 28px;
	color: rgba(102, 102, 102, 1);
	text-align: left;
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newsinfo-rt-b .othertime {
	left: 0px;
	top: 120px;
	width: 78px;
	height: 19px;
	opacity: 1;
	display: flex;
	/** 文本1 */
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 18.48px;
	color: rgba(44, 44, 44, 1);
	text-align: left;
	vertical-align: top;
}

/* box-clamp */
.box-clamp {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.dynamic-middle .con-box .time {
	color: #969ea8;
	padding: 0;
}
@media(max-width:1200px) {
	.newsinfo,.newsinfo-rgt{
		border: 0;
		padding: 0;
	}
	.newsinfo-rgt{margin-top: 20px;}
	.news-lists .item .img img {
		height: 300px;
	}
}


@media(max-width:750px) {
	.newsinfo {
		padding-top: 22px;
	}


	.title {
		font-size: 18px;
		line-height: 24px;
		font-weight: bold;
	}

	.time {
		font-size: 14px;
		margin-top: 10px;
	}

	.detail {
		font-size: 14px;
		line-height: 22px;
		margin-top: 15px;
		padding-top: 15px;
	}

	.newsinfo-b {
		width: 40px;
		margin-top: 10px;
	}

	.newsinfo-rt {
		margin-top: 15px;
		padding: 20px 15px;
	}

	.newsinfo-rt-tit {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.newsinfo-rt-b a {
		padding: 10px 0;
	}


	.newsinfo-rt-b a>div:after {
		top: 10px;
	}
	.detailCont {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	.detail p,.sharebox span,.turn a,.newsinfo-rt-b a>.otherTit {
	    font-size: 16px;
	}
	
	.sharebox span {
	    margin-right: 0px;
	}
}

/* newslist */
/* new newslist */
  
.row {  
    display: flex;  
    flex-wrap: wrap;  
    align-items: stretch; /* 垂直方向上的默认行为 */  
    justify-content: flex-start; /* 水平方向左对齐 */  
		 padding-top: 50px;
}  
  
.item {  
    flex: 0 0 calc(50% - 20px); /* 每个item占据50%宽度减去间距 */  
    max-width: calc(50% - 20px); /* 防止内容溢出 */  
    margin: 10px; /* 设置item的外边距 */  
    box-sizing: border-box; /* 确保边距和内边距包含在宽度内 */  
	margin-bottom: 60px;
}  
  
.item a {  
    display: block; /* 将链接设置为块级元素，以便占据整个item */  
    width: 100%; /* 确保链接宽度与item相同 */  
    height: 100%; /* 确保链接高度与item相同 */  
    text-decoration: none; /* 移除链接的下划线 */  
    color: inherit; /* 继承父元素的文本颜色 */  
}  
  
.img img {  
    width: 100%; /* 图片宽度设置为100%，确保适应item宽度 */  
    height: 545.33px;/* 图片高度自动，保持比例 */  
    object-fit: cover; /* 如果图片需要覆盖整个容器，而不保持比例 */  
}  
  
.content {
    padding: 31px 58px 35px 49px; /* 为内容添加内边距 */
    border: 1px solid #DCDFE6; /* 添加边框 */
    border-top: 0px;
    border-bottom-left-radius: 10px; /* 仅设置左下角圆角 */
    border-bottom-right-radius: 10px; /* 仅设置右下角圆角 */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 添加阴影 */
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

/* .news-lists .item .title{
    margin-bottom: 11px;
    opacity: 1;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 31.68px;
    text-align: left;
    vertical-align: top;
} */
.news-lists .item .title {
    
margin-bottom: 20px;
    
opacity: 1;
    
font-size: 24px;
    
font-weight: 400;
    
letter-spacing: 0px;
    
line-height: 31.68px;
    
text-align: left;
    
vertical-align: top;
    
color: #000;
    
-webkit-background-clip: text;
    
transition: background-image 0.3s ease;
    
height: 32px;
}  
  
.news-lists .item .title:hover {  
    background-image: linear-gradient(to right, rgba(69, 176, 53, 1) 0%, rgba(0, 150, 215, 1) 100%);   
    color: transparent;  
}
.w-100 {
    width: 100%!important;
}
.h-100 {
    height: 100%!important;
}

.news-lists .item .des{
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 30px;
  color: rgba(136, 136, 136, 1);
  text-align: left;
  vertical-align: top;
  border-top: 1px solid rgba(229, 229, 229, 1);
  padding-top: 20px;
}
.news-lists .item .newsCalendar-mdy{
    height: 45;
    margin-bottom: 30px;
}
.news-lists .item .newsListDate{
    color: #767676;
    font-family: arial;
    font-size: 16px;
    line-height: 21.12px;
    text-align: center;
    font-weight: 400;
    opacity: 1;
}
.news-lists .item .newsListDate-part1{
    color: rgba(102, 102, 102, 1);
    font-size: 24px;
    line-height: 31.68px;
    text-align: center;
    font-weight: 400;
    height: 32px;

}
.news-lists .item .newsCalendar-mdy a.newsCalendar-link {
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 84px;
}
.news-lists .item .meta{
  padding-top: 20px;
  border-top: 1px solid #cacaca;
  font-size: 18px;
  font-weight: bold;
  color: #797979;
}

.news-lists .item:hover .meta{
  color: #bf1b1b;
  border-top: 1px solid #bf1b1b;
}

.news-lists .item .div-text{    
  padding-right: 5%;
  border-left: 1px solid rgba(217, 217, 217, 1);
  
}

.news-lists .time {
	color: #909399;
	font-size: 14px;
	margin-bottom: 20px;
	border: 0;
	padding: 0;
}
.news-lists .time img{
	width: 16px;
    height: 16px;
    margin-left: 1%;
    margin-right: 3px;
}
.news-lists .newslist .txt h3 {
	font-weight: normal;
}

.news-lists .col-lg-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.news-image {  
    position: relative; /* 使得伪元素可以相对于这个div定位 */  
    width: 40px; /* 设置div的宽度 */  
    height: 40px; /* 设置div的高度 */  
    background-image: url('images/grey_circle.png'); /* 默认背景图片 */  
    background-repeat: no-repeat; /* 背景图片不平铺 */  
    background-size: cover; /* 确保背景图片覆盖整个div */  
    background-position: center; /* 图片居中显示 */  
    transition: background-image 0.3s ease; /* 过渡效果 */  
}  
  
.news-image:hover {  
    background-image: url('images/circle.png'); /* 鼠标悬停时更换背景图片 */  
}

/* page reset*/
.pageNavigation{
	display: flex;
	justify-content: space-around;
}
.pagination > li > a, .pagination > li > span{
	margin: 0 5px;
	color: #000;
	border-radius: 2px;
	
	width: 50px;
	height: 50px;
	opacity: 1;
	border-radius: 25px;
	background: rgba(255, 255, 255, 1);
	
	border: 1px solid rgba(229, 229, 229, 1);
	
	display: flex;
	align-items: center;
	justify-content: center;
	

}
.pagination > li:first-child > a, .pagination > li:first-child > span,.pagination > li:last-child > a, .pagination > li:last-child > span{
	border-radius: 25px;
}
.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;
    color: #fff;
	border: 0;
	background: linear-gradient(90deg, rgba(69, 176, 53, 1) 0%, rgba(0, 150, 215, 1) 100%);
}


@media(max-width:750px) {
	.row {
		flex-direction: column;
	}
	.news-lists .item {
		flex: 0 0 calc(100% - 20px);
		max-width: calc(100% - 20px);
		margin-bottom: 30px;}
	.news-lists .item .title{
		font-size: 18px;
		margin-bottom: 15px;
		height: auto;
	}
	.news-lists .item .des {
	    font-size: 14px;
		margin-bottom: 15px;
		padding-top: 15px;
	}
	
	.pagination > li > a, .pagination > li > span {
	    width: 36px;
	    height: 36px;
	}
	.news-lists .item .img img {
		height: 280.33px;
	}
	.news-lists .item .button {
		width: 120px;
		height: 36px;
	}
	.content {
		padding: 10px 18px 15px 19px;}

	.news-lists .item .button img {
		margin-left: 10px;
		width: 15px;
		height: 15px;
	}
}

/* solutions detail */
.index_title {
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
    color: #1a1a1a;
}
.specialList ul{
	display: flex;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 0;
}
.pcbu_li_cont {
    width: 100%;
    border-top: 4px solid #1E50E6;
    padding-top: 30px;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.pcbu_li_cont_tit {
    font-size: 20px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 14px;
}
.std_parga, .std_parga p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}
.pcbu_li_cont_info li {
    position: relative;
    padding-left: 16px;
}
.pcbu_li_cont_info li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1E50E6;
    position: absolute;
    top: 15px;
    left: 0;
}
.pcbu_li_cont_info {
    line-height: 2.2;
	font-size: 16px;
	    color: #666;
}

.button{
	width: 140px;
	height: 46px;
	opacity: 1;
	border-radius: 23px;
	background: linear-gradient(90deg, rgba(69, 176, 53, 1) 0%, rgba(0, 150, 215, 1) 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 11px 0px 11px 0px;
}
.button img{
	margin-left: 10px;
	width: 20px;
	height: 20px;
}

