.translate{
    width: 1200px;
    height: auto;
    display: flex;
}
.translate_cont{
    width: 775px;
    height: auto;
}
.translate_ad{
    width: 425px;
    height: auto;
}
.translate_items{
    width: 775px;
    height: 110px;
    display: flex;
    margin-bottom: 45px;
}
.translate_items_img{
    width: 170px;
    height: 110px;
}
.translate_items_img img
{
     width: 170px;
    height: 110px;
}
.translate_itmes_cont{
    flex: 1;
}
.translate_items_cont_title{
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #404040;
    padding-left: 45px;
    overflow: hidden;
}
.translate_items_cont_details{
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #888888;
    padding-left: 45px;
    overflow: hidden;
}
.translate_items_cont_yt{
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #0b989a;
    padding-left: 45px;
    overflow: hidden;
    padding-top: 5px;
}
.translate_items_cont_yt span{
    padding-right: 10px;
}
/* 详情页 */
.translate_navbar{
    width: 775px;
    height: 30px;
    margin-top: 40px;
}
.translate_navbar p{
    font-size: 16px;
    color: #3d3d3d;
    line-height: 30px;
}
.translate_details_title{
    width: 775px;
    height: 50px;
    margin-top: 40px;
}
.translate_details_title p{
    font-size: 30px;
    line-height: 50px;
}
.source{
    width: 775px;
    height: 40px;
    border-bottom: 1px solid #eeeeee;
    margin-top: 40px;
}
.source p{
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 17px;
    color: #9f9f9f;
}
