﻿.toutiao {
    width: 1000px;
    height: 80px;
    background-color: #fff;
}

.toutiaoleft {
    width: 100px;
    float: left;
}

.toutiaoleft img {

    width: 100px;
    height: 80px;
    margin-left: 12px;
    margin-top: 10px;
}

.toutiaoright {
    width: 865px;
    float: right;
}

.toutiaorighttop {
    height: 46px;
    width: 800px;
    font-family: "微软雅黑";
    font-size: 30px;
    color: #0178dc !important;
    text-align: center;
    line-height: 46px;
    margin-top: 10px;
}
.toutiaorighttop a{
    height: 46px;
    font-family: "微软雅黑";
    font-size: 30px;
    color: #c90209 !important;
    text-align: center;
    line-height: 46px;
    margin-top: 10px;
    text-decoration: none;
}
.toutiaorightbottom {
    height: 29px;
    text-align: center;
}

.toutiaorightbottominner {
    font-size: 15px;
    color: #000;
    width: 800px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
