﻿/*右侧*/
.right-content {
    width: 970px;
    float: left;
}

.main-title .title {
    font-size: 18px;
    color: #11356d;
    font-weight: bold;
}

.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: 20px 0;
    color: #232323;
}
.right-content .content .content-div:hover a{
    color: #143f7a;
}
.right-content .content .content-div:hover .right-time{
    color: #143f7a;
}
.right-content .content .content-div a {
    font-weight: bold;
    font-size: 16px;
    width: 880px;
    display: inline-block;
}

.right-content .content .right-time {
    float: right;
    font-size: 14px;
    color: #888;
}
/*@media screen and (max-width: 1440px) {*/
    /*.right-content .content a{*/
        /*width: 690px;*/
    /*}*/
/*}*/
