.dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dots {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.radius {
  border-radius: 0.4rem;
}
main > div {
  padding: 4rem 0;
}
main .main-1 {
  background-color: #fafafa;
  padding-top: 0;
}
main .main-1 .side-tit {
  padding: 1rem;
  background-color: #fff;
  margin-bottom: 0.5rem;
}
main .main-1 .activity {
  display: flex;
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 0.5rem;
}
main .main-1 .activity .activity-swiper {
  margin-right: 2%;
  width: 25rem;
}
main .main-1 .activity .activity-swiper a {
  display: block;
}
main .main-1 .activity .activity-swiper a img {
  display: block;
}
main .main-1 .activity .list-wrap {
  flex: 1;
}
main .main-1 .activity .list-wrap .big {
  display: block;
  position: relative;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ebebeb;
}
main .main-1 .activity .list-wrap .big:hover h6 p {
  color: #1476fe !important;
}
main .main-1 .activity .list-wrap .big i {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-bottom: 2rem solid #fe4c35;
  transform-origin: 100% 100%;
  transform: rotate(45deg) translate(0.6rem, -0.8rem);
}
main .main-1 .activity .list-wrap .big i span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  white-space: nowrap;
  transform: translate(-50%, 100%);
  color: #fff;
}
main .main-1 .activity .list-wrap .big h6 {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
}
main .main-1 .activity .list-wrap .big h6 em {
  font-size: 0.7rem;
  color: #656565;
  margin-right: 0.5rem;
}
main .main-1 .activity .list-wrap .big h6 p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}
main .main-1 .activity .list-wrap .big > p {
  font-size: 0.7rem;
  color: #666;
  line-height: 1.6;
}
main .main-1 .activity .list-wrap div a {
  display: block;
  padding: 0.5rem 0;
  font-size: 0.7rem;
  border-bottom: 1px dashed #ebebeb;
}
main .main-1 .news-container {
  background-color: #fff;
  padding: 1rem;
}
main .main-1 .news-container .news-menu {
  border-bottom: 1px solid #ebebeb;
}
main .main-1 .news-container .news-menu a {
  display: inline-block;
  padding: 0.5rem 1rem;
}
main .main-1 .news-container .news-menu a.active,
main .main-1 .news-container .news-menu a:hover {
  color: #fff;
  background-color: #fd901b;
}
main .main-1 .news-container .news-list .link {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #ebebeb;
}
main .main-1 .news-container .news-list .link:last-of-type {
  border-bottom: none;
}
main .main-1 .news-container .news-list .link:hover h6 {
  color: #1476fe;
}
main .main-1 .news-container .news-list .link .time {
  width: 3rem;
  text-align: center;
}
main .main-1 .news-container .news-list .link .time p {
  color: #fd901b;
}
main .main-1 .news-container .news-list .link .time .d {
  font-size: 2.5rem;
  font-weight: 400;
}
main .main-1 .news-container .news-list .link .time .y {
  line-height: 1.8;
}
main .main-1 .news-container .news-list .link .img {
  width: 30%;
  height: 9rem;
  background-color: #ebebeb;
  flex-shrink: 0;
  margin: 0 2%;
}
main .main-1 .news-container .news-list .link .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .main-1 .news-container .news-list .link .text {
  flex: 1;
}
main .main-1 .news-container .news-list .link .text h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.9rem;
}
main .main-1 .news-container .news-list .link .text p {
  font-size: 0.7rem;
  color: #666;
  line-height: 1.6;
  margin: 0.5rem 0;
}
main .main-1 .news-container .news-list .link .text span {
  display: inline-block;
  padding: 0.4rem 1rem;
  border: 1px solid #ebebeb;
  font-size: 0.7rem;
}
main .show-news-banner {
  position: relative;
  background-image: linear-gradient(-65deg, #1d47e9 2%, #0092f4 100%);
  opacity: 0.8;
}
main .show-news-banner * {
  color: #fff;
}
main .show-news-banner h2 {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}
main .show-news-banner .txt {
  display: flex;
  align-items: center;
}
main .show-news-banner .txt p {
  padding-left: 1rem;
  position: relative;
  margin-right: 1rem;
}
main .show-news-banner .txt p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid #fff;
  transform: translateY(-50%);
}
main .news-show {
  background-color: #fafafa;
  padding: 0;
  padding-bottom: 4rem;
}
main .news-show .show-left .title {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 0.5rem;
}
main .news-show .show-left .title > div:nth-of-type(1) {
  padding: 0.5rem;
  background-color: #f8f8f8;
  margin-right: 1rem;
}
main .news-show .show-left .title > div:nth-of-type(1) p {
  color: #666;
}
main .news-show .show-left .title > div:nth-of-type(1) .d {
  font-size: 2.2rem;
  font-weight: 400;
}
main .news-show .show-left .title > div:nth-of-type(1) .y {
  font-size: 0.7rem;
}
main .news-show .show-left .title > div:nth-of-type(2) h1 {
  font-size: 1.4rem;
  padding-bottom: 1rem;
}
main .news-show .show-left .title > div:nth-of-type(2) p {
  display: flex;
  align-items: center;
}
main .news-show .show-left .title > div:nth-of-type(2) p span {
  font-size: 0.7rem;
  color: #999;
  margin-right: 1rem;
}
main .news-show .show-left .news-container {
  background-color: #fff;
  padding: 1rem;
}
main .news-show .show-left .news-container .info {
  min-height: 20rem;
}
main .news-show .show-left .news-container .info p {
  line-height: 1.6;
  margin-bottom: 1rem;
}
main .news-show .show-left .news-container .info img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: 1rem auto;
}
main .news-show .show-left .news-container .article-info {
  display: flex;
  align-items: center;
  background-color: #f1f1f1;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
}
main .news-show .show-left .news-container .article-info .img {
  width: 8.5rem;
  flex-shrink: 0;
}
main .news-show .show-left .news-container .article-info .text {
  flex: 1;
  padding-left: 2%;
}
main .news-show .show-left .news-container .article-info .text p {
  line-height: 1.6;
  margin-bottom: 1rem;
}
main .news-show .show-left .news-container .article-info .text p:last-of-type {
  margin-bottom: 0;
}
main .news-show .show-left .news-container .article-info .text b {
  font-size: 0.9rem;
  font-weight: bold;
  color: #fe4c35;
}
main .news-show .show-left .news-container .article-info .text strong {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fe4c35;
}
main .news-show .show-left .news-container .other {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid #ebebeb;
}
main .news-show .show-left .news-container .other p {
  width: 49%;
  padding: 0.5rem;
  background-color: #f1f1f1;
}
main .news-show .show-left .news-container .other p * {
  font-size: 0.7rem;
}
@media screen and (max-width: 768px) {
  .mb-content {
    display: block;
  }
  main > div {
    padding: 2rem 0;
    padding-left: 2%;
    padding-right: 2%;
  }
  main .show-news-banner h2 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  main .show-news-banner .txt {
    flex-direction: column;
    align-items: flex-start;
  }
  main .show-news-banner .txt p {
    margin-bottom: 0.5rem;
  }
  main .show-news-banner .txt p:last-of-type {
    margin-bottom: 0;
  }
  main .news-show {
    padding-left: 2%;
    padding-right: 2%;
  }
  main .news-show .show-left .title {
    padding: 0.5rem;
  }
  main .news-show .show-left .title > div:nth-of-type(1) {
    margin-right: 0.5rem;
  }
  main .news-show .show-left .title > div:nth-of-type(1) p {
    text-align: center;
  }
  main .news-show .show-left .title > div:nth-of-type(1) .d {
    font-size: 1.4rem;
  }
  main .news-show .show-left .title > div:nth-of-type(2) {
    flex: 1;
    min-width: 0;
  }
  main .news-show .show-left .title > div:nth-of-type(2) h1 {
    font-size: 0.9rem;
    line-height: 1.4;
    padding-bottom: 0.2rem;
  }
  main .news-show .show-left .title > div:nth-of-type(2) P {
    display: none;
  }
  main .news-show .show-left .news-container {
    padding: 0.5rem;
  }
  main .news-show .show-left .news-container .article-info .img {
    display: none;
  }
  main .news-show .show-left .news-container .article-info .text p {
    font-size: 0.7rem;
    margin-bottom: 0.5rem;
  }
  main .news-show .show-left .news-container .article-info .text b {
    font-size: 0.8rem;
  }
  main .news-show .show-left .news-container .article-info .text strong {
    font-size: 0.9rem;
  }
  main .news-show .show-left .news-container .other {
    flex-direction: column;
  }
  main .news-show .show-left .news-container .other p {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  main .news-show .show-left .news-container .other p:last-of-type {
    margin-bottom: 0;
  }
  main .main-1 .side-tit {
    padding: 0.5rem;
  }
  main .main-1 .activity {
    padding: 0.5rem;
    flex-direction: column;
  }
  main .main-1 .activity .activity-swiper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  main .main-1 .activity .activity-swiper .swiper-slide {
    min-height: 10rem;
  }
  main .main-1 .activity .list-wrap .big h6 em {
    margin-right: 0;
  }
  main .main-1 .activity .list-wrap .big i {
    transform: rotate(0) translate(0, 0);
    border: none;
    width: 2.5rem;
    height: 1rem;
    background-color: #fe4c35;
  }
  main .main-1 .activity .list-wrap .big i span {
    transform: translate(-50%, -50%);
    font-size: 0.6rem;
  }
  main .main-1 .news-container {
    padding: 0.5rem;
  }
  main .main-1 .news-container .news-menu {
    display: none;
  }
  main .main-1 .news-container .news-menu-swiper {
    display: block !important;
    width: 100%;
  }
  main .main-1 .news-container .news-menu-swiper .swiper-slide {
    width: auto;
    display: inline-block;
    font-size: 0.7rem;
    padding: 0.4rem 1rem;
  }
  main .main-1 .news-container .news-menu-swiper .swiper-slide:hover,
  main .main-1 .news-container .news-menu-swiper .swiper-slide.active {
    color: #fff;
    background-color: #fd901b;
  }
  main .main-1 .news-container .news-list .link .time {
    display: none;
  }
  main .main-1 .news-container .news-list .link .img {
    margin-left: 0;
    width: 40%;
    height: 7rem;
  }
  main .main-1 .news-container .news-list .link .text {
    min-width: 0;
  }
  main .main-1 .news-container .news-list .link .text h6 {
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  main .main-1 .news-container .news-list .link .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  main .main-1 .news-container .news-list .link .text span {
    padding: 0.3rem 0.6rem;
    font-size: 0.6rem;
  }
}
