.video_list{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 14px;
}
.video{
  width: 25%;
  border-right: 1px #EEEEEE solid;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 16px;
  border-bottom: 1px #EEEEEE solid;
}
.video:nth-child(-n+4){

  padding-top: 0;
}
.video:nth-child(4n+0)
{
  border-right: 0 !important;
}

.video-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 260px;
  margin-top: 10px;
}
.item{
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  color: #333333;
  padding:  10px 0;

}
.bm-2{
  border-bottom: 2px #EEEEEE solid;
}
.item-body{
  padding-left: 20px;
  height: 160px;
}
.item-title{font-size: 16px;height: 30px;margin:0;}
.item-text{font-size: 14px;height: 100px;margin:0;}
.item-small{
  padding-right:10px;
}
.w-120{

  width: 180px;
  height: 120px;
}
.w-260{
  width: 260px;
  height: 180px;
}
.w-270{
  width: 270px;
  height: 160px;
}
.images{
  padding-right: 100px; 
}
h2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px #EEEEEE solid;
  padding-bottom: 10px;
}
h2 img{
  margin-right: 10px;
}
h2 span{

  font-size: 24px;
}
h2 a{
  color: #333333;
  font-size: 16px;
}


h3{color: #333333;font-size: 16px;}
p{
  color: #999999;
  font-size: 14px;
}
.section{
  padding: 10px 0;
}
.section-1 h3{ text-align: center; }