@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%;
}

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

/* 第一张图片 */
.firstPicture {
  width: 100%;
  height: 18.75rem;
  padding: 2.5rem 0 3.75rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  background-position: 50% 50%;
  background-image: url(https://cdn.xqapi.cn/website/hsleu_com/news_banner_bg.jpg);
  color: white;
  font-size: 1.57rem;
  position: relative;
}

.title {
  margin-top: 11.75rem;
  font-size: 2.8125rem;
  font-weight: 300;
  text-align: center;
}

/* 时间 */
.time {
  width: 100%;
}

.time div {
  width: 60%;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 14px;
  color: #a9aeb2;
  border-bottom: 1px solid rgb(221, 221, 221);
}

/* 下边详细的内容 */
.news-wrap {
  padding: 2.5rem 0 0;
}

.news-detail {
  width: 60%;
  margin: 0 auto;
}

.news-title {
  font-size: 2.25rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  color: #222;
}

.separator {
  height: 2px;
  background: #ddd;
  width: 15rem;
  margin: 0 auto;
  border-radius: 2px;
}

.news-word {
  margin-top: 2.5rem;
  font-size: 1.375rem;
  color: #444;
  line-height: 2.5rem;
}

.statisticalChart {
  width: 100%;
  display: flex;
  margin-top: 2.5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.875rem;
}

.statisticalChart img {
  display: block;
  width: 57.3125rem;
  height: 31.875rem;
}

.picture img {
  display: block;
  width: 51.625rem;
  height: 25rem;
}

.beauty {
  width: 100%;
  display: flex;
  margin-top: 2.5rem;
  justify-content: center;
  align-items: center;
}

/* 寻缘树二维码以及电话地址 */
.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;
}

.dataSource {
  text-align: center;
  margin-top: 36px;
  font-size: 17px;
  color: #444;
}

/* 媒体查询 -- 响应式 */
@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;
  }
  .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;
  }
  /* 盒子内容第一个图片 */
  .firstPicture {
    height: 200px;
    padding: 30px 0;
    padding-top: 5px;
  }
  .title {
    width: 80%;
    margin: 0 auto;
    margin-top: 12%;
    font-size: 36px;
    font-weight: 300;
  }
  /* 详细内容 */
  .news-title {
    font-size: 36px;
  }
  .news-detail {
    width: 84%;
  }
  .news-word {
    font-size: 22.1px;
    font-weight: 300;
    line-height: 30px;
  }
  .time div {
    width: 84%;
  }
  .statisticalChart img {
    width: 320px;
    height: 204px;
  }
  .beauty img {
    width: 320px;
    height: 240px;
  }
  /* 寻缘树二维码以及电话地址 */
  .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;
  }
}
/* 宽度到达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_2019_12_24.css.map */