<style lang="less">
    .demo-img {
		width: 100%
	  }

	  .playyd {
		padding: 2px 5px;
		background-color: rgba(255, 153, 0, 0.51);
		border-radius: 5px;
		color: #fff !important;


		margin-left: 2px;
		float: right;
		margin-right: 0px;
        font-size: 15px;
    }

	  .videolist {
		max-height: 500px;
        max-width: 800px;
		margin: 0 auto;
		overflow: auto;
	  }


    .videolist1 {
    float:left;
    width: 85%;
    margin-bottom: 5px
    }

    .videolist2 {
    float:left;
    width: 15%;
    margin-bottom: 5px

    }

	  .redColor {
		color: red;
	  }

	   /*包含以下四种的链接*/
    ac {
      /*text-decoration: none;*/
      color: #000000;
      width: 80%;
    }

    /*1正常的未被访问过的链接*/
    ac:link {
      text-decoration: none;
    }

    /*2已经访问过的链接*/
    ac:visited {
      text-decoration: none;
      
    }

    /*3鼠标划过(停留)的链接*/
    ac:hover {
      text-decoration: none;
    }

    /*4正在点击的链接*/
    ac:active {
      text-decoration: none;
    }
</style>

