@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-family: "Open Sans", "open_sans", "Lucida Grande", "Verdana", "Pingfang SC", "Pingfang TC", "Hiragino Sans GB", "Microsoft YaHei", Cardo, STSong, "Songti SC", SimSun, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, serif;
  margin: 0px auto;
  -webkit-font-smoothing: antialiased;
}

/* 大容器 */
.contenter-wrap {
  box-sizing: border-box;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px auto;
}

/* 导航头 */
/* 导航头 */
.contenter-wrap-nav {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  position: fixed;
  height: 3.5rem;
  top: 0;
  z-index: 999;
  line-height: 3.5rem;
  justify-content: center;
  align-items: center;
  background-color: #ff4170;
  border-bottom: 1px solid #ff4170;
  padding: 0 3.2rem 0 3.2rem;
}

.tab_box {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-left: 5.5rem;
}
.tab_box .font_style {
  font-size: 0.96rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #ffffff;
}
.tab_box .ellipsis_box {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tab_box .tab_left_box {
  width: 80%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.tab_box .tab_right_box {
  width: 20%;
  display: flex;
  justify-content: right;
  align-items: center;
  line-height: 1.7rem;
  text-align: center;
}
.tab_box .tab_right_box .login_btn {
  width: 4rem;
  height: 1.8rem;
  background: #ffffff;
  border-radius: 0.24rem;
  margin-left: 0.24rem;
  color: #ff4170;
  line-height: 1.8rem;
}
.tab_box .tab_right_box .register_btn {
  width: 4rem;
  height: 1.8rem;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.23);
  border-radius: 0.24rem;
  border: 0.04rem solid #ffffff;
}
.tab_box .tab_right_box .loginOut_btn {
  width: 4.48rem;
  height: 1.8rem;
  border-radius: 0.24rem;
  border: 0.04rem solid #ffffff;
  margin-left: 0.5rem;
  line-height: 1.8rem;
}
.tab_box .tab_right_box .login_name {
  width: 7rem;
  text-align: right;
}

ul li a {
  color: #fff;
  padding: 0.9375rem 1.25rem;
  font-size: 1rem;
  font-weight: bold;
}

ul li .home {
  padding: 0.9375rem 2.25rem;
}

.currentPage {
  font-size: 0.48rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  background: #fff;
}

.currentPage a {
  color: #ff1a53;
}

/* .contenter-wrap-nav li:hover {
  background-color: #ff1a53;
}
.contenter-wrap-nav li:first-child:hover {
  background-color: white;
} */
.logo_box {
  width: 10.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.5rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.92rem;
}

.logo {
  width: 2.12rem;
  height: 2.12rem;
  margin-right: 0.48rem;
}

/* 内容 */
.contenter-wrap-content {
  width: 100%;
  margin-top: 3.6rem;
}

/* 左上角三条杠一开始不显示 */
.nav-btn {
  display: none;
}

.navButtons {
  position: fixed;
  right: 20px;
  z-index: 9999;
  bottom: 20px;
}

.prev {
  background: #222 url("https://cdn.xqapi.cn/website/hsleu_com/prev.png") no-repeat 13px 12px;
  width: 45px;
  height: 45px;
  margin-top: 6px;
  border-radius: 3px;
  display: block;
  cursor: pointer;
}

.next {
  background: #222 url("https://cdn.xqapi.cn/website/hsleu_com/next.png") no-repeat 13px 12px;
  width: 45px;
  height: 45px;
  margin-top: 6px;
  border-radius: 3px;
  display: block;
  cursor: pointer;
}

/* 寻缘树二维码以及电话地址 */
.fourthPicture {
  width: 100%;
  height: 5.84rem;
  background: #3c3c3c;
}

.fourthPicture-content {
  width: 80%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fourthPicture-content-top {
  width: 100%;
  display: flex;
  font-size: 0.875rem;
  border-bottom: 2px solid #999;
}

.left,
.right {
  width: 50%;
  display: flex;
  justify-content: space-around;
}

.left-qrCode {
  width: 8.75rem;
  height: 8.75rem;
  margin-top: 1rem;
}

.left-qrCode img {
  width: 100%;
}

.left-email {
  color: #333;
  margin-top: 4rem;
}

.right-tel,
.right-address {
  margin: auto 0;
}

.right-tel {
  width: 9.375rem;
  color: #333;
}

.right-address {
  width: 21rem;
  color: #333;
  margin-right: 2rem;
}

.fourthPicture-content-bot {
  text-align: center;
  font-size: 0.875rem;
}

.bot-ICP {
  color: #fff;
  margin-bottom: 0.375rem;
}

.bot-ICP a {
  font-size: 0.96rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.32rem;
}

.bot-record a {
  font-size: 0.96rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.32rem;
}

.bot-record {
  text-decoration: underline;
  color: #fff;
}

/* 加入我们 */
.joinUs {
  padding: 2rem 0 2.4rem;
}

.jionUs-wrap {
  width: 58%;
  margin: 0 auto;
}

.jionUs-title {
  font-size: 1.8rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #0f0f0f;
  line-height: 2.52rem;
  text-align: center;
}

.welcome {
  font-size: 0.8rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ff1a53;
  line-height: 1.12rem;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1.8rem;
}

.xystudio {
  display: flex;
  justify-content: center;
  margin-bottom: 0.52rem;
}

.xystudio-img {
  width: 40.64rem;
  height: 16.76rem;
}

.xystudio-img img {
  width: 100%;
}

.xystudio-content {
  width: 37.5rem;
  margin-left: 3rem;
}

.xystudio-description {
  font-size: 1.0625rem;
  color: #333;
  line-height: 2rem;
}

.becomeVolunteer {
  margin-top: 2.5rem;
}

.becomeVolunteer-con {
  width: 36rem;
  margin-left: 0px;
}

.activeStart,
.dateWall {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 0.625rem;
}

.activeBegin {
  font-size: 1.0625rem;
  color: #333;
  margin-bottom: 6px;
}

.active {
  padding: 0 1.6025rem 0 0;
}

.praise {
  margin-top: 2.5rem;
}

/* 往期新闻 */
.pastNews {
  padding: 1.8rem 0 1.92rem;
  background-color: #fff7f9;
}

.pastNews-title {
  font-size: 36px;
  color: #333;
}

.clickToView {
  font-size: 17px;
  display: inline-block;
  height: 23px;
  color: #222;
  border-bottom: 1px solid #eab4a2;
}

.looknews {
  border-bottom: 1px solid black;
}

.news {
  font-size: 17px;
  color: #222;
}

.dataStatistics {
  font-size: 17px;
  display: inline-block;
  height: 20px;
  color: #222;
  border-bottom: 1px solid black;
}

.previousNews_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0.68rem;
}

.new_item_box {
  width: 32.32rem;
  height: 6.12rem;
  background: #ffffff;
  box-shadow: 0rem 0.8rem 1rem 0rem rgba(0, 0, 0, 0.05);
  border-radius: 0.24rem;
  margin-bottom: 0.64rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0.92rem;
}

.new_item_box img {
  width: 7.36rem;
  height: 4.7rem;
  margin-right: 1rem;
}

.new_item_content_box .title {
  font-size: 0.96rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #0f0f0f;
}

.new1 a {
  font-size: 0.64rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ff1a53;
  text-decoration: underline;
}

.new1 span {
  font-size: 0.64rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8a8a8a;
}

.news_text {
  width: 22.16rem;
  display: inline-block;
  height: 2rem;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* ===== 近期资讯 顶部 banner + 公告 ===== */
.nw-inner {
  width: 100%;
  box-sizing: border-box;
  padding: 0 6rem;
}

.nw-banner {
  position: relative;
  width: 100%;
  /* 抵消容器顶部留白，让 banner 紧贴导航 */
  margin-top: -3.6rem;
  overflow: hidden;
}

.nw-banner-img {
  display: block;
  width: 100%;
}

.nw-banner-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.nw-banner-title {
  font-weight: 700;
  font-size: 3rem;
  color: #fff;
}

.nw-banner-subtitle {
  margin-top: 0.6rem;
  font-weight: 600;
  font-size: 1.5rem;
  color: #fff;
}

.nw-notices {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 2.75rem 6rem 1rem;
}

.nw-notice {
  margin-bottom: 2.5rem;
  text-align: center;
}

.nw-notice-title {
  font-weight: 700;
  font-size: 1.6rem;
  color: #1d1d1d;
}

.nw-notice-desc {
  margin-top: 1rem;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #666;
}

/* 媒体查询 -- 响应式 */
@media (max-width: 720px) {
  /* 导航头 */
  .contenter-wrap-nav {
    width: 92%;
    border-bottom: none;
    height: auto;
    display: none;
    padding: 50px 50px 0;
  }
  .contenter-wrap-nav li:first-child {
    display: none;
  }
  .firstPicture {
    height: 48rem;
  }
  .xylogo {
    width: 98px;
    height: 134px;
    margin-top: -5rem;
  }
  .contenter-wrap-nav li {
    border-right: none;
    box-sizing: border-box;
    line-height: 54px;
    text-align: left;
    border-bottom: 1px solid #f8e8e3;
  }
  .contenter-wrap-nav li a {
    font-size: 16px;
  }
  /* 导航头 */
  .nav-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background: #eab4a2;
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 999;
    overflow: hidden;
  }
  .nav-btn-icon {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 5px;
  }
  .nav-btn-icon > span {
    display: block;
    width: 24px;
    height: 3px;
    background: #fff;
    margin-top: 5px;
  }
  .contenter-wrap-content {
    margin-top: 0;
  }
  /* 寻缘树二维码以及电话地址 */
  .thirdPicture-bot {
    display: flex;
    flex-direction: column;
  }
  .fourthPicture {
    width: 95%;
    height: 490px;
    padding: 7% 3% 0px;
  }
  .fourthPicture-content {
    width: 100%;
  }
  .fourthPicture-content-top {
    width: 100%;
    font-size: 14px;
    height: 300px;
    display: flex;
    flex-direction: column;
  }
  .left,
  .right {
    width: 100%;
  }
  .left-qrCode {
    width: 131px;
    height: 131px;
    margin-top: 4%;
  }
  .left {
    margin-bottom: 6%;
  }
  .right-tel {
    margin-left: 20px;
  }
  .right-address {
    width: 160px;
    margin-right: 0;
  }
  .fourthPicture-content-bot {
    margin-top: 40px;
    font-size: 14px;
  }
  /* 加入我们 */
  .joinUs {
    width: 100%;
    padding: 65px 0;
  }
  .jionUs-wrap {
    width: 100%;
  }
  .xystudio {
    display: flex;
    flex-direction: column;
  }
  .becomeVolunteer {
    display: flex;
    flex-direction: column-reverse;
  }
  .jionUs-title {
    font-size: 36px;
    color: #333;
  }
  .welcome {
    font-size: 20.8px;
    margin-bottom: 20px;
  }
  .xystudio-img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .xystudio-img img {
    display: block;
    width: 89%;
    /* width: 320px;
        height: 280px; */
  }
  .becomeVolunteer img {
    display: block;
    width: 89%;
    /* width: 320px;
        height: 220px; */
  }
  .xystudio-content {
    width: 100%;
    margin-left: 0;
  }
  .xystudio-description {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .word {
    width: 89%;
    font-size: 16px;
    line-height: 3rem;
  }
  .offlineActive {
    margin-top: 20px;
  }
  .offlineActive,
  .active {
    display: flex;
    flex-direction: column;
  }
  .activeStart,
  .dateWall {
    font-size: 20px;
    margin-top: 20px;
    margin-left: 6%;
  }
  .activeBegin {
    font-size: 17px;
    margin-left: 6%;
  }
  .active {
    margin-top: 6px;
  }
  .praisePlatform {
    margin-top: 20px;
  }
  .belss {
    display: flex;
    flex-direction: column;
    margin-top: 6px;
  }
  .goodOpinion {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
  .facilitateSuccessful {
    display: flex;
    flex-direction: column;
  }
}
/* 宽度到达1000的时候, 根元素字体大小变为14px */
@media screen and (max-width: 1000px) {
  html {
    font-size: 14px;
  }
}
/* 宽度到达800的时候, 根元素字体大小变为12px */
@media screen and (max-width: 800px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 420px) {
  html {
    font-size: 10px;
  }
}/*# sourceMappingURL=news.css.map */