.channel-banner {
  width: 100%;
  height: 540px;
  background-color: #2a1d50;
  position: relative;
}
.channel-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.channel-container {
  width: 100%;
}
.channel-container .pages {
  padding: 40px 0 65px;
}
.channel-container .main-title {
  justify-content: center;
}
.crumbs {
  display: flex;
  align-items: center;
  max-width: 1500px;
  margin: auto;
  padding: 100px 0 70px;
  justify-content: center;
}
.crumbs a {
  display: flex;
  width: 178px;
  height: 43px;
  background: url("/static/pc/images/channel/cp_nav.png") no-repeat center;
  font-size: 24px;
  color: var(--font-color);
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 40px;
}
.crumbs a.active,
.crumbs a:hover {
  background: url("/static/pc/images/channel/cp_nav_active.png") no-repeat center;
  color: #ffffff;
}
.pages {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #333333;
  font-size: 14px;
  color: var(--font-color);
  margin: 0 8px;
  line-height: 1;
  padding: 10px 13px;
  transition: all 0.25s;
}
.pages a.active,
.pages a:hover {
  background-color: #e5a02c;
  border-color: #e5a02c;
  color: #ffffff;
}
.collection-list {
  max-width: 1500px;
  margin: 0 auto;
}
.collection-list .collection-list-ul {
  display: flex;
  flex-wrap: wrap;
}
.collection-list .collection-list-ul .collection-list-li {
  display: block;
  width: 480px;
  height: 560px;
  background: #637c5c;
  margin-right: 30px;
  margin-bottom: 30px;
}
.collection-list .collection-list-ul .collection-list-li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.collection-list .collection-list-ul .collection-list-li a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.collection-list .collection-list-ul .collection-list-li a > p {
  width: 100%;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 55px;
  right: 0;
  left: 0;
  z-index: 20;
  opacity: 1;
  transition: all 0.25s;
}
.collection-list .collection-list-ul .collection-list-li a div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  right: 0;
  bottom: 0;
  z-index: 60;
  background: rgba(42, 29, 80, 0.7);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 55px 65px 0;
}
.collection-list .collection-list-ul .collection-list-li a div > span:nth-child(1) {
  font-size: 28px;
  margin-bottom: 60px;
}
.collection-list .collection-list-ul .collection-list-li a div > span:nth-child(2) {
  font-size: var(--font-size20);
  margin-bottom: 25px;
}
.collection-list .collection-list-ul .collection-list-li a div > span:nth-child(3) {
  font-size: var(--font-size20);
  margin-bottom: 25px;
}
.collection-list .collection-list-ul .collection-list-li a div > p:nth-child(4) {
  font-size: var(--font-size20);
  line-height: 34px;
  text-align: justify;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 55px;
}
.collection-list .collection-list-ul .collection-list-li a div > p:nth-child(5) {
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 227px;
  height: 73px;
  color: #fff2d6;
  background: url("/static/pc/images/channel/cp_list_detail.png") no-repeat center;
  background-size: 100% 100%;
}
.collection-list .collection-list-ul .collection-list-li a:hover div {
  left: 0;
}
.collection-list .collection-list-ul .collection-list-li a:hover > p {
  opacity: 0;
}
.collection-list .collection-list-ul > div:nth-child(3n) .collection-list-li {
  margin-right: 0;
}
.online-classroom-title {
  padding: 120px 0 80px;
}
.online-classroom {
  max-width: 1515px;
  margin: 0 auto;
}
.online-classroom ul {
  display: flex;
  flex-wrap: wrap;
}
.online-classroom ul li {
  display: block;
  width: 485px;
  height: 390px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.online-classroom ul li a {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.online-classroom ul li a > img {
  width: 100%;
  height: 320px;
}
.online-classroom ul li a > span {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size20);
  font-weight: 500;
  color: #ffffff;
  background-color: #637c5c;
  letter-spacing: 2px;
}
.online-classroom ul li a div {
  width: 100%;
  height: 320px;
  background: rgba(42, 29, 80, 0.8);
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: left 0.3s ease-in-out;
}
.online-classroom ul li a div img {
  width: 120px;
  height: 120px;
}
.online-classroom ul li a:hover div {
  left: 0;
}
.online-classroom ul li:nth-child(3n) {
  margin-right: 0;
}
.academic-institutions-title {
  padding: 120px 0 60px;
}
.academic-institutions {
  max-width: 1515px;
  margin: 0 auto;
}
.academic-institutions ul {
  display: flex;
  flex-wrap: wrap;
}
.academic-institutions ul li {
  display: block;
  width: 330px;
  height: 360px;
  margin-right: 65px;
  margin-bottom: 60px;
}
.academic-institutions ul li:nth-child(4n) {
  margin-right: 0;
}
.academic-institutions ul li a {
  display: flex;
  flex-direction: column;
}
.academic-institutions ul li a img {
  width: 100%;
  height: 290px;
  background-color: #252628;
}
.academic-institutions ul li a span {
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 10px;
  background-color: #637c5c;
  font-size: 24px;
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}
.academic-discussion-session-title {
  padding: 120px 0 70px;
}
.academic-discussion-session {
  max-width: 1500px;
  margin: 0 auto;
}
.academic-discussion-session ul li {
  display: block;
  margin-bottom: 60px;
}
.academic-discussion-session ul li a {
  display: flex;
  align-items: center;
}
.academic-discussion-session ul li a > img {
  width: 320px;
  height: 210px;
  flex-shrink: 0;
}
.academic-discussion-session ul li a > div {
  flex: 1;
  display: flex;
}
.academic-discussion-session ul li a > div > .ads-lf {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 40px 0 50px;
}
.academic-discussion-session ul li a > div > .ads-lf span:nth-child(1) {
  font-size: 50px;
  color: var(--font-color);
  margin-bottom: 10px;
  font-family: Bahnschrift;
}
.academic-discussion-session ul li a > div > .ads-lf span:nth-child(2) {
  font-size: 30px;
  color: var(--font-color);
  margin-bottom: 25px;
  font-family: Bahnschrift;
}
.academic-discussion-session ul li a > div > .ads-lf i:nth-child(3) {
  width: 140px;
  height: 2px;
  display: block;
  background-color: #333333;
}
.academic-discussion-session ul li a > div > .ads-ri {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.academic-discussion-session ul li a > div > .ads-ri p:nth-child(1) {
  font-size: var(--font-size22);
  color: var(--font-color);
  line-height: 2;
  font-weight: 500;
  letter-spacing: 1.5px;
}
.academic-discussion-session ul li a > div > .ads-ri p:nth-child(2) {
  font-size: var(--font-size18);
  color: var(--font-color);
  line-height: 2;
  letter-spacing: 1.5px;
}
.academic-lecture-title {
  padding: 120px 0 70px;
}
.academic-lecture {
  max-width: 1520px;
  margin: 0 auto;
}
.academic-lecture ul {
  display: flex;
  flex-wrap: wrap;
}
.academic-lecture ul li {
  width: 730px;
  height: 730px;
  display: block;
  margin-right: 60px;
  margin-bottom: 60px;
}
.academic-lecture ul li:nth-child(2n) {
  margin-right: 0;
}
.academic-lecture ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.academic-lecture ul li a img {
  width: 100%;
  height: 480px;
}
.academic-lecture ul li a > div {
  width: 100%;
  height: 250px;
  background-color: #637c5c;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 30px;
}
.academic-lecture ul li a > div > p {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.academic-lecture ul li a > div > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 227px;
  height: 73px;
  font-size: 24px;
  color: #fff2d6;
  background: url("/static/pc/images/channel/cp_list_detail.png") no-repeat center;
  background-size: 100%;
}
.announcement-container {
  max-width: 1500px;
  margin: 0 auto;
}
.announcement-container ul li {
  display: block;
  margin-bottom: 80px;
}
.announcement-container ul li a {
  display: flex;
  align-items: center;
  width: 100%;
}
.announcement-container ul li a > div {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 120px;
}
.announcement-container ul li a > div > .ads-lf {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 40px 0 0;
}
.announcement-container ul li a > div > .ads-lf span:nth-child(1) {
  font-size: 50px;
  color: var(--font-color);
  margin-bottom: 10px;
  font-family: Bahnschrift;
}
.announcement-container ul li a > div > .ads-lf span:nth-child(2) {
  font-size: 30px;
  color: var(--font-color);
  margin-bottom: 25px;
  font-family: Bahnschrift;
}
.announcement-container ul li a > div > .ads-lf i:nth-child(3) {
  width: 140px;
  height: 3px;
  display: block;
  background-color: #333333;
}
.announcement-container ul li a > div > .ads-ri {
  min-height: inherit;
  flex: 1;
  min-width: 0;
  width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.announcement-container ul li a > div > .ads-ri p:nth-child(1) {
  font-size: var(--font-size22);
  color: var(--font-color);
  line-height: 2;
  font-weight: 500;
}
.announcement-container ul li a > div > .ads-ri p:nth-child(2) {
  width: 100%;
  font-size: var(--font-size18);
  color: var(--font-color);
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.announcement-container ul li a > div .more-title {
  margin-left: 120px;
  flex-shrink: 0;
}
.permanent-exhibition-title {
  padding: 210px 0 130px;
  justify-content: center;
}
.permanent-exhibition {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
}
.permanent-exhibition > div {
  width: 460px;
  height: 460px;
  margin-right: 60px;
}
.permanent-exhibition > div:nth-child(3n) {
  margin: 0;
}
.permanent-exhibition > div a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.25s ease-out;
}
.permanent-exhibition > div a img {
  width: 100%;
  height: 100%;
}
.permanent-exhibition > div a span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 28px;
  color: #ffffff;
  background-color: rgba(42, 29, 80, 0.75);
  transform: scale(1);
  transition: all 0.25s ease-out;
}
.permanent-exhibition > div a:hover {
  transform: scale(1.1);
}
.permanent-exhibition > div a:hover span {
  background-color: transparent;
}
.special-exhibition-title {
  padding: 210px 0 130px;
  justify-content: center;
}
.special-exhibition-more {
  display: flex;
  max-width: 1500px;
  margin: 0 auto 50px;
  justify-content: flex-end;
}
.temporary-exhibition-title {
  padding: 210px 0 60px;
  justify-content: center;
}
.temporary-exhibition-change {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  padding: 0 0 15px 0;
}
.temporary-exhibition-container {
  padding-bottom: 170px;
}
.update-collection {
  max-width: 1500px;
  margin: auto;
  height: 650px;
}
.update-collection a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.25s ease-out;
}
.update-collection a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.update-collection a span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 28px;
  color: #ffffff;
  background-color: rgba(42, 29, 80, 0.75);
  transform: scale(1);
  transition: all 0.25s ease-out;
}
.update-collection a:hover {
  transform: scale(1.1);
}
.update-collection a:hover span {
  background-color: transparent;
}
.online-exhibition {
  width: 100%;
  padding-bottom: 65px;
}
.online-exhibition-container {
  width: 100%;
  height: 880px;
  background: #637c5c;
}
.online-exhibition-title {
  padding: 120px 0 30px;
  justify-content: center;
}
.online-exhibition-change {
  display: flex;
  justify-content: flex-end;
  max-width: 1500px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.online-exhibition-change .main-prev {
  background: url("/static/pc/images/prev1.png") no-repeat center;
}
.online-exhibition-change .main-next {
  background: url("/static/pc/images/next1.png") no-repeat center;
}
.online-exhibition-swiper {
  max-width: 1520px;
  height: 480px;
  margin: 0 auto;
}
.online-exhibition-swiper #online-exhibition-swiper {
  width: 100%;
  height: 100%;
}
.online-exhibition-swiper #online-exhibition-swiper .swiper-slide a {
  display: flex;
  width: 100%;
  height: 100%;
}
.online-exhibition-swiper #online-exhibition-swiper .swiper-slide a > img {
  width: 355px;
  height: 100%;
  background-color: #47484c;
}
.online-exhibition-swiper #online-exhibition-swiper .swiper-slide a > div {
  width: calc(100% - 355px);
  height: 100%;
  background: #738868;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.online-exhibition-swiper #online-exhibition-swiper .swiper-slide a > div p {
  font-size: 28px;
  color: #ffffff;
  line-height: 36px;
}
.online-exhibition-swiper #online-exhibition-swiper .swiper-slide a > div img {
  margin-top: 60px;
  width: 120px;
  height: 120px;
  background-color: #ffffff;
}
.notice-cultural-creation {
  width: 100%;
  height: 620px;
  padding: 120px 0 0;
}
.notice-cultural-creation .ncc-container {
  width: 100%;
  height: 100%;
  background: url("/static/pc/images/channel/wcyg_bg.jpg") no-repeat top center;
}
.notice-cultural-creation .ncc-container .ncc-content {
  max-width: 1360px;
  height: inherit;
  margin: 0 auto;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notice-cultural-creation .ncc-container .ncc-content .ncc-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 1em;
}
.notice-cultural-creation .ncc-container .ncc-content .ncc-title span {
  width: 1em;
  font-size: 30px;
  font-weight: bold;
  padding: 20px 0;
  line-height: 1;
  color: #fff;
}
.notice-cultural-creation .ncc-container .ncc-content .ncc-title::before {
  content: "";
  display: block;
  width: 35px;
  height: 17px;
  background: url("/static/pc/images/menu10.png") no-repeat center;
  background-size: 100%;
}
.notice-cultural-creation .ncc-container .ncc-content .ncc-title::after {
  content: "";
  display: block;
  width: 35px;
  height: 17px;
  background: url("/static/pc/images/menu9.png") no-repeat center;
  background-size: 100%;
}
.notice-cultural-creation .ncc-container .ncc-content .ncc-ri {
  position: relative;
}
.notice-cultural-creation .ncc-container .ncc-content .ncc-ri > img {
  display: block;
  width: 585px;
  height: 340px;
  background: #ffffff;
  margin-bottom: 42px;
}
.notice-cultural-creation .ncc-container .ncc-content .ncc-ri .ncc-info {
  width: 645px;
  height: 330px;
  top: 55px;
  right: 435px;
  background: var(--theme-color);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.notice-cultural-creation .ncc-container .ncc-content .ncc-ri .ncc-info h1 {
  font-size: 26px;
  color: var(--font-color);
  line-height: 40px;
  margin-bottom: 10px;
}
.notice-cultural-creation .ncc-container .ncc-content .ncc-ri .ncc-info span {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}
.notice-cultural-creation .ncc-container .ncc-content .ncc-ri .ncc-info a {
  display: flex;
  width: 227px;
  height: 73px;
  background: url("/static/pc/images/ex_button.png") no-repeat center;
  background-size: 100%;
  font-size: 24px;
  color: var(--font-color);
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.cultural-creative-products-title {
  padding: 210px 0 130px;
}
.cultural-creative-products-container {
  max-width: 1500px;
  margin: 0 auto;
}
.cultural-creative-products-container ul {
  display: flex;
  flex-wrap: wrap;
}
.cultural-creative-products-container ul li {
  width: 330px;
  margin: 0 60px 60px 0;
}
.cultural-creative-products-container ul li:nth-child(4n) {
  margin-right: 0;
}
.cultural-creative-products-container ul li a {
  display: flex;
  flex-direction: column;
}
.cultural-creative-products-container ul li a img {
  width: 100%;
  height: 250px;
  display: block;
}
.cultural-creative-products-container ul li a p {
  font-size: var(--font-size22);
  color: #ffffff;
  padding: 0 25px;
  box-sizing: border-box;
  text-align: center;
  background-color: #637c5c;
  line-height: 70px;
  height: 70px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.publication-title {
  padding: 210px 0 120px;
}
.publication-container {
  max-width: 1500px;
  margin: 0 auto 65px;
  position: relative;
}
.publication-container #publication-swiper {
  width: 100%;
  height: 360px;
}
.publication-container #publication-swiper a {
  display: block;
  width: 330px;
  height: 360px;
  position: relative;
}
.publication-container #publication-swiper a img {
  width: 100%;
  height: 100%;
  background-color: #fbf2ef;
}
.publication-container #publication-swiper a span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 28px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(42, 29, 80, 0.75);
  opacity: 0;
  transition: opacity 0.25s ease;
  line-height: 1.6;
}
.publication-container #publication-swiper a:hover span {
  opacity: 1;
}
.publication-container .publication-prev,
.publication-container .publication-next {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  cursor: pointer;
  transition: transform 0.3s;
}
.publication-container .publication-prev:hover,
.publication-container .publication-next:hover {
  transform: scale(1.1) translateY(-50%);
}
.publication-container .publication-prev {
  background: url("/static/pc/images/prev.png") no-repeat center;
  background-size: 100%;
  left: -128px;
}
.publication-container .publication-next {
  background: url("/static/pc/images/next.png") no-repeat center;
  background-size: 100%;
  right: -128px;
}
.cbw-new {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.cbw-new a {
  display: block;
  width: 330px;
  height: 360px;
  position: relative;
  margin: 0 60px 60px 0;
}
.cbw-new a img {
  width: 100%;
  height: 100%;
  background-color: #fbf2ef;
}
.cbw-new a span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 28px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(42, 29, 80, 0.75);
  opacity: 0;
  transition: opacity 0.25s ease;
  line-height: 1.6;
}
.cbw-new a:hover span {
  opacity: 1;
}
.cbw-new a:nth-child(4n) {
  margin-right: 0;
}
.studies-title {
  padding: 120px 0 40px;
}
.studies-container {
  padding: 0 0 0 19.8%;
}
.studies-container .studies-item {
  max-width: 1470px;
  height: 280px;
  background-color: #637c5c;
  box-sizing: border-box;
  padding: 0 105px 0 195px;
  position: relative;
  display: block;
  margin-bottom: 50px;
}
.studies-container .studies-item > img {
  width: 320px;
  height: 180px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: -205px;
  transform: translate(0, -50%);
}
.studies-container .studies-item .studies-item-info {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 0;
  box-sizing: border-box;
}
.studies-container .studies-item .studies-item-info h1 {
  font-size: 24px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.studies-container .studies-item .studies-item-info p {
  font-size: var(--font-size18);
  color: #ffffff;
  line-height: 30px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.studies-container .studies-item .studies-item-info .more-title {
  align-self: flex-end;
}
.studies-container .studies-item .studies-item-info .more-title span {
  color: #ffffff;
}
.event-preview-title {
  padding: 120px 0 20px;
}
.event-preview-change {
  max-width: 1500px;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 40px;
}
.event-preview-container {
  max-width: 1520px;
  min-height: 480px;
  margin: auto;
  position: relative;
  margin-bottom: 170px;
}
.event-preview-container #event-preview-swiper {
  width: 100%;
  height: 100%;
}
.event-preview-container #event-preview-swiper .event-preview-item {
  display: flex;
  align-items: center;
}
.event-preview-container #event-preview-swiper .event-preview-item img {
  width: 730px;
  height: 480px;
  background-color: #fff;
  margin-left: 35px;
}
.event-preview-container #event-preview-swiper .event-preview-item .event-preview-info {
  padding-left: 90px;
}
.event-preview-container #event-preview-swiper .event-preview-item .event-preview-info h1 {
  font-size: 24px;
  color: var(--font-color);
  line-height: 36px;
  margin-bottom: 48px;
}
.event-preview-container #event-preview-swiper .event-preview-item .event-preview-info > p {
  font-size: 22px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.event-preview-container #event-preview-swiper .event-preview-item .event-preview-info > p span {
  font-size: var(--font-size22);
}
.event-preview-container #event-preview-swiper .event-preview-item .event-preview-info > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 227px;
  height: 73px;
  background: url("/static/pc/images/ex_button.png") no-repeat center;
  background-size: 100%;
  font-size: 24px;
  color: var(--font-color);
  margin-top: 80px;
}
.event-preview-container .event-preview-border {
  width: 730px;
  height: 445px;
  position: absolute;
  top: 75px;
  left: 0;
  border: 2px solid #637c5c;
}
.wonderful-review-title {
  padding: 195px 0 115px;
}
.wonderful-review-container {
  overflow: hidden;
  position: relative;
  margin-bottom: 120px;
}
.wonderful-review-container .wonderful-review-content {
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
}
.wonderful-review-container .wonderful-review-content .wonderful-review-item {
  display: flex;
  flex-direction: column;
  width: 570px;
  float: left;
  margin-top: 90px;
  position: relative;
}
.wonderful-review-container .wonderful-review-content .wonderful-review-item .wonderful-review-item-img {
  width: 570px;
  height: 380px;
  position: relative;
}
.wonderful-review-container .wonderful-review-content .wonderful-review-item .wonderful-review-item-img > img {
  width: 100%;
  height: 100%;
}
.wonderful-review-container .wonderful-review-content .wonderful-review-item .wonderful-review-item-img > div {
  width: 100%;
  height: 100%;
  background-color: rgba(42, 29, 80, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 30;
  opacity: 0;
  transition: all 0.3s ease;
}
.wonderful-review-container .wonderful-review-content .wonderful-review-item .wonderful-review-item-img > div span {
  font-size: 24px;
  color: #fff2d6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 227px;
  height: 73px;
  background: url("/static/pc/images/channel/cp_list_detail.png") no-repeat center;
  background-size: 100%;
}
.wonderful-review-container .wonderful-review-content .wonderful-review-item .wonderful-review-item-img:hover > div {
  opacity: 1;
}
.wonderful-review-container .wonderful-review-content .wonderful-review-item .wonderful-review-info {
  padding: 35px 0 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.wonderful-review-container .wonderful-review-content .wonderful-review-item .wonderful-review-info p {
  font-size: 24px;
  color: var(--font-color);
  line-height: 36px;
  display: block;
}
.wonderful-review-container .wonderful-review-content .wonderful-review-item .wonderful-review-info span {
  display: block;
  font-size: 16px;
  color: var(--font-color);
  line-height: 30px;
}
.wonderful-review-container .wonderful-review-content .wonderful-review-item .wonderful-review-info-time {
  font-size: 30px;
  color: #333333;
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translate(0, -50%);
}
.wonderful-review-container .wonderful-review-content .wonderful-review-item:nth-child(1) {
  margin: 0;
}
.wonderful-review-container .wonderful-review-content .wonderful-review-item:nth-child(2) {
  margin-top: 285px;
}
.wonderful-review-container .wonderful-review-content .wonderful-review-item:nth-child(2n) {
  float: right;
}
.wonderful-review-container .wonderful-review-line {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  border-right: 2px dashed #e5a02c;
  left: 50%;
  transform: translateX(-50%);
}
.wonderful-review-container .wonderful-review-line::after,
.wonderful-review-container .wonderful-review-line::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 3px solid #e5a02c;
  border-radius: 50%;
  display: block;
  background: #fff2d6;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.wonderful-review-container .wonderful-review-line::before {
  top: 0;
}
.wonderful-review-container .wonderful-review-line::after {
  bottom: 0;
}
.volunteer-activities-title {
  padding: 95px 0 20px;
}
.volunteer-activities-change {
  display: flex;
  justify-content: flex-end;
  max-width: 1500px;
  padding: 0 50px;
  margin: 0 auto 40px;
}
.volunteer-activities-container {
  max-width: 1520px;
  margin: 0 auto;
  padding-bottom: 85px;
}
.volunteer-activities-container #volunteer-activities-swiper {
  width: 100%;
  height: 100%;
}
.volunteer-activities-container #volunteer-activities-swiper a {
  display: flex;
  flex-direction: column;
  width: 730px;
}
.volunteer-activities-container #volunteer-activities-swiper a img {
  width: 730px;
  height: 480px;
}
.volunteer-activities-container #volunteer-activities-swiper a > div {
  background-color: #637c5c;
  width: 100%;
  height: 145px;
  padding: 20px 35px 0;
  box-sizing: border-box;
}
.volunteer-activities-container #volunteer-activities-swiper a > div h1 {
  font-size: 24px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.volunteer-activities-container #volunteer-activities-swiper a > div p {
  font-size: var(--font-size18);
  color: #ffffff;
  line-height: 30px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.notice-visit-container {
  padding: 120px 0 0;
  width: 100%;
  height: 590px;
  background: url("/static/pc/images/channel/cggg_bg.jpg") no-repeat left bottom;
  position: relative;
}
.notice-visit-container .main-title-1 {
  display: flex;
  justify-content: center;
  max-width: 1400px;
  padding-top: 115px;
}
.notice-visit-container .open-time {
  max-width: 1520px;
  margin: 0 auto;
}
.notice-visit-container .open-time .open-time-content {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 110px;
  margin-top: 100px;
}
.notice-visit-container .open-time .open-time-content .open-time-item {
  position: relative;
}
.notice-visit-container .open-time .open-time-content .open-time-item span:first-child {
  font-size: 48px;
  font-weight: 600;
  color: #ffffff;
  font-family: Bahnschrift;
}
.notice-visit-container .open-time .open-time-content .open-time-item span:last-child {
  width: 100%;
  display: block;
  font-size: var(--font-size22);
  color: #ffffff;
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  font-weight: 400;
}
.notice-visit-container .open-time .open-time-content .open-tiem-flowers {
  display: flex;
  padding: 0 95px;
}
.notice-visit-container .open-time .open-time-content .open-tiem-flowers i {
  font-style: normal;
  display: block;
  background: url("/static/pc/images/element1.png") no-repeat;
  width: 23px;
  height: 23px;
  margin: 0 9px;
}
.notice-visit-container .open-time .open-time-desc p {
  font-size: var(--font-size22);
  color: #e1e1e1;
  line-height: 2;
  letter-spacing: 3px;
}
.notice-visit-container .cggg-container {
  width: 100%;
  height: 100%;
  padding-top: 120px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}
.notice-visit-container .cggg-container .cggg-content {
  width: 690px;
  height: 420px;
  background: var(--theme-color);
  box-shadow: 0px 8px 21px 0px rgba(99, 124, 92, 0.35);
}
.notice-visit-container .cggg-container .cggg-content .main-title {
  padding: 60px 0 45px;
}
.notice-visit-container .cggg-container .cggg-content ul li {
  margin: 0 50px 14px;
  padding: 0 0 14px;
  border-bottom: 1px dashed var(--font-color);
}
.notice-visit-container .cggg-container .cggg-content ul li a {
  font-size: var(--font-size20);
  color: var(--font-color);
  display: flex;
}
.notice-visit-container .cggg-container .cggg-content ul li a > span:first-child {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notice-visit-container .cggg-container .cggg-content ul li a > span:last-child {
  font-family: Bahnschrift;
  flex-shrink: 0;
  margin-left: 50px;
}
.online-booking-title {
  padding: 120px 0 30px;
}
.online-booking-title span {
  letter-spacing: 3px;
}
.online-booking-container {
  display: flex;
  max-width: 1520px;
  margin: 0 auto;
}
.online-booking-container .online-booking-lf {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.online-booking-container .online-booking-lf > span {
  display: block;
  width: 178px;
  height: 43px;
  background: url("/static/pc/images/channel/cp_nav.png") no-repeat center;
  background-size: 100%;
  font-size: 24px;
  color: var(--font-color);
  line-height: 43px;
  text-align: center;
  margin: 30px 0;
}
.online-booking-container .online-booking-lf > p {
  font-size: var(--font-size20);
  color: var(--font-color);
  line-height: 46px;
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
}
.online-booking-container .online-booking-ri {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  top: 70px;
}
.online-booking-container .online-booking-ri img {
  width: 210px;
  height: 210px;
  background-color: #ffffff;
}
.online-booking-container .online-booking-ri span {
  display: block;
  font-size: var(--font-size18);
  color: var(--font-color);
  max-width: 250px;
  line-height: 26px;
  margin-top: 20px;
  text-align: center;
}
.route-transportation-title {
  padding: 130px 0 80px;
}
.route-transportation-title span {
  letter-spacing: 3px;
}
.route-transportation-map {
  max-width: 1520px;
  margin: auto;
}
.route-transportation-map #map {
  width: 100%;
  height: 760px;
  background-color: #ffffff;
}
.cgxz-container {
  max-width: 1520px;
  margin: auto;
  padding: 0 0 65px 0;
  overflow: hidden;
}
.cgxz-container .cgxz-content {
  width: 100%;
  box-sizing: border-box;
}
.cgxz-container .cgxz-content .main-title {
  padding: 100px 0 60px;
  justify-content: center;
}
.cgxz-container .cgxz-content .cgxz-detail {
  padding-left: 10px;
}
.cgxz-container .cgxz-content .cgxz-detail p {
  color: var(--font-color) !important;
  font-size: var(--font-size20) !important;
  line-height: 2.5;
}
.introduce-container {
  padding-top: 300px;
}
.introduce-container .introduce-content {
  width: 100%;
  height: 620px;
  background: url("/static/pc/images/channel/bwgjs_bg.jpg") no-repeat center;
  position: relative;
}
.introduce-container .introduce-content > div {
  max-width: 1520px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
}
.introduce-container .introduce-content > div .introduce-content-lf {
  width: 540px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.introduce-container .introduce-content > div .introduce-content-lf .main-title-1 {
  width: 100%;
  justify-content: flex-start;
  padding: 0 0 60px;
}
.introduce-container .introduce-content > div .introduce-content-lf > p {
  font-size: var(--font-size18);
  color: #e1e1e1;
  line-height: 36px;
}
.introduce-container .introduce-content > div .introduce-content-lf .more-title {
  margin-top: 70px;
}
.introduce-container .introduce-content > div .introduce-content-lf .more-title a {
  color: #ffffff;
}
.introduce-container .introduce-content > div .introduce-content-ri {
  width: 880px;
  height: 640px;
  box-sizing: border-box;
  background: #2a1d50;
  border-radius: 0px 0px 0px 180px;
  border: 12px solid #ffffff;
  position: absolute;
  right: 0;
  top: -185px;
  overflow: hidden;
}
.introduce-container .introduce-content > div .introduce-content-ri img {
  width: 100%;
  height: 100%;
}
.disclosure-information {
  max-width: 1500px;
  height: 540px;
  margin: 0 auto;
  margin-bottom: 120px;
}
.disclosure-information .main-title {
  justify-content: center;
  padding: 120px 0 90px;
}
.disclosure-information .disclosure-swiper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.disclosure-information .disclosure-swiper #xxgk-swiper {
  width: 100%;
}
.disclosure-information .disclosure-swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.disclosure-information .disclosure-swiper .disclosure-item {
  width: 700px;
  height: 65px;
  border-bottom: 1px solid #545454;
}
.disclosure-information .disclosure-swiper .disclosure-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.disclosure-information .disclosure-swiper .disclosure-item a span {
  font-size: var(--font-size20);
  color: var(--font-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  letter-spacing: 2px;
}
.disclosure-information .disclosure-swiper .disclosure-item a i {
  display: block;
  width: 6px;
  height: 11px;
  background: url("/static/pc/images/return.png") no-repeat center;
  margin-left: 1rem;
  flex-shrink: 0;
}
.disclosure-information .disclosure-swiper .disclosure-item:last-child,
.disclosure-information .disclosure-swiper .disclosure-item:nth-last-child(2) {
  border: none;
}
.disclosure-information .disclosure-swiper .xxgk-information-prev {
  width: 42px;
  height: 42px;
  background: #fff2d6 url("/static/pc/images/prev.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: -80px;
  border-radius: 50%;
  z-index: 50;
  transform: translateY(-50%);
  cursor: pointer;
  transition: transform 0.3s;
}
.disclosure-information .disclosure-swiper .xxgk-information-prev:hover {
  transform: scale(1.1) translateY(-50%);
}
.disclosure-information .disclosure-swiper .xxgk-information-next {
  width: 42px;
  height: 42px;
  background: #fff2d6 url("/static/pc/images/next.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: -80px;
  border-radius: 50%;
  z-index: 50;
  transform: translateY(-50%);
  cursor: pointer;
  transition: transform 0.3s;
}
.disclosure-information .disclosure-swiper .xxgk-information-next:hover {
  transform: scale(1.1) translateY(-50%);
}
.appointment-consultation {
  padding: 120px 0 65px;
}
.appointment-consultation form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.appointment-consultation form .form-item {
  display: flex;
  align-items: flex-end;
}
.appointment-consultation form .form-item label {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: var(--font-color);
  padding: 0 10px;
}
.appointment-consultation form .form-item input {
  width: 270px;
  border: 0;
  border-bottom: 1px solid #2a1d50;
  background: var(--theme-color);
  caret-color: #333333;
  outline: none;
  font-size: 16px;
  padding: 0 10px;
  box-sizing: border-box;
}
.appointment-consultation form .form-item:nth-child(2) {
  margin-left: 45px;
}
.appointment-consultation form button {
  display: block;
  width: 178px;
  height: 43px;
  outline: none;
  border: none;
  background: url("/static/pc/images/form_button.png") no-repeat center / 100% 100%;
  font-size: 16px;
  color: var(--font-color);
  margin-left: 140px;
  transition: all 0.3s;
  cursor: pointer;
}
.appointment-consultation form button:hover {
  background: url("/static/pc/images/form_button_select.png") no-repeat center / 100% 100%;
  color: #ffffff;
}
.history-development {
  width: 100%;
  height: 450px;
  margin: 185px 0 135px;
  padding-bottom: 100px;
}
.history-development .history-development-container {
  max-width: 1520px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.history-development .history-development-container .history-development-swiper {
  position: absolute;
  width: 1290px;
  height: 100%;
  top: 0;
  right: 0;
}
.history-development .history-development-container .history-development-swiper #history-development-swiper {
  width: 100%;
  height: 100%;
}
.history-development .history-development-container .history-development-swiper .history-development-item {
  color: var(--font-color);
  width: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.history-development .history-development-container .history-development-swiper .history-development-item > span:nth-child(1) {
  display: block;
  width: 140px;
  height: 43px;
  background: url("/static/pc/images/channel/fzlc_button1.png") no-repeat center;
  background-size: 100%;
  font-size: 30px;
  font-family: Bahnschrift;
  color: #e5a02c;
  text-align: center;
  line-height: 43px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -75px);
  transition: all 0.3s ease;
}
.history-development .history-development-container .history-development-swiper .history-development-item > span:nth-child(2) {
  display: block;
  width: 28px;
  height: 28px;
  background: #fff2d6;
  border: 8px solid #2a1d50;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease;
}
.history-development .history-development-container .history-development-swiper .history-development-item > span:nth-child(3) {
  width: 1px;
  height: 83px;
  background: #e5a02c;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 34px);
}
.history-development .history-development-container .history-development-swiper .history-development-item p {
  width: 240px;
  height: 90px;
  font-size: 16px;
  line-height: 30px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.history-development .history-development-container .history-development-swiper .history-development-item:hover > span:nth-child(1) {
  color: #ffffff;
  background: url("/static/pc/images/channel/fzlc_button.png") no-repeat center;
}
.history-development .history-development-container .history-development-swiper .history-development-item:hover > span:nth-child(2) {
  opacity: 1;
}
.history-development .history-development-container .history-development-swiper .swiper-slide:nth-child(2n-1) .history-development-item > span:nth-child(1) {
  transform: translate(-50%, 34px);
}
.history-development .history-development-container .history-development-swiper .swiper-slide:nth-child(2n-1) .history-development-item > span:nth-child(3) {
  transform: translate(-50%, -117px);
}
.history-development .history-development-container .history-development-swiper .swiper-slide:nth-child(2n-1) .history-development-item p {
  top: 0;
}
.history-development .history-development-container .history-line {
  width: 100%;
  height: 100%;
}
.history-development .history-development-container .history-line .line-item {
  width: 1320px;
  height: 8px;
  background: #2a1d50;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.history-development .history-development-container .history-line .main-title {
  position: absolute;
  left: 40px;
  bottom: 95px;
}
.history-development .history-development-container .history-line::after {
  content: "";
  display: block;
  width: 229px;
  height: 229px;
  box-sizing: border-box;
  border-radius: 50% 0 0 50%;
  border: 8px solid #2a1d50;
  border-right: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
.academic-research {
  padding: 0 0 65px;
}
.academic-research .academic-research-container {
  width: 100%;
  background: url("/static/pc/images/channel/xsyj_bg.png") no-repeat left top;
}
.academic-research .academic-research-container .main-title {
  max-width: 1500px;
  margin: auto;
  padding-left: 790px;
  padding-bottom: 120px;
}
.academic-research .academic-research-swiper {
  max-width: 1520px;
  margin: auto;
  position: relative;
}
.academic-research .academic-research-swiper #academic-research-swiper .swiper-slide {
  display: flex;
  align-items: center;
}
.academic-research .academic-research-swiper #academic-research-swiper .swiper-slide img {
  width: 800px;
  height: 560px;
}
.academic-research .academic-research-swiper #academic-research-swiper .swiper-slide .academic-research-ri {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0 150px;
}
.academic-research .academic-research-swiper #academic-research-swiper .swiper-slide .academic-research-ri h1 {
  font-size: 30px;
  color: var(--font-color);
  line-height: 36px;
  margin-bottom: 40px;
}
.academic-research .academic-research-swiper #academic-research-swiper .swiper-slide .academic-research-ri p {
  font-size: var(--font-size18);
  color: #666666;
  line-height: 30px;
}
.academic-research .academic-research-swiper #academic-research-swiper .swiper-slide .academic-research-ri a {
  width: 227px;
  height: 73px;
  display: block;
  font-size: 24px;
  color: var(--font-color);
  line-height: 73px;
  background: url("/static/pc/images/ex_button.png") no-repeat center;
  background-size: 100%;
  text-align: center;
  margin-top: 60px;
}
/* 公共 */
.common_crumbs {
  width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 40px;
  position: relative;
}
.common_crumbs a {
  font-size: 16px;
  color: #666;
  transition: all 0.15s;
}
.common_crumbs a:hover {
  color: #91483d;
}
.common_crumbs i {
  display: inline-block;
  font-style: normal;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  background: url("/static/pc/images/more.png") no-repeat;
}
.video_code {
  width: 100%;
  text-align: center;
}
.video_code iframe {
  width: 100%;
  min-height: 600px;
}
video {
  width: 100%;
  border: 0px;
}
audio {
  width: 100%;
  border: 0px;
}
/* 资讯详情 */
.infomation_detail {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 100px;
}
.info_deta_left {
  width: 200px;
  min-height: 500px;
  padding-top: 170px;
  float: left;
}
.info_deta_right {
  width: 100%;
  min-height: 500px;
  float: left;
  text-align: justify;
}
.info_deta_right p {
  width: 1200px;
  margin: 20px auto !important;
}
.info_deta_right p,
.info_deta_right span {
  font-family: "微软雅黑" !important;
}
.info_deta_right h5 {
  text-align: center;
}
.info_deta_left p:nth-child(1) span:first-child + span {
  font-size: var(--font-size22);
  line-height: 22px;
  color: var(--font-color);
  margin: 0 5px;
}
.info_deta_left p:nth-child(1) span:first-child,
.info_deta_left p:nth-child(1) span:first-child + span + span {
  background-color: #e5e5e5;
  display: inline-block;
  width: 33px;
  height: 1px;
  min-height: 1px;
  margin: 8px 0;
}
.info_deta_left p:nth-child(2) {
  font-size: 52px;
  color: var(--font-color);
  margin: 30px 0 55px;
}
.info_deta_left p:nth-child(3) {
  padding-bottom: 20px;
}
.info_deta_left p:nth-child(3) span:first-child + span {
  font-size: 16px;
  line-height: 17px;
  color: var(--font-color);
  margin: 0 13px;
}
.info_deta_left p:nth-child(3) span:first-child,
.info_deta_left p:nth-child(3) span:first-child + span + span {
  background-color: #e5e5e5;
  display: inline-block;
  width: 33px;
  height: 1px;
  min-height: 1px;
  margin: 5px 0;
}
.info_deta_left a {
  width: 52px;
  height: 52px;
  display: block;
  margin-left: 40px;
  margin-top: 10px;
  position: relative;
}
.info_deta_right h5 {
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  color: var(--font-color);
  line-height: 1.7;
  margin-bottom: 20px;
}
.info_deta_right .time {
  font-size: var(--font-size20);
  color: var(--font-color);
  text-align: center;
  margin-bottom: 40px;
  font-family: Bahnschrift;
}
.info_deta_right p {
  font-size: var(--font-size18);
  line-height: 32px;
  color: var(--font-color);
  margin-bottom: 20px;
  /* text-indent: 36px; */
}
.info_deta_right * {
  font-family: "微软雅黑" !important;
}
.info_deta_right div img {
  display: block;
  max-width: 100%;
  margin: 20px auto;
  background: #fff;
}
.info_deta_right table {
  background: #fff;
  border-spacing: 1px;
  border-collapse: initial;
}
.info_deta_right table tr td {
  background: #fff;
  padding: 20px;
  font-size: 16px;
}
.channel-detail .info_deta_right h5 {
  width: 100%;
  text-align: center;
}
.channel-detail .info_deta_right {
  width: 100%;
  float: auto;
}
/* 典藏详情 */
.coll_detail {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.swiper_banner {
  width: 100%;
  height: 506px;
}
.cp-detail-swiper {
  width: 100%;
  height: 100%;
}
.coll_swiper_content {
  display: block;
  /* width: 756px; */
  height: 506px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.coll_swiper_content img {
  max-width: 100%;
  max-height: 506px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.coll_swiper_content i {
  display: block;
  font-style: normal;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.cp-detail-swiper .swiper-button-next,
.cp-detail-swiper .swiper-button-prev {
  cursor: pointer;
  width: 48px;
  height: 48px;
}
.cp-detail-swiper .swiper-button-prev {
  background: url("/static/pc/images/prev.png");
}
.cp-detail-swiper .swiper-button-prev::after {
  display: none;
}
.cp-detail-swiper .swiper-button-next {
  background: url("/static/pc/images/next.png");
}
.cp-detail-swiper .swiper-button-next::after {
  display: none;
}
.coll_detail_content {
  overflow: hidden;
  text-align: left;
  margin-bottom: 40px;
}
.coll_detail_qrcontainer {
  float: right;
  width: 300px;
  height: 300px;
  margin: 150px 100px 0 0;
}
.coll_detail_qrcode {
  width: 150px;
  height: 150px;
  background: #ffffff;
  border: 1px solid #eee;
  position: relative;
  margin: auto;
}
.coll_detail_qrcontainer p {
  text-align: center;
  font-size: 14px;
  margin: 10px 0;
}
.coll_detail_qrcode img {
  vertical-align: middle;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.coll_detail_qrcontainers {
  float: left;
}
.coll_detail_qrcodes {
  width: 130px;
  height: 130px;
  background: #ffffff;
  border: 1px solid #eee;
  position: relative;
  margin: auto;
}
.coll_detail_qrcontainers p {
  text-align: center;
  font-size: 14px;
  margin: 10px 0;
}
.coll_detail_qrcodes img {
  vertical-align: middle;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.coll_detail_content p {
  font-size: 14px;
  color: var(--font-color);
  line-height: 20px;
  letter-spacing: 2px;
}
.coll_detail_content h2 {
  font-size: var(--font-size22);
  color: var(--font-color);
  font-weight: bold;
  line-height: 1;
  margin: 100px 0 30px;
}
.coll_detail_content h2 i {
  display: block;
  font-style: normal;
  width: 5px;
  height: 22px;
  line-height: 1;
  background: #25394b;
  margin-right: 15px;
  float: left;
}
.coll_detail_content h1 {
  font-size: var(--font-size24);
  color: var(--font-color);
  font-weight: bold;
  padding-left: 20px;
}
.coll_detail_content div {
  margin: 20px 0;
  padding-left: 20px;
  font-size: var(--font-size18);
  color: var(--font-color);
}
.coll_detail_content div p {
  margin: 0 0 20px;
  font-size: inherit;
  line-height: 2;
}
.viewer-container {
  background: #000000;
}
.viewer-button {
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
}
.viewer-button:before {
  background: url("/static/pc/images/cuowu.png") no-repeat center center;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  bottom: 0;
  left: 0;
}
.viewer-play {
  display: none;
}
#liuyan {
  max-width: 1200px;
  margin: auto;
}
.guestbook-item {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 60px;
  padding-top: 60px;
}
.guestbook-item h1 {
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.guestbook-item h1 span:first-child {
  font-size: var(--font-size18);
  color: #000000;
  font-weight: bold;
}
.guestbook-item h1 span:last-child {
  font-size: 12px;
  color: #6e6e6e;
  font-weight: bold;
}
.guestbook-item p {
  font-size: 16px;
  color: #000000;
  line-height: 1.8;
  margin-bottom: 15px;
  text-align: justify;
}
.guestbook-item h2 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.liuyanbtn {
  width: 50px;
  float: right;
  /* margin-right: 200px; */
  font-size: 16px;
  background: #2a1d50;
  color: #fff;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}
/* 互动留言 */
.message {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 777;
  display: none;
}
.messageText {
  width: 40%;
  min-height: 200px;
  margin: 10% 30%;
  font-size: 16px;
  outline: none;
  overflow: hidden;
  background: #fff;
  padding: 40px;
  border-radius: 10px;
}
.messageText input,
.messageText textarea,
.messageText button {
  display: block;
  outline: none;
  padding: 0;
  font-size: 16px;
  color: var(--font-color);
  box-sizing: border-box;
  font-family: inherit;
}
.messageText input {
  width: 50%;
  height: 40px;
  margin-bottom: 10px;
  padding: 10px;
}
.messageText textarea {
  width: 100%;
  margin-bottom: 10px;
  min-height: 200px;
  padding: 10px;
}
.messageText button {
  width: 100px;
  height: 40px;
  float: left;
  background: #2a1d50;
  border: none;
  color: #fff;
  margin-right: 20px;
  cursor: pointer;
}
.mesText {
  width: 1200px;
  /* height: 200px; */
  margin: auto;
  overflow: hidden;
  padding: 20px;
  /* border: 1px solid rgba(204, 204, 204, 0.8); */
  /* background: rgba(221, 221, 221, 0.8); */
}
.mes_container {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.mes_container h1 {
  line-height: 40px;
}
.mes_container h1 span:first-child {
  font-size: var(--font-size18);
  color: var(--font-color);
  font-weight: 500;
  width: 300px;
  display: inline-block;
}
.mes_container h1 span:first-child + span {
  font-size: 16px;
  color: #aaa;
  font-weight: 500;
  /* margin-left: 200px; */
  float: right;
}
.ly_content {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.weui-dialog {
  left: 50%;
  transform: translate(-50%, -50%);
}
.xsyj-pagination-navgition {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  z-index: 99;
}
.xsyj-pagination-navgition .xsyj-pagination {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.xsyj-pagination-navgition .xsyj-pagination span {
  width: auto;
  height: auto;
  font-size: var(--font-size20);
  color: #999999;
  padding: 5px 0;
  background-color: transparent;
  opacity: 1;
  left: 0 !important;
}
.xsyj-pagination-navgition .xsyj-pagination span.swiper-pagination-bullet-active {
  color: #3c4155;
}
.xsyj-pagination-navgition .xsyj-prev,
.xsyj-pagination-navgition .xsyj-next {
  width: 22px;
  height: 22px;
  margin: 10px 0;
  cursor: pointer;
}
.xsyj-pagination-navgition .xsyj-prev {
  background: url("/static/pc/images/prev3.png") no-repeat center / 100% 100%;
  transform: rotate(90deg);
}
.xsyj-pagination-navgition .xsyj-next {
  background: url("/static/pc/images/next3.png") no-repeat center / 100% 100%;
  transform: rotate(90deg);
}
.arrow-0 {
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #e5a02c;
  position: absolute;
  left: -18px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.arrow-1 {
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #e5a02c;
  position: absolute;
  left: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
/*# sourceMappingURL=./channel.css.map */