 a {
   text-decoration: none !important;
   color: black !important;
 }
 
@media (max-width: 599px) {
  .project-center {
    margin: 0 5px;
  }
}

@media (min-width: 600px) and (max-width: 800px) {
  .project-center {
    margin: 0 10px;
  }
}

body {
  background-image: url('./static/images/xcly-bg.png');
}

/* banner 开始 */
.carousel-inner {
  width: 100%;
  /* height: 700px; */
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #6b5151;
}

.carousel-item img {
  max-height: 550px;
}

.content-item {
  position: relative;
}

.banner img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
  box-sizing: border-box;
}

/* banner 结束 */

/* 内容 开始 */
.content {
  width: 100%;
  text-align: center;
  /* background-color: #f7f9fb; */
  position: relative;
}

/* 操作块 开始 */
.row {
  width: 100%;
  margin-left: 0 !important;
  padding: 50px 0;
  /* text-align: center; */
  /* display: flex; */
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.content-item {
  /*width: 130px !important;*/
  /*margin: 5px 25px;*/
  /*padding: 5px 25px;*/
  /* background-color: rgb(255, 255, 255); */
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
}

.xcly {
  max-width: 100%;
  max-height: 100%;
  padding: 10px;
  margin: 10px;
  background-color: rgba(221, 255, 255, 0.247);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.228);
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  position: relative;
  text-align: center;
}

.xcly.yr-hover-disabled:hover {
 transform: none;
}

.xcly:hover {
  transform: scale(1.1);
}

.xcly-icon {
  padding: 5px;
  align-items: center;
  justify-content: center;
}

.xcly-icon img {
  align-items: center;
  justify-content: center;
}

.xcly-content {
  padding: 5px;
}

/* 操作块 结束 */

/* 介绍块 开始 */
.jieshao-box {
  padding: 20px 50px;
}

.jieshao-images img {
  /* width: 100%; */
  max-width: 100%;
  height: auto;
  border: 0;
  box-sizing: border-box;
}

.jieshao-content {
  min-height: 400px;
  background: #ffffffc8;
  border-radius: 4px;
  color: #000000;
}

.jieshao-content .title {
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 900;
}

.jieshao-content .content {
  text-indent: 4.3rem;
  font-size: 14px;
  letter-spacing: 0.3rem;
  text-align: justify;
  padding: 10px 10px;
  margin: 0;
}

/* 介绍块 结束 */

/* 项目块 开始 */
.content-introduce {
  width: 100%;
  margin-top: 42px;
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}

.content-box {
  width: 100%;
  /*height: 20%;*/
  /*padding-top: 10px;*/
  /*position: relative;*/
}

.content-box ul {
  display: flex;
}

.content-box ul li:nth-child(2) {
  margin-left: 28px;
}

.content-box ul li:nth-child(3) {
  margin-left: 28px;
}

.introduce {
  margin: 5px;
  padding: 5px;
  display: block;
  align-items: center;
  justify-content: center;
  /* position: relative; */
  /* background-color: #f7e; */
  border-radius: 10px;
  box-sizing: border-box;
}

/* .project {
  margin: 5px;
  padding: 5px;
  width: 99%;
  display: block;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
} */

.introduce .journalism dl {
  width: 100%;
}

.introduce .journalism dl dt {
  /*width: 375px;*/
  height: 360px;
}

.introduce .journalism dl dt img {
  width: 100%;
  height: 100%;
}

.introduce .journalism dl dd {
  padding-top: 18px;
  overflow: hidden;
  text-overflow: ellipsis;

}

.introduce .journalism ul {
  width: 375px;
}

.introduce .journalism ul li {
  margin-bottom: 20px;
  line-height: 27px;
}

.introduce .journalism ul li span:nth-child(2) {
  float: right;
  color: #999999;
}

.figure-title p {
  line-height: 30px;
}

.figure-box ul {
  width: 100%;
  height: 80%;
  display: flex;
  justify-content: space-between;
}

.figure-box ul li {
  width: 23%;
  height: 90%;
  /* box-shadow: 0px 2px 2px 0px #e8ebe7; */
  background: #fff;
}

.figure-box ul li img {
  width: 100%;
  height: 85%;
  width: 100%;
}

.figure-box ul li p {
  display: inline-block;
  width: 100%;
  background: #fff;
  height: 15%;
  line-height: 60px;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}

.table-text {
  padding: 0 0 0 28px;
}

.table-text ul {
  height: 100%;
}

.table-text ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}

.table-text ul li:hover {
  color: #52AC66;
  cursor: pointer;
}

.table-text span:hover {
  color: #52AC66;
  cursor: pointer;
}

.text-title a {
  font-size: 14px;
  left: 0;
}

.text-title a:hover {
  color: #52AC66;
}

.p1 {
  font-size: 20px !important;
  color: #303030;
  font-weight: bold;
  padding-bottom: 20px;
  display: block;
  box-sizing: border-box;
}

.p2 {
  font-size: 14px !important;
  display: block;
  color: #4F4F4F;
  overflow: hidden;
  line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  line-height: 27px;
  box-sizing: border-box;
}

/* 初始隐藏所有图片和内容，只显示默认项 */
#myImage1,
#myImage3 {
  display: none;
}

.text-title1,
.text-title3 {
  display: none;
}

/* 标签样式优化和悬停效果 */
.gjzc,
.cyqy,
.lydt {
  /* padding: 5px 15px; */
  cursor: pointer;
  transition: all 0.3s ease;
  margin-right: 5px;
}

.gjzc:hover,
.cyqy:hover,
.lydt:hover {
  /* background-color: #e9f5ff; */
  color: #52AC66;
}

.border_blue {
  border-bottom: 3px solid #52AC66;
  color: #52AC66 !important;
}

/* 图片区域居中显示 */
.project-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.project-img img {
  max-width: 100%;
  height: auto;
  display: block;
}

.text-title1,
.text-title2,
.text-title3 {
  text-align: left;
  width: 100%;
}

/* 项目块 结束 */
/* 内容 结束 */