/*右侧*/
.main-title img {
    position: relative;
    top: -5px;
}

.main-title .right {
    font-size: 12px;
    color: #888;
    float: right;
    position: relative;
    top: 5px;
}

.right-content .content .content-div {
    border-bottom: 1px solid #e6e6e6;
    padding: 25px 0px 19px 0px;
}
.right-content .content .content-div:hover{
    background: #fff;
}
.right-content .content .title {
    font-size: 16px;
    max-width: 931px;
    /*font-weight: bold;*/
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.right-content .content .title a{
    max-width: 931px;
}
.right-content .content .title:hover a {
    color: #4e57cc;
}
.right-content .content p {
    font-size: 14px;
    color: #888;
    margin-bottom: 14px;
    max-height: 50px;
    line-height: 24px;
    overflow: hidden;
    height: 48px;
}
.right-content .content a {
    max-width: 839px;
    color: #232323;
    display: inline-block;
}
.right-content .content span{
    margin-right: 22px;
    font-size: 12px;
    color: #888;
}
.right-content .content span.right-time {
    float: right;
    margin-right: 0px;
    margin-top: 1px;
}

.right-content .content img {
    margin-right: 8px;
    position: relative;
    top: 2px;
}
@media screen and (max-width: 1200px) {
    .mian-content{
        margin-top: 30px;
    }
}
