﻿.play_name {
    width: 560px;
    height: 316px;
    cursor: pointer;
    border: 1px solid #fff;
    position:relative;
    
}

    .play_name:hover {
        border: 1px solid #cf9;
    }



.title1 {
    display: block;
    padding-top: 80px;
    padding-left: 4px;
    font: 12px/1.5 Tahoma, "微软雅黑";
    color: #fff;
    font-weight: bold;
}

.cname1 {
    display: block;
    padding-left: 4px;
    font: 12px/1.5 Tahoma, "微软雅黑";
    color: #cf9;
    font-weight: bold;
}

.ico_play {
    position: absolute;
    top: 130px;
    left: 250px;
    width: 60px;
    height: 60px;
    background-image: url(../images/ico_play.png);
}
