/* 
清除浏览器默认属性以及公共样式
*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,html,img,legend,li,ol,p,ul {
  margin: 0;
  padding: 0
}
li {
  list-style: none;
}

a {
  text-decoration: none;
}
.jt_video_cu {
  cursor: pointer;
}

.jt_video_over {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jt_video_czdq {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.jt_video_left {
  float: left;
}

.jt_video_right {
  float: right;
}

.jt_video_clear { zoom:1 }

.jt_video_clear:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
body {
  font-family: '微软雅黑';
}

/* 
视频专区样式表
*/
.jt_main-container {
  background-color: #f7f9fb;
  padding: 35px 0 94px 0;
  min-width: 1200px;
}
.jt_video_header {
  text-align: center;
  width: 1200px;
  margin: 0 auto 81px;
  height: 60px;
  padding-top: 167px;
}
.jt_header_title {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 13px;
}
.jt_header_line {
  width: 50px;
  height: 6px;
  background-color: #c9151e;
  margin: 0 auto;
}
.jt_video_content {
  width: 1200px;
  background-color: #fff;
  padding: 54px 38px;
  margin: 0 auto;
}
.jt_video_first {
  padding-bottom: 50px;
  margin-bottom: 36px;
  border-bottom: solid 1px #dddddd;
}
.jt_video_first_left {
  width: 790px;
  height: 444px;
  overflow: hidden;
}

.jt_video_first_right {
  width: 306px;
  height: 444px;
}
.jt_first_top {
  margin-bottom: 24px;
  cursor: pointer;
}
.jt_first_bottom {
  cursor: pointer;
}
.jt_first_top:hover .jt_video_text,
.jt_first_bottom:hover  .jt_video_text {
  color: #c9151e;
}
.jt_video_first_item {
  height: 183px;
  position: relative;
}
.jt_video_first_item > img {
  height: 100%;
  width: 100%;
}
.video_play_button {
  position: absolute;
  width: 52px;
  height: 52px;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: none;
  background: none;
  cursor: pointer;
}
.video_play_button > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.jt_video_text {
  font-size: 14px;
  color: #333333;
  margin-top: 9px;
}
.jt_video_item {
  padding-bottom: 30px;
  border-bottom: solid 1px #dddddd;
  margin-bottom: 36px;
  position: relative; 
}
.video-item-right-text:hover  {
  color: #c9151e;
  cursor: pointer;
}
.video-item-left {
  width: 306px;
  height: 183px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.video-item-left > img {
  height: 100%;
  width: 100%;
}
.video-item-right {
  width: calc(100% - 331px);
  padding: 10px 25px 0 0;
}
.video-item-right-text {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.video-item-right-date {
  font-size: 16px;
  color: #666666;
  position: absolute;
  left: 328px;
  bottom: 67px;
}

