body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
figure,
figure,
legend,
textarea,
p,
blockquote,
th,
td,
input,
label {
  margin: 0;
  padding: 0;
  font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, '微软雅黑', STHeitiSC-Light, simsun, '宋体', WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
  word-wrap: break-word;
}
html {
  /*font-size: 6.25%;*/
  /*100 ÷ 16 × 100% = 6.25%*/
  -ms-touch-action: none;
  /* 禁止winphone默认触摸事件 */
}
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: #41bba3;
}
input {
  outline: medium;
}
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
[v-cloak],
.ms-controller {
  visibility: hidden;
}
.cleardiv {
  clear: both;
  height: 0;
  display: block;
  overflow: hidden;
}
.clearfix:after,
.after {
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
  content: "";
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.pf {
  position: fixed;
}
.ps {
  position: static;
}
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
.fn {
  float: none;
}
.ovh {
  overflow: hidden;
}
.vh {
  visibility: hidden;
}
.bCt {
  background: transparent;
}
.none0 {
  display: none;
}
.singleRow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: list-item;
}
@media (max-width: 500px) {
  .v_PC {
    display: none !important;
  }
}
.v_H5 {
  display: none !important;
}
@media (max-width: 500px) {
  .v_H5 {
    display: block;
  }
}
.v_H5_inline {
  display: none;
}
@media (max-width: 500px) {
  .v_H5_inline {
    display: inline;
  }
}
.v_H5_inline-block {
  display: none;
}
@media (max-width: 500px) {
  .v_H5_inline-block {
    display: inline-block;
  }
}
@media (max-width: 500px) {
  .H5_h {
    display: none;
  }
}
div,
span,
ul,
li {
  box-sizing: border-box;
}
.xwzx-content {
  margin-top: 0px;
}
.xwzx-content .join {
  position: absolute;
  top: 205px;
  right: 0;
  width: 100%;
  height: 925px;
  background: url('../images/home/home.png') no-repeat;
  background-size: 100% 100%;
}
.xwzx-content .news-content {
  display: flex;
  align-items: center;
  margin: 50px 0 100px;
}
.xwzx-content .news-content .xwzx-img {
  width: 625px;
  height: 490px;
}
.xwzx-content .news-content .xwzx-img-h5 {
  display: none;
  width: 100%;
  height: 32vw;
}
.xwzx-content .news-content .news-r {
  width: 540px;
  height: 490px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 35px;
}
.xwzx-content .news-content .news-r .news-list .news-item {
  font-size: 18px;
  line-height: 36px;
  color: #262626;
  margin-bottom: 0px;
}
.xwzx-content .news-content .news-r .news-list .news-item .news-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.xwzx-content .news-content .news-r .news-list .news-item .news-item-title {
  max-width: 540px;
  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  font-weight: bold;
  color: #262626;
}
.xwzx-content .news-content .news-r .news-list .news-item .news-source {
  font-size: 14px;
  color: #787878;
}
.xwzx-content .news-content .news-r .news-list .news-item .news-time {
  font-size: 14px;
  color: #787878;
  margin-left: 38px;
}
.xwzx-content .news-content .news-r .news-list .news-item:first-child {
  padding-top: 0;
}
.xwzx-content .news-content .news-r .news-list .news-item:last-child {
  margin-bottom: 0;
}
.xwzx-content .news-content .news-r hr {
  height: 1px;
  width: 100%;
  background-color: #e8ebee;
  border: none;
}
