header .header-pc {
  position: fixed;
  background-color: #fff;
}
header .header-pc .logo .whrite {
  display: none;
}
header .header-pc .logo .black {
  display: block;
}
header .header-pc .one_list {
  color: #333 !important;
}
header .header-pc .tel i,
header .header-pc .tel p,
header .header-pc .tel span {
  color: #333 !important;
}
header .header-pc .language {
  background-color: rgba(0, 0, 0, 0.1);
}
header .header-pc .language a {
  color: #333;
}
header .header-pc .language .ch {
  border-right: 0.05rem dashed #ffffff;
}
section {
  margin-top: 6.82rem;
  margin-bottom: 2.73rem;
}
section .position {
  margin-top: 1.82rem;
  height: 2.27rem;
  line-height: 2.27rem;
}
section .position .main_center {
  font-size: 0.73rem;
}
section .container {
  display: flex;
}
section .container .l {
  width: calc(100% - 15.91rem);
}
section .container .l .title {
  margin-bottom: 1.36rem;
  padding-bottom: 0.91rem;
  border-bottom: 0.05rem solid #f0f0f0;
}
section .container .l .title h2 {
  font-size: 1.36rem;
  line-height: 1.4;
  margin-bottom: 0.91rem;
  font-weight: normal;
}
section .container .l .title span {
  color: #888;
}
section .container .l .title .date {
  margin-right: 1.82rem;
}
section .container .l p {
  color: #666;
  line-height: 1.8;
}
section .container .l p > img {
  width: 60%;
  display: block;
  margin: 0.45rem auto;
}
section .container .l p > span {
  line-height: 1.8;
}
section .container .r {
  width: 15.91rem;
  padding-left: 2.27rem;
}
section .container .r .title {
  font-size: 1.09rem;
}
section .container .r .item {
  width: 100%;
  padding: 0.91rem 0;
  border-bottom: 0.05rem solid #f0f0f0;
  display: inline-block;
}
section .container .r .item .pic {
  width: 100%;
  height: 9.09rem;
  margin-bottom: 0.91rem;
}
section .container .r .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section .container .r .item span {
  color: #999;
}
section .container .r .item h3 {
  font-size: 0.82rem;
  margin: 0.45rem 0;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section .container .r .item p {
  color: #888;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
section .container .r .item:hover h3 {
  color: #4572fd;
}
@media only screen and (max-width: 768px) {
  section .container {
    flex-direction: column;
  }
  section .container .l {
    width: 100%;
  }
  section .container .r {
    width: 100%;
    padding-left: 0;
  }
}
