html,body {
	width:100%;
	height:100%;
	margin: 0;
	overflow: hidden;
}
ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul{
	width:100%;
	height: 100%;
}
.canvas{
	position: absolute;
	left: 0;
	top:0;
       opacity: 0.3;
}
.clearfix{
	display: block;
	content:"";
	clear: both;
}
.poR{
	position:relative;
}
.box{
	width: 170%;
	height:100vh;
	position: relative;
	/* overflow: hidden; */
	/*border:1px solid transparent;
	width: 88%;
	height:52%;
	margin: 0 auto;
	overflow: hidden;*/
	/*position: relative;*/
	transform: scale(0.85);
}

.box .box-con{
	/*border:1px solid transparent;*/
	width: 100%;
	height:52%;
	position: absolute;
	top:0%;
	left:0%;
}

.box .box-con li{
    width: 320px;
    height: 188px;
    background: transparent;
    position: absolute;
    left: 660px;
    top: 66px;
    cursor: pointer;
    /*z-index: 10;*/
	    -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.4, transparent), to(rgba(0,0,0,0.2)));  
    }

    .box .box-con li img{
    	width: 100%;
    	    height: 100%;
    }


.box .box-con li .news-img{
float: left;
  overflow: hidden;
  position: relative;

  background-size: contain;
  background-color: transparent;
  width: 100%;
  height: 100%;
}

.box .box-con li .news-img span{
height: 100%;
  width: 100%;
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
}


   .box .prev,.next{
   	width: 52px;
   	height: 52px;
   	display: block;
   	position: absolute;
   	top: 50%;
   	/* z-index: 9999; */
   	cursor: pointer;
   }

   .prev{
   	left: -80px;
   	background: url(../images/index/left.png) no-repeat 0px 50%;
   	background-size: cover;
   }
   .next{
	   left: 53%;
	   background: url(../images/index/right.png) no-repeat 100% 50%;
	   background-size: cover;
	  }

   .prev:hover{
    	   background: url(../images/index/left-hover.png) no-repeat 100% 50%;
	   background-size: cover;
   }
   .next:hover{
    	   background: url(../images/index/right-hover.png) no-repeat 100% 50%;
	   background-size: cover;
   }

/*li*/
li .b_tit {
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0px;
    margin: 0px;
    padding: 0px;
}
li .liPOpacity {
  width: 100%;
  height: 3rem;
  background: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  color: #fff;
  font-size: 1.5rem;
  line-height: 3rem;
  padding-left: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.tit{
    width: 100%;
    height: 40px;
    /*padding: 0 10px;*/
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0px;
}
.tit>span{
    width: 100%;
    height: 30px;
    font-weight: normal;
    float: left;
    text-align: left;
    line-height: 30px;
    color: #fff;
    border-bottom: 1px solid #2f2f2c;
    margin: 0px;
    padding: 0px; 
    text-indent:10px; 
}

.list a{
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
}


/*弹出页面*/
.letvIframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border: 0;
    overflow: hidden;
}

.letvclose {
    top: 10px;
    right: 10px;
    border: 2px solid #fff;
    color: #fff;
    font: 14px/20px "微软雅黑";
    position: absolute;
}

iframe{
	border:none;
}
