/*右侧*/
.right-content {
    width: 1200px;
    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;
    float: right;
    position: relative;
    top: 5px;
}

.right-content .content .content-div {
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0;
}
.right-content .content .title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.right-content .content .info{
    text-align: center;
}

/*.right-content .content p {*/
    /*font-size: 14px;*/
    /*color: #888;*/
/*}*/

.right-content .content .content-div span {
    font-size: 12px;
    color: #888;
    margin-right: 22px;
}

.right-content .content .content-div img {
    margin-right: 5px;
    position: relative;
    top: 2px;
}
/*@media screen and (max-width: 1440px) {*/
    /*.right-content{*/
        /*width: 794px;*/
    /*}*/
    /*.mian-content{*/
        /*margin-top: 30px;*/
    /*}*/
/*}*/