﻿@charset "utf-8";
/* CSS Document */

#zxcon {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}

.local {
    height: 43px;
    line-height: 38px;
    padding-left: 5px;
}

    .local span {
        font-weight: bold;
        display: inline-block;
        width: 60px;
        padding-left: 20px;
        margin-left: 10px;
        background: url(../images/current_position.png) left center no-repeat;
    }

.banner {
    height: 144px;
}

.imagesscroll {
    height: 318px;
    margin-top: 20px;
    text-align: center;
}

.zxnews {
    height: 380px;
    margin-top: 20px;
}

.l-zx {
    width: 882px;
    height: 380px;
    float: left;
    margin-left: 20px;
}

.r-zx {
    width: 248px;
    float: right;
    margin-right: 20px;
}

    .l-zx h3, .r-zx h3 {
        height: 30px;
        background: #0b52a7;
        line-height: 30px;
        text-align: center;
    }

        .l-zx h3 span {
            display: inline-block;
            float: left;
            width: 166px;
            height: 27px;
            background: url(../images/img18.png) center center no-repeat;
            margin-left: 10px;
        }

        .l-zx h3 a {
            display: inline-block;
            float: right;
            margin-right: 24px;
            color: #fff;
        }

.linkwrap, .phcon {
    height: 346px;
    background: #fff;
}

    .linkwrap ul {
        /*width: 854px;*/
        /*height: 250px;*/
        max-height:250px;
        /*float: left;*/
        margin-top: 24px;
        margin-bottom: 25px;
    }

    .linkwrap li {
        display: block;
        width: 440px;
        float: left;
    }

        .linkwrap li:nth-child(2n+1) {
            border-right: 1px solid #daddcc;
        }

        .linkwrap li a {
            display: inline-block;
            height: 28px;
            line-height: 28px;
            color: #333;
            width: 426px;
        }

            .linkwrap li a strong {
                display: inline-block;
                float: left;
                font-weight: normal;
                margin-left: 22px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: 290px;
            }

            .linkwrap li a span {
                display: inline-block;
                color: #999;
                float: right;
                margin-right: 24px;
            }

            .linkwrap li a:hover {
                color: #0b52a7;
            }

.page {
    width: 882px;
    height: 50px;
    text-align: center;
    line-height: 60px;
    padding-top: 10px;
}

.r-zx h3 {
}

.phcon {
}

    .phcon ul {
        padding: 26px 16px 10px 16px;
    }

    .phcon li {
        display: inline-block;
        float: left;
        width: 225px;
        margin: 7px 0px;
    }

    * + html .phcon li {
        margin-top: -15px;
    }

        .phcon li a {
            display: inline-block;
            color: #333; /*float: left;*/
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 190px;
            height: 17px;
            line-height: 17px;
            padding-left: 24px;
        }

        .phcon li span {
            position: absolute;
            display: inline-block;
            float: left;
            margin-right: 5px;
            line-height: 20px;
            width: 20px;
            height: 20px;
            text-align: center;
            color: #fff;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            behavior: url(../js/PIE.htc);
            background-color: #b9a800;
        }

    .phcon ul li:nth-child(1) span {
        background: #eb6a42;
    }

    .phcon ul li:nth-child(2) span {
        background: #f9b552;
    }

.zuzhi {
    width: 1200px;
    height: 120px;
    margin-top: 20px;
    padding: 0 20px;
}

    .zuzhi ul {
        width: 1120px;
        margin: 10px 0 0 25px;
    }

    .zuzhi li {
        display: inline-block; /*height: 21px;*/
        line-height: 21px;
        float: left;
    }

        .zuzhi li a {
            display: inline-block; /*height: 21px;*/
            line-height: 21px;
            color: #666;
            margin-left: 24px;
        }

        .zuzhi li img {
            width: 111px;
            height: 38px;
        }

.page {
    height: 31px;
    width: 100%;
}

.pagin {
    float: left;
    padding-top: 6px;
    height: 18px;
    padding-left: 250px;
}

    .pagin a {
        float: left;
        height: 24px;
        line-height: 24px;
        width: 28px;
        text-align: center;
        border: 1px solid #0b52a7;
        color: #484848;
        margin: 0 2px;
        background: #fff;
        text-decoration: none;
    }

        .pagin a:hover {
            color: #ae0317;
        }

        .pagin a.current {
            color: #89955d;
            font-weight: bold;
            border: none;
            background: none;
        }

        .pagin a.prev, .pagin a.next {
            width: 52px;
            background: #e4edf8;
            color: #66695b;
            margin: 0 8px;
            border: 1px solid #0b52a7;
        }
