﻿/*右侧*/
.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: 25px 0 15px 0;
}

.right-content .content .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}
.right-content .content .title:hover a {
    color: #143f7a;
}
.right-content .content p {
    font-size: 14px;
    color: #888;
    margin-bottom: 20px;
    max-height: 50px;
    line-height: 24px;
    overflow: hidden;
}

.right-content .content span {
    font-size: 12px;
    color: #888;
    margin-right: 22px;
}

.right-content .content img {
    margin-right: 5px;
    position: relative;
    top: 2px;
}
/*@media screen and (max-width: 1440px) {*/
    /*.right-content{*/
        /*width: 794px;*/
    /*}*/
    /*.mian-content{*/
        /*margin-top: 30px;*/
    /*}*/
/*}*/
