﻿/*右侧*/
.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 {
    width: 755px;
    float: left;
}
.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;
    display: inline-block;
    width: 670px;
    font-size: 16px;
}

.right-content .content .right-time {
    float: right;
    font-size: 14px;
    color: #888;
}
/*右边列表*/
.right-list {
    text-align: left;
    font-size: 16px;
    margin-left: 25px;
    color: #232323;
    width: 190px;
    float: left;
    background: #f5f5f5;
}

.right-list div {
    padding-left: 10px;
    margin: 12px 12px 12px 10px;
    border-left: 3px solid #12356d;
}

.right-list ul {
    padding-top: 10px;
    background: #fff;
}

.right-list ul li {
    font-size: 14px;
    background: #fff;
    height: 35px;
    line-height: 37px;
}

.right-list ul li .num {
    color: #fff;
    padding: 0 5px;
    margin-right: 10px;
    background: #c7c7c7;
}

.right-list ul li .main {
    background: #a0a0a0;
}

.right-list ul li:hover a{
    color: #143f7a;
    font-weight: bold;
}
/*@media screen and (max-width: 1440px) {*/
    /*.right-content{*/
        /*width: 794px;*/
    /*}*/
    /*.mian-content{*/
        /*margin-top: 30px;*/
    /*}*/
    /*.right-content .content{*/
        /*width: 579px;*/
    /*}*/
    /*.right-content .content .content-div a{*/
        /*width: 490px;*/
    /*}*/
/*}*/