html,
body,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
  font-family: PingFangSC-Medium, PingFang SC !important;
}
b,
strong {
  font-weight: normal;
}
a,
u {
  text-decoration: none;
  color: #000;
}
img {
  border: 0;
  display: block;
}
input,
fieldset {
  outline: none;
  border: 0;
}
li {
  list-style: none;
}
.mrt1 {
  margin-top: 10px;
}

/*版心*/
.main {
  width: 1200px;
  margin: 0 auto;
}
.currentPosition {
  color: #999999;
  font-size: 14px;
}
.positionLink {
  color: #999999;
  font-size: 14px;
}
.container {
  height: 100%;
  padding-bottom: 30px;
}
.cont {
  width: 100%;
  height: 100%;
  border: 1px solid #e9e9e9;
  padding: 30px 20px;
  margin-top: 20px;
}
.cont1 {
  padding-right: 21px;
}
.cont .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #05a4ff;
}
.cont .title .left {
  display: flex;
  align-items: center;
  color: #05a4ff;
  font-weight: 500;
  font-size: 20px;
  font-weight: 500;
}
.cont .title .right a {
  /*color: #05a4ff;*/
}

.title .image {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.image img {
  width: 20px;
  height: 20px;
}
.content1 .image img {
  width: 18px;
  height: 20px;
}
.content2 .image img {
  width: 22px;
  height: 22px;
}
.content3 .image img {
  width: 22px;
  height: 21px;
}
.content4 .image img {
  width: 16px;
  height: 20px;
}
.content5 .image img {
  width: 18px;
  height: 20px;
}
.cont .desc_box {
  margin-top: 16px;
  /*height: 125px;*/
  overflow: hidden;
  color: #333333;
  font: 400 16px/26px PingFangSC-Regular, PingFang SC;
  display: flex;
  flex-wrap: wrap;
}
.desc_box .keyword {
  margin-right: 8px;
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
  border: 1px solid #eeeeee;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
