@CHARSET "UTF-8";

.zt_cover{
    width:250px;
    padding-right: 20px;
    display: table-cell;
    vertical-align: top;
}
.zt_cover img{
    width:250px;
    height:187px;
}
.zt_info{
    width: 100%;
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
}
.zt_info p{
    line-height: 40px;
}
.btn_normal{
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    text-align: center;
}
.btn_normal:hover{
    color: #fff;
}
.zt_history_list li{
    width: 100%;
    margin-top: 20px;
    background: #EB6D04;
    border-radius: 5px;
}
.zt_history_list li.cur,.zt_history_list li:hover{
    filter:alpha(opacity=80);/*IE*/
    -moz-opacity:0.8;/*Moz+FF*/
    opacity:0.8;
    border-radius: 5px;
}
.zt_history_list li a{
    width: 100%;
    padding: 0;
}
@media screen and (max-width:480px){
    .zt_cover{
        width: 100%;
        display: block;
        padding: 0;
        margin-bottom: 20px;
    }
    .zt_cover img{
        width:100%;
        max-height:187px;
    }
}
