﻿body {
}
/*党建专栏顶*/
.party_top {
    background-color: #FEF9E6;
    height: 80px;
    border-bottom: 2px solid #fdda55;
}

.party_top_url {
    height: 80px;
    width: 340px;
    background: url('../images/party/1.png') no-repeat center center;
    cursor: pointer;
}

.party_backimg {
    height: 498px;
    background: url('../images/party/13_b.jpg') no-repeat center;
    border-bottom: 2px solid #fffec6;
}

.party_top_nav {
    height: 80px;
    background-color: #C11718;
}

.party_top_nav_ul {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    height: 80px;
}

.party_top_nav_li {
    height: 80px;
    line-height: 80px;
    width: 250px;
    color: #fff;
    float: left;
    font-size: 20px;
    text-align: center;
}

.party_top_nav_link{
    cursor:pointer;
}

.party_top_nav_img {
    width: 40px;
    height: 80px;
    /*display: inline-block;*/
}

.party_top_nav_li0 {
    background: url('../images/party/3_a.png') no-repeat center left;
}

.party_top_nav_li1 {
    background: url('../images/party/4_a.png') no-repeat center left;
}

.party_top_nav_li2 {
    background: url('../images/party/5_a.png') no-repeat center left;
}

.party_top_nav_li3 {
    background: url('../images/party/6_a.png') no-repeat center left;
}

.party_top_nav_li:hover, .party_top_nav_ul_select {
    color: #fffec6;
}

    .party_top_nav_link:hover .party_top_nav_li0, .party_top_nav_ul_select .party_top_nav_li0 {
        background: url('../images/party/3_b.png') no-repeat center left;
    }

    .party_top_nav_link:hover .party_top_nav_li1, .party_top_nav_ul_select .party_top_nav_li1 {
        background: url('../images/party/4_b.png') no-repeat center left;
    }

    .party_top_nav_link:hover .party_top_nav_li2, .party_top_nav_ul_select .party_top_nav_li2 {
        background: url('../images/party/5_b.png') no-repeat center left;
    }

    .party_top_nav_link:hover .party_top_nav_li3, .party_top_nav_ul_select .party_top_nav_li3 {
        background: url('../images/party/6_b.png') no-repeat center left;
    }

/*党建专栏主要内容*/
/*重要转载*/
.party_center_top {
    padding-top: 60px;
}

.party_center_top_left {
    height: 340px;
    position: relative;
    width: 576px;
}

.party_center_top_left_text {
    height: 40px;
    font-size: 16px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding: 0 10px;
    line-height: 40px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.party_center_top_right {
    width: auto;
    vertical-align: top;
}

.party_center_title {
    height: 40px;
    border-bottom: 2px solid #db0009;
    background: url('../images/party/13.png') no-repeat left;
    padding: 10px 0 8px 35px;
    color: #ea0d15;
    font-size: 18px;
    font-weight: bold;
    vertical-align: text-bottom;
    cursor: default;
}

.party_center_title_more {
    float: right;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    cursor: pointer;
    padding-top: 4px;
}

    .party_center_title_more:hover {
        color: #ea0d15;
    }

.party_center_top_table {
    width: 100%;
    table-layout: fixed;
    margin-top: 16px;
}

    .party_center_top_table td {
        padding-left: 20px;
        background: url('../images/party/8.png') no-repeat center left;
        font-size: 16px;
        height: 36px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
    }

/*支部动态*/
.party_center_center {
    margin-top: 50px;
}

.party_center_center_table {
    width: 100%;
    table-layout: fixed;
    margin-top: 16px;
}


    .party_center_center_table td {
        padding-left: 15px;
        background: url('../images/party/9.png') no-repeat center left;
        font-size: 14px;
        height: 36px;
        width: 590px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
    }

/*党规党章*/
.party_center_bottom {
    margin-top: 50px;
}

.party_center_bottom_title {
    margin-top: 20px;
    color: #ea0d15;
    font-size: 14px;
    padding-left: 10px;
    background: url('../images/party/10.png') no-repeat left center;
}

.party_center_bottom_table {
    width: 100%;
    border-left: 1px solid #ffe583;
    border-top: 1px solid #ffe583;
    font-size: 16px;
    margin-top: 10px;
    table-layout: fixed;
}

    .party_center_bottom_table td, .party_center_bottom_table th {
        border-right: 1px solid #ffe583;
        border-bottom: 1px solid #ffe583;
        height: 46px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
    }

    .party_center_bottom_table th {
        background-color: #fff5d0;
        text-align: center;
        font-weight: normal;
    }

.party_center_bottom_table_title {
    width: 800px;
    text-align: left;
    padding: 0 10px;
}

.party_center_bottom_table_time {
    text-align: center;
}
/*党建专栏底*/
.party_bottom {
    padding-top:30px;
    height: 100px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #2D2B2C;
}

.party_split {
    font-size: 13px;
    line-height: 20px;
    padding: 0 20px;
}

/*列表展示页*/
.party_list {
    border-top: 2px solid #ffd42f;
    padding: 20px;
    background-color: #fff;
}

.party_list_table {
    width: 100%;
    table-layout: fixed;
}

    .party_list_table td {
        height: 46px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
    }

.party_list_title {
    font-size: 16px;
    padding: 0 20px;
    background: url('../images/party/9.png') no-repeat center left;
}

.party_a {
    color: #333;
}

    .party_a:hover {
        color: #ea0d15;
    }

.party_list_time {
    width: 80px;
    color: #9b9b9b;
    font-size: 14px;
}

.party_pagination {
    text-align: center;
    padding: 20px 0;
}

    .party_pagination a:hover span {
        color: #ea0d15;
    }

/*内容页*/
.party_info {
    padding: 20px;
    background-color: #fff;
}

.party_info_nav {
    background-color: #f5f5f5;
    height: 46px;
    border-radius:5px;
    width:100%;
}

.party_info_nav_img {
    background: url('../images/party/12.png') no-repeat center right;
    width:40px;
}

.party_info_nav_text{
    padding-left:10px;
}

.party_info_title{
    font-size:24px; 
    text-align:center;font-weight:bold;
    color:#333;
    padding:30px 0 20px;
}

.party_info_other{
    font-size:14px;
    color:#666;
    text-align:center;
}

.party_info_msg{
    margin-top:30px;
    border-top:1px solid #f0f0f0;
    padding:20px 30px 0;
}