﻿.pos{
    margin-bottom: 20px;
}

.detailCon{
    padding-bottom: 20px;
}

.leftPanel{
    width: 210px;
    float: left;
}

.leftPanel .itm{
    width: 100%;
    font-size: 20px;
    color: #232323;
    text-align: center;
    border:1px solid #cee5ff;
    margin-bottom: 10px;
    background-color: #ffffff;
}

.leftPanel .itm a{
    width: 210px;
    display: block;
    padding: 4px 10px 4px 6px;
    margin: 7px auto;
}

.leftPanel .itm.current a{
    color: #2567ac;
    border-left: 4px solid #2c6ba9;
    font-weight: bold;
}

.rightCon{
    width: 930px;
    border: 1px solid #cee5ff;
    background-color: #ffffff;
    float: right;
    padding-bottom: 26px;
}

.detailCon .newList{
    width: 883px;
    margin: 6px auto;
    list-style: none;
}

.detailCon .newList li{
    overflow: hidden;
    border: none;
}

.detailCon .newList li a{
    width: 735px;
    display: block;
    line-height: 42px;
    font-size: 18px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detailCon .newList .time{
    line-height: 42px;
    font-size: 18px;
    color: #b2b2b2;
    float: right;
}

.detailCon .line{
    width: 906px;
    height: 1px;
    background-color: #d2d2d2;
    margin: 33px auto 39px;
}

.page{
    overflow: hidden;
    text-align: center;
    float: unset;
}

.page a{
    height: 34px;
    line-height: 34px;
    color: #666666;
    background-color: #fff;
    border: 1px solid #cccdd1;
    padding: 0 14px;
    margin: 0 3px;
    display: inline-block;
    _display: block;
    _display:inline;
    text-align: center;
    float: unset;
}

.page a.current{
    color: #ffffff;
    background-color: #3e7dcc;
}