@import url('fontello.css');
.web-container {
  width: var(--web-width);
  margin: 0 auto;
}
a:hover {
  color: var(--web-theme-color);
}
.ant-btn.ant-btn-primary {
  background-color: var(--web-theme-color);
  border-color: var(--web-theme-color);
}
.wrapper {
  min-height: 100vh;
}
.module-box {
  margin-top: 25px;
  position: relative;
}
.module-box .module-content {
  -webkit-box-shadow: 0 0 4px 1px rgba(199, 199, 199, 0.3);
  box-shadow: 0 0 4px 1px rgba(199, 199, 199, 0.3);
  overflow: hidden;
  border-radius: 6px;
}
.module-box .module-content:after {
  content: '';
  width: -webkit-calc(117%);
  width: -moz-calc(117%);
  width: calc(100% + 17px);
  height: 16px;
  position: absolute;
  left: -13px;
  bottom: -15px;
  background: url(../image/shadow-big.png) left top no-repeat;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.lang {
  background: #fbf8f8;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
}
.lang-title {
  padding-left: 38px;
  background: url(../image/language.png) left -10px no-repeat;
  margin-right: 5px;
}
.lang-name {
  display: inline-block;
  color: #999;
  background-image: url(../image/language.png);
  background-repeat: no-repeat;
}
.lang-name.on {
  color: #000;
}
.lang-cn {
  padding-left: 20px;
  background-position: -10px -42px;
  margin-right: 5px;
}
.lang-en {
  padding-left: 20px;
  background-position: -10px -82px;
}
.adv-modal {
  position: fixed;
  top: 69px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  z-index: 99;
  right: 10px;
  width: 150px;
}
.banner {
  max-width: 100%;
}
.nav {
  height: 50px;
  line-height: 50px;
  background: var(--web-nav-color);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.nav-item {
  position: relative;
  line-height: 1.2;
  text-align: center;
  z-index: 1;
}
.nav-item-p {
  display: block;
  padding: 0 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  font-size: 15px;
  text-align: center;
  color: var(--web-nav-font-color);
  overflow: hidden;
}
.nav-item:first-child .nav-item-p {
  border-bottom-left-radius: 10px;
}
.nav-item:last-child .nav-item-p {
  border-bottom-right-radius: 10px;
}
.nav-item.selected,
.nav-item:hover {
  background: var(--web-nav-active-color);
}
.nav-item.selected .nav-item-p,
.nav-item:hover .nav-item-p {
  color: var(--web-nav-font-active-color);
}
.nav-item .nav-item-second {
  width: 200%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  display: none;
  background: var(--web-nav-color);
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
}
.nav-item .nav-item-second a {
  display: block;
  text-align: left;
  padding: 10px 15px;
  line-height: 1.2;
  font-size: 15px;
  color: var(--web-nav-font-color);
}
.nav-item .nav-item-second a:hover {
  background: var(--web-nav-active-color);
  color: var(--web-nav-font-active-color);
}
.nav-item:hover .nav-item-second {
  display: block;
}
.channel-module .channel-item {
  padding: 20px 0;
  cursor: pointer;
}
.channel-module .channel-item .icon-box {
  width: 72px;
  height: 72px;
  background-color: #fff;
  border-radius: 100%;
  font-size: 25px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.channel-module .channel-item .icon-box i {
  font-size: inherit;
}
.channel-module .channel-item .icon-box img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
  object-fit: contain;
}
.channel-module .channel-item-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 15px;
}
.channel-module .channel-item-date {
  font-size: 12px;
  color: #8788a5;
}
.channel-module .channel-item:nth-child(6n + 1) .icon-box {
  border: 2px solid #6a71e5;
  color: #6a71e5;
}
.channel-module .channel-item:nth-child(6n + 1) .channel-item-title {
  color: #6a71e5;
}
.channel-module .channel-item:nth-child(6n + 1):hover .icon-box {
  background-color: #6a71e5;
  color: #fff;
}
.channel-module .channel-item:nth-child(6n + 2) .icon-box {
  border: 2px solid #0091ff;
  color: #0091ff;
}
.channel-module .channel-item:nth-child(6n + 2) .channel-item-title {
  color: #0091ff;
}
.channel-module .channel-item:nth-child(6n + 2):hover .icon-box {
  background-color: #0091ff;
  color: #fff;
}
.channel-module .channel-item:nth-child(6n + 3) .icon-box {
  border: 2px solid #ff4966;
  color: #ff4966;
}
.channel-module .channel-item:nth-child(6n + 3) .channel-item-title {
  color: #ff4966;
}
.channel-module .channel-item:nth-child(6n + 3):hover .icon-box {
  background-color: #ff4966;
  color: #fff;
}
.channel-module .channel-item:nth-child(6n + 4) .icon-box {
  border: 2px solid #ffa500;
  color: #ffa500;
}
.channel-module .channel-item:nth-child(6n + 4) .channel-item-title {
  color: #ffa500;
}
.channel-module .channel-item:nth-child(6n + 4):hover .icon-box {
  background-color: #ffa500;
  color: #fff;
}
.channel-module .channel-item:nth-child(6n + 5) .icon-box {
  border: 2px solid #10d3a7;
  color: #10d3a7;
}
.channel-module .channel-item:nth-child(6n + 5) .channel-item-title {
  color: #10d3a7;
}
.channel-module .channel-item:nth-child(6n + 5):hover .icon-box {
  background-color: #10d3a7;
  color: #fff;
}
.channel-module .channel-item:nth-child(6n + 6) .icon-box {
  border: 2px solid #3f4c88;
  color: #3f4c88;
}
.channel-module .channel-item:nth-child(6n + 6) .channel-item-title {
  color: #3f4c88;
}
.channel-module .channel-item:nth-child(6n + 6):hover .icon-box {
  background-color: #3f4c88;
  color: #fff;
}
.channel-module .minisite-qrcode {
  margin: 10px;
  background-color: #fff;
  padding: 10px;
  position: relative;
  z-index: 1;
}
.channel-module .minisite-qrcode img {
  width: 95px;
  margin-top: 5px;
}
.channel-module .minisite-qrcode .minisite-date .minisite-day {
  font-weight: bold;
  font-size: 42px;
  line-height: 1;
  margin-top: 10px;
  display: inline-block;
  letter-spacing: -3px;
  color: var(--web-theme-color);
}
.channel-module .minisite-qrcode .minisite-date .minisite-day-icon {
  width: 13px;
  height: 42px;
  display: inline-block;
  margin-left: 2px;
  color: var(--web-theme-color);
  font-size: 12px;
  line-height: 0.8;
}
.channel-module .minisite-qrcode .minisite-date .minisite-day-icon span {
  font-weight: bold;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.channel-module .minisite-qrcode .minisite-date-tip {
  color: var(--web-theme-color);
}
.channel-module .minisite-qrcode .minisite-status {
  color: var(--web-theme-color);
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
.common-title {
  color: #393939;
  font-weight: bold;
  margin-top: 30px;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
}
.common-title:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #edeef3;
  position: absolute;
  left: 0px;
  top: 45%;
  z-index: 0;
}
.common-title-inner {
  background-color: #fff;
  padding: 10px 40px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.common-title h2 {
  font-size: 24px;
  line-height: 24px;
  margin: 0;
}
.common-title-en {
  font-size: 12px;
  opacity: 0.4;
  margin-top: 5px;
  letter-spacing: 5px;
}
.common-title-more {
  position: absolute;
  right: 0;
  bottom: 60%;
}
.carousel-banner-module {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.carousel-banner-module .custom-slick-arrow {
  margin-top: -35px !important;
  display: none!important;
}
.carousel-banner-module:hover .custom-slick-arrow {
  display: block!important;
}
.carousel-banner-module .carousel-banner-item {
  height: 300px;
  display: block;
}
.carousel-banner-module img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
.new-module .ant-col:not(:nth-child(3n)) {
  border-right: 1px solid #ebedf3;
}
.new-module .ant-col:nth-child(n+4) {
  margin-top: 15px;
}
.new-module .new-item {
  width: 100%;
  height: 100%;
  color: #384352;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
  position: relative;
  display: block;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.new-module .new-item:hover {
  color: var(--web-theme-color);
}
.new-module .new-item-top {
  padding-bottom: 10px;
  color: var(--web-theme-color);
}
.new-module .new-item-num {
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
  font-family: Arial;
}
.new-module .new-item-title {
  font-size: 15px;
  line-height: 22px;
  margin-top: 15px;
}
.new-module .new-item-date {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
}
.new2-module .ant-col:nth-child(n+3) .new2-item {
  border-top: 1px solid #ebedf3;
}
.new2-module .new2-item {
  display: block;
  border-radius: 3px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
  position: relative;
}
.new2-module .new2-item:before {
  width: 5px;
  height: 5px;
  background-color: #aaa;
  content: '';
  position: absolute;
  left: 0px;
  top: 24px;
}
.new2-module .new2-item:hover * {
  color: var(--web-theme-color);
}
.new2-module .new2-item:hover:before {
  background-color: var(--web-theme-color);
}
.ant-carousel .custom-slick-arrow {
  width: 25px;
  line-height: 60px;
  height: 45px;
  background-color: #e4e0e0;
  opacity: 1;
  border-radius: 3px;
  text-align: center;
  margin-top: -45px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
  z-index: 9;
}
.ant-carousel .custom-slick-arrow:hover {
  background-color: #b4afaf;
}
.ant-carousel .custom-dots li button {
  background: var(--web-theme-color) !important;
  opacity: 0.5;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.ant-carousel .custom-dots li button.slick-active {
  opacity: 1;
}
.guest-module .carousel-guest-module .slick-slider {
  padding-bottom: 30px;
}
.guest-module .guest-item img {
  width: 140px;
  height: 140px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border: 1px solid transparent;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.guest-module .guest-item img:hover {
  border: 1px solid var(--web-theme-color);
}
.photos-module .carousel-photos-module .slick-slider {
  padding-bottom: 30px;
}
.photos-module .photos-item {
  overflow: hidden;
}
.photos-module .photos-item img {
  width: 100%;
  height: 216px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 0px 3px 15px 0 rgba(69, 79, 127, 0.22);
  box-shadow: 0px 3px 15px 0 rgba(69, 79, 127, 0.22);
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.photos-module .photos-item img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.company-module .carousel-company-module .slick-slider {
  padding-bottom: 30px;
}
.company-module .company-item {
  position: relative;
  width: 16.666%;
  display: block;
  height: 176px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-right: 0;
  overflow: hidden;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.company-module .company-item:last-child {
  border-right: 1px solid #dcdcdc;
}
.company-module .company-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}
.company-module .company-item-info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.68);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.company-module .company-item-info p {
  padding: 5px;
}
.company-module .company-item-btn {
  font-size: 12px;
  display: inline-block;
  padding: 4px 10px;
  background-color: var(--web-theme-color);
  border-radius: 22px;
  color: #fff;
}
.company-module .company-item:hover .company-item-info {
  opacity: 1;
}
.friend-module .carousel-friend-module .slick-slider {
  padding-bottom: 30px;
}
.friend-module .friend-item {
  width: -webkit-calc(12%);
  width: -moz-calc(12%);
  width: calc(20% - 8px);
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
}
.friend-module .friend-item:last-child {
  margin-right: 0;
}
.friend-module .friend-item img {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  width: 100%;
  height: 65px;
  padding: 5px 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.friend-module .friend-item img:hover {
  border: 1px solid var(--web-theme-color);
}
.sponsor-list .sponsor-title {
  font-size: 18px;
  font-weight: normal;
  margin: 20px 0 25px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sponsor-list .sponsor-title:before,
.sponsor-list .sponsor-title:after {
  content: '';
  display: inline-block;
  height: 2px;
  width: 80px;
  border-radius: 2px;
  margin: 0 10px;
}
.sponsor-list .sponsor-title:before {
  left: 0;
  background: linear-gradient(to left, #aaa 0%, #fff 100%);
}
.sponsor-list .sponsor-title:after {
  right: 0;
  background: linear-gradient(to right, #aaa 0%, #fff 100%);
}
.sponsor-list .sponsor-image {
  padding-top: 50%;
  position: relative;
  display: block;
  border: 1px solid #dcdcdc;
  transition: all 0.15s linear;
  border-radius: 5px;
  overflow: hidden;
}
.sponsor-list .sponsor-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center center;
  background-color: #FFF;
}
.sponsor-list .sponsor-image:hover {
  border-color: var(--web-theme-color);
}
.footer {
  padding: 15px;
  margin-top: 30px;
  background-color: #27282d;
  font-size: 13px;
}
.footer a {
  color: #fff;
}
.dialog-info .ant-modal-body {
  padding-top: 40px;
}
.dialog-info .ant-modal-close-x {
  line-height: 45px;
}
.ant-breadcrumb {
  color: #384352;
}
.ant-breadcrumb * {
  color: inherit!important;
}
.sub-asidebar {
  width: 170px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 2px rgba(139, 139, 139, 0.3);
  box-shadow: 0 2px 4px 2px rgba(139, 139, 139, 0.3);
}
.sub-asidebar-title {
  color: var(--web-theme-color);
  font-weight: bold;
  padding: 15px;
  word-break: break-word;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 0;
}
.sub-asidebar-title-en {
  font-size: 13px;
  color: #999;
  font-weight: normal;
}
.sub-asidebar-item {
  padding: 15px 15px 15px 30px;
  color: var(--web-theme-color);
  display: block;
}
.sub-asidebar-item-title {
  position: relative;
}
.sub-asidebar-item-title:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: var(--web-theme-color);
  position: absolute;
  left: -15px;
  top: 8px;
  border-radius: 50%;
}
.sub-asidebar-item-entitle {
  color: #999;
  font-size: 11px;
}
.sub-asidebar-item.selected,
.sub-asidebar-item:hover {
  color: #fff;
  background-color: var(--web-theme-color);
}
.sub-asidebar-item.selected *,
.sub-asidebar-item:hover * {
  color: inherit;
}
.sub-asidebar-item.selected .sub-asidebar-item-title:before,
.sub-asidebar-item:hover .sub-asidebar-item-title:before {
  background-color: #fff;
}
.right-content {
  border-radius: 5px;
  padding: 0 20px 20px 20px;
  -webkit-box-shadow: 0 2px 4px 2px rgba(139, 139, 139, 0.3);
  box-shadow: 0 2px 4px 2px rgba(139, 139, 139, 0.3);
}
.right-content .sub-new-item {
  padding: 15px 0;
  color: inherit;
}
.right-content .sub-new-item:not(:last-child) {
  border-bottom: 1px dashed #ebedf3;
}
.right-content .sub-new-item:hover * {
  color: var(--web-theme-color);
}
