@charset "utf-8";
/* CSS Document */

/*右侧开始*/
.bd_box{
    position: relative;
    margin:27px 0 0 0;
    padding:41px 1px 60px;
    float: right;
    width: 100%;
    background: #fff;
    overflow: visible;
    z-index: 100;
    border:1px solid #ccc;

}
.right_hd_btn{
    position: absolute;
    left: 50%;
    width: 365px;
    height: 57px;
    background: url(../images/blue_button.jpg) left;
    margin-left:-182px;
    top:-29px;
    display: block;
    cursor: pointer;
}
.list_hr{
    width:710px;
    height: 1px;
    background: #f1f1f1;
    margin:15px;
    clear: both;
    _margin:1px 0 0 15px;
    *background:#fff;
    *border-bottom:1px solid #f1f1f1;
}
.play_list{
    width:100%;
    margin:18px 18px 0 18px;
    overflow: hidden;
}
.play_list li{
    position:relative;
    width: 136px;
    float: left;
    border-bottom:1px solid #ccc;
    padding:15px;
}

.play_list li img{
    width: 60px;
    height: 60px;
    float: left;
    margin:0 10px 10px 0;
}
.play_list li strong{
    margin-bottom:18px;
    width:30px;
    display:block;
    float:left;
}
.play_list li strong a{
    width:60px;
    display:block;word-wrap:break-word;word-break:break-all;
}
.play_list li embed{
    *position:absolute;
    *top:37px;
    *right:6px;
    *background:#fff;
}
.play_list li object{
    position:absolute;
    top:37px;
    right:6px;
    background:#fff;
}
.next_batch{
    position: absolute;
    width: 127px;
    height: 32px;
    bottom:-16px;
    right:20px;
    background: url(../images/next_batch.jpg) no-repeat;
    display: block;
    cursor: pointer;
}
.Focus_img{
    position: absolute;
    width: 437px;
    height: 298px;
    left:-257px;
    bottom:-262px;
    background: url(../images/phone.png) no-repeat;
    _bottom:-263px;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
　　(src="images/more.png", sizingMethod="scale");
}
/*字体样式*/
a:link{
    color:#333;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
a:visited{
    color:#333;
    text-decoration: none;
}