﻿/*右侧*/
.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 {*/
    /*padding: 15px 0px 15px 0px;*/
    /*font-size: 16px;*/
    /*color: #232323;*/
    /*line-height: 20px;*/
    /*height: 20px;*/
/*}*/
/*.right-content .content .content-div:hover{*/
    /*background: #fff;*/
/*}*/
.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;
    font-weight: bold;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.right-content .content .title:hover a {
    color: #006fc1;
}
.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 span {*/
    /*float: right;*/
    /*font-size: 14px;*/
    /*!*color: #232323;*!*/
    /*color: #666666;*/
/*}*/
.right-content .content a {
    display: inline-block;
    max-width: 811px;
    color: #232323;
    /* font-weight: bold; */
}

/*.right-content .content img {*/
    /*margin-right: 8px;*/
    /*position: relative;*/
    /*top: 2px;*/
/*}*/
.right-content .content span {
    font-size: 12px;
    color: #888;
    margin-right: 22px;
}

.right-content .content img {
    margin-right: 8px;
    position: relative;
    top: 2px;
}
@media screen and (max-width: 1200px) {
    .mian-content{
        margin-top: 30px;
    }
}
