body, html {
  background: #fff; }

.intro-txt h1 {
  font-size: 16px;
  color: #333;
  padding: 15px 0 0 10px;
  position: relative; }
.intro-txt h1 span {
  position: absolute;
  height: 8px;
  width: 8px;
  display: block;
  -webkit-transform: rotate(45deg);
  border-bottom: solid 1px #5c6368;
  border-right: solid 1px #5c6368;
  top: 20px;
  right: 10px; }
.intro-txt h1 span.transformdeg {
  position: absolute;
  height: 8px;
  width: 8px;
  display: block;
  -webkit-transform: rotate(-135deg);
  border-bottom: solid 1px #5c6368;
  border-right: solid 1px #5c6368;
  top: 20px;
  right: 10px; }
.intro-txt video {
  background: #000;
  width: 100%;
  height: 200px; }
.intro-txt h2 {
  padding: 10px;
  font-size: 14px;
  line-height: 146%; }
.intro-txt h3 {
  font-size: 16px;
  color: #333;
  padding: 15px 0 0 10px; }
.intro-txt p {
  color: #999;
  line-height: 146%;
  padding: 15px 10px;
  border-bottom: solid #e3e3e3 1px;
  font-size: 13px; }
.intro-txt p.hides {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 68px;
  padding-bottom: 20px; }

.icon-see, .video-list ul li div h3 span {
  background: url("../images/see.png") no-repeat; }

.video-list h1 {
  font-size: 16px;
  color: #333;
  padding: 15px 0 10px 10px;
  position: relative; }
.video-list h1 span {
  position: absolute;
  right: 15px;
  color: #666;
  font-size: 14px; }
.video-list ul li {
  margin-bottom: 15px; }
.video-list ul li.add-botline {
  border-bottom: solid #e3e3e3 1px;
  padding-bottom: 15px; }
.video-list ul li p, .video-list ul li div {
  float: left;
  margin-left: 10px; }
.video-list ul li div {
  position: relative;
  min-height: 70px;
  width: 54%; }
  .video-list ul li div h2{
    padding-top: 2px;
  }
.video-list ul li div h3 {
  position: absolute;
  bottom: 0;
  font-size: 10px;
  color: #999;
  white-space: nowrap; }
.video-list ul li div h3 span {
  background-size: 14px;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin-left: 5px; }
.video-list ul li p {
  background: #ececec;
  width: 125px;
  height: 70px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  position: relative; }
.video-list ul li p video {
  position: absolute;
  z-index: 10; }
.video-list ul li p span {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  height: 36px;
  width: 36px;
  border-radius: 36px;
  z-index: 11;
  left: 50%;
  top: 50%;
  margin-top: -18px;
  margin-left: -18px; }
.video-list ul li p span:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
  border-width: 10px;
  font-size: 0;
  position: absolute;
  top: 9px;
  right: 1px; }

.page-count {
  padding: 1px;
  margin: 15px;
  background: #eee; }
.page-count li {
  font-size: 16px;
  color: #666;
  height: 44px;
  line-height: 44px;
  width: 33%;
  float: left;
  text-align: center; }
.page-count li.active {
  background: #6fd2a6;
  color: #fff; }
.page-count li:nth-of-type(2) {
  background: #fff; }

.hot-active {
  border-bottom: solid #e3e3e3 1px;
  padding-bottom: 15px;
  margin-bottom: 30px; }
.hot-active h1 {
  padding: 10px;
  border-top: solid #e3e3e3 1px;
  font-size: 16px;
  color: #333; }
.hot-active li {
  height: 30px;
  line-height: 30px;
  position: relative;
  padding-left: 25px; }
.hot-active li span {
  background: #ff3245;
  color: #fff;
  font-size: 10px;
  position: absolute;
  margin-left: 3px;
  top: 0;
  height: 16px;
  line-height: 16px;
  padding: 0 4px; }
.hot-active li a {
  color: #ff3245;
  font-size: 14px; }
.hot-active li::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 12px;
  width: 6px;
  height: 6px;
  background: #ff3245;
  -webkit-transform: rotate(45deg); }
