/* CSS Document */
    body, h1, h2, h3, h4, h5, h6, hr, p,
    blockquote, /* structural elements 结构元素 */
    dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
    pre, /* text formatting elements 文本格式元素 */
    form, fieldset, legend, button, /* form elements 表单元素 */
    th, td, /* table elements 表格元素 */
    img {
             border: medium none;
             margin: 0;
             padding: 0;
        }
     li, ol {
             list-style: none;
             vertical-align: bottom;
             }
     em {
             font-style: normal;
         }
     img {
           vertical-align: middle;
         }
            a, input, textarea, select, option, button, .logo, #icon_num li, #icon_num_top li, .blk_29 .LeftBotton, .blk_29 .RightBotton, #cal #cm .cell, .work_lcontent img, .work_detail img, .brow img {
                    cursor: pointer;
                }
     .clearfix:after {
                    content: ".";
                    display: block;
                    height: 0;
                    clear: both;
                    visibility: hidden;
                }
      *html .clearfix {
                    height: 1%;
                }
      * + html .clearfix {
                    height: 1%;
                }
      .clearfix {
                    display: inline-block;
                }
      /* Hide from IE Mac */
      .clearfix {
                    display: block;
                }
      #playerlist a {
                    text-decoration: none;
                    outline: none;
                    color: #FFF;
                }
      #video {
           float: left;
           position: absolute !important;
                }
      #videolist, #videolist2 {
                 width: 20px;
                 height: 480px;
                 float: left;
                 color: #FFF;
                 background-color: #666;
                 line-height: 480px;
                 cursor: pointer;
                  }
      #playerlist {
            width: 190px;
            height: 480px;
            overflow: auto;
            float: left;
            background: #262626;
            font-size: 12px;
            margin-left: 0px;
        }

          #playerlist li {
                list-style: none;
                height: 40px;
                line-height: 40px;
                padding-bottom: 2px;
                border-bottom: 1px solid #333;
                overflow: hidden;
                padding-left: 5px;
				cursor:pointer;
				font-size:14px;
				color: #aaa;
				margin-left: 5px;
            }

            #playerlist li:last-child {
                    border-bottom: none;
                }

            #playerlist li.crent,#playerlist li:hover {
                    background: #444;
                    color: #ffd500;
                }

            #playerlist li a {
                    display: block;
                    color: #fff;
                }

            #playerlist li img {
                    vertical-align: middle;
                    height: 40px;
                    margin: 0 20px 0 0;
                }
        .bflist{
	        width: 20px;
		line-height: 20px;
		position: relative;
		top: 40%;
		padding-left: 3px;
		height: auto;
		color:#ccc;
        }