#Watch_History h2 {
    color: #CCCCCC;
    font-size: 20px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#Watch_History ul {
    font-size: 0px;
}

#Watch_History ul li {
    position: relative;
    width: 500px;
    margin-bottom: 20px;
    display: inline-block;
}

#Watch_History ul li img {
    width: 160px;
    height: 240px;
}

#Watch_Historytxt {
    position: absolute;
    display: inline-block;
    left: 180px;
}

#Watch_Historytxt p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

#Watch_Historytxt span {
    font-size: 16px;
    color: #747578;
    font-size: 14px;

}