.yxjy,.kxyj {
  padding-bottom: 50px;
  background: #f5f7fa;
}

.yxjy-title {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.yxjy-moudle-title {
  font-size: 24px;
  font-weight: bold;
}

.yxjy-moudle-title .iconfont {
  font-size: 38px;
  vertical-align: middle;
  color: #2c79d2;
  font-weight: 100;
}

.yxjy-introduce {
  background: url(../images/2023knimg_300.png) no-repeat left 0 top 0;
  min-height: 550px;
  display: flex;
  justify-content: flex-end;
  color: #fff;
  margin-bottom: 96px;
}

.kxyj .yxjy-introduce {
  background-image: url(../images/2023knimg_302.png);
}

.yxjy-introduce .yxjy-moudle-title {
  height: 64px;
  width: 247px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  background: #c2a549;
  border-bottom-right-radius: 35px;
  display: none;
}

.yxjy-introduce .yxjy-moudle-title .iconfont {
  margin-right: 19px;
  color: #fff;
}

.yxjy-introduce-main {
  width: 49%;
}

.yxjy-introduce-con {
  /* background: #11659a; */
  background: #3584CF;
  margin-top: 100px;
  /* border-top-right-radius: 150px; */
}

.yxjy-introduce-content-bar {
  padding: 35px 80px 25px;
}

.yxjy-introduce-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
}

.yxjy-introduce-content {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 50px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}

.yxjy-introduce-more {
  border-top: 1px solid #ffffff20;
  padding-top: 20px;
  text-align: center;
  font-size: 16px;
}

.yxjy-introduce-more a {
  color: #fff;
}

.yxjy-gzdt,
.yxjy-jxpx,
.yxjy-jxgl,
.kxyj-xkjs {
  background: #fff;
  padding: 5px 0 30px;
  margin-bottom: 30px;
}

.yxjy-moudle-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
}

.yxjy-gzdt-more {
  font-size: 14px;
  background: #f7f7f7;
  border: 1px solid #ccc;
  padding: 7px 15px 4px;
  border-radius: 20px;
}

.yxjy-gzdt-more:hover {
	background: #2c79d2;
	border: 1px solid #2c79d2;
}

.yxjy-gzdt-more:hover a {
	color: #fff;
}

.yxjy-gzdt-more a {
  color: #999;
}

.yxjy-gzdt .swiper-slide img {
  width: 100%;
}

.yxjy-gzdt-swiper-btn {
  width: 0.4rem;
  height: 0.64rem;
  line-height: 0.64rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 999;
  text-align: center;
  color: #fff;
}

.yxjy-gzdt-swiper-btn:hover {
  background: #2c79d2;
}

.yxjy-gzdt-swiper-btn.yxjy-gzdt-pre {
  left: 0;
}

.yxjy-gzdt-swiper-btn.yxjy-gzdt-next {
  right: 0;
}

.yxjy-gzdt-item:not(:last-child) {
  border-bottom: 1px #e6e6e6 dashed;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.yxjy-gzdt-item a:hover .yxjy-gzdt-title,
.yxjy-gzdt-item a:hover .yxjy-gzdt-describe {
	color: #2c79d2
}

.yxjy-gzdt-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
}

.yxjy-gzdt-describe {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: #666;
}

.yxjy-jxpx {
  border-bottom: 6px #2c79d2 solid;
  padding-bottom: 10px;
}

.yxjy-jxpx-con {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 25px;
}

.yxjy-jxpx-item {
  text-align: center;
  width: 16%;
  margin-bottom: 30px;
}

.yxjy-jxpx-item-icon {
  height: 88px;
  width: 88px;
  border-radius: 50%;
  border: 2px solid #2c79d2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.yxjy-jxpx-item-icon .iconfont {
  font-size: 37px;
  color: #2c79d2;
}

.yxjy-jxpx-item-icon:hover {
	background-color: #2c79d2;
}

.yxjy-jxpx-item-icon:hover .iconfont{
	color: #ffffff;
}

.yxjy-jxgl .yxjy-moudle-title-box {
  border-bottom: 1px solid #e6e6e6;
  align-items: stretch;
}

.yxjy-jxgl .yxjy-jxgl-tab {
  display: flex;
  align-items: stretch;
}

.yxjy-jxgl-tab-item {
  display: flex;
  align-items: center;
  margin-left: 10px;
  position: relative;
}

.yxjy-jxgl-tab-item.yxjy-jxgl-tab-active {
  color: #2c79d2;
}

.yxjy-jxgl-tab-item.yxjy-jxgl-tab-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: #2c79d2;
}

.yxjy-jxgl-tab-item-lable {
  cursor: pointer;
}

.yxjy-jxgl-list {
  margin-top: 30px;
}

.yxjy-jxgl-list-item {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 20px;
}

.yxjy-jxgl-list-item:last-child {
  margin-bottom: 0px;
}

.yxjy-jxgl-list-title {
  color: #333;
  max-width: calc(100% - 90px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.yxjy-jxgl-list-item:hover .yxjy-jxgl-list-title,
.yxjy-jxgl-list-item:hover .yxjy-jxgl-list-date {
	color: #2c79d2;
}

.yxjy-jxgl-list-date {
  color: #666;
  max-width: 90px;
}

.kxyj-xkjs .yxjy-moudle-title-box{
  border-bottom:1px solid #e6e6e6;
  padding: 5px 0;
}

.kxyj-xkjs-more{
  color: #666;
  font-size: 14px;
}


@media (max-width:1279px) {
  .yxjy-introduce {
    background-size: 66%;
    min-height: 414px;
  }

  .yxjy-introduce-con {
    margin-top: 60px;
    border-top-right-radius: 70px;
  }

  .yxjy-introduce-title {
    margin-bottom: 15px;
  }

  .yxjy-introduce-content-bar {
    padding: 15px 40px 15px;
  }

  .yxjy-introduce-content {
    line-height: 21px;
    font-size: 14px;
    margin-bottom: 25px;
  }

  .yxjy-introduce-more {
    padding-top: 10px;
  }

  .yxjy-gzdt-title {
    margin-bottom: 10px;
  }

  .yxjy-gzdt-item:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

@media (max-width:991px) {
  .yxjy-introduce-con {
    margin-top: 45px;
  }

  .yxjy-introduce-content {
    -webkit-line-clamp: 8;
    overflow: hidden;
  }

  .yxjy-gzdt-right-con {
    margin-top: 40px;
  }

  .yxjy-gzdt-item:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }

  .yxjy-gzdt-title {
    margin-bottom: 20px;
  }

  .yxjy-jxpx-item {
    width: 33%;
  }
}

@media (max-width:768px) {
  .yxjy-gzdt, .yxjy-jxpx, .yxjy-jxgl, .kxyj-xkjs{
    margin-bottom: 20px;
  }

  .yxjy-gzdt .yxjy-gzdt-left-con,
  .yxjy-gzdt .yxjy-gzdt-right-con,
  .yxjy-gzdt .yxjy-moudle-title-box {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }

  .yxjy-introduce {
    background: url(../images/2023knimg_301.png) no-repeat;
    background-size: contain;
    min-height: 0;
  }

  .yxjy-introduce-main {
    width: auto;
    padding: 0 0.15rem;
  }

  .yxjy-introduce-con {
    margin-top: 45%;
    border-top-right-radius: 120px;
  }

  .yxjy-introduce-title {
    margin-bottom: 25px;
  }

  .yxjy-introduce-content-bar {
    padding: 35px 50px 25px;
  }

  .yxjy-introduce-content {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 50px;
  }

  .yxjy-introduce-more {
    padding-top: 20px;
  }
  
  .yxjy, .kxyj {
      padding-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .yxjy-title {
    margin-top: 20px;
    font-size: 24px;
    margin-bottom: 30px;
  }

  .yxjy-jxgl-list-title {
    max-width: calc(100% - 100px);
  }

  .yxjy-jxgl-list-date {
    max-width: 100px;
  }
}

@media (max-width:425px) {
  .yxjy-introduce-con {
    border-top-right-radius: 70px
  }

  .yxjy-moudle-title {
    font-size: 21px;
  }

  .yxjy-moudle-title .iconfont {
    font-size: 30px;
  }

  .yxjy-introduce .yxjy-moudle-title {
    height: 60px;
    width: 180px;
    padding-left: 18px;
  }

  .yxjy-introduce .yxjy-moudle-title .iconfont {
    margin-right: 10px;
  }

  .yxjy-introduce-content-bar {
    padding: 20px 30px 20px;
  }

  .yxjy-introduce-title {
    margin-bottom: 15px;
  }

  .yxjy-introduce-content {
    margin-bottom: 25px;
    -webkit-line-clamp: 5;
  }

  .yxjy-gzdt-more {
    padding: 4px 10px 0px;
  }

  .yxjy-gzdt-right-con {
    margin-top: 10px;
  }

  .yxjy-gzdt-item:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .yxjy-gzdt-title {
    margin-bottom: 5px;
  }

  .yxjy-jxpx-item-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }

  .yxjy-jxgl-list-item {
    font-size: 14px;
  }

  
}