﻿

/* 主体  */
#main {
    overflow: hidden;
    width: 1200px;
    margin: 0px auto;
    min-height: 400px;
}
/* 左边 */
#mainLeft {
    width: 907px;
    float: left;
}
/* 右边  */
#maimRight {
    width: 264px;
    float: right;
}

.right{float:right}
.left{float:left}


.blockPicSmall,.blockNews{width: 440px;}
.blockNews {
    
    height: 286px;
    overflow: hidden;
}

    .blockNews li {
        overflow: hidden;
        vertical-align: bottom;
    }

        .blockNews li img {
            float: left;
            margin-top: 10px;
        }

        .blockNews li a {
            display: block;
            max-width: 310px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            float: left;
        }

    .blockNews .divContent ul li:before {
        content: url(/Content/images/ico09.png);
        float: left;
        display: block;
        width: 20px;
    }

    .blockPicBig {
    width: 100%;
    height: 148px;
    overflow: hidden;  
    background-color:#eee;
}

    .blockPicBig > img {
        width: 100%;
        height: 100%;
    }

    .blockPicSmall{
        height:128px;
        background-color:#eee;
    }

.blockPicBig,.blockPicSmall, .blockNews, .block3,#pptj,footer {
    margin-top: 20px;
}


#zyxw {
    height: 295px;
}



.block3 {
    width: 265px;
    margin-left: auto;
    margin-right: auto;
}

#xzzx li a, #fzjg li a {
    display: block;
    /*max-width: 250px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*.block3>a>img{
            width:260px;
        }*/
.divTitle {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: url(/Content/images/xinwenbg.png);
    font-size: 16px;
    color: white;
    overflow: hidden;
    position: relative;
}

.title {
    display: inline-block;
    height: 33px;
    padding: 0 40px 0 20px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: white;
}

#pptj {
    width: 1198px;  
    border: 1px solid #009237;
    float: left;
    box-sizing: border-box;
}

    #pptj .title {        
        background-color: #009237;
        padding:  0 11px;
        height:32px;
        text-align:center;
    }

    #pptj .more {
        line-height: 30px;
    }

.more {
    float: right;
    color: #009237;
    margin-right: 20px;
    position: absolute;
    right: 0;
}

.block3 .more {
    color: white;
}



.divContent {
    width: 100%; /*height:100px;*/
    font-size: 16px;
    line-height: 32px;
}

    .divContent li img {
        margin-right: 5px;
    }

    .divContent li a:hover {
    }

.date {
    float: right;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
}





.website li {
    float: left;
}

    .website li a {
        display: block;
        width: 188px;
        height: 60px;
        margin: 2px 0 2px 2px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }


               #pxjl .title{background-image:url(/Content/images/xinwenbg2.png);z-index:  10;color:#222222;}
            #pxjl .title:hover{cursor:pointer;}
            #pxjl .cur{background-image:url(/Content/images/xinwenbg.png);z-index:20;color:white;}

              /* 页脚 */
    footer {
        text-align: left;
        border-top: 1px solid silver;
        padding: 20px 0;
        background: #009237;
        color: white;       
        width: 100%;
        min-width: 1200px;
        display:block;
    }

        footer > div {
            line-height: 200%;
        }

    table {
        border-collapse: collapse;
        font-size: 14px;
    }



    footer td {
        height: 26px;
        line-height: 26px;
        border: 0;
        text-align: left;
        padding:0;
    }

    footer select {
        background: #009237;
        color: white;
        border-radius: 4px;
        margin-left: 20px;
        min-width: 100px;
        border: 1px solid white;
    }

       #ulfoot > li {
        float: left;
        margin-right: 30px;
        border: 1px solid white;
        height: 30px;
        line-height: 30px;
        width: 150px;
    }

    #ulfoot ul {
        position: absolute;
        z-index: 2000;
        display: none;
    }

    #ulfoot > li:hover ul {
        display: block;
    }

    #ulfoot ul a {
        display: block;
        line-height: 30px;
        color: white;
        background: #4ccc4c;
        border-top: 1px solid white;
        padding: 0 10px;
    }

    .links {
        float: left;
        width: 220px;
        height: 30px;
        background: #fff;
        margin: 0px 15px 0 0;
        cursor: pointer;
        color: #484848;
    }

        .links h6 {
            font-weight: normal;
            font-size: 16px;
            line-height: 30px;
            background: url(/Content/images/index/nyb_links_ico.png) no-repeat right center;
            margin: 0 15px;
        }

        .links .links_list {
            display: none;
            height: 100px;
            background: #fff;
            border: 1px solid #ccc;
            overflow-y: auto;
            z-index: 1000;
            position: relative;
        }

        .links:hover .links_list, .links .cur .links_list {
            display: block;
        }

        .links .links_list ul {
            overflow: hidden;
        }

            .links .links_list ul li {
                padding: 0 15px;
                z-index: 1100;
            }

                .links .links_list ul li:hover {
                    background: #1e90ff;
                }

                    .links .links_list ul li:hover a {
                        color: #fff;
                    }

                .links .links_list ul li a {
                    display: block;
                    line-height: 24px;
                    font-size:16px;
                }