﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {margin:0;padding:0;}
html{font-family: 'Microsoft YaHei' !important;}fieldset,img {border:0;}:focus {outline:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup {font-style:normal; }h1,h2,h3,h4,h5,h6 {font-size:100%; }abbr,acronym {border:0;font-variant:normal;}
input,button,textarea,select,optgroup,option {font-family:inherit;font-size:inherit;font-style:inherit; }code,kbd,samp,tt {font-size:100%;}
input,button,textarea,select {*font-size:100%;}body {line-height:1.5;}ol,ul {list-style:none;}table {border-collapse:collapse;border-spacing:0;}
caption,th {text-align:left;}sup,sub {font-size:100%;vertical-align:baseline;}:link,:visited ,ins {text-decoration:none;}
blockquote,q {quotes:none;}blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}

A:link{text-decoration:none; target:_blank}
A:visited{text-decoration:none; target:_blank}
A:active{text-decoration:none; target:_blank}
A:hover{text-decoration:none; target:_blank}
.floatL{ float:left;display:inline;}
.floatR{ float:right;display:inline; }
.clear{ clear:both;}


.center{width:1200px; margin:0 auto}
.lunb{ width:500px;height:auto;}
.wez{width:680px;height:auto;}
.zs{ width:500px;height:auto;}
.zs_sp{width:680px;height:auto;}



.video-box {
  margin-top: 45px;
}
.new-video {
  width: 502px;
  padding: 35px 0px;
  height: 355px;
position:relative;
}
.new-video ul {
  /* overflow-y: scroll; */
  height: 355px;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}

.new-video .prev,.new-video .next{
  width: 100px;
  height: 30px;
  background:url(prev.png);
  background-position: center center;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -50px;
  z-index: 1;
}
.new-video .next{
  top: auto;
  background:url(next.png)
}
.new-video .prev:hover,.new-video .next:hover{
  opacity: 0.7;
}

.new-video ul li {
  height: 96px;
  /*margin-top: 20px;*/
padding:10px 0;
}
.new-video ul li:first-child {
  margin-top: 0;
}
.new-video ul li .photo {
  float: left;
  width: 122px;
  height: 96px;
}
.new-video ul li .photo img {
  width: 100%;
  height: 96px;
  display: block;
}
.new-video ul li .text {
  width: 360px;
  margin-left: 20px;
  float: left;
}
.new-video ul li .text a {
  font-size: 16px;
  line-height: 38px;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
