@charset "utf-8";
/*other_head*/
.other_head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.other_head h5 {
  font-size: 36px;
  color: #9B1610;
  line-height: 44px;
  word-break: normal;
  overflow-wrap: break-word;
  letter-spacing: 2px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.other_head h5.big_head {
  font-weight: bold;
}
.other_head span {
  width: 36px;
  height: 4px;
  display: inline-block;
  background: #9B1610;
  margin-top: 16px;
}
.other_head p {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  word-break: normal;
  overflow-wrap: break-word;
  letter-spacing: 2px;
  margin-top: 24px;
}
.other_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  /* Chrome, Safari, Opera */
}
.other_banner img {
  width: 100%;
  height: auto;
  animation: magicada 12s ease-in-out 0s 1 alternate forwards;
  animation-iteraction-count: 1;
}
@-webkit-keyframes magicada {
  0% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1.1, 1.1);
  }
}
body {
  background: url(../images/home/wg_bj.png) repeat center top;
  background-size: auto auto;
}
.other_conent {
  width: 100%;
}
.other_conent .other_tap {
  display: none;
  width: 100%;
}
.other_conent .main_title {
  width: 100%;
  font-size: 45px;
  letter-spacing: 8px;
  color: #000;
}
.other_conent .main_title span {
  font-size: 70px;
  color: #9B1610;
}
.other_conent .cur_page {
  width: 100%;
}
.other_conent .cur_page .curPage_box {
  height: 66px;
  width: 100%;
}
.other_conent .cur_page .curPage_box ul {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  height: 100%;
}
.other_conent .cur_page .curPage_box ul li {
  font-size: 14px;
  padding-left: 36px;
  color: #000;
  letter-spacing: 2px;
  line-height: 66px;
  position: relative;
  display: inline-block;
  max-width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.other_conent .cur_page .curPage_box ul li::after {
  content: '»';
  font-size: 14px;
  color: #000;
  line-height: 66px;
  position: absolute;
  top: 0;
  left: 12px;
}
.other_conent .cur_page .curPage_box ul li:nth-child(1)::after {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/home_icon.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
/*新闻资讯*/
.news_con {
  width: 100%;
  margin-top: 60px;
  padding-bottom: 110px;
}
.news_con .page_con {
  padding-top: 20px;
}
.news_con .list_div {
  width: 100%;
  margin-top: 40px;
}
.news_con .list_div .news_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_con .list_div .news_item .n_time {
  width: 120px;
  text-align: center;
  font-size: 16px;
  color: #606060;
  font-family: sys;
}
.news_con .list_div .news_item .n_time .big_text {
  font-size: 30px;
  font-family: sys;
}
.news_con .list_div .news_item .n_img {
  width: 388px;
  height: 264px;
  overflow: hidden;
  border-radius: 10px;
  margin-left: 30px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.news_con .list_div .news_item .n_img img {
  display: inline-block;
  width: auto;
  min-width: 100%;
  height: 100%;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.news_con .list_div .news_item .n_img:hover img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
.news_con .list_div .news_item .n_desc {
  width: calc(100% - 390px - 150px);
  height: 350px;
  padding: 0 4%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}
.news_con .list_div .news_item .n_desc::before {
  width: 0;
  height: 100%;
  background: #fff;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.news_con .list_div .news_item .n_desc h5 {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: sys;
  font-size: 22px;
  color: #000;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 16px;
  letter-spacing: 1px;
}
.news_con .list_div .news_item .n_desc .desc_text {
  font-family: sys;
  font-size: 14px;
  line-height: 30px;
  color: #7A7A7A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news_con .list_div .news_item:hover .n_img {
  margin-left: 0;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.news_con .list_div .news_item:hover .n_desc::before {
  width: calc(100% + 240px);
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.news_con .list_div .news_item:hover .n_desc h5 {
  color: #9B1610;
}
/*新闻详情*/
.other_newsDetails {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: sys;
}
.other_newsDetails * {
  font-family: sys;
}
.other_newsDetails .news_right {
  position: sticky;
  width: 27%;
  top: 160px;
}
.other_newsDetails .news_right h5 {
  line-height: 64px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  background: #9B1610;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  color: #FFF;
  text-align: center;
}
.other_newsDetails .news_right .hot_list {
  width: 100%;
  margin-top: 38px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.other_newsDetails .news_right .hot_list a {
  margin-bottom: 20px;
  width: 100%;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  height: 48px;
  border-left: 4px solid #676767;
  padding-left: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.other_newsDetails .news_right .hot_list a:hover {
  color: #9B1610;
  border-color: #9B1610;
}
.other_newsDetails .news_left {
  width: calc(100% - 27% - 40px);
}
.m3nCon {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.m3nCon .m3nTbox {
  width: 100%;
}
.m3nCon .m3nTbox h2 {
  font-size: 32px;
  line-height: 48px;
  color: #373737;
}
.m3nCon .m3nInfo {
  margin-top: 40px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 16px;
  color: #000;
  padding-bottom: 36px;
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.m3nCon .m3nInfo span {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/other/news/data_icon.png) no-repeat center center;
  background-size: 100% auto;
  margin-right: 8px;
}
.m3nCon .m3nEditor {
  padding: 44px 0px 70px 0;
}
.m3nCon .m3nEditor img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.m3nCon .m3nBack {
  margin-top: 16px;
  text-align: center;
}
.m3nCon .m3nBack .m3nBkBtn {
  text-align: center;
  display: inline-block;
  margin: 0px auto;
  letter-spacing: 2px;
  font-size: 18px;
  width: 150px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #9B1610;
  opacity: 1;
  cursor: pointer;
}
.m3nCon .m3nBack .m3nBkBtn:hover {
  opacity: 0.9;
}
.m3nCon .m3pages {
  border-top: 1px solid #E5E5E5;
  line-height: 70px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m3nCon .m3pages a {
  max-width: 45%;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 14px;
  color: #666;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.m3nCon .m3pages a:hover {
  color: #9B1610;
}
/*视频专栏*/
.video_list {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.video_list .video_item {
  width: calc((100% - 60px) / 4);
  background: #fff;
  margin: 0 20px 40px 0;
  cursor: pointer;
}
.video_list .video_item:nth-child(4n) {
  margin-right: 0;
}
.video_list .video_item p {
  display: inline-block;
  padding: 0 14px;
  margin: 12px 0 16px 0;
  word-break: normal;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  color: #333;
}
.video_list .video_item:hover .video_img .oper_icon {
  margin-top: -34px;
  margin-left: -34px;
  width: 68px;
  height: 68px;
  border-width: 2px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  background: rgba(255, 255, 255, 0.2);
}
.video_list .video_item .video_img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.video_list .video_item .video_img .ff_img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.video_list .video_item .video_img .oper_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  left: 50%;
  margin-left: -26px;
  z-index: 1;
  border-radius: 50%;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.video_list .video_item .video_img .oper_icon img {
  display: inline-block;
  width: 52px;
  height: auto;
}
/*视频播放*/
.video_show {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 30;
  position: fixed;
  background: rgba(55, 58, 71, 0.6);
}
.video_show.videoShow {
  display: flex;
}
.video_show.videoShow .video_box {
  -webkit-animation-name: anim-open-6;
  animation-name: anim-open-6;
}
.video_show .video_box {
  width: 70%;
  max-width: 1360px;
  max-height: 84%;
  padding: 24px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-animation-name: anim-close-6;
  animation-name: anim-close-6;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.video_show .video_box .close-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../images/other/close.png) center center no-repeat rgba(0, 0, 0, 0.9);
  background-size: auto auto;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 32;
  cursor: pointer;
}
.video_show .video_box .close-btn:hover {
  opacity: 0.9;
}
.video_show .video_box video {
  width: 100%;
  height: auto;
}
@-webkit-keyframes anim-open-6 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-open-6 {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0px) perspective(600px) rotateX(0deg);
  }
}
@-webkit-keyframes anim-close-6 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
  }
}
@keyframes anim-close-6 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}
/* Inner elements animations */
@-webkit-keyframes anim-elem-6 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-elem-6 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*视频播放*/
/*云展馆*/
.hall_list {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.hall_list .hall_item {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  width: calc((100% - 48px) / 3);
  margin: 0 24px 30px 0;
}
.hall_list .hall_item:nth-child(3n) {
  margin-right: 0;
}
.hall_list .hall_item .hall_img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.hall_list .hall_item:hover .hall_text {
  height: 100%;
  opacity: 1;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.hall_list .hall_item:hover .hall_text p {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  bottom: 0;
  display: inline-block;
}
.hall_list .hall_item .hall_text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.64);
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  opacity: 0;
}
.hall_list .hall_item .hall_text .s_icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/other/video/show_p.png) no-repeat center center;
  background-size: 100% auto;
  margin-bottom: 30px;
}
.hall_list .hall_item .hall_text p {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 16px;
  color: #fff;
  line-height: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: 2;
  padding: 0 5.8%;
  letter-spacing: 2px;
  font-family: sys;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
/*参观服务*/
.lx_con {
  width: 100%;
  margin-top: 60px;
}
.lx_con .lx_icon {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.lx_con .lx_icon .lx_icon_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc((100% - 60px) / 4);
  margin: 0 20px 0 0;
  height: 200px;
  background: #fbfbfb;
  border: 1px solid #D6D6D6;
  padding: 0 10px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.lx_con .lx_icon .lx_icon_item:last-child {
  margin-right: 0;
}
.lx_con .lx_icon .lx_icon_item:hover {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  margin-top: -10px;
}
.lx_con .lx_icon .lx_icon_item p {
  display: inline-block;
  text-align: center;
  font-size: 22px;
  color: #000;
  font-family: sys;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 2px;
}
.lx_con .lx_icon .lx_icon_item div {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  color: #000;
  font-family: sysy;
  line-height: 22px;
  white-space: normal;
  word-break: break-all;
}
.lx_con .lx_icon .lx_icon_item span {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin: 18px 0 16px 0;
  background: url(../images/other/video/icon01.png) no-repeat center center;
  background-size: 100% auto;
}
.lx_con .lx_icon .lx_icon_item span.s_i01 {
  background: url(../images/other/video/icon01.png) no-repeat center center;
  background-size: 100% auto;
}
.lx_con .lx_icon .lx_icon_item span.s_i02 {
  background: url(../images/other/video/icon02.png) no-repeat center center;
  background-size: 100% auto;
}
.lx_con .lx_icon .lx_icon_item span.s_i03 {
  background: url(../images/other/video/icon03.png) no-repeat center center;
  background-size: 100% auto;
}
.lx_con .lx_icon .lx_icon_item span.s_i04 {
  background: url(../images/other/video/icon04.png) no-repeat center center;
  background-size: 100% auto;
}
.lx_con .lx_map {
  width: 100%;
  margin-top: 70px;
}
.lx_con .lx_map .lx_map_inner {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 660px;
}
.lx_con .lx_map .lx_map_box {
  flex: none;
  width: 57.26%;
  overflow: hidden;
  line-height: 0;
  aspect-ratio: 836/731;
}
.lx_con .lx_map .lx_map_box .lx_map_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lx_con .lx_map .lx_map_traffic {
  flex: 1;
  padding: 110px 48px 45px;
  background-image: url(../images/other/video/lx_bg.png);
  background-size: 100% auto;
  background-repeat: repeat;
  color: #fff;
  box-sizing: border-box;
}
.lx_con .lx_map .lx_map_traffic h3 {
  font-family: KaiTi, KaiTi;
  font-size: 45px;
  font-weight: normal;
  letter-spacing: 8px;
  margin: 0 0 42px;
  color: #fff;
}
.lx_con .lx_map .lx_map_traffic .lx_traffic_item {
  margin-bottom: 30px;
  font-family: sys;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  font-family: Source Han Serif CN, Source Han Serif CN;
}
.lx_con .lx_map .lx_map_traffic .lx_traffic_item:last-child {
  margin-bottom: 0;
}
.lx_con .lx_map .lx_map_traffic .lx_traffic_item * {
  font-family: Source Han Serif CN, Source Han Serif CN;
}
.lx_con .lx_map .lx_map_traffic .lx_traffic_item p {
  margin: 0;
}
.lx_con .lx_message {
  width: 100%;
  margin-top: 80px;
}
.lx_con .lx_message .mes_list {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.lx_con .lx_message .mes_list .mes_item {
  width: calc(50% - 2%);
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 40px;
}
.lx_con .lx_message .mes_list .mes_item:nth-child(5) {
  width: 100%;
}
.lx_con .lx_message .mes_list .mes_item p {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-family: sys;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 14px;
  letter-spacing: 2px;
}
.lx_con .lx_message .mes_list .mes_item .input_box {
  width: 100%;
  position: relative;
}
.lx_con .lx_message .mes_list .mes_item .input_box span {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 10px;
  top: 15px;
  z-index: 3;
}
.lx_con .lx_message .mes_list .mes_item .input_box .icon_lxr {
  background: url(../images/other/video/m01.png) no-repeat center center;
  background-size: 100% auto;
}
.lx_con .lx_message .mes_list .mes_item .input_box .icon_tel {
  background: url(../images/other/video/m02.png) no-repeat center center;
  background-size: 100% auto;
}
.lx_con .lx_message .mes_list .mes_item .input_box .icon_yx {
  background: url(../images/other/video/m03.png) no-repeat center center;
  background-size: 100% auto;
}
.lx_con .lx_message .mes_list .mes_item .input_box .icon_dz {
  background: url(../images/other/video/m04.png) no-repeat center center;
  background-size: 100% auto;
}
.lx_con .lx_message .mes_list .mes_item .input_box .icon_nr {
  background: url(../images/other/video/m05.png) no-repeat center center;
  background-size: 100% auto;
}
.lx_con .lx_message .mes_list .mes_item .input_c {
  display: inline-block;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border: 1px solid #D6D6D6;
  padding: 0 20px 0 44px;
  outline: none;
  color: #000;
  font-size: 14px;
  font-family: sys;
  letter-spacing: 2px;
  position: relative;
}
.lx_con .lx_message .mes_list .mes_item .input_c:focus {
  border-color: #9B1610;
}
.lx_con .lx_message .mes_list .mes_item .input_c::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #B8B8B8;
}
.lx_con .lx_message .mes_list .mes_item .input_c::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #B8B8B8;
}
.lx_con .lx_message .mes_list .mes_item .input_c::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #B8B8B8;
}
.lx_con .lx_message .mes_list .mes_item .input_c::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #B8B8B8;
}
.lx_con .lx_message .mes_list .mes_item .input_c::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #B8B8B8;
}
.lx_con .lx_message .mes_list .mes_item .input_t {
  display: inline-block;
  resize: none;
  width: 100%;
  height: 280px;
  background: #fff;
  border: 1px solid #D6D6D6;
  padding: 16px 20px 16px 44px;
  outline: none;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-family: sys;
  letter-spacing: 2px;
}
.lx_con .lx_message .mes_list .mes_item .input_t:focus {
  border-color: #9B1610;
}
.lx_con .lx_message .mes_list .mes_item .input_t::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #B8B8B8;
}
.lx_con .lx_message .mes_list .mes_item .input_t::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #B8B8B8;
}
.lx_con .lx_message .mes_list .mes_item .input_t::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #B8B8B8;
}
.lx_con .lx_message .mes_list .mes_item .input_t::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #B8B8B8;
}
.lx_con .lx_message .mes_list .mes_item .input_t::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #B8B8B8;
}
.lx_con .lx_message .mes_list .submit_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lx_con .lx_message .mes_list .submit_btn .a,
.lx_con .lx_message .mes_list .submit_btn a {
  display: inline-block;
  width: 316px;
  height: 74px;
  background: #9B1610;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  text-align: center;
  line-height: 74px;
  font-family: sys;
  letter-spacing: 2px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.lx_con .lx_message .mes_list .submit_btn .a:hover,
.lx_con .lx_message .mes_list .submit_btn a:hover {
  opacity: 0.9;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  box-shadow: 0 6px 12px rgba(255, 22, 16, 0.4);
}
/*莲池书院*/
.shuyuan_con {
  width: 100%;
  margin-top: 40px;
}
.shuyuan_con .sy_text {
  width: 100%;
}
.shuyuan_con .sy_text p {
  display: inline-block;
  width: 100%;
  font-family: sys;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 30px;
  color: #676767;
  text-indent: 32px;
  letter-spacing: 2px;
}
.shuyuan_con .sy_img {
  width: 100%;
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shuyuan_con .sy_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}
/*楹联集萃*/
.yinglian_con {
  width: 100%;
  margin-top: 30px;
}
.yinglian_con .yl_modal {
  width: 100%;
  margin-bottom: 30px;
  /*历代碑刻*/
}
.yinglian_con .yl_modal .yl_text {
  width: 100%;
}
.yinglian_con .yl_modal .yl_text .h_title {
  display: inline-block;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  font-family: sys;
  line-height: 26px;
  margin-bottom: 6px;
}
.yinglian_con .yl_modal .yl_text .p_text {
  display: inline-block;
  font-family: sys;
  font-size: 16px;
  line-height: 30px;
  color: #676767;
  margin-bottom: 10px;
}
.yinglian_con .yl_modal .yl_text .p_text.text-indent-p {
  text-indent: 32px;
}
.yinglian_con .yl_modal .yl_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 18px;
}
.yinglian_con .yl_modal .yl_img img {
  width: 100%;
  height: auto;
}
.yinglian_con .yl_modal.yl_list {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
.yinglian_con .yl_modal.yl_list.yl_list_03 .yl_item .yl_text .p_text {
  -webkit-line-clamp: 3;
  height: 90px;
}
.yinglian_con .yl_modal.yl_list .yl_item {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
.yinglian_con .yl_modal.yl_list .yl_item:nth-child(3n) {
  margin-right: 0;
}
.yinglian_con .yl_modal.yl_list .yl_item .yl_text {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.yinglian_con .yl_modal.yl_list .yl_item .yl_text .p_text {
  word-break: normal;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 120px;
}
.yinglian_con .yl_modal.bk03_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.yinglian_con .yl_modal.bk03_list .yl_item {
  width: 32.87%;
}
.yinglian_con .yl_modal.bk03_list .yl_item:nth-child(2) {
  width: 65.47%;
}
.yinglian_con .yl_modal.bk03_list .yl_item .yl_text .p_text {
  word-break: normal;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  height: 180px;
}
.yinglian_con .yl_modal.bk04_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.yinglian_con .yl_modal.bk04_list .yl_item {
  width: 21.64%;
  margin-bottom: 1.1rem;
}
.yinglian_con .yl_modal.bk04_list .yl_item:nth-child(3) {
  width: 55.27%;
}
.yinglian_con .yl_modal.bk04_list .yl_item .yl_text .h_title {
  margin-bottom: 0;
}
.yinglian_con .yl_modal.bk06_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.yinglian_con .yl_modal.bk06_list .bk06_all {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.yinglian_con .yl_modal.bk06_list .yl_item {
  width: 100%;
}
.yinglian_con .yl_modal.bk06_list .yl_item:nth-child(2) {
  width: 25.82%;
}
.yinglian_con .yl_modal.bk06_list .yl_item:nth-child(3) {
  width: 24.65%;
}
.yinglian_con .yl_modal.bk06_list .yl_item:nth-child(4) {
  width: 47.73%;
}
.yinglian_con .yl_modal.bk06_list .yl_item .yl_img {
  margin-bottom: 16px;
}
@media screen and (max-width: 1366px) {
  /*参观服务*/
  .lx_con {
    margin-top: 60px;
  }
  .lx_con .lx_icon .lx_icon_item {
    width: calc((100% - 45px) / 4);
    margin: 0 15px 0 0;
    height: 200px;
    padding: 0 10px;
  }
  .lx_con .lx_icon .lx_icon_item p {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 2px;
  }
  .lx_con .lx_icon .lx_icon_item div {
    font-size: 16px;
    line-height: 20px;
  }
  .lx_con .lx_icon .lx_icon_item span {
    display: inline-block;
    width: 42px;
    height: 42px;
    margin: 16px 0 14px 0;
  }
  .lx_con .lx_map {
    margin-top: 60px;
  }
  .lx_con .lx_map .lx_map_traffic {
    padding: 90px 36px 40px;
  }
  .lx_con .lx_map .lx_map_traffic h3 {
    font-size: 32px;
    margin-bottom: 34px;
  }
  .lx_con .lx_map .lx_map_traffic .lx_traffic_item {
    margin-bottom: 26px;
    font-size: 14px;
    line-height: 26px;
  }
  .lx_con .lx_message {
    margin-top: 70px;
  }
  .lx_con .lx_message .mes_list {
    padding-top: 30px;
  }
  .lx_con .lx_message .mes_list .mes_item {
    width: calc(50% - 2%);
    flex-direction: column;
    margin-bottom: 40px;
  }
  .lx_con .lx_message .mes_list .mes_item:nth-child(5) {
    width: 100%;
  }
  .lx_con .lx_message .mes_list .mes_item p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 14px;
    letter-spacing: 2px;
  }
  .lx_con .lx_message .mes_list .mes_item .input_box span {
    width: 30px;
    height: 30px;
    left: 10px;
    top: 15px;
  }
  .lx_con .lx_message .mes_list .mes_item .input_c {
    height: 60px;
    padding: 0 20px 0 44px;
    font-size: 14px;
    letter-spacing: 2px;
  }
  .lx_con .lx_message .mes_list .mes_item .input_t {
    height: 280px;
    padding: 16px 20px 16px 44px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
  }
  .lx_con .lx_message .mes_list .submit_btn a,
  .lx_con .lx_message .mes_list .submit_btn .a {
    width: 316px;
    height: 74px;
    font-size: 20px;
    line-height: 74px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 1280px) {
  .yinglian_con .yl_modal {
    /*历代碑刻*/
  }
  .yinglian_con .yl_modal.bk03_list .yl_item .yl_text .p_text {
    -webkit-line-clamp: 7;
    height: 210px;
  }
}
@media screen and (max-width: 1024px) {
  .other_conent .main_title {
    font-size: 40px;
    letter-spacing: 6px;
  }
  .other_conent .main_title span {
    font-size: 65px;
  }
  .other_conent .cur_page {
    width: 100%;
  }
  .other_conent .cur_page .curPage_box {
    height: 60px;
  }
  .other_conent .cur_page .curPage_box ul li {
    font-size: 14px;
    padding-left: 36px;
    letter-spacing: 2px;
    line-height: 60px;
    max-width: 320px;
  }
  .other_conent .cur_page .curPage_box ul li::after {
    font-size: 14px;
    line-height: 60px;
    left: 12px;
  }
  .other_conent .cur_page .curPage_box ul li:nth-child(1)::after {
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
  }
  /*新闻资讯*/
  .news_con {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 90px;
  }
  .news_con .page_con {
    padding-top: 20px;
  }
  .news_con .list_div .news_item .n_time {
    width: 100px;
    font-size: 14px;
  }
  .news_con .list_div .news_item .n_time .big_text {
    font-size: 26px;
  }
  .news_con .list_div .news_item .n_img {
    width: 358px;
    height: 244px;
    margin-left: 30px;
  }
  .news_con .list_div .news_item .n_desc {
    width: calc(100% - 358px - 130px);
    height: 330px;
  }
  .news_con .list_div .news_item .n_desc h5 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .news_con .list_div .news_item .n_desc .desc_text {
    font-size: 14px;
    line-height: 30px;
  }
  /*参观服务*/
  .lx_con {
    margin-top: 50px;
  }
  .lx_con .lx_icon .lx_icon_item {
    width: calc((100% - 30px) / 4);
    margin: 0 10px 0 0;
    height: 200px;
    padding: 0 20px;
  }
  .lx_con .lx_icon .lx_icon_item p {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 2px;
  }
  .lx_con .lx_icon .lx_icon_item div {
    font-size: 14px;
    line-height: 18px;
  }
  .lx_con .lx_icon .lx_icon_item span {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 14px 0 12px 0;
  }
  .lx_con .lx_map {
    margin-top: 50px;
  }
  .lx_con .lx_map .lx_map_inner {
    flex-direction: column-reverse;
    min-height: 0;
  }
  .lx_con .lx_map .lx_map_box {
    width: 100%;
    aspect-ratio: auto;
  }
  .lx_con .lx_map .lx_map_traffic {
    width: 100%;
    padding: 40px 30px 36px;
  }
  .lx_con .lx_map .lx_map_traffic h3 {
    font-size: 28px;
    margin-bottom: 28px;
  }
  .lx_con .lx_map .lx_map_traffic .lx_traffic_item {
    margin-bottom: 22px;
    font-size: 13px;
    line-height: 24px;
  }
  .lx_con .lx_message {
    margin-top: 60px;
  }
  .lx_con .lx_message .mes_list {
    padding-top: 30px;
  }
  .lx_con .lx_message .mes_list .mes_item {
    width: calc(50% - 2%);
    flex-direction: column;
    margin-bottom: 30px;
  }
  .lx_con .lx_message .mes_list .mes_item:nth-child(5) {
    width: 100%;
  }
  .lx_con .lx_message .mes_list .mes_item p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
    letter-spacing: 2px;
  }
  .lx_con .lx_message .mes_list .mes_item .input_box span {
    width: 28px;
    height: 28px;
    left: 10px;
    top: 14px;
  }
  .lx_con .lx_message .mes_list .mes_item .input_c {
    height: 54px;
    padding: 0 20px 0 44px;
    font-size: 14px;
    letter-spacing: 2px;
  }
  .lx_con .lx_message .mes_list .mes_item .input_t {
    height: 240px;
    padding: 16px 20px 16px 44px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
  }
  .lx_con .lx_message .mes_list .submit_btn a,
  .lx_con .lx_message .mes_list .submit_btn .a {
    width: 300px;
    height: 64px;
    font-size: 18px;
    line-height: 64px;
    letter-spacing: 2px;
  }
  /*楹联集萃*/
  .yinglian_con .yl_modal {
    /*历代碑刻*/
  }
  .yinglian_con .yl_modal.yl_list.yl_list_03 .yl_item .yl_text .p_text {
    -webkit-line-clamp: 5;
    height: 150px;
  }
  .yinglian_con .yl_modal.yl_list .yl_item .yl_text .p_text {
    -webkit-line-clamp: 6;
    height: 180px;
  }
  .yinglian_con .yl_modal.bk03_list .yl_item .yl_text .p_text {
    -webkit-line-clamp: 8;
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  /*other_head*/
  .other_head h5 {
    font-size: 0.85rem;
    line-height: 1rem;
    letter-spacing: 0.025rem;
    font-weight: bold;
  }
  .other_head h5 span {
    height: 0.1rem;
    width: 0.8rem;
    margin-top: 0.4rem;
  }
  .other_head p {
    font-size: 0.6rem;
    line-height: 0.9rem;
    margin-top: 0.7rem;
    letter-spacing: 0.025rem;
  }
  .other_conent {
    padding: 0 0 1.75rem 0;
  }
  .other_conent.other_conent_gy {
    padding: 0;
  }
  .other_conent.other_conent_gy .other_tap {
    padding: 1rem 0 1.75rem 0;
  }
  .other_conent .main_title {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
  .other_conent .main_title span {
    font-size: 1.4rem;
  }
  .other_conent .cur_page .curPage_box {
    height: 2.8rem;
  }
  .other_conent .cur_page .curPage_box ul li {
    font-size: 0.6rem;
    padding-left: 1.4rem;
    letter-spacing: 0.05rem;
    line-height: 2.8rem;
    max-width: 6.75rem;
  }
  .other_conent .cur_page .curPage_box ul li::after {
    content: '»';
    font-size: 0.6rem;
    line-height: 2.8rem;
    left: 0.5rem;
  }
  .other_conent .cur_page .curPage_box ul li:nth-child(1)::after {
    width: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    background: url(../images/home_m.png) no-repeat center center;
    background-size: 100% auto;
    margin-top: -0.4rem;
  }
  /*新闻资讯*/
  .news_con {
    margin-top: 0.7rem;
    padding-bottom: 0;
  }
  .news_con .page_con {
    padding-top: 0.2rem;
  }
  .news_con .list_div {
    width: 100%;
    margin-top: 1.1rem;
  }
  .news_con .list_div .news_item {
    flex-direction: column;
    padding: 0 0.5rem 0.9rem 0.5rem;
    margin-bottom: 1rem;
  }
  .news_con .list_div .news_item .n_img {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 0.25rem;
    margin-left: 0px;
  }
  .news_con .list_div .news_item .n_img img {
    width: 100%;
    height: auto;
  }
  .news_con .list_div .news_item .n_desc {
    width: calc(100%);
    height: unset;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    padding-top: 0.6rem;
  }
  .news_con .list_div .news_item .n_desc::before {
    width: calc(100% + 1rem);
    height: 12rem;
    background: #fff;
    box-shadow: none;
    border-radius: 0px;
    top: unset;
    bottom: -0.9rem;
    right: -0.5rem;
    content: '';
  }
  .news_con .list_div .news_item .n_desc h5 {
    text-overflow: unset;
    white-space: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.6rem;
    line-height: 0.8rem;
    margin-bottom: 0.3rem;
    letter-spacing: 0.05rem;
  }
  .news_con .list_div .news_item .n_desc .desc_text {
    font-size: 0.55rem;
    line-height: 0.65rem;
    -webkit-line-clamp: 1;
  }
  .news_con .list_div .news_item .n_desc .desc_time {
    margin-bottom: 0.35rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.5rem;
    color: #9B1610;
  }
  .news_con .list_div .news_item .n_desc .desc_time em {
    font-style: normal;
    color: #b7b7b7;
  }
  .news_con .list_div .news_item .n_desc .m_arrow {
    display: inline-block;
    width: 0.5rem;
    height: auto;
    margin-top: 0.5rem;
  }
  .news_con .list_div .news_item:hover .n_img {
    margin-left: 0;
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
  }
  .news_con .list_div .news_item:hover .n_desc::before {
    width: calc(100%);
    content: '';
  }
  .news_con .list_div .news_item:hover .n_desc h5 {
    color: #9B1610;
  }
  /*新闻详情*/
  .other_newsDetails {
    flex-direction: column;
  }
  .other_newsDetails .news_right {
    position: unset;
    width: 100%;
    top: unset;
    margin-top: 1.5rem;
  }
  .other_newsDetails .news_right h5 {
    line-height: 2rem;
    font-size: 0.75rem;
    letter-spacing: 0.05rem;
  }
  .other_newsDetails .news_right .hot_list {
    margin-top: 0.95rem;
  }
  .other_newsDetails .news_right .hot_list a {
    margin-bottom: 0.75rem;
    font-size: 0.65rem;
    line-height: 0.9rem;
    height: unset;
    border-left: 0.1rem solid #676767;
    padding-left: 0.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .other_newsDetails .news_left {
    width: calc(100%);
  }
  .m3nCon .m3nTbox h2 {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  .m3nCon .m3nInfo {
    margin-top: 0.65rem;
    border-bottom: 0.025rem solid #E5E5E5;
    font-size: 0.65rem;
    padding-bottom: 0.9rem;
  }
  .m3nCon .m3nInfo span {
    width: 0.8rem;
    height: 0.8rem;
    background: url(../images/other/news/data_m.png) no-repeat center center;
    background-size: 100% auto;
    margin-right: 0.3rem;
  }
  .m3nCon .m3nEditor {
    padding: 1.1rem 0px 1rem 0;
  }
  .m3nCon .m3nBack {
    margin-top: 0.75rem;
  }
  .m3nCon .m3nBack .m3nBkBtn {
    letter-spacing: 0.05rem;
    font-size: 0.6rem;
    width: 6.5rem;
    height: 1.65rem;
    line-height: 1.65rem;
  }
  .m3nCon .m3pages {
    padding-top: 0.6rem;
    border-top: 0.025rem solid #E5E5E5;
    line-height: 1.4rem;
    height: unset;
    flex-direction: column;
  }
  .m3nCon .m3pages a {
    max-width: 100%;
    font-size: 0.6rem;
    line-height: 1.4rem;
  }
  /*视频专栏*/
  .video_list {
    margin-top: 1.1rem;
    flex-direction: column;
  }
  .video_list .video_item {
    width: calc(100%);
    margin: 0 0px 1rem 0;
  }
  .video_list .video_item p {
    padding: 0 0.65rem;
    margin: 0.75rem 0 0.8rem 0;
    font-size: 0.65rem;
    line-height: 1rem;
    height: unset;
  }
  .video_list .video_item:hover .video_img .oper_icon {
    margin-top: -1.3rem;
    margin-left: -1.3rem;
    width: 2.6rem;
    height: 2.6rem;
  }
  .video_list .video_item .video_img .oper_icon {
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    margin-left: -1rem;
  }
  .video_list .video_item .video_img .oper_icon img {
    width: 2rem;
  }
  /*视频播放*/
  .video_show .video_box {
    width: 90%;
    max-width: 100%;
    max-height: 84%;
    padding: 0.6rem;
  }
  .video_show .video_box .close-btn {
    width: 1.2rem;
    height: 1.2rem;
  }
  /*视频播放*/
  /*云展馆*/
  .hall_list {
    margin-top: 1.1rem;
    flex-direction: column;
  }
  .hall_list .hall_item {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  .hall_list .hall_item:nth-child(3n) {
    margin-right: 0;
  }
  .hall_list .hall_item .hall_text .s_icon {
    display: inline-block;
    width: 1.45rem;
    height: 1.45rem;
    background: url(../images/other/video/show_m.png) no-repeat center center;
    background-size: 100% auto;
    margin-bottom: 1rem;
  }
  .hall_list .hall_item .hall_text p {
    display: none;
    border-top: 0.025rem solid rgba(255, 255, 255, 0.5);
    font-size: 0.6rem;
    line-height: 2.2rem;
    bottom: -2.4rem;
    padding: 0 0.65rem;
    letter-spacing: 0.05rem;
  }
  /*参观服务*/
  .lx_con {
    margin-top: 1.6rem;
  }
  .lx_con .lx_icon {
    flex-direction: column;
    padding: 0 0.6rem;
  }
  .lx_con .lx_icon .lx_icon_item {
    width: 100%;
    margin: 0 0 0.75rem 0;
    height: 7.75rem;
    padding: 0 0.65rem;
  }
  .lx_con .lx_icon .lx_icon_item p {
    font-size: 0.75rem;
    line-height: 0.95rem;
    letter-spacing: 0.05rem;
  }
  .lx_con .lx_icon .lx_icon_item div {
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
  .lx_con .lx_icon .lx_icon_item span {
    display: inline-block;
    width: 1.7rem;
    height: 1.7rem;
    margin: 0.7rem 0 0.6rem 0;
  }
  .lx_con .lx_map {
    margin-top: 1.4rem;
  }
  .lx_con .lx_map .lx_map_inner {
    flex-direction: column-reverse;
    min-height: 0;
  }
  .lx_con .lx_map .lx_map_box {
    width: 100%;
  }
  .lx_con .lx_map .lx_map_traffic {
    width: 100%;
    padding: 2rem 0.8rem 2.4rem;
  }
  .lx_con .lx_map .lx_map_traffic h3 {
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    margin-bottom: 0.7rem;
  }
  .lx_con .lx_map .lx_map_traffic .lx_traffic_item {
    margin-bottom: 0.5rem;
    font-size: 0.55rem;
    line-height: 1.8;
  }
  .lx_con .lx_message {
    margin-top: 1.7rem;
  }
  .lx_con .lx_message .mes_list {
    padding-top: 1rem;
    padding-bottom: 0.6rem;
  }
  .lx_con .lx_message .mes_list .mes_item {
    width: 100%;
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .lx_con .lx_message .mes_list .mes_item:nth-child(5) {
    width: 100%;
  }
  .lx_con .lx_message .mes_list .mes_item p {
    font-size: 0.6rem;
    line-height: 0.8rem;
    margin-bottom: 0.4rem;
    letter-spacing: 0.05rem;
  }
  .lx_con .lx_message .mes_list .mes_item .input_box span {
    width: 1.2rem;
    height: 1.2rem;
    left: 0.2rem;
    top: 0.4rem;
  }
  .lx_con .lx_message .mes_list .mes_item .input_c {
    height: 2rem;
    padding: 0 0.6rem 0 1.5rem;
    font-size: 0.6rem;
    letter-spacing: 0.05rem;
  }
  .lx_con .lx_message .mes_list .mes_item .input_t {
    height: 15rem;
    padding: 0.65rem 0.65rem 0.65rem 1.6rem;
    font-size: 0.6rem;
    letter-spacing: 0.05rem;
    line-height: 0.9rem;
  }
  .lx_con .lx_message .mes_list .submit_btn a,
  .lx_con .lx_message .mes_list .submit_btn .a {
    width: 100%;
    height: 2rem;
    font-size: 0.7rem;
    line-height: 2rem;
    letter-spacing: 0.05rem;
  }
  /*莲池书院*/
  .shuyuan_con {
    margin-top: 1.1rem;
  }
  .shuyuan_con .sy_text p {
    margin-bottom: 1.1rem;
    font-size: 0.6rem;
    line-height: 1rem;
    text-indent: 1.2rem;
    letter-spacing: 0.05rem;
  }
  .shuyuan_con .sy_img {
    padding-top: 0.5rem;
  }
  /*楹联集萃*/
  .yinglian_con {
    margin-top: 1.1rem;
  }
  .yinglian_con .yl_modal {
    margin-bottom: 1.2rem;
    /*历代碑刻*/
  }
  .yinglian_con .yl_modal .yl_text .h_title {
    font-size: 0.75rem;
    line-height: 0.95rem;
    margin-bottom: 0.2rem;
  }
  .yinglian_con .yl_modal .yl_text .p_text {
    font-size: 0.6rem;
    line-height: 1.1rem;
  }
  .yinglian_con .yl_modal .yl_text .p_text.text-indent-p {
    text-indent: 1.2rem;
  }
  .yinglian_con .yl_modal .yl_img {
    margin-top: 0.6rem;
  }
  .yinglian_con .yl_modal.yl_list {
    flex-direction: column;
  }
  .yinglian_con .yl_modal.yl_list.yl_list_03 .yl_item .yl_text .p_text {
    -webkit-line-clamp: unset;
    height: unset;
  }
  .yinglian_con .yl_modal.yl_list .yl_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.1rem;
  }
  .yinglian_con .yl_modal.yl_list .yl_item:last-child {
    margin-bottom: 0;
  }
  .yinglian_con .yl_modal.yl_list .yl_item:nth-child(3n) {
    margin-right: 0;
  }
  .yinglian_con .yl_modal.yl_list .yl_item .yl_text .p_text {
    word-break: unset;
    overflow-wrap: unset;
    display: inline-block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    overflow: unset;
    height: unset;
    margin-bottom: 0;
  }
  .yinglian_con .yl_modal.bk03_list {
    flex-direction: column;
    padding-top: 0.4rem;
  }
  .yinglian_con .yl_modal.bk03_list .yl_item {
    width: 100%;
    margin-bottom: 1.1rem;
  }
  .yinglian_con .yl_modal.bk03_list .yl_item:last-child {
    margin-bottom: 0;
  }
  .yinglian_con .yl_modal.bk03_list .yl_item:nth-child(2) {
    width: 100%;
  }
  .yinglian_con .yl_modal.bk03_list .yl_item .yl_text .p_text {
    word-break: unset;
    overflow-wrap: unset;
    display: inline-block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    overflow: unset;
    height: unset;
  }
  .yinglian_con .yl_modal.bk03_list .yl_item .yl_img {
    margin-top: 0.4rem;
  }
  .yinglian_con .yl_modal.bk04_list {
    flex-direction: column;
  }
  .yinglian_con .yl_modal.bk04_list .yl_item {
    width: 100%;
  }
  .yinglian_con .yl_modal.bk04_list .yl_item .yl_img {
    margin-top: 0.4rem;
  }
  .yinglian_con .yl_modal.bk04_list .yl_item:nth-child(3) {
    width: 100%;
  }
  .yinglian_con .yl_modal.bk04_list .yl_item .yl_text .h_title {
    margin-bottom: 0;
  }
  .yinglian_con .yl_modal.bk06_list {
    flex-direction: column;
  }
  .yinglian_con .yl_modal.bk06_list .yl_item {
    width: 100%;
    margin-bottom: 1rem;
  }
  .yinglian_con .yl_modal.bk06_list .yl_item:nth-child(1) {
    margin-bottom: 0rem;
  }
  .yinglian_con .yl_modal.bk06_list .yl_item:nth-child(2) {
    width: 100%;
  }
  .yinglian_con .yl_modal.bk06_list .yl_item:nth-child(3) {
    width: 100%;
  }
  .yinglian_con .yl_modal.bk06_list .yl_item:nth-child(4) {
    width: 100%;
  }
  .yinglian_con .yl_modal.bk06_list .yl_item .yl_img {
    margin-bottom: 0.6rem;
  }
  .yinglian_con .yl_modal.bk06_list .yl_item .yl_text .h_title {
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .yinglian_con .yl_modal.bk06_list .yl_item.bk06_all .yl_text .h_title {
    display: inline-block;
    width: 100%;
    text-align: left !important;
  }
}
