@charset "UTF-8";
video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

/*新闻和图文教程*/
.information .main {
  padding: 30px 15px;
  width: 1170px;
  display: flex;
  /*公共内容样式*/
}

.information .main .news {
  width: 385px;
}

.information .main .news .newVideo {
  margin-top: 20px;
}

.information .main .news .newVideo .titleItem {
  cursor: pointer;
}

.information .main .news .pukeVideo {
  min-height: 278px;
}

.information .main .textImage {
  width: 385px;
  margin: 0 45px;
}

.information .main .textImage .pukeNews {
  min-height: 278px;
}

.information .main .textImage h3 {
  width: 360px;
}

.information .main .textImage .titleItem {
  border-bottom: 2px solid #f0f0f0;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.information .main .textImage .titleItem .subheading {
  width: 100% !important;
}

.information .main .textImage .titleItem .subheading div {
  display: flex;
  align-items: center;
  height: 40px;
}

.information .main .textImage .titleItem .subheading div span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #999;
  margin-right: 8px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* Internet Explorer */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
}

.information .main .textImage .textNews {
  margin-top: 20px;
}

.information .main .tryOut {
  width: 310px;
}

.information .main .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 3px solid #999999;
  height: 32px;
  padding-bottom: 4px;
}

.information .main .title div {
  display: flex;
}

.information .main .title div span {
  display: inline-block;
  width: 15px;
  height: 25px;
  background: #d00725;
  margin-right: 5px;
}

.information .main .title div h2 {
  font-size: 20px;
  width: 230px;
}

.information .main .title .more {
  color: #666;
  font-size: 14px;
}

.information .main .titleLists {
  padding-bottom: 25px;
}

.information .main .titleLists .titleItem {
  margin-top: 20px;
  height: 87px;
  display: flex;
}

.information .main .titleLists .titleItem img {
  width: 130px;
  height: 75px;
  margin-right: 15px;
}

.information .main .titleLists .titleItem .subheading {
  width: 240px;
}

.information .main .titleLists .titleItem .subheading h3 {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

.information .main .titleLists .titleItem .subheading p {
  display: -webkit-box;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  color: #666;
}

.videoPlay {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  background: #fefefe;
}

.videoPlay h1 {
  font-size: 30px;
  line-height: 60px;
  width: 80%;
  text-align: center;
}

.videoPlay video {
  width: 100%;
}

.videoPlay .close {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
}

.videoPlay .close img {
  width: 30px;
  margin-top: 15px;
  height: 30px;
}
