<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box_information .information_con {
  padding: 45px 0 30px;
}
.box_information .information_con .box {
  display: none;
}
.box_information .information_con .box img {
  border-radius: 20px;
}
.box_information .information_con .box.cur {
  display: flex;
}
.box_information .picMarquee-left1 li .con .img {
  border-radius: 20px;
}
.box_information .picMarquee-left1 li .con .pic {
  border-radius: 20px;
}
.box_information .box_hd {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.box_information .box_hd h2 {
  font-size: 36px;
}
.box_information .box_hd h2 span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-left: 40px;
  letter-spacing: 2px;
}
.box_information .box_hd .operate {
  display: flex;
  flex-direction: row;
}
.box_information .box_hd .operate .span {
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #F5F5F5;
  border-radius: 12px 12px 4px 4px;
  font-weight: 400;
  color: #444444;
  margin-right: 16px;
}
.box_information .box_hd .operate .span.cur {
  position: relative;
  background: #FF4242;
  font-weight: bold;
  font-size: 16px;
  color: #FEFEFE;
}
.box_information .box_hd .operate .span.cur:after {
  position: absolute;
  bottom: -25px;
  left: calc(50% - 10px);
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('/pc/assets/images/bottom.png');
  background-size: 100% 100%;
}
.box_information .video-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px 37px 10px;
}
.box_information .video-box .box-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.box_information .video-box .box-item img {
  margin-right: 10px;
  margin-bottom: 5px;
}
.box_information .video-box .box-item .pic {
  position: relative;
}
.box_information .video-box .box-item .pic .play {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 9px;
  bottom: 10px;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  opacity: 0.5;
}
.box_information .video-box .box-item .pic .play img {
  width: 55px;
}
.box_information .video-box .box-item .pic:hover .play {
  display: flex;
}
</pre></body></html>