.charm {
  margin-top: 60px;
}
.charm .overview {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.charm .overview .overview_left {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.charm .overview .overview_left .overview_slide .hd ul {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.charm .overview .overview_left .overview_slide .hd ul li {
  margin-right: 30px;
}
.charm .overview .overview_left .overview_slide .hd ul li a {
  font-size: 28px;
  color: #666;
}
.charm .overview .overview_left .overview_slide .hd ul .on {
  color: #1b5388;
}
.charm .overview .overview_left .overview_slide .hd ul .on a {
  font-size: 36px;
  color: #1b5388;
  font-weight: bold;
}
.charm .overview .overview_left .overview_slide .bd ul li p {
  line-height: 48px;
  font-size: 18px;
  color: #333333;
  text-align: justify;
  word-break: break-all;
  text-indent: 2em;
}
.charm .overview .overview_left .overview_slide .bd ul li span {
  align-self: flex-end;
  /* è‡ªèº«é å³ */
  box-sizing: border-box;
  padding: 0 14px;
  line-height: 34px;
  border-radius: 20px;
  border: 1px solid #1b5388;
  cursor: pointer;
}
.charm .overview .overview_left .overview_slide .bd ul li span a {
  font-size: 18px;
  color: #1b5388;
}

.charm .overview .overview_left span:hover {
  background-color: #016bb5;
}
.charm .overview .overview_left span:hover a {
  color: #fff;
}
.charm .overview .overview_right {
  width: 560px;
  height: 424px;
}
.charm .overview .overview_right img {
  width: 100%;
  height: 100%;
}
.charm .wen_shuo {
  margin: 50px 0;
}
.charm .wen_shuo .wen_shuo_title {
  margin: 0 auto 50px;
  width: 180px;
  height: auto; 
}
.charm .wen_shuo .wen_shuo_title img {
  width: 100%;
  height: 100%;
}
.charm .wen_shuo .wen_shuo_content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.charm .wen_shuo .wen_shuo_content .wen_shuo_content_left {
  width: 744px;
  height: 400px;
}
.charm .wen_shuo .wen_shuo_content .wen_shuo_content_left img {
  width: 100%;
  height: 100%;
}
.charm .wen_shuo .wen_shuo_content .wen_shuo_content_right {
  width: 516px;
}
.charm .wen_shuo .wen_shuo_content .wen_shuo_content_right h2 {
  text-align: center;
  margin-top: 20px;
}
.charm .wen_shuo .wen_shuo_content .wen_shuo_content_right h2 a {
  font-size: 18px;
  color: #004d93;
}
.charm .wen_shuo .wen_shuo_content .wen_shuo_content_right h2 a:hover {
  text-decoration: underline;
}
.charm .wen_shuo .wen_shuo_content .wen_shuo_content_right p {
  margin-top: 40px;
  line-height: 36px;
  font-size: 18px;
  color: #333333;
  text-align: justify;
  word-break: break-all;
  text-indent: 2em;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  /* æ­¤å±žæ€§æŽ§åˆ¶å‡ è¡Œ */
  -webkit-line-clamp: 3;
}
.charm .wen_shuo .wen_shuo_content .wen_shuo_content_right > ul {
  margin-top: 40px;
  border-top: 1px dashed #e5e5e5;
  padding-top: 20px;
  padding-left: 100px;
}
.charm .wen_shuo .wen_shuo_content .wen_shuo_content_right > ul li {
  margin-bottom: 20px;
}
.charm .wen_shuo .wen_shuo_content .wen_shuo_content_right > ul li a {
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  /* æ­¤å±žæ€§æŽ§åˆ¶å‡ è¡Œ */
  -webkit-line-clamp: 1;
}
.charm .wen_shuo .wen_shuo_content .wen_shuo_content_right > ul li a:hover {
  color: #004d93;
}
.charm .impression_baiyun .title {
  margin: 0 auto 50px;
  width: 216px;
  height: auto;
}
.charm .impression_baiyun .title img {
  width: 100%;
  height: 100%;
}

.charm  .impression_baiyun .impression_baiyunSwiper {
  position: relative;
  padding-top: 80px;
  overflow: hidden;
}
.charm  .impression_baiyun .impression_baiyunSwiper .swiper-button-prev {
  left: 10px;
}
.charm  .impression_baiyun .impression_baiyunSwiper .swiper-button-prev:after {
  content: '';
}
.charm  .impression_baiyun .impression_baiyunSwiper .swiper-button-next {
  right: 10px;
}
.charm  .impression_baiyun .impression_baiyunSwiper .swiper-button-next:after {
  content: '';
}
.charm  .impression_baiyun .impression_baiyunSwiper .swiper-slide {
  width: 833px;
  height: 640px;
  text-align: center;
}
.charm  .impression_baiyun .impression_baiyunSwiper .swiper-slide a {
  display: inline-block;
  position: relative;
  height: 540px;
  border: 5px solid #f5f5f5;
}
.charm  .impression_baiyun .impression_baiyunSwiper .swiper-slide a img {
  width: 866px;
  height: 100%;
  display: inline-block;
}
.charm  .impression_baiyun .impression_baiyunSwiper .swiper-slide a .mask_title {
  width: 100%;
  height: 66px;
  display: flex;
  justify-content: center;
  align-self: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99999;
  font-size: 36px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
