.lc_box {
  position: relative;
  z-index: 5;
}

.lc_box .lc_pic {
  display: block;
  /* height: 31.25rem; */
  width: 100%;
  height: auto;
  aspect-ratio: 1600/500;
  object-fit: cover;
}

.lc_box .lc_txt {
  position: absolute;
  left: 5.625rem;
  top: 4.5rem;
  z-index: 9;
  /* background: url(../images/licheng_txt.jpg) center no-repeat; */
  background: var(--themeColor);
  width: 22.25rem;
  /* height: 30.9375rem; */
  height: auto;
  aspect-ratio: 420/495;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.5rem 3.125rem;
}
.lc_box .lc_txt h1{
    font-size:var(--f55)
}

.lc_box .lc_txt .n-zhead p{
    font-size:var(--f18)
}
.lc_box .lc_txt .n-zhead p::after{
    background-color: #fff;
}
.lc_box .lc_txt h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

.lc_box .lc_txt h3 span {
  font-size: 5rem;
  font-family: bahnschrift;
}

.lc_box .lc_txt h4 {
  font-size: 2rem;
  color: #fff;
}

.lc_box .lc_txt .desc {
  font-size: var(--f30);
  color: #fff;
  font-family: 'robr-font';
  text-transform: uppercase;
}

.lc_box::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: block;
  content: '';
  background-image: linear-gradient(to top, rgba(24, 90, 178, 0.8), transparent);
}

.clound {
  opacity: .5;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/cloundy.png) repeat-x left center;
  -webkit-animation: animate-cloud 30s linear infinite;
  animation: animate-cloud 30s linear infinite;
}


@keyframes animate-cloud {
  from {
    background-position: 1920px 100%;
  }

  to {
    background-position: 0 100%;
  }
}




.jituan .cont {
	position: relative;
}

.jituan .cont .line-ge {
	position: absolute;
	height: 100%;
	width: 1px;
	background: #dfe0e3;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.jituan .cont .line-ge::after {
	position: absolute;
	content: '';
	display: none;
	height: auto;
	aspect-ratio: 1/1;
	width: .4rem;
	background: #fff;
	border-radius: 100%;
	border: .15rem solid var(--themeColor);
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}

.jituan .cont .item {
	z-index: 2;
	position: relative;
	align-items: flex-start;
    margin-top: -5rem;
}

.jituan .cont .item>div {
	flex: 1;
	width: 50%;
	flex-shrink: 0;
	flex-flow: 0;
	flex-basis: auto;
}

.jituan .cont .item .txt {
	display: flex;
	align-items: flex-start;
	gap: 1.6rem;
	/* padding-bottom: 8rem; */
	/* padding-top: 6rem; */
}

.jituan .cont .item .txt .ico {
	display: flex;
	align-items: center;
	transform: translateX(-0.38rem) translateY(1.4rem);
}

.jituan .cont .item .txt .dian {
	width: .76rem;
	height: auto;
	aspect-ratio: 1/1;
	border-radius: 100%;
	border: .15rem solid var(--themeColor2);
	background: #fff;
}

.jituan .cont .item .txt .line {
	width: 0.8rem;
	height: .12rem;
	background: var(--themeColor2);
}

.jituan .cont .item .txt .text .tt {
	font-size: var(--f44);
	font-family: 'robm-font';
	font-weight: 400;
	color: var(--themeColor);
    margin-bottom: .4rem;
}
.jituan .cont .item .txt .text .img-db{
    height: auto;
    aspect-ratio: 380/230;
    width: 50%;
    margin-top: 1.4rem;
}

.jituan .cont .item .img {
	padding: 0 4rem;
	overflow: hidden;
	margin-top: -2rem;
}

.jituan .cont .item:first-child{
	margin-top: 0;
}

.jituan .cont .item .img .img-cont {
	padding: 2rem 0;
	padding-top: 0;
	border-bottom: 1px solid #e7e9ed;
}

.jituan .cont .item .img .img-db {
	aspect-ratio: 590/320;
	width: 100%;
	height: auto;
	border-radius: 1rem;
}

.jituan .cont .item .img h5 {
	font-size: var(--f20);
	font-family: 'popm-font';
	font-weight: 400;
	color: #000;
	margin-top: 1rem;
}

.jituan .cont .item .img ul li {
	margin-top: 1rem;
	font-size: var(--f16);
	font-family: 'popl-font';
	padding-left: 1.5em;
	position: relative;
}

.jituan .cont .item .img ul li::before {
	content: '';
	display: block;
	position: absolute;
	top: .2em;
	height: .8em;
	font-size: var(--f16);
	width: auto;
	aspect-ratio: 1/1;
	/* background: url(../images/huangsejt.png) no-repeat center/contain; */
	left: 0;
}


.jituan .cont .item:nth-child(even),
.jituan .cont .item:nth-child(even) .txt,
.jituan .cont .item:nth-child(even) .txt .ico {
	flex-flow: row-reverse;
    text-align:right ;
}
.jituan .cont .item:nth-child(even) .txt .text .ar_article{
    text-align: right;
}
.jituan .cont .item:nth-child(even) .txt .text .img-db{
    margin-left: auto;
}
.jituan .cont .item:nth-child(even)  .txt .ico{
	transform: translateX(0.38rem) translateY(1.4rem);
}
