
.home-data {
  padding-top: 60px;
  padding-bottom: 30px;
}

.home-data-pc {
  width: 100%;
  position: relative;
}


.home-data-mb-div{
  display: none;
}

.home-data-mb-div{
  width: 100%;
  position: relative;
}

.home-data-title {
  width: 100%;
  height: 90px;
  background-color: #343434;
  border-radius: 45px;
  box-shadow: 0px 0px 10px 2px #999999;
  position: absolute;
  top: 0;
  z-index: 10;
}

.home-data-title ul,
.home-data-intro ul {
  width: 90%;
  margin: 0 auto;
  display: flex;
}

.home-data-title ul li {
  width: 25%;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
  padding-top: 10px;
}


.home-data-title ul li p {
  font-size: 20px;
  color: #ffffff;
  margin-top: 5px;
  font-weight: bold;
}

.home-data-title ul li span {
  display: block;
  font-size: 18px;
}

.home-data-intro {
  width: 100%;
  padding-top: 80px;
}

.home-data-intro li {
  width: 25%;
  margin-right: 2px;
}

.home-data-pc .home-data-intro li:last-child {
  display: none;
}

.home-data-intro li:nth-child(1) p{
  box-shadow: -2px -12px 8px 0px rgba(0, 0, 0, 0.1);
}
.home-data-intro li:nth-child(3) p{
  box-shadow: 2px -12px 8px 0px rgba(0, 0, 0, 0.1);
}

.home-data-intro li:nth-child(2) p{
  box-shadow: 0px -12px 8px 0px rgba(0, 0, 0, 0.1);
}

.home-data-intro li div{
  width: 100%;
  height: 100%;
  position: relative;
}


.home-data-intro li div::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px; /* åœ¨åº•éƒ¨ */
  width: 100%;
  height:150px;
  background-color: #017fe4;;
  box-shadow: 0px 4px 6px 2px #dbdbdb;
  border-radius:50%
}

.home-data-intro p {
  width: 100%;
  height: 230px;
  background-color: #ffffff;
  color: #343434;
  font-size: 16px;
  line-height: 36px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center; /* æ°´å¹³å±…ä¸­ */
  align-items: center;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.home-data-intro p span{
  display: block;
  padding: 0px 25px;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
}

.home-data-intro a {
  display: block;
  width: 100%;
  height:50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index:1;
}

.home-data-intro a:hover{
  font-weight: bold;
  text-decoration: none;
}

.home-activity .title {
  width: 100%;
  font-size: 28px;
  text-align: center;
}

.home-activity,
.home-notice {
  width: 100%;
  padding: 30px 0px;
  clear: both;
}

.domo-pic-scroll-lr {
  width: 100%;
  height: 275px;
  position: relative;
  margin: 0 auto;
}

.home-act-intro{
  width: 100%;
  overflow: hidden;
  padding-top: 60px;
}

.domo-pic-scroll-lr .conts{
  margin-left: -20px;
}

.domo-pic-scroll-lr .conts li {
  float: left;
  width: 275px;
  height:275px;
  margin-left: 20px;
}

.domo-pic-scroll-lr .conts li .s1 {
  width: 275px;
  height:275px;
  position: relative;
}

.domo-pic-scroll-lr .conts li img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.domo-pic-scroll-lr .conts li a {

  display: block;
  width: 275px;
  height:275px;
  border-radius: 30px;
}




.domo-pic-scroll-lr .conts li p{
  width: 100%;

  font-size: 16px;
  position: absolute;
  bottom: 0;
  background-color: rgb(0, 0,0, 0.6);
  color: #ffffff;
  border-radius: 0px 0px 30px 30px;
  padding: 10px 20px;
}

.domo-pic-scroll-lr .conts li span{
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;           /* ä½¿ç”¨æ—§ç‰ˆå¼¹æ€§ç›’å­æ¨¡åž‹ */
  -webkit-box-orient: vertical;   /* å†…å®¹åž‚ç›´æŽ’åˆ— */
  -webkit-line-clamp: 2;

}

.domo-pic-scroll-lr .conts li a:hover p {

  text-decoration: underline;
}

.domo-pic-scroll-lr .prev,
.domo-pic-scroll-lr .next {
  z-index: 1;
  position: absolute;
  top: 52%;
  margin-top: -25px;
  display: block;
  width: 16px;
  height: 24px;
  cursor: pointer;
  opacity: 0.7;
}

.domo-pic-scroll-lr .prev {
  left: 20px;
}

.domo-pic-scroll-lr .prev:hover,
.domo-pic-scroll-lr .next:hover {
  opacity: 1;
}

.domo-pic-scroll-lr .next {
  right: 20px;
}

.home-notice .title{
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 28px;
  color: #ffffff;
  border-radius:30px 30px 0px 0px ;
  background-color: #343434;
}

.home-notice-intro{
  width: 100%;
  background-color: #ffffff;
  border-radius:0px 0px 30px 30px;
  padding-bottom: 20px;
}

.home-notice-intro ul{
  width: 100%;
  height: 220px;
  padding: 12px 20px 0px 20px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.home-notice-intro li{
  width: 100%;
  margin-top: 10px;
}

.home-notice-intro li a{
  display: flex;
  line-height: 30px;
  border-bottom: 1px solid #ebebeb;
  height: 30px;
  color: #666666;

}

.home-notice-intro li span{
  width:150px;
}

.home-notice-intro li p{
  width: 100%;
  overflow: hidden;
  display: -webkit-box;           /* ä½¿ç”¨æ—§ç‰ˆå¼¹æ€§ç›’å­æ¨¡åž‹ */
  -webkit-box-orient: vertical;   /* å†…å®¹åž‚ç›´æŽ’åˆ— */
  -webkit-line-clamp: 1;
  text-align: left;
}

/* é’ˆå¯¹æ”¯æŒWebKitçš„æµè§ˆå™¨ */
::-webkit-scrollbar {
  width: 12px;  /* æ»šåŠ¨æ¡çš„å®½åº¦ */
  height: 12px; /* æ»šåŠ¨æ¡çš„é«˜åº¦ */
  border-radius: 30px;
}

/* æ»šåŠ¨æ¡è½¨é“ */
::-webkit-scrollbar-track {
  background: #f1f1f1; /* è½¨é“é¢œè‰² */
  border-radius: 30px;
}

/* æ»šåŠ¨æ¡æ»‘å— */
::-webkit-scrollbar-thumb {
  background: #888; /* æ»‘å—é¢œè‰² */
  border-radius: 30px; /* æ»‘å—åœ†è§’ */
}

/* æ»‘å—æ‚¬åœçŠ¶æ€ */
::-webkit-scrollbar-thumb:hover {
  background: #555; /* æ»‘å—æ‚¬åœé¢œè‰² */
}

.home-notice-intro li a:hover{
  text-decoration: none;
}
.home-notice-intro li a:hover span,.home-notice-intro li a:hover p{
  color: #017fe4;

}

.home-intro{
  width: 100%;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 30px;
  margin-top: 60px;
  margin-bottom: 30px;
}

.home-intro h5{
  text-align: center;
  font-size: 28px;
  font-weight: normal;
}

.home-intro-txt{
  margin-top: 20px;
  line-height: 24px;
}
