/* 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;}
}


@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 */
.news-lists{
	padding-top: 50px;
}
.news-lists .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #DCDFE6;
	align-items: center;
	justify-content: center;
}
.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{
  font-size: 24px;
      line-height: 31px;
  margin-bottom: 30px;
}
.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;
  
  
  /** 文本1 */
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 30px;
  color: rgba(136, 136, 136, 1);
  text-align: left;
  vertical-align: top;

}

.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: 15px 25px; */
  padding-right: 5%;
}

.news-lists .time {
	color: #909399;
	font-size: 14px;
	margin-bottom: 20px;
	border: 0;
	padding: 0;
}

.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%;
}

/* page reset*/
.pageNavigation{
	display: flex;
	justify-content: end;
}
.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) {
	.news-lists .item .title{
		font-size: 18px;
	}
	.news-lists .item .des {
	    font-size: 14px;
	}
	
	.pagination > li > a, .pagination > li > span {
	    width: 36px;
	    height: 36px;
	}
	
}

/* 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;
}