body {
  background-color: #fdfdfd;
}

.inner-banner .img {
  padding: 3% 0;
}

.content_pages {
  position: relative;
}

.content_pages .common-content {
  position: relative;
  z-index: 2;
}

.content_pages .content_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content_pages .content_bg img {
  width: 100%;
  height: 100%;
}

.content_pages .pages_title {
  position: relative;
  margin-bottom: 70px;
}

.content_pages .pages_title h4 {
  width: 100%;
  height: 112px;
  background-image: url('../images/content_title.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: LiSu;
  font-weight: 400;
  font-size: 64px;
  color: #066879;
  padding-top: 10px;
  text-align: center;
}

.content_pages .common_title {
  margin-bottom: 90px;
}

.content_pages .common_title .navlist2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.content_pages .common_title .navlist2 li {
  position: relative;
}

.content_pages .common_title .navlist2 li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 1px;
  height: 24px;
  background: #7AC0CD;
}

.content_pages .common_title .navlist2 li:last-child::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 1px;
  height: 24px;
  background: #7AC0CD;
}

.content_pages .common_title .navlist2 li.active a {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #0F7485;
}

.content_pages .common_title .navlist2 li.active a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -38px;
  transform: translateX(-50%);
  width: 72px;
  height: 30px;
  background-image: url(../images/title_sel.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.content_pages .common_title .navlist2 li a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 24px;
  color: #4F4F4F;
  padding: 0 35px;
  position: relative;
}

.pages_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 625px;
  background: url(../images/content_bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  z-index: 1;
}

.common-right {
  width: 100%;
  padding-bottom: 25%;
}

.common-right .common-local {
  position: relative;
  display: none;
}

.common-right .common-local .wire {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 72%;
  height: 1px;
  background: #DCDCDC;
}

.common-right .common-local .wire .dot {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #1757A1;
  border-radius: 50%;
}

.common-right .common-list li {
  background: #F8F9FB;
  border: 1px solid #E8ECF0;
  margin-bottom: 30px;
  position: relative;
}

.common-right .common-list li .bg {
  position: absolute;
  right: 7%;
  top: 0;
  width: 289px;
  height: 99px;
  z-index: 1;
}

.common-right .common-list li:nth-child(odd) .bg {
  display: none;
}

.common-right .common-list li:nth-child(even) {
  background-color: #F0F6F8;
}

.common-right .common-list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 0;
}

.common-right .common-list li a:hover .right_title .title h4 {
  color: #0F7485;
}

.common-right .common-list li a .time {
  float: left;
  text-align: center;
  padding-left: 29px;
  padding-right: 26px;
  border-right: 1px solid #D3D3D3;
}

.common-right .common-list li a .time .day {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #0F7485;
  margin-bottom: 10px;
}

.common-right .common-list li a .time .mouth {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #0F7485;
}

.common-right .common-list li a .right_title {
  float: left;
  width: 67%;
  height: 60px;
  margin-left: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.common-right .common-list li a .right_title .title {
  position: relative;
  z-index: 2;
}

.common-right .common-list li a .right_title .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.common-right .common-list li a .list_arr {
  float: right;
  width: 47px;
  height: 40px;
  margin-right: 30px;
  position: relative;
  z-index: 9;
}

.common-right .common-list .list-S {
  background-color: #FFFFFF;
  border-bottom: 1px solid #EEEEEE;
}

.common-right .common-list .list-S .list {
  padding: 20px 27px 24px 20px;
}

.common-right .common-list .list-S .list a {
  display: flex;
}

.common-right .common-list .list-S .list a .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 64px;
  height: 59px;
  margin-right: 24px;
  padding-top: 0.7%;
}

.common-right .common-list .list-S .list a .time .month_day {
  position: relative;
  width: 64px;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  background-color: #1899B1;
}

.common-right .common-list .list-S .list a .time .month_day::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 36%;
  border: 8px solid transparent;
  border-top-color: #1899B1;
}

.common-right .common-list .list-S .list a .time .year {
  width: 100%;
  text-align: center;
  line-height: 28px;
  color: #666666;
  background-color: #EEEEEE;
  font-size: 14px;
  border-bottom: 2px solid #FFA02F;
}

.common-right .common-list .list-S .list a .list-right {
  width: 82%;
}

.common-right .common-list .list-S .list a .list-right .title {
  color: #00768C;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.common-right .common-list .list-S .list a .list-right .content {
  color: #010101;
  font-size: 12px;
  line-height: 22px;
  text-indent: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.common-right .common-list .list-S .list a .right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.common-right .redjinan_list li {
  float: left;
  width: 30.7%;
  margin-right: 3.9%;
  margin-bottom: 64px;
  background: #FFFFFF;
}

.common-right .redjinan_list li:nth-child(3n) {
  margin-right: 0;
}

.common-right .redjinan_list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.common-right .redjinan_list li a:hover .img img {
  transform: scale(1.1);
}

.common-right .redjinan_list li a:hover .icon img {
  transform: scale(1);
}

.common-right .redjinan_list li a:hover .btm_text .time .xian::after {
  left: 100%;
}

.common-right .redjinan_list li a .img {
  width: 100%;
  height: 226px;
  position: relative;
  overflow: hidden;
}

.common-right .redjinan_list li a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.common-right .redjinan_list li a .img .icon {
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.common-right .redjinan_list li a .img .icon img {
  width: 42px;
  height: 42px;
}

.common-right .redjinan_list li a .btm_text {
  padding: 29px 35px;
  background-color: #FFFFFF;
  height: 200px;
}

.common-right .redjinan_list li a .btm_text .title {
  margin-bottom: 28px;
}

.common-right .redjinan_list li a .btm_text .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.common-right .redjinan_list li a .btm_text .time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.common-right .redjinan_list li a .btm_text .time .xian {
  display: inline-block;
  position: relative;
  width: 70%;
  height: 1px;
  background: #E1E1E1;
}

.common-right .redjinan_list li a .btm_text .time .xian::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #107D8F;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: 0;
  transition: all 0.5s;
}

.common-right .redjinan_list li a .btm_text .time span {
  text-align: right;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}

.common-right .traveljinan_list li {
  float: left;
  width: 46%;
  margin-right: 8%;
  margin-bottom: 60px;
  position: relative;
}

.common-right .traveljinan_list li:nth-child(2n) {
  margin-right: 0;
}

.common-right .traveljinan_list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.common-right .traveljinan_list li a:hover .img img {
  transform: scale(1.1);
}

.common-right .traveljinan_list li a:hover .icon img {
  transform: scale(1);
}

.common-right .traveljinan_list li a .img {
  width: 100%;
  height: 342px;
  position: relative;
  overflow: hidden;
}

.common-right .traveljinan_list li a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.common-right .traveljinan_list li a .img .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.common-right .traveljinan_list li a .img .icon img {
  width: 72px;
  height: 72px;
}

.common-right .traveljinan_list li .title {
  width: 100%;
  height: 80px;
  background: #FFFFFF;
  border-radius: 0px 0px 20px 20px;
  padding: 27px 30px;
}

.common-right .traveljinan_list li .title h4 {
  width: 80%;
  float: left;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 26px;
  color: #0F7485;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.common-right .traveljinan_list li .title .order {
  float: right;
  width: 100px;
  height: 30px;
  background: #066879;
  border-radius: 15px;
  cursor: pointer;
}

.common-right .traveljinan_list li .title .order:hover {
  background: #bf9862;
}

.common-right .traveljinan_list li .title .order p {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #F0F0F0;
  line-height: 30px;
}

.common-right .traveljinan_list li .pop-up {
  display: none;
  position: absolute;
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 88%;
  z-index: 999;
}

.common-right .traveljinan_list li .pop-up .pop_title {
  padding: 15px 27px;
  background: #5BACBA;
  border-radius: 0px 0px 30px 0px;
}

.common-right .traveljinan_list li .pop-up .pop_title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}

.common-right .traveljinan_list li .pop-up .msg {
  padding: 24px 27px 20px;
}

.common-right .traveljinan_list li .pop-up .msg .left_msg {
  float: left;
  width: 69%;
}

.common-right .traveljinan_list li .pop-up .msg .left_msg p.p_t {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 12px;
  color: #187E8F;
  margin-bottom: 8px;
}

.common-right .traveljinan_list li .pop-up .msg .left_msg p.p_s {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #2E2E2E;
  line-height: 24px;
  margin-bottom: 8px;
}

.common-right .traveljinan_list li .pop-up .msg .right_code {
  float: right;
  width: 115px;
  text-align: center;
}

.common-right .traveljinan_list li .pop-up .msg .right_code .code {
  width: 100%;
  height: 110px;
}

.common-right .traveljinan_list li .pop-up .msg .right_code .code img {
  width: 100%;
  height: 100%;
}

.common-right .traveljinan_list li .pop-up .msg .right_code .code_text p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #187E8F;
  line-height: 38px;
}

.common-right .traveljinan_list li .other {
  display: none;
  width: 100%;
  height: 100px;
  background: #FFFFFF;
  border-radius: 20px 20px 0px 0px;
  padding: 35px 22px;
  margin-top: 1px;
}

.common-right .traveljinan_list li .other .address {
  float: left;
}

.common-right .traveljinan_list li .other .address img {
  width: 36px;
  height: 22px;
  margin-right: 10px;
}

.common-right .traveljinan_list li .other .address span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}

.common-right .traveljinan_list li .other .order {
  float: right;
  width: 100px;
  height: 30px;
  background: #BF9862;
  border-radius: 15px;
}

.common-right .traveljinan_list li .other .order a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #F0F0F0;
  line-height: 30px;
}

.common-right .culturalboutique_list li {
  margin-bottom: 87px;
}

.common-right .culturalboutique_list li:nth-child(1) a .right_msg {
  background-color: #208598;
}

.common-right .culturalboutique_list li:nth-child(2) a .right_msg {
  background-color: #BF9862;
}

.common-right .culturalboutique_list li:nth-child(3) a .right_msg {
  background-color: #A94B50;
}

.common-right .culturalboutique_list li:nth-child(4) a .right_msg {
  background-color: #208598;
}

.common-right .culturalboutique_list li:nth-child(5) a .right_msg {
  background-color: #BF9862;
}

.common-right .culturalboutique_list li:nth-child(6) a .right_msg {
  background-color: #A94B50;
}

.common-right .culturalboutique_list li:nth-child(7) a .right_msg {
  background-color: #208598;
}

.common-right .culturalboutique_list li:nth-child(8) a .right_msg {
  background-color: #BF9862;
}

.common-right .culturalboutique_list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.common-right .culturalboutique_list li a:hover .img img {
  transform: scale(1.1);
}

.common-right .culturalboutique_list li a:hover .icon img {
  transform: scale(1);
}

.common-right .culturalboutique_list li a .img {
  float: left;
  width: 52%;
  height: 440px;
  position: relative;
  overflow: hidden;
}

.common-right .culturalboutique_list li a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.common-right .culturalboutique_list li a .img .icon {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.common-right .culturalboutique_list li a .img .icon img {
  width: 84px;
  height: 84px;
}

.common-right .culturalboutique_list li a .right_msg {
  float: left;
  position: relative;
  width: 48%;
  height: 440px;
  padding: 49px 6% 64px 3%;
}

.common-right .culturalboutique_list li a .right_msg .title {
  margin-bottom: 32px;
}

.common-right .culturalboutique_list li a .right_msg .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.common-right .culturalboutique_list li a .right_msg .summy::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 15px;
}

.common-right .culturalboutique_list li a .right_msg .summy::-webkit-scrollbar-thumb {
  background-color: #232726;
  border-radius: 15px;
}

.common-right .culturalboutique_list li a .right_msg .summy::-webkit-scrollbar-track {
  background-color: #FFFFFF;
}

.common-right .culturalboutique_list li a .right_msg .summy p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 28px;
}

.common-right .culturalboutique_list li a .right_msg .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 474px;
  height: 185px;
  background: url(../images/whxybg.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 1;
}

.back {
  width: 100%;
  margin: 65px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.back .xian {
  position: relative;
  flex: 1;
  height: 1px;
  background: #369AAB;
}

.back .xian::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #0F7485;
  border-radius: 50%;
}

.back a {
  margin-left: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #0F7485;
}

.back a img {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.footer_msg {
  padding: 33px 0;
  position: relative;
  z-index: 2;
}

.footer_msg .all_msg .lfet_msg {
  float: left;
  width: 33.33%;
  text-align: left;
}

.footer_msg .all_msg .lfet_msg p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  padding: 10px 0;
}

.footer_msg .all_msg .lfet_msg p img {
  width: 24px;
  height: 18px;
  margin-right: 8px;
}

.footer_msg .all_msg .center_msg {
  float: left;
  width: 33.33%;
  text-align: left;
}

.footer_msg .all_msg .center_msg p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  padding: 10px 0;
}

.footer_msg .all_msg .right_msg {
  float: right;
  width: 33.33%;
  text-align: left;
}

.footer_msg .all_msg .right_msg p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  padding: 10px 0;
}

.footer_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 518px;
  background: url(../images/foot_bg.png) no-repeat center center;
  background-size: cover;
  z-index: 1;
}

.common-list>li.list-S>a:hover {
  color: #2388C6;
  transform: translateX(5px);
}

.common-list>li.list-S>a {
  transition: all 0.35s ease;
}

/* 列表鼠标经过显示隐藏 */
.common-list>li.list-S>.list {
  display: none;
}

.common-list>li.list-S.active>.list {
  display: block;
}

.common-list>li.list-S.active>.tit {
  display: none;
}

@media (max-width: 1200px) {
  .common-right .people_list .column .column_list ul li:nth-child(4n) {
    margin-right: 3.7%;
  }

  .common-right .people_list .column .column_list ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .inner-banner {
    height: 250px;
  }

  .common-right .redjinan_list li {
    width: 47.7%;
  }

  .common-right .redjinan_list li:nth-child(2n) {
    margin-right: 0;
  }

  .common-right .redjinan_list li:nth-child(3n) {
    margin-right: 3.9%;
  }

  .common-right .redjinan_list li:nth-child(6) {
    margin-right: 0;
  }

  .common-right .traveljinan_list li {
    width: 100%;
  }

  .footer_bg {
    background-size: cover;
  }
}

@media (max-width: 760px) {
  .inner-banner {
    height: 220px;
  }

  .content_pages .pages_title {
    margin-bottom: 40px;
  }

  .content_pages .common_title .navlist2 li a {
    padding: 0 16px;
  }
}

@media (max-width: 500px) {
  .inner-banner {
    height: 130px;
  }

  .content_pages .pages_title h4 {
    height: 62px;
    background-size: cover;
    font-size: 36px;
  }

  .content_pages .common_title .navlist2 li a,
  .content_pages .common_title .navlist2 li.active a {
    font-size: 16px;
    padding: 0 7px;
  }

  .content_pages .common_title .navlist2 li::before,
  .content_pages .common_title .navlist2 li:last-child::after {
    top: 5px;
    height: 14px;
  }

  .content_pages .common_title .navlist2 li.active a::after {
    bottom: -21px;
    width: 32px;
    height: 18px;
  }

  .content_pages .common_title {
    margin-bottom: 50px;
  }

  .common-right .common-list li a .time {
    padding-left: 8px;
    padding-right: 8px;
  }

  .common-right .common-list li a .list_arr {
    width: 34px;
    height: 32px;
  }

  .common-right .common-list li a {
    padding: 16px 0;
  }

  .common-right .redjinan_list li,
  .common-right .traveljinan_list li {
    width: 100%;
    margin-bottom: 18px;
  }

  .common-right .traveljinan_list li a .img {
    height: 250px;
  }

  .common-right .traveljinan_list li .title {
    padding: 27px 8px;
  }

  .common-right .traveljinan_list li .title h4 {
    font-size: 20px;
    width: 60%;
  }

  .common-right .traveljinan_list li .other {
    height: 130px;
  }

  .common-right .culturalboutique_list li {
    margin-bottom: 18px;
  }

  .common-right .culturalboutique_list li a .img {
    width: 100%;
    height: 250px;
  }

  .common-right .culturalboutique_list li a .right_msg {
    width: 100%;
    padding: 2% 6% 2% 4%;
    margin: 0;
    height: auto;
  }

  .common-right .culturalboutique_list li a .right_msg .title {
    margin-bottom: 10px;
  }

  .common-right .culturalboutique_list li a .right_msg .title h4 {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 35px;
  }

  .common-right .culturalboutique_list li a .right_msg .summy p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 26px;
  }

  .footer_msg .all_msg .lfet_msg,
  .footer_msg .all_msg .center_msg,
  .footer_msg .all_msg .right_msg {
    width: 100%;
  }

  .back {
    margin: 0 0;
  }

  .article-header {
    margin-bottom: 1px;
  }

  .article-small {
    margin-top: 21px;
  }

  .article-small span {
    padding: 0 0px 0 15px;
  }
}