.content ul li:nth-child(3n) {
  /* margin-right: 0; */
}

.content ul {
  /* margin-right: -20px; */
}

.dimBlack .navTitleMainBox .navbar {
  filter: invert(0%);
}
.text_box h2{
  font-size: 48px;
  line-height: 56px;
}
.text_box h4{
  color: #414960;
  margin-top: 12px;
  font-size: 20px;
  text-align: center;
}
.blog-enum .content{
  padding-top: 80px;
}
.text_box{
  margin-right: 48px;
}
.navTitleMainBox .navbar {
  filter: invert(100%);
}

.dimBlack .InquiryBtn {
  filter: invert(0%);
  background-color: #fff;
}

.dimBlack .InquiryBtn span {
  color: #000000;
}

.InquiryBtn {
  filter: invert(100%);
  transition: background 0.3s;
  background-color: #000;
}

.InquiryBtn span {
  color: #ffffff;
}

.dimBlack .aboutusList {
  filter: invert(0%);
}

.aboutusList {
  filter: invert(100%);
}

.contentBox {
  border-radius: 8px;
  background-color: #FFF;
  padding: 0 24px;
  margin-bottom: 24px;
}

.PageHeader {
  height: 64px;
  position: static;
  margin-top: 60px;
}

.title_box {
  height: 64px;
  display: flex;
}

.contentBox h2 {
  padding: 24px 0;
  color: var(--Color-Text-Title);
  /* 16_T1/🔺EN-400 */
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  width: 100%;
  border-bottom: 0.5px solid var(--Color-Fill-3);
  margin-bottom: 24px;
}

.contentBox:last-child {
  padding-bottom: 0;
}

#content {
  background-color: var(--Color-Background-Full);
  padding-top: 64px;
}

.content h1 {
  font-size: 32px;
  line-height: 40px;
  color: var(--Color-Text-Title);
  margin-bottom: 32px;
}

.contentBox ul {
  /* display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(344px, 1fr)); */
}

.contentBox ul li {
  width: 344px;
  margin-bottom: 8px;
  padding-top: 0;
  margin-right: 0;
}

.contentBox ul li .h-216 {
  height: 194px;
}

.contentBox ul li div.pt-12 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.contentBox ul li h3 {
  color: var(--Color-Text-Title);
  /* 16_T1/🔺EN-400 */
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  margin-bottom: 6px;
}

.contentBox ul li p {
  color: var(--Color-Text-T2);
  font-size: 12px;
  line-height: 20px;
  /* 166.667% */
  background-color: initial;
  width: fit-content;
}

/* 大pad */
@media (min-width: 1024px) and (max-width: 1199px) {
  .content {
    width: 888px;
  }

  .contentBox ul li {
    width: 268px;
  }

  .contentBox ul li .h-216 {
    height: 152px;
  }
}

/* 小pad */
@media (min-width: 768px) and (max-width: 1023px) {
  #content {
    padding: 48px 44px;
  }

  .content {
    width: 680px;
  }

  .contentBox ul li {
    width: 306px;
  }

  .contentBox ul li .h-216 {
    height: 174px;
  }
}



/* 移动端 */
@media (max-width: 767px) {
  #content {
    padding: 32px 16px;
  }

  .content h1 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .contentBox ul {
    display: block;
  }

  .contentBox ul li {
    width: 100%;
  }

  .contentBox ul li .h-216 {
    height: auto;
  }
}

.myHeader {
  margin-top: 80px;
  color: var(--Color-Text-Title, #171B25);
  /* 32_H1/🔺EN-600 */
  font-family: "RedHatDisplay-Medium";
  font-size: 32px;
  font-style: normal;
  font-weight: 550;
  line-height: 40px;
  /* 125% */
  display: flex;
  justify-content: space-between;
}

.filter-blog {
  /* display: flex !important; */
  justify-content: start!important;
  color: var(----400, #1A1B1E) !important;
  /* 14-Body/🔹CN-Regular */
  font-family: "PingFang SC" !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  align-items: center!important;
  /* 157.143% */
  display: flex !important;
  width: 194px !important;
  border-radius: 8px !important;
  /* border: 1px solid #FF4610 !important; */
  padding: 10px 18px !important;
  transition: all 0.3s;
  height: 44px;
  border-radius: 8px !important;
  
  background: #FFF !important;

  /* box-shadow: 0px 0px 0px 1.5px rgba(255, 70, 16, 0.20) ; */
}
.filter-blog span{
  color: var(----400, #1A1B1E) !important;
  /* 14-Body/🔹CN-Regular */

  font-size: 14px !important;
  font-style: normal !important;

  line-height: 22px !important;
  pointer-events: none;
}
.select-bordered svg {
  position: absolute;
  right: 16px;
  transition: all 0.3s;
  pointer-events: none;
}
.select:focus {
  --tw-border-opacity: 1;
  /* border-color: #ff4610; */
  outline: 0;
  

}
.selectActive svg{
  transform: rotate(180deg);
}
.select{
  border: 1px solid #E5E6EB;
}
.select:hover {
  --tw-border-opacity: 1;
  border-color: #ff4610;
  outline: 0;
 

}
.selectActive{
  --tw-border-opacity: 1;
  border-color: #ff4610;
  outline: 0;
  box-shadow: 0px 0px 0px 1.5px rgba(255, 70, 16, 0.20);
}
.blog-content {
  margin-top: 48px;
}

.first_Iten {
  width: 100%;
  height: 378px;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
}
.selcetUl{
  display: none;
  width: 194px;
  position: absolute;
  top: 100%;
  background: #fff;
  
  padding:  8px;
  border-radius: 6px;
background: #FFF;
/* 常规投影/常规投影 */
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04), 0px 4px 32px 0px rgba(0, 0, 0, 0.06);
z-index: 999;
}
.selcetUl li{
  border-radius: 6px;
  cursor: pointer; 
  padding: 7px 12px;
  transition: all 0.3s;
  line-height: 22px;
  font-size: 14px;
  color: #34363D;
}
.selcetUl li:hover{
  background: var(--Color-Fill-4, #F2F4F7);
}
.blog-content {
  margin-top: 48px;
}

.first_Iten {
  width: 100%;
  height: 378px;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
}

.blog-img {
  flex: 1;
}

.blog-info {
  width: 448px;
  padding: 32px;
  background: #FFF;

}

.item-title {
  width: 100%;
  color: var(----400, #1A1B1E);
  /* 32_H1/🔺EN-600 */
  font-family: "RedHatDisplay-Semibold";
  font-size: 32px;
  font-style: normal;
  font-weight: 550;

  line-height: 40px;
  margin-top: 24px;
  height:120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /* display: flex;
  align-items: center; */
  /* 125% */
}

.item-info {
  margin-top: 16px;
  width: 100%;
  /* overflow: hidden; */
  color: var(--Color-Text-T2, #61687C);
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  /* 14_T2/🔺EN-400 */
  font-family: "RedHatDisplay-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  padding-bottom: 20px;
  border-bottom: 0.5px solid var(--Color-Fill-3, #E5E6EB);

}

.bottom-info {
  color: var(--Color-Text-T2, #61687C);
  /* 14_T2/🔺EN-400 */
  font-family: "RedHatDisplay-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info-power {
  display: flex;
}

.secont_Iten,
.three_Iten {
  display: flex;
  width: 100%;
  margin-top: 32px;
}

.secont_Iten_item,
.three_Iten_item {

  border-radius: 12px;
  overflow: hidden;
  width: calc(50% - 16px);
  margin-right: 32px;

}

.secont_Iten_item_info,
.three_Iten_item_info {
  padding: 32px;
  background: #fff;
  padding-bottom: 24px;
  /* padding-bottom: 20px; */
}

.secont_Iten_item:nth-child(2),
.three_Iten_item:nth-child(2) {
  margin-right: 0
}

.secont_Iten_item_info_title,
.three_Iten_item_info_title {
  color: var(--Color-Text-Title, #171B25);
  /* 24_H3/🔺EN-600 */
  font-family: "RedHatDisplay-Semibold";
  font-size: 24px;
  font-style: normal;
  font-weight: 550;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* 133.333% */
}

.secont_Iten_item_info_Messgae,
.three_Iten_item_info_Messgae {

  color: var(--Color-Text-T2, #61687C);

  /* 14_T2/🔺EN-400 */
  font-family: "RedHatDisplay-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  margin-top: 12px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.selcetUl{
  display: none;
  width: 194px;
  position: absolute;
  top: 100%;
  margin-top: 8px;
  background: #fff;
  
  padding:  8px;
  border-radius: 6px;
background: #FFF;
/* 常规投影/常规投影 */
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04), 0px 4px 32px 0px rgba(0, 0, 0, 0.06);
z-index: 999;
}
.selcetUl li{
  border-radius: 6px;
  cursor: pointer; 
  padding: 7px 12px;
  transition: all 0.3s;
  line-height: 22px;
  font-size: 14px;
  color: #34363D;
}
.selcetUl li:hover{
  background: var(--Color-Fill-4, #F2F4F7);
}
/* 两个的时间信息 */

.secont_Iten_item_info_bottom,
.three_Iten_item_info_bottom {
  color: var(--Color-Text-T2, #61687C);
  /* 14_T2/🔺EN-400 */
  font-family: "RedHatDisplay-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  border-top: 0.5px solid var(--Color-Fill-3, #E5E6EB);
  padding-top: 16px;
  align-items: center;
  }

.Iten_item_Img {
  width: 100%;
  height: 306px;
}

/* 一行三个 */
.four_Iten {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.four_Iten_item {
  width: calc(33.33% - 22px);

  margin-right: 32px;
  border-radius: 12px;
  margin-top: 32px;
}

.four_Iten_item:nth-child(3n) {
  margin-right: 0 !important;
}

.four_Iten_item {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.four_Iten_item_info {
  padding: 24px;
  padding-bottom: 20px;
  /* padding-bottom: 14px; */
}

/* 标题 */
.four_Iten_item_info_title {
  color: var(--Color-Text-Title, #171B25);
  /* 24_H3/🔺EN-600 */
  font-family: "RedHatDisplay-Semibold";
  font-size: 20px;
  font-style: normal;
  font-weight: 550;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

/* 信息 */
.four_Iten_item_info_Messgae {

  color: var(--Color-Text-T2, #61687C);

  /* 14_T2/🔺EN-400 */
  font-family: "RedHatDisplay-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  margin-top: 12px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

/* 下方介绍 */
.four_Iten_item_info_bottom {

  color: var(--Color-Text-T2, #61687C);
  border-top: 0.5px solid var(--Color-Fill-3, #E5E6EB);
  padding-top: 16px;
  margin-top: 16px;
  font-family: "RedHatDisplay-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list_img_tip {
  height: 220px;
}
.item-tipLabel{
  display: flex;
padding: 4px 12px;
justify-content: center;
align-items: center;
gap: 10px;
flex: 1 0 0;
border-radius: 24px;
background: var(--VR-Hover, radial-gradient(101.08% 100% at 50% 100%, rgba(94, 94, 94, 0.14) 0%, rgba(94, 94, 94, 0.00) 73.85%), radial-gradient(100.02% 100% at 50% 100%, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.00) 55.59%), linear-gradient(0deg, rgba(94, 94, 94, 0.18) 0%, rgba(94, 94, 94, 0.18) 100%), rgba(255, 255, 255, 0.06));
background-blend-mode: color-dodge, lighten, color-dodge, lighten;
box-shadow: 0px -0.5px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px 0.5px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px 8px 6px 0px rgba(0, 0, 0, 0.05);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
position: absolute;
top: 24px;
left: 24px;
color: #FFF;

text-align: center;
/* 12_Footnote/🔹CN-400 */
font-size: 12px;
font-style: normal;
line-height: 20px; /* 166.667% */
z-index: 999;
}
.auth_img{
  width: 24px;
  height: 24px;
}
.auth_img img{
  width: 100%;
  height: 100%;
}

.auth_name{
  color: var(--Color-Text-T1, #414960);
/* 14_T2/🔺EN-400 */
font-family: "RedHatDisplay-Regular";
font-size: 14px;
font-style: normal;
margin-left: 8px;

line-height: 25px; /* 157.143% */
}
.first_Iten .auth_img{
  width: 28px;
  height: 28px;
}
.first_Iten .auth_name{
  line-height: 31px; /* 157.143% */
}
.secont_Iten  .auth_img{
  width: 28px;
  height: 28px;
}
.secont_Iten  .auth_name{
  line-height: 28px; /* 157.143% */
}
.three_Iten .auth_img{
  width: 28px;
  height: 28px;
}
.three_Iten  .auth_name{
  line-height: 28px; /* 157.143% */
}
/* 小pad */
@media (min-width: 768px) and (max-width: 1023px) {
  .secont_Iten, .three_Iten{
    margin-top: 24px;
  }
  .first_Iten{
    height: 207px;
  }
  
  .secont_Iten_item, .three_Iten_item {
    border-radius: 8px;
    overflow: hidden;
    width: calc(50% - 12px);
    margin-right: 24px;
}
.Iten_item_Img{
  height: 207px;
}
.secont_Iten_item_info, .three_Iten_item_info {
  padding: 16px;
  background: #fff;
  padding-bottom: 12px;
}
  /* 一行俩个 */
  .four_Iten_item {
    width: calc(50% - 12px);
    margin-right: 24px;
    border-radius: 8px;
    margin-top: 24px;
  }

  .four_Iten_item:nth-child(2n) {
    margin-right: 0px !important;
  }
  .four_Iten_item:nth-child(2n-1) {
    margin-right: 24px !important;
  }
  .secont_Iten_item_info_title, .three_Iten_item_info_title{
    color: var(----400, #1A1B1E);
/* 20_H5/🔹CN-500 */
color: var(----400, #1A1B1E);
    font-family: "RedHatDisplay-Semibold";
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 140% */
height: 56px;
  }
  .secont_Iten_item_info_Messgae, .three_Iten_item_info_Messgae{

    font-size: 12px;
    margin-top: 8px;
    line-height: 20px;
    height: 40px;
  }

 .secont_Iten_item_info_bottom,.three_Iten_item_info_bottom{
    font-size: 12px;
    line-height: 20px;
    margin-top: 12px;
    padding-top: 16px;
  }
 .four_Iten_item_info_title{
    font-size: 20px;
    line-height: 28px; 
 }

.four_Iten_item_info_Messgae{

    font-size: 12px;
    margin-top: 8px;
    line-height: 20px;
    height: 40px;
  }

.four_Iten_item_info_bottom{
    font-size: 12px;
    line-height: 20px;
    margin-top: 12px;
    padding-top: 16px;
  }
  .four_Iten_item_info{
    padding: 16px;
    padding-bottom: 12px;
  }
  .blog-info{
    width: 298px;
    padding: 16px;
    padding-top: 14px;
  }
  .first_Iten{
    height: 210px;
  }
  .blog-content{
    margin-top: 32px;
  }
  .item-title{
    font-size: 20px;
    line-height: 28px;
    margin-top: 0;
    height: 90px;
    -webkit-line-clamp: 2;
  }
  .item-info{
    margin-top: 8px;
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border-bottom: none;
  }
 .bottom-info{
    font-size: 12px;
    line-height: 20px;
    margin-top: 16px;
   border-top:1px solid var(--Color-Fill-3, #E5E6EB) ;
   margin-top: 12px;
   padding-top: 12px;
  }
  .secont_Iten_item .item-tipLabel{
    top: 16px;
    left: 16px;
  }
  .three_Iten_item .item-tipLabel{
    top: 16px;
    left: 16px;
  }
  .four_Iten .item-tipLabel{
    top: 16px;
    left: 16px;
  }
  .first_Iten .auth_img{
    width: 24px;
    height: 24px;
  }
  .first_Iten .auth_name{
    line-height: 24px; /* 157.143% */
  }
  .secont_Iten  .auth_img{
    width: 24px;
    height: 24px;
  }
  .secont_Iten  .auth_name{
    line-height: 24px; /* 157.143% */
  }
  .three_Iten .auth_img{
    width: 24px;
    height: 24px;
  }
  .three_Iten  .auth_name{
    line-height: 24px; /* 157.143% */
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .blog-info{
    padding: 24px;
  }
  .secont_Iten_item .item-tipLabel{
    top: 20px;
    left: 20px;
  }
  .three_Iten_item .item-tipLabel{
    top: 20px;
    left: 20px;
  }
  .four_Iten .item-tipLabel{
    top: 11px;
    left: 11px;
  }
  .secont_Iten_item_info, .three_Iten_item_info{
    padding: 20px;
    /* padding-bottom: 10px; */
  }
  .four_Iten_item_info{
    padding: 11px;
    /* padding-bottom: 6px; */
  }
  .first_Iten{
    height:315px;
  }
  .item-title{
    margin-top: 0;
  }
  .item-info{
    margin-top: 8px;
    padding-bottom: 16px;
  }
  .bottom-info{
    margin-top: 15px;
  }

  .four_Iten_item_info_title {
    font-family: "RedHatDisplay-Semibold";
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 24px;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.four_Iten_item_info_Messgae {
  
  font-family: "RedHatDisplay-Regular";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 12px;
  height: 39px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.four_Iten_item_info_bottom {
  color: var(--Color-Text-T2, #61687C);
  border-top: 0.5px solid var(--Color-Fill-3, #E5E6EB);
  padding-top: 13px;
  margin-top: 16px;
  font-family: "RedHatDisplay-Medium";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.four_Iten_item{
  border-radius: 8px !important;
  width: calc(33.33% - 16px);
  margin-right: 24px;
  border-radius: 12px;
  margin-top: 24px;
}
.secont_Iten, .three_Iten{
  margin-top: 24px;
}
.secont_Iten_item, .three_Iten_item{
  border-radius: 8px!important;
  width: calc(50% - 12px);
  margin-right: 24px;
  
}
}
.PhoneFilter{
    display:none ;
}
a:focus, a:hover{
  color: #FFF;
}
/* 移动端 */
@media (max-width: 767px) {
 /* .secont_Iten,.three_Iten{
    margin-top: 0;
    flex-wrap: wrap;
  }
 .secont_Iten_item,.three_Iten_item {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    margin-right: 0px;
    margin-top: 14px;
  }
 .Iten_item_Img{
    height: 214px;
  }
.secont_Iten_item_info,.three_Iten_item_info {
    padding: 16px;
    background: #fff;
  }

 .four_Iten_item {
    width: 100%;
    margin-right: 0px;
    border-radius: 8px;
    margin-top: 14px;
  }

.four_Iten_item {
    margin-right: 0px!important;
  }
.secont_Iten_item_info_title,.three_Iten_item_info_title{
    color: var(----400, #1A1B1E);

color: var(----400, #1A1B1E);
    font-family: "RedHatDisplay-Medium";
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 26px;
height: 56px;
  }
.secont_Iten_item_info_Messgae,.three_Iten_item_info_Messgae{

    font-size: 12px;
    margin-top: 8px;
    line-height: 20px;
    height: 40px;
  }  

.secont_Iten_item_info_bottom,.three_Iten_item_info_bottom{
    font-size: 12px;
    line-height: 20px;
    margin-top: 12px;
    padding-top: 16px;
  }
.four_Iten_item_info_title{
    font-size: 20px;
    line-height: 28px;
 }

.four_Iten_item_info_Messgae{

    font-size: 12px;
    margin-top: 8px;
    line-height: 20px;
    height: 40px;
  }

.four_Iten_item_info_bottom{
    font-size: 12px;
    line-height: 20px;
    margin-top: 12px;
    padding-top: 16px;
  }
.four_Iten_item_info{
    padding: 16px;
  }
.blog-info{
    width: 100%;
    padding: 16px;
  }
  .first_Iten {
    width: 100%;
    height: 392px;
    display: block;
    border-radius: 12px;
    overflow: hidden;
  }
.blog-content{
    margin-top: 32px;
  }
  .blog-img {
    height: 214px;
  }
.item-title{
    font-size: 18px;
    line-height: 26px;
    
  }
.item-info{
    margin-top: 12px;
    font-size: 12px;
    line-height: 20px;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border-bottom: none;
  }
.bottom-info{
    font-size: 12px;
    line-height: 20px;
    margin-top: 16px;
   border-top:1px solid var(--Color-Fill-3, #E5E6EB) ;
   margin-top: 12px;
   padding-top: 12px;
  } */
  .secont_Iten,.three_Iten{
    margin-top: 0;
    flex-wrap: wrap;
  }
 .secont_Iten_item,.three_Iten_item {
    border-radius: 2.133vw;
    overflow: hidden;
    width: 100%;
    margin-right: 0.000vw;
    margin-top: 3.733vw;
  }
 .Iten_item_Img{
    height: 57.067vw;
  }
.secont_Iten_item_info,.three_Iten_item_info {
    padding: 4.267vw;
    background: #fff;
    padding-bottom: 3.18vw;
  }

 .four_Iten_item {
    width: 100%;
    margin-right: 0.000vw;
    border-radius: 2.133vw;
    margin-top: 3.733vw;
  }

.four_Iten_item {
    margin-right: 0.000vw!important;
  }
.secont_Iten_item_info_title,.three_Iten_item_info_title{
    color: var(----400, #1A1B1E);
/* 20_H5/🔹CN-500 */
color: var(----400, #1A1B1E);
    font-family: "RedHatDisplay-Semibold";
font-size: 4.800vw;
font-style: normal;
font-weight: 500;
line-height: 6.933vw; /* 133.333% */;
height: 14.933vw;
  }
.secont_Iten_item_info_Messgae,.three_Iten_item_info_Messgae{

    font-size: 3.200vw;
    margin-top: 2.133vw;
    line-height: 5.333vw;
    height: 10.667vw;
  }  

.secont_Iten_item_info_bottom,.three_Iten_item_info_bottom{
    font-size: 3.200vw;
    line-height: 5.333vw;
    margin-top: 3.200vw;
    padding-top: 4.267vw;
  }
.four_Iten_item_info_title{
    font-size: 5.333vw;
    line-height: 7.467vw;
    height: 14.933vw;
 }

.four_Iten_item_info_Messgae{

    font-size: 3.200vw;
    margin-top: 2.133vw;
    line-height: 5.333vw;
    height: 10.667vw;
  }

.four_Iten_item_info_bottom{
    font-size: 3.200vw;
    line-height: 5.333vw;
    margin-top: 3.200vw;
    padding-top: 4.267vw;
  }
.four_Iten_item_info{
    padding: 4.267vw;
    padding-bottom: 3.18vw;
  }
.blog-info{
    width: 100%;
    padding: 4.267vw;
    padding-bottom: 3.18vw;
  }
  .first_Iten {
    width: 100%;
    height: 105.866vw;
    display: block;
    border-radius: 3.200vw;
    overflow: hidden;
  }
  .item-tipLabel{
left: 4.267vw;
top: 4.267vw;

  }
.blog-content{
    margin-top: 8.533vw;
  }
  .blog-img {
    height: 57.067vw;
  }
.item-title{
    font-size: 4.800vw;
    line-height: 6.933vw;
    margin-top: 0;
    height: 14.933vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }
.item-info{
  font-size: 3.200vw;
  margin-top: 2.133vw;
  line-height: 5.333vw;
  height: 10.667vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border-bottom: none;
  }
  
.bottom-info{
    font-size: 3.200vw;
    line-height: 5.333vw;
    margin-top: 4.267vw;
   border-top:0.267vw solid var(--Color-Fill-3, #E5E6EB) ;
   margin-top: 3.200vw;
   padding-top: 3.200vw;
  }
  .filter-blog{
    display: none !important;
  }
  .PhoneFilter{
    display:block;
    width: 10.667vw;
    height: 10.667vw;
    border-radius: 50%;
    background: #fff;
  }
  #content .content_box {
    display: block;
    padding-left: 2vw;
    padding-right: 2vw;
    text-align: center;
  }
  #content .content_box .text_box {
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #content .content_box h2 {
    font-size: 9.8vw;
    text-align: center;
    width: 100%;
  }
  #content .content_box h4 {
    font-size: 4.4vw;
    margin-bottom: 3.2vw;
    text-align: center;
  }
  #content .content_box p {
    font-size: 4.267vw;
    text-align: center;
  }
  #content .content_box img {
    width: 27.733vw;
    margin-top: 3.2vw;
    margin-bottom: 3.2vw;
    text-align: center;
  }

  #content ul li {
    padding: 2.667vw 2.667vw 0;
    align-items: flex-start;
  }
  #content ul li p {
    font-size: 3.733vw;
    line-height: normal;
  }
  #content ul li span {
    font-size: 3.2vw;
    line-height: normal;
  }
  #content ul li div {
    font-size: 4.267vw;
  }
  #content ul li div svg {
    width: 4.267vw;
    height: 4.267vw;
  }
  #content ul li .text_box {
  }
  .TabSeleInput{
    display: none;
  }
  .auth_img{
    width: 6.400vw !important;
    height: 6.400vw !important;
  }
  .auth_img img{
    width: 100%;
    height: 100%;
  }
  
  .auth_name{
    color: var(--Color-Text-T1, #414960);
  /* 14_T2/🔺EN-400 */
  font-family: "RedHatDisplay-Regular";
  font-size: 3.733vw !important;
  font-style: normal;
  margin-left: 2.133vw !important;
  line-height: 6.667vw !important; /* 157.143% */
  }
  .more-btn{
    margin-top: 32px;
  }
}

img{
  object-fit: cover;
}
.more-btn{
  box-sizing: border-box;
  line-height: 43px;
  border: 1px solid #E5E6EB;
background: #FFF;
color: #414960;
transition: all 0.3s;
}

/* 遮罩层 */
.dialog{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.25);
  z-index: 99999;
  display: none;
  justify-content: center;
  align-items: end;
}
.dialog-content{
  width: 100%;
  height: 0%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.4s;
}
.dialog-content-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
padding: 11px 16px;
color: var(----400, #1A1B1E);
text-align: center;
/* 14/🔷文字-粗体 */
font-family: "PingFang SC";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 157.143% */
}
.dialog-content-body{}
.dialog-content-body-item{
  display: flex;
height: 46px;
padding-left: 16px;
align-items: center;
gap: 12px;
align-self: stretch;
border-bottom: 0.5px solid var(-----color-fill-4, #F1F2F5);
color: var(----300, #34363D);
/* 14/🔹文字-常规 */
font-family: "PingFang SC";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 157.143% */


justify-content: space-between;
    padding-right: 16px;}
select {
  /* 隐藏原生箭头 */
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  /* 设置背景颜色、内边距、边框等样式 */
  background-color: #fff !important;
 
  /* 添加自定义箭头的背景图 */
  background-image: url('../img/arrow.svg') !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
  background-size: 12px !important;
  
}
.dialog-content{
  overflow-y: auto;
}
.first_Iten:hover{
cursor: pointer;
}


.Iten_item_Img,.list_img_tip,.blog-img{
  overflow: hidden;
}
.Iten_item_Img img{
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.list_img_tip img{
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.blog-img img{
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 1025px){
 
  .Iten_item_Img:hover img{
    transform: scale(1.2);
  }
  .list_img_tip:hover img{
    transform: scale(1.2);
  }
  .blog-img:hover img{
    transform: scale(1.2);
  }
  .more-btn:hover{
    border: 1px solid var(--Color-Brand-Normal, #FF4610);
  background: var(--Color-Brand-Normal, #FF4610);
  
  color: #FFF;
  }
}
.btndiv{
  align-items: center  !important;
 }
/* 遮罩层出现后不允许滚动 */
/* body{
  overflow: hidden; 
} */