    body{
		width: 100%;
		height: 100%;
	}
	.box{
		width:1550px;
		height:1000px;
		margin:0 auto;
	}
	.video_box{
		width:1200px;
		float:left;
	}
    .hint{
        width:1200px;
        height:675px;
        top:0;
        position:absolute;
        background:#e8e8e8;
        display:none;
        text-align:center;
    }
    .hint h1{
        margin-top:250px;
        font-size:40px;
    }
    .hint button{
        width:150px;
        height:50px;
        background:#fff;
        border:1px solid #ccc;
        border-radius:10px;
    }
    .hint button a{
        text-decoration:none;
        color:#000;
        float:left;
        width:100%;
        height:100%;
        line-height:50px;
    }
    .video{
    	width:100%;
        height:675px;
    	position:relative;
    }
    #video{
    	width:100%;
        display:block;
    }
    #PLAY{
    	float:left; 
    	width:100px;
    	height:100px;
    	display:block;
    	position:absolute;
    	color:#FFF;
    	top:43%;
    	left:45%;
    	background-image:url(../../bofang.png);
    	background-size:100px 100px;
    	opacity: 0.6;
    }
    .xq{
    	width:98.3%;
		height: 215px;
    	background:#fff;
    	margin-top:10px;
    	padding:10px;
    }
    .xq h4{
    	margin:0px;
    	color:blue;
    }
    .xq span{
    	word-wrap:break-word;  
	    word-break:break-all;  
	    overflow: hidden;
    }
    .lest{
    	float:left;
    	margin-left:20px;
    	width: 18%;
    	height:900px;
    	background: #FFFFFF;
    	padding: 10px;
    	overflow: hidden;
    	max-height: 93%;
    	overflow-y: scroll;
    }
    .list_ul{
    	list-style:none;
    	margin: 0;
    	padding: 0;
    }
    .list_li{
    	width:96.5%;
    	height:13%;
    	margin-bottom:5px;
    	border:1px solid #ccc;
    	padding:5px;
    }
    .list_li .img{
    	float:left;
    	width:40%;
    	height:99%;
    	border:1px solid #ccc;
    }
    
    .list_li .text{
    	float:left;
    	margin-left:3%;
    	width:56%;
    	height:80%;
    	word-wrap:break-word;  
	    word-break:break-all;  
	    overflow: hidden; 
    }
    .goumai{
        margin-left:3%;
        color:#000;
        float:left;
    }
    .sfgoumai{
        border:0;
        background:#fff;
        
        width:30px;
    }