.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 h1 {
  font-size: 36px;
  color: #1b5388;
  margin-bottom: 30px;
}
.charm .overview .overview_left p {
  line-height: 48px;
  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: 6;
}
.charm .overview .overview_left 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 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: 118px;
}
.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 .postcard .postcard_title {
  margin: 0 auto 50px;
  width: 216px;
  height: 136px;
}
.charm .postcard .postcard_title img {
  width: 100%;
  height: 100%;
}
.charm .postcard .postcard_content .postcard_content_list {
  position: relative;
}
.charm .postcard .postcard_content .postcard_content_list .bd .infoList li {
  display: flex;
}
.charm .postcard .postcard_content .postcard_content_list .bd .infoList li .infoList_content {
  background: repeating-linear-gradient(-45deg, #2cb8a3, #016bb5);
  width: 524px;
  height: 418px;
  padding: 70px 74px;
  box-sizing: border-box;
}
.charm .postcard .postcard_content .postcard_content_list .bd .infoList li .infoList_content h1 {
  font-size: 22px;
  color: #fff;
  text-align: center;
}
.charm .postcard .postcard_content .postcard_content_list .bd .infoList li .infoList_content p {
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  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: 5;
}
.charm .postcard .postcard_content .postcard_content_list .bd .infoList li img {
  height: 418px;
  width: 776px;
}
.charm .postcard .postcard_content .postcard_content_list .prev {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}
.charm .postcard .postcard_content .postcard_content_list .prev img {
  width: 22px;
  height: 128px;
}
.charm .postcard .postcard_content .postcard_content_list .next {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
}
.charm .postcard .postcard_content .postcard_content_list .next img {
  width: 22px;
  height: 128px;
}
.charm .illustration {
  margin-top: 50px;
}
.charm .illustration .illustration_title {
  margin: 0 auto 50px;
  width: 176px;
  height: 112px;
}
.charm .illustration .illustration_title img {
  width: 100%;
  height: 100%;
}
.charm .illustration .illustration_content .sideMen > ul {
  display: flex;
  justify-content: flex-start;
}
.charm .illustration .illustration_content .sideMen > ul > li {
  display: flex;
  justify-content: flex-start;
}
.charm .illustration .illustration_content .sideMen > ul > li .title {
  width: 126px;
  height: 476px;
  cursor: pointer;
  overflow: hidden;
}
.charm .illustration .illustration_content .sideMen > ul > li .title img {
  width: 100%;
  height: 100%;
  transition: All 0.4s ease-in-out;
}
.charm .illustration .illustration_content .sideMen > ul > li .on img {
  transform: scale(1.2);
}
.charm .illustration .illustration_content .sideMen > ul > li .content {
  width: 540px;
  height: 476px;
  box-sizing: border-box;
  padding: 50px 30px;
  background: repeating-linear-gradient(-45deg, #2cb8a3, #016bb5);
}
.charm .illustration .illustration_content .sideMen > ul > li .content li {
  color: #fff;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  /* 此属性控制几行 */
  -webkit-line-clamp: 1;
  margin-bottom: 30px;
}
.charm .illustration .illustration_content .sideMen > ul > li .content li a {
  font-size: 18px;
  color: #fff;
}
.charm .illustration .illustration_content .sideMen > ul > li .content li a:hover {
  font-weight: bold;
}
.charm .illustration .illustration_content .sideMen > ul > li .content li::before {
  content: "·";
  margin-right: 6px;
  color: #fff;
  font-size: 30px;
  vertical-align: sub;
}
