html,
body {
  margin: 0;
  padding: 0;
  min-width: 960px;
  overflow-x: auto;
  font-family: Arial, sans-serif;
}
body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
.NewsDiv {
  width: 954px;
  height: 29px;
  background-color: #ffffff;
  border: 3px solid #505050;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #006;
}
.MainContainer {
  width: 960px;
  margin: 10px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ContentLeft {
  width: 800px;
  float: left;
}
.SidebarRight {
  width: 126px;
  float: right;
  border-left: 1px solid #ccc;
  padding-left: 0;
}
.SearchTitle {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.Pagination {
  font-size: 12px;
  margin-bottom: 10px;
  color: #333;
}
.Pagination a {
  color: #0033cc;
  text-decoration: none;
  margin: 0 2px;
}
.Pagination .CurrentPage {
  font-weight: bold;
  margin: 0 2px;
}
.VideoCard {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.VideoThumb {
  float: left;
  width: 151px;
  height: 104px;
  margin-right: 10px;
  position: relative;
}
.VideoThumb img {
  width: 151px;
  height: 104px;
  border: 1px solid #999;
  padding: 1px;
  background: #fff;
  box-sizing: border-box;
}
.VideoInfo {
  overflow: hidden;
  zoom: 1;
}
.VideoTitle {
  font-size: 14px;
  font-weight: bold;
  color: #0033cc;
  text-decoration: underline;
  display: block;
  margin-bottom: 3px;
}
.VideoDurationText {
  font-size: 12px;
  color: #555;
  margin-bottom: 5px;
}
.VideoDesc {
  font-size: 12px;
  color: #333;
  margin-bottom: 5px;
  line-height: 1.4;
}
.VideoTags {
  font-size: 11px;
  color: #555;
  margin-bottom: 3px;
}
.VideoTags a {
  color: #0033cc;
  text-decoration: underline;
}
.VideoMeta {
  font-size: 11px;
  color: #555;
  line-height: 1.5;
}
.VideoMeta a {
  color: #0033cc;
  text-decoration: underline;
}
.UploadBanner img {
  width: 120px;
  height: 600px;
  display: block;
  margin-left: 6px;
  border: none;
}
.NoResults {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
