﻿.channel-wrap {
    overflow: hidden;
    clear: both;
    width: 1200px;
    padding: 20px;
    background-color: #fff;
    margin: 10px auto;
}
.position-box{
    height: 40px;
    line-height: 40px;
    margin: 0 15px; 
    border-bottom: 1px solid #8c817d;
}
.column-name {
    float: left;
    height: 39px;
    border-bottom: 2px solid #1561af;
    padding: 0 30px;
    font-size: 18px;
}
.position {
    float: right;
    font-size: 14px;
}

.list-wrap {
    width: 100%;
    overflow: hidden;
}

.list-wrap .left {
    width: 235px;
    float: left;
}

.list-wrap .left .title {
    width: 223px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: #1D7BC9;
    border-left: 6px solid #1561af;
    border-right: 6px solid #1561af;
    margin-bottom: 4px;
}

.list-wrap .left .title a {
    display: block;
    color: #fff;
}

.list_dt {
    background: #f7f7f7;
    color: #333;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 4px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.list_dt:hover {
    background: #efefef;
}

.list_li {
    list-style-type: none;
    text-align: center;
    color: #333;
    width: 100%;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.list_li:hover {
    color: #355e92;
}

.lanmu_On {
    background: #5a98de;
    color: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 4px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.list-wrap .right {
    width: 950px;
    float: right;
}

.list-wrap .right .title {
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 18px;
    padding-left: 20px;
    background-color: #8ec4fc;
    margin-bottom: 4px;
}

.list-wrap .list-lb {
    width: 96%;
    min-height: 500px;
    line-height: 42px;
    padding: 15px 0;
    border-bottom: 1px #CCCCCC dashed;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
}

.list-wrap .list-lb2 {
    width: 96%;
    height: 290px;
    line-height: 42px;
    padding: 15px 0;
    border-bottom: 1px #CCCCCC dashed;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
}

.list-wrap .list-lb li {
    padding-left: 15px;
    background: url(../images/point.svg) no-repeat left center;
}

.list-wrap .lb-time {
    color: #adadad;
    margin-right: 10px;
    float: right;
}

.page-wrap {
    margin-bottom: 20px;
    font-size: 12px;
    text-align: center;
}

.page-wrap .page {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
    background-color: #fff;
    color: #444;
    display: block;
    float: left;
}

.page-wrap .active {
    background-color: #8ec4fc;
    border: 1px solid #8ec4fc;
    color: #fff;
}

.page-wrap .page:hover {
    background-color: #8ec4fc;
    border: 1px solid #8ec4fc;
    color: #fff;
}

.page-wrap .page-word {
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    float: left;
}

.page-wrap .page-word input {
    height: 28px;
    width: 50px;
    outline: none;
    line-height: 34px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 10px;
}
.list-wrap .cont-title{
    padding: 15px;
}

.list-wrap .nr-bt {
    width: 96%;
    line-height: 40px;
    font-size: 26px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 5px auto;
}

.list-wrap .nr-time {
    line-height: 55px;
    font-size: 14px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #ededed;
    margin: 0 auto;
    margin-bottom: 20px;
}

.list-wrap .nr-zw {
    color: #333;
    line-height: 42px;
    margin: 0 auto;
    min-height: 300px;
    width: 95%;
}

.list-wrap .nr-zw p{
    text-indent: 2em;
}

