@charset "UTF-8";
/* 全局样式修改 */
html,
body,
div,
span,
iframe,
map,
font,
img,
a img,
samp,
strong,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
b,
p,
blockquote,
a,
address,
code,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tr,
td,
th {
  padding: 0;
  margin: 0;
  border: 0;
  font-weight: normal;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

i {
  font-style: normal;
}

a {
  text-decoration: none;
  color: initial;
  color: #0b0b0d;
}

a:focus {
  outline: none;
}

a.hidefocus {
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

input[type="text"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  /*去除iPhone input默认样式}*/
}

input {
  outline: none;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

body {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  font-size: 14px;
}

.clear {
  clear: both;
}

div,
ul,
li,
input {
  box-sizing: border-box;
}

em,
i,
strong {
  font-style: normal;
}

::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background: #79d6e4;
}

::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: #f3f3f3;
}

.w {
  width: 1024px;
  margin: 0 auto;
}

figure {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .w {
    width: 100%;
  }
}

.news__info__content {
    color: var(--font-color);
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
    gap: 16px;
    overflow: hidden;
    padding: 32px 0px 24px;
}
.news__info__content > * {
    margin: 0px;
}
.news__info__content h2 {
    background-repeat: no-repeat;
    background-size: 14px 18px;
    box-sizing: border-box;
    font-size: 20px;
    padding-left: 20px;
    position: relative;
    background-position: left 6px;
}
.news__info__content a {
    color: rgba(0, 128, 255, 0.88);
    font-weight: 700;
}
