
/* 列表或详情 */

.nblCon{
    padding: 0;
}

/* 左侧菜单 */
.nblCon .lefMenu{
    text-align:center;
}
.nblCon .lefMenu .top{
    width: 268px;
    height: 70px;
    padding-top: 14px;
    font-size: 20px;
    color: #ffffff;
    background: url('../../img/v2/part-left-menu-top-bg.png') top center no-repeat;
}
.nblCon .lefMenu .bottom{
    position: relative;
    top: -10px;
    width: 250px;
    margin-left: 10px;
    border: 0px solid #f0f0f0;
    border-top: 0;
    background-color:#f8f8f8;
}
.nblCon .lefMenu .bottom a{
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    display: block;
    border-right: 4px solid #f8f8f8;
    border-bottom: 1px dashed #dedede;
}
.nblCon .lefMenu .bottom a:hover{
    color: #2a65b1 !important;
    font-weight: bold;
    background-color:#e1eeff;
    border-right: 4px solid #2a65b1;
    border-bottom: 0;
}
.nblCon .lefMenu .bottom a.last{
    border-bottom: 0;
}

/* 右侧新闻 */
.nblCon .news{}
.nblCon .news .title{
    font-weight: bold;
    font-size: 26px;
    color: #2a65b1;
    padding: 12px 0;
    text-align: center;
    border-bottom: 1px solid #dedede;
}
.nblCon .news .content{
    text-align: justify;
    margin: 16px 0;
}
.nblCon .news .content p{
    line-height: 30px;
    margin-bottom: 16px;
}
