
/* Í¨ÖªÁÐ±í */
.content{
    display: table;
    clear: both;
    margin-bottom: 10px;
}
.content .articleCon{
    float: right;
    width: 1240px;
    background-color: #fff;
    padding: 40px 40px;
    min-height: 650px;
}
.articleCon .list{
    /* width: 850px; */
    margin-bottom: 40px;
}
.articleCon .list li{
    position: relative;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px dashed #ccc;
}
.articleCon .list li::before{
    position: absolute;
    top: 19px;
    left: 0;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #003366;
}
.articleCon .list li a{
    position: absolute;
    top: 0;
    left: 20px;
    width: 1000px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.articleCon .list li span{
    float: right;
    color: #999;
    font-size: 14px;
}

.articleCon .list li:hover {
    background-color: #f9fbfd;
}
.articleCon .list li:hover a{
    color: #003366;
}

/* Ò³Âë */
.page-inner .page{
    float: right;
}
.page-inner .page .active{
    background-color: #003366;
    color: #fff;
    border: 0;
}