@import url('https://files.sciconf.cn/asset/module/fonticonpicker/css/fontello-7275ca86/css/fontello.css?v=202310231529');
[v-cloak] {
  display: none;
}
.web-container {
  width: var(--web-width);
  margin: 0 auto;
}
.common-module {
  margin-top: 30px;
}
section.module-box {
  padding: 30px 0;
  background-color: #fff;
}
section.module-box:nth-child(2n+1) {
  background-color: #F4F7FE;
  background-repeat: no-repeat;
  background-position: center center;
}
section.module-box:nth-of-type(2n+1) {
  background-image: url(../images/bg-shadow.png);
}
section.module-box:nth-of-type(3) {
  background-image: url(../images/bg-shadow2.png);
}
.common-title {
  margin-bottom: 20px;
}
.common-title h2 {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 1;
  padding-left: 6px;
  border-left: 4px solid var(--web-theme-color);
}
.text-more {
  color: var(--web-theme-color);
  font-size: 12px;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  border: 1px solid var(--web-theme-color);
  line-height: 1;
  padding: 10px 15px;
}
.text-more:hover {
  background-color: var(--web-theme-color);
  color: #fff;
}
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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lang {
  background: #fbf8f8;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
}
.lang-title {
  padding-left: 38px;
  background: url(https://files.sciconf.cn/pc-template/images/language.png) left -10px no-repeat;
  margin-right: 5px;
}
.lang-name {
  display: inline-block;
  color: #999;
  background-image: url(https://files.sciconf.cn/pc-template/images/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: 3;
  right: 10px;
  width: 150px;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.nav {
  height: 70px;
  line-height: 70px;
  background: var(--web-nav-color);
  color: var(--web-nav-font-color);
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -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 .nav-menu,
.nav .lang-mobile {
  display: none;
}
.nav .logo {
  margin-right: 1rem;
  height: 50px;
}
.nav .nav-date-content {
  height: 35px;
  line-height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  border-radius: 35px;
  font-size: 15px;
  margin-left: 20px;
  background: var(--web-nav-active-color);
  color: var(--web-nav-font-active-color);
}
.nav .nav-date-content .days {
  font-size: 20px;
  font-weight: bold;
}
.nav-item {
  position: relative;
  line-height: 1.2;
  text-align: center;
  z-index: 1;
}
.nav-item-p {
  padding: 0 20px;
  width: 100%;
  font-size: 16px;
  text-align: center;
  height: 70px;
  color: var(--web-nav-font-color);
  overflow: hidden;
  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;
  font-size: 15px;
}
.nav-item.selected .nav-item-p,
.nav-item:hover .nav-item-p {
  background: var(--web-nav-active-color);
  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;
  font-size: 15px;
  line-height: 1.2;
  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;
}
.module-floor1 {
  margin-top: -70px;
}
.module-floor2 {
  margin-top: 30px;
}
.countdown-module {
  height: 100%;
  padding: 15px 25px;
  background: linear-gradient(180deg, #F5F8FF 0%, #FFFFFF 100%), #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}
.countdown-module .countdown-title {
  color: #333;
  text-align: center;
  margin-bottom: 10px;
}
.countdown-module .countdown-title b {
  position: relative;
}
.countdown-module .countdown-title b:before,
.countdown-module .countdown-title b:after {
  content: '';
  width: 44px;
  height: 1px;
  background: #D8D8D8;
  position: absolute;
  top: 50%;
}
.countdown-module .countdown-title b:before {
  left: -60px;
}
.countdown-module .countdown-title b:after {
  right: -60px;
}
.countdown-module .countdown-item b {
  width: 2.2rem;
  height: 2rem;
  line-height: 2rem;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  color: var(--web-theme-color);
}
.countdown-module .countdown-item p {
  font-weight: 400;
  font-size: 10px;
  color: #666666;
  margin-top: 5px;
}
.countdown-module .countdown-dot {
  width: 1.2rem;
  line-height: 2rem;
  font-size: 0.8rem;
  text-align: center;
  font-weight: bold;
  color: var(--web-theme-color);
}
.countdown-module .countdown-stating {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
  background-color: var(--web-theme-color);
}
.countdown-module .countdown-end {
  font-weight: bold;
  color: #999;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
  background-color: #eee;
}
.channel-module {
  height: 100%;
  background: linear-gradient(180deg, #F5F8FF 0%, #FFFFFF 100%), #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}
.channel-module .channel-item {
  padding: 1rem 0.6rem 2rem 0.6rem;
  position: relative;
}
.channel-module .channel-item:not(:last-child) {
  border-right: 1px solid #E8E8E8;
}
.channel-module .channel-item h2 {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}
.channel-module .channel-item p {
  font-size: 12px;
  color: #999999;
}
.channel-module .channel-item img {
  position: absolute;
  left: 0.6rem;
  bottom: 1rem;
  transition: all 0.15s linear;
}
.channel-module .channel-item:hover {
  background: var(--web-theme-color);
}
.channel-module .channel-item:hover * {
  color: #fff !important;
}
.channel-module .channel-item:hover img {
  transform: translateX(50%);
}
.carousel-banner-module {
  width: 100%;
  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 {
  display: block;
  padding-top: 56.25%;
  position: relative;
}
.carousel-banner-module .carousel-banner-item-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
.text-module {
  background: linear-gradient(159deg, #f7f9ff 0%, #F5F8FF 100%);
  padding: 1rem;
  height: 100%;
  max-height: 450px;
}
.text-module .text-content {
  font-size: 15px;
  color: #000;
  overflow: auto;
  width: 100%;
  height: 100%;
  line-height: 25px !important;
}
.text-module .text-content * {
  line-height: 25px !important;
}
.new-module .new-list {
  padding-top: 30px;
}
.new-module .new-item {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px;
  position: relative;
  background-color: #fff;
  height: 100%;
  display: block;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
}
.new-module .new-item-date {
  margin-top: -1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  background: var(--web-theme-color);
  transition: all 0.3s ease;
  color: #fff;
}
.new-module .new-item-date b {
  font-size: 1rem;
  margin-top: 0.1rem;
  display: inline-block;
}
.new-module .new-item-date p {
  font-size: 0.5rem;
}
.new-module .new-item:hover {
  background: var(--web-theme-color);
}
.new-module .new-item:hover * {
  color: #fff;
}
.new-module .new-item:hover .new-item-date {
  transform: translateY(-50%);
}
.date-module {
  margin-top: 30px;
  background: linear-gradient(180deg, #F5F8FF 0%, #FFFFFF 100%);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  padding: 40px 0;
}
.date-module .date-item:not(:last-child) {
  border-right: 1px solid #D8D8D8;
}
.date-module .date-item p {
  font-size: 16px;
  color: var(--web-theme-color);
  padding-left: 5px;
  line-height: 1;
  margin-bottom: 10px;
  border-left: 2px solid var(--web-theme-color);
}
.date-module .date-item b {
  font-size: 16px;
  color: #333333;
}
.carousel-banner-module + .text-module {
  margin-left: 30px;
}
.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 0 15px 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 {
  padding: 20px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
}
.guest-module .carousel-guest-module .slick-slider {
  padding-bottom: 20px;
}
.guest-module .guest-item img {
  width: 150px;
  height: 200px;
  display: block;
  margin: 0 auto;
  -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);
}
.organ-module {
  height: 100%;
}
.organ-module .module-editor {
  padding: 20px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  max-height: 350px;
  overflow: auto;
}
.goods-module .carousel-goods-module .slick-slider {
  padding-bottom: 30px;
}
.goods-module .goods-item {
  overflow: hidden;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  display: block;
  transition: all 0.15s linear;
}
.goods-module .goods-item-image {
  padding-top: 56.25%;
  position: relative;
}
.goods-module .goods-item-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.goods-module .goods-item: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;
  background-color: #fff;
  width: 16.666%;
  display: block;
  height: 196px;
  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;
}
.photos-module .carousel-photos-module .slick-slider {
  padding-bottom: 30px;
}
.photos-module .photos-item {
  transition: all 0.15s linear;
}
.photos-module .photos-item-image {
  padding-top: 56.25%;
  position: relative;
}
.photos-module .photos-item-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photos-module .photos-item: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);
}
.friend-module .carousel-friend-module .slick-slider {
  padding-bottom: 30px;
}
.friend-module .friend-item img {
  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;
  background-color: #fff;
}
.friend-module .friend-item img:hover {
  border: 1px solid var(--web-theme-color);
}
.call-module {
  background-color: var(--web-theme-color);
  padding: 30px;
}
.call-module .common-title h2 {
  color: #fff;
  border-left-color: #fff;
}
.sponsor-list .sponsor-title {
  font-size: 0.7rem;
  font-weight: normal;
  margin: 0.7rem 0 1.2rem;
  text-align: center;
  position: relative;
  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;
  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;
}
.body-view {
  padding-top: 20px;
}
.body-view .sub-asidebar {
  flex: 0 0 220px;
  background: linear-gradient(180deg, #F5F8FF 0%, #FFFFFF 100%);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.15s linear;
}
.body-view .sub-asidebar-title {
  padding: 15px;
  background-color: var(--web-theme-color);
  color: #fff;
}
.body-view .sub-asidebar-item {
  padding: 10px 15px;
  text-align: left;
  color: #333;
  font-size: 16px;
}
.body-view .sub-asidebar-item:hover,
.body-view .sub-asidebar-item.selected {
  background-color: var(--web-theme-color);
  color: #fff;
}
.body-view .sub-header {
  padding-bottom: 15px;
  border-bottom: 2px solid var(--web-theme-color);
}
.body-view .sub-header .common-title h2 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.body-view .sub-header .common-title h2::after {
  display: none;
}
.body-view .sub-new-item {
  padding: 15px 0;
  color: inherit;
}
.body-view .sub-new-item:not(:last-child) {
  border-bottom: 1px dashed #ebedf3;
}
.body-view .sub-new-item:hover * {
  color: var(--web-theme-color);
}
.body-view .sub-common-module {
  margin-top: 20px;
}
@media screen and (max-width: 1260px) {
  body {
    min-width: 1100px;
  }
  .web-container {
    width: 1100px;
  }
  .nav-item-p {
    padding: 0 15px;
  }
  .text-module {
    max-height: 407px;
  }
  .company-module .company-item {
    height: 174px;
  }
}
@media screen and (max-width: 991px) {
  body {
    min-width: auto;
  }
  .fs12 {
    font-size: 0.55rem;
  }
  .fs14 {
    font-size: 0.6rem;
  }
  .fs16 {
    font-size: 0.65rem;
  }
  .lang {
    display: none;
  }
  .common-title {
    padding-bottom: 0.5rem;
    margin-bottom: 0;
  }
  .common-title h2 {
    font-size: 0.8rem;
    line-height: 1;
  }
  section.module-box {
    padding: 1.2rem 0 0.8rem;
  }
  body {
    font-size: 0.6rem;
  }
  .wrapper {
    padding-top: 1.8rem;
  }
  .web-container {
    width: 100%;
    padding: 0 15px;
  }
  .common-module {
    margin-top: 0.8rem;
  }
  .nav-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.8rem;
    line-height: 1.8rem;
    z-index: 9;
    font-size: 0.55rem;
  }
  .nav .nav-menu {
    color: var(--web-nav-font-color);
    display: block;
    position: absolute;
    right: 0;
    padding: 0.5rem;
    font-size: 0.8rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .nav .logo {
    height: 1.6rem;
  }
  .nav .lang-mobile {
    display: block;
  }
  .nav .lang-mobile .ant-divider {
    margin: 0;
  }
  .nav .lang-mobile a {
    padding: 0.15rem;
    color: var(--web-nav-font-color);
  }
  .nav .lang-mobile a.selected {
    background: var(--web-nav-active-color);
    color: var(--web-nav-font-active-color);
  }
  .nav .nav-list {
    display: none;
    position: absolute;
    right: 0;
    top: 1.8rem;
    width: 8rem;
    z-index: 1;
    max-height: 70vh;
    overflow: auto;
    background: var(--web-nav-color);
  }
  .nav .nav-list .nav-item-p {
    line-height: 1.2;
    padding: 0.5rem;
    text-align: left;
    font-size: 0.6rem;
    height: auto;
  }
  .nav .nav-list .nav-item-second {
    position: static;
    width: 100%;
    font-size: 0.5rem;
    display: block;
  }
  .nav .nav-list .nav-item-second a {
    text-align: left;
    position: relative;
    padding: 0.3rem 0.3rem 0.3rem 1rem;
  }
  .nav .nav-list .nav-item-second a:before {
    content: ' - ';
    position: absolute;
    left: 0.5rem;
    top: 0.25rem;
  }
  .module-floor1 {
    margin-top: 0;
  }
  .channel-module {
    background: #fff;
    box-shadow: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .channel-module .channel-item {
    background: linear-gradient(180deg, #F5F8FF 0%, #FFFFFF 100%), #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    width: -webkit-calc(49.75%);
    width: -moz-calc(49.75%);
    width: calc(50% - 0.25rem);
    margin-top: 0.5rem;
    flex: auto;
  }
  .channel-module .channel-item:nth-child(n) {
    margin-right: 0;
  }
  .channel-module .channel-item:nth-child(2n-1) {
    margin-right: 0.5rem;
  }
  .countdown-module {
    margin-top: 0.5rem;
  }
  .new-module .new-list {
    padding-top: 0.5rem;
  }
  .organ-module {
    margin-top: 1rem;
  }
  .date-module {
    flex-wrap: wrap;
    padding: 1rem 0.5rem;
    margin-top: 0.5rem;
    justify-content: flex-start;
  }
  .date-module .date-item {
    margin-top: 0.5rem;
    flex: 0 0 calc(50% - 0.25rem);
    justify-content: flex-start;
    border-right: 0!important;
  }
  .date-module .date-item:nth-child(2n) {
    border-right: 0;
  }
  .text-module {
    padding: 0.5rem;
    margin-top: 0.5rem;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
    margin-left: 0!important;
  }
  .new2-module {
    margin-top: 1.2rem;
  }
  .new2-module .ant-col:nth-child(n):not(:first-child) .new2-item {
    border-top: 1px solid #ebedf3;
  }
  .new2-module .new2-item {
    padding: 0.5rem;
  }
  .new2-module .new2-item:before {
    width: 0.2rem;
    height: 0.2rem;
    top: 0.8rem;
  }
  .company-module .carousel-company-module .slick-slider {
    padding-bottom: 1.5rem;
  }
  .company-module .company-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .company-module .company-item {
    width: 33.33%;
    height: 4.92rem;
    padding: 0.4rem;
  }
  .company-module .company-item:nth-child(n) {
    border: 1px solid #dcdcdc;
  }
  .company-module .company-item:nth-child(3n+2),
  .company-module .company-item:nth-child(3n+3) {
    border-left: 0;
  }
  .company-module .company-item:nth-child(n+4) {
    border-top: 0;
  }
  .company-module .company-item-btn {
    font-size: 0.5rem;
    padding: 0.15rem 0.4rem;
    border-radius: 0.8rem;
  }
  .photos-module {
    padding: 0;
  }
  .photos-module .photos-item-content {
    padding: 0.5rem;
  }
  .photos-module .ant-col:nth-child(1) {
    width: 100%;
  }
  .friend-module .carousel-friend-module .slick-slider {
    padding-bottom: 1.2rem;
  }
  .friend-module .friend-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .friend-module .friend-item img {
    height: 65px;
    padding: 0.2rem 0.5rem;
  }
  .call-module {
    padding: 0;
  }
  .call-module .web-container {
    padding: 0.8rem 0.5rem;
  }
  .body-view .sub-asidebar {
    display: none;
  }
  .body-view .ant-breadcrumb {
    font-size: 0.6rem;
  }
  .body-view .bread {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    left: 15px;
    top: -0.5rem;
  }
  .body-view .sub-new-item {
    position: relative;
    padding: 0.5rem 0 1.5rem;
  }
  .body-view .sub-new-item h3 {
    margin-right: 0;
  }
  .body-view .sub-new-item-date {
    position: absolute;
    right: 3px;
    bottom: 0.5rem;
  }
  .body-view .sub-common-module {
    margin-top: 0.5rem;
  }
}
