.content{
  background: #F8F8F8;
}
.header_bg {
  height: 64px;
}
.bx_container{
  width: 1200px;
  margin: 0 auto;
  min-height: 500px;
}
.tabs_wrap {
  padding-top: 8px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E2E2E2;
  color: #333;
}
.tabs_wrap .tabs_item {
  margin-top: 24px;
  display: flex;
}
.tabs_wrap .tabs_item::after {
  display: block;
  content: "";
  clear: both;
}
.tabs_wrap .tabs_lis {
  float: left;
}
.tabs_wrap .tabs_lis .tabs_li {
  margin-right: 40px;
  line-height: 20px;
  font-size: 16px;
  cursor: pointer;
  float: left;
  color: #333;
  text-decoration: none;
}
.tabs_wrap .tabs_lis .tabs_li:hover, .tabs_wrap .tabs_lis .tabs_li.cur {
  color: #0DA5EF;
}
.tabs_wrap .label {
  font-size: 20px;
  line-height: 20px;
  color: #333;
  font-weight: bold;
  font-weight: 600;
  width: 87px;
  float: left;
}
.video_head .page_info {
  display: inline-block;
  width: 68px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.video_head .head_tit {
  line-height: 40px;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.move{
  height: 1px;
  width: 46px;
  border-top: 1px solid #333333;/*只需要将上边显示出来*/
  position: absolute;
  left: 0;
  bottom: -2px;
  line-height: 0;
  font-size: 0;
  transition: left .2s ease-in-out 0s;/*包含四个过度属性：执行变换属性、执行时间、速率、延迟*/
  -webkit-transition: left .2s ease-in-out 0s;/*chrome和safari*/
  -moz-transition: left .2s ease-in-out 0s;/*firefox*/
  -o-transition: left .2s ease-in-out 0s;/*opera*/
  margin-left: 0 !important;
}

.video_ul{
  margin-top: 40px;
  font-size: 0;
}
.video_ul li{
  display: inline-block;
  margin-right: 8px;
  width: 233px;
  margin-bottom: 24px;
}

.video_ul li:nth-child(5n){
  margin-right: 0;
}
.video_ul li a{
  display: block;
  width: 100%;
}
.video_ul li img{
  width: 233px;
  height: 132px;
  border-radius: 4px;
}
.video_ul li:hover img{
  box-shadow:0px 0px 10px #999;
}
.video_ul li h5{
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-top: 16px;
  line-height: 14px;
}
.video_ul li:hover h5{
  color: #0DA5EF;
}
.video_ul li p{
  font-size: 12px;
  line-height: 12px;
  color: #999999;
  margin-top: 7px;
}

/* pagination */
.pagination_box{
  text-align: center;
  padding-bottom: 60px;
  padding-top: 40px;
}
.pagination_box a ,.pagination_box .active{
  display: inline-block;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 2px;
  background: #ffffff;
  text-align: center;
  line-height: 30px;
  color: #999999;
  font-size: 16px;
  margin:  0 5px;
}

.pagination_box .active,.pagination_box a:hover {
color:#ffffff ;
background: #212735;
}
.pagination_box .jump-ipt{
  width: 60px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background:rgba(255,255,255,1);
border:1px solid rgba(226,226,226,1);
border-radius:2px;
  font-size:16px;
  color: #333333;
  box-sizing: border-box;
}
.pagination_box .jump-btn{
  width: 50px;
}
.pagination_box .next,.pagination_box .prev{
  font-family: simsun;
    font-size: 16px;
    font-weight: 700;
}

.no_data h4 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 40px;
}