/**!
 * 景德镇民盟
 * date: 2016.3.22
 * author: wuzhou
 */

.pt10 {
    padding-top: 10px;
}

.list-tt {
    font-family: 'Microsoft YaHei';
    font-size: 18px;
    line-height: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    background-color: #e84839;
}

.list-bd {
    height: 623px;
    border: 1px solid #e8e8e8;
    border-top: none;
    background: url(../images/left_bg.jpg) bottom no-repeat;
}

.list-items {
    margin-left: 15px;
    padding-top: 15px;
}

.list-item {
    margin-bottom: 15px;
}

.list-link {
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    line-height: 32px;
    display: block;
    width: 210px;
    height: 32px;
    text-indent: 40px;
    color: #333;
    background: url(../images/arr.png) 180px no-repeat #f3f3f3;
}

.list-link:hover {
    color: #e74c3c;
    background: url(../images/arr_hover.png) 180px no-repeat #ffe0dd;
}

.list-body {
    height: 657px;
    border: 1px solid #e8e8e8;
}

.bread-route {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    text-indent: 15px;
    background-color: #f3f3f3;
}

.bread-link {
    color: #333;
}

.bread-link:hover {
    color: #e74c3c;
}

.bread-now {
    color: #e74c3c;
}

.cur-column {
    margin: 0 15px;
}

.cur-name {
    font-family: 'Microsoft YaHei';
    font-size: 18px;
    line-height: 31px;
    min-width: 100px;
    height: 31px;
    margin-top: 9px;
    text-align: center;
    color: #e74c3c;
    border-bottom: 2px solid #e74c3c;
}

.cur-tt-right {
    height: 41px;
    border-bottom: 1px solid #e8e8e8;
}

.news-items {
    padding-top: 10px;
}

.news-item {
    height: 26px;
    vertical-align: top;
    text-indent: 17px;
    background: url(../images/news_ico.png) 5px no-repeat;
}

.news-link {
    line-height: 26px;
    display: block;
    color: #333;
}

.news-txt {
    overflow: hidden;
    width: 520px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-date {
    margin-right: 5px;
    color: #999;
}

.news-link:hover .news-txt {
    color: #e74c3c;
}

.news-link:hover .news-date {
    color: #e74c3c;
}


/* 页码 */

.wb-page-items {
    margin-top: 10px;
    margin-left: 30px;
}

.wb-page-li {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    float: left;
    margin-left: 4px;
    text-align: center;
}

.wb-page-li>a {
    display: block;
}

.wb-page-li.ml6 {
    margin-left: 6px;
}

.wb-page-li.ml20 {
    margin-left: 20px;
}

.wb-page-item {
    line-height: 24px;
    width: 34px;
    height: 24px;
    color: #666;
    border: 1px solid #dfdfdf;
}

.wb-page-item:hover {
    border: 1px solid #e74c3c;
}

.wb-page-item.current {
    font-weight: bold;
    line-height: 26px;
    width: 36px;
    height: 26px;
    color: #e74c3c;
    border: 0;
}

.wb-page-default {
    line-height: 26px;
    width: 36px;
    height: 26px;
    color: #666;
}

.wb-page-omit {
    width: auto;
    padding: 0 18px 0 18px;
}

.wb-page-family {
    font-family: 'SimSun';
}

.wb-page-fs12 {
    font-size: 12px;
}

.wb-page-number {
    font-weight: bold;
    width: auto;
    padding: 0 6px 0 6px;
}

.wb-page-to {
    width: auto;
}

.wb-page-next {
    width: 58px;
}

.wb-page-next:hover {
    cursor: pointer;
    color: #fff;
    border: 1px solid #999;
    background-color: #999;
}

.wb-page-go {
    width: 28px;
}