@charset "gb2312";
/* CSS Document */
body
{
    margin: 0;
    padding: 0;
    background: url(Imagesbodybg.jpg);
    color: #444444;
    text-align: center;
    font-family: "宋体";
    font-size: 14px;
}

*
{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    border:none;
}

a:hover
{
    text-decoration: underline;
}

.wrap
{
    overflow: hidden;
    width: 1003px;
    margin: 0 auto;
    padding: 0 10px;
    background: url(Imageswrapbg.jpg) repeat-y;
}
/* header */
.header
{
    width: 1003px;
    height: 168px;
    margin: 0 auto;
    margin-bottom: 6px;
    background: url(Imagesheaderbg.jpg) no-repeat;
}

    .header .logo
    {
        float: left;
        width: 415px;
        height: 118px;
        padding: 17px 0 0 7px;
    }

    .header .img
    {
        float: left;
        width: 442px;
        height: 122px;
        padding-top: 13px;
    }

    .header .logo1
    {
        float: left;
        width: 130px;
        height: 128px;
        padding-top: 7px;
    }

    .header .meun
    {
        clear: both;
        width: 1003px;
        height: 33px;
        background: url(Imagesmeunbg.jpg) repeat-x top;
		
    }

        .header .meun li
        {
            display: inline;
            padding: 0 20px;
            background: url(Imagesmeun_libg.jpg) no-repeat right center;
            font-family: "方正准圆_GBK";
            font-size: 20px;
            line-height: 33px;
        }

            .header .meun li.bg
            {
                background: none;
            }

            .header .meun li a
            {
                color: #fff;
            }

/* contents */
.contents
{
    margin:0 auto;
    width: 993px;
    text-align: left;
    min-height:400px;
}

    .contents .lh2
    {
        height: 30px;
        padding: 0 13px 0 15px;
        background: url(Imagesh2bg.jpg) no-repeat left top;
        color: #FFFFFF;
        font-family: "方正准圆_GBK";
        font-size: 16px;
        line-height: 30px;
    }

        .contents .lh2 p
        {
            display: block;
            float: left;
        }

        .contents .lh2 .more
        {
            float: right;
            width: 40px;
        }

        .contents .lh2 a
        {
            color: #1568b9;
            font-size: 14px;
        }

    .contents .left
    {
        float: left;
        width:300px;
    }

        .contents .left .banner
        {
            float: left;
             width:294px; height:376px; margin-bottom:6px; overflow:hidden;
        }

        .contents .left .link
        {
            overflow:hidden;
            display: block;
            width: 300px;
            height: 150px;
           
        }

            .contents .left .link li
            {
                display: inline;
                margin: 3px;
            }

            .contents .left .link .li
            {
                display: inline;
                padding: 0;
                margin: 0 -2px 0 -2px;
            }
            .contents .left .link li a {
                border:none;
            }

    .contents .news
    {
        float: left;
        width: 420px;
        margin-bottom: 6px;
        border: 1px #cbcbcb solid;
    }

    .contents .list
    {
        padding: 4px 8px 9px;
    }

        .contents .list li
        {
            height: 28px;
            padding-left: 8px;
            border-bottom: 1px #bedaf6 dashed;
            background: url(Imageslist_libg.jpg) no-repeat left center;
            line-height: 28px;
            text-align: left;
        }

            .contents .list li a
            {
                width:300px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow:ellipsis;
                float: left;
                color: #196dbe;
            }
			 .contents .list li span 
			 { float:right;
            }
    .contents .right {
        width:260px; height:500px; float:right;
    }
    .contents .banner1
    {
        display: block;
        float: right;
        width: 260px;
        height: 279px;
        margin-bottom: 6px;
        border:none;
    }

        .contents .banner1 dt
        {
            width: 260px;
            height: 242px;
        }

        .contents .banner1 dd
        {
            width: 260px;
            line-height: 33px;
            color: #202121;
            text-align: center;
        }

    .contents .link1
    {
        float: right;
        width: 261px;
    }

        .contents .link1 li
        {
            height: 50px;
        }

            .contents .link1 li label
            {
                float: left;
                width: 70px;
                line-height: 30px;
            }

            .contents .link1 li select
            {
                float: left;
                width: 180px;
                height: 26px;
                background: #dedfdf;
                border: 1px #c7c5c5 solid;
            }
    .contents .left .glance {
        width: 292px;
        height: 100px;
        border: 1px #dfdfdf solid;
        background: url(Imagesp_bg2.gif) repeat bottom;
    }
    .contents .left .glance p {
        padding:2px 8px;line-height:20px;font-size:12px;
    }

/* footer */
.footer
{
    float:left;
    width: 1003px;
    height: 52px;
    margin-top: 20px;
    background: url(Imagesfooterbg.jpg) repeat-x;
}

    .footer p
    {
        width: auto;
        float: left;
        margin-right: 30px;
        margin-left: 6px;
        color: #fff;
        line-height: 52px;
    }
