html,body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
ul,ol,li{
    list-style: none;
}

.title p{
    font-size: 68px;
    font-family: 黑体;
    
}
.unit p{
    font-size: 58px;
    font-family: Times New Roman;
    
}
.videoBox{
    outline: solid #ff0000;
    outline-width:1px;
    position: relative;
    margin: 6px 0;
    font-size: 180px;
	color: #ff9800;
	word-wrap: break-word; 
	word-break: normal;
}


.show{
    cursor: pointer;
    font-size: 38px;
    font-family: 宋体;
}

.text{
    display:none;
    font-size: 100px;
    color: blue;
    margin-left: 80px;
}

.text.active{
    display:block;
}





/*.container{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: #f1f1f1;*/
/*    overflow: hidden;*/
/*}*/
/*.container .content{*/
/*    width: 96%;*/
/*    height: 90%;*/
/*    border-radius: 10px;*/
/*    background-color: #fff;*/
/*    margin: 3% auto;*/
/*    position: relative;*/
/*}*/



