﻿body
{
    text-align: center;
    margin: 0;
    padding: 0 0 12px 0;
    font-size: 12px;
}

A
{
    color: #5c5c61;
    text-decoration: none;
}

    A:hover
    {
        color: #5c5c61;
        text-decoration: underline;
    }

.wrapper
{
    width: 1003px;
    height: auto;
    margin: auto;
    padding: auto;
    overflow: hidden;
}
/**************************************top start**************************************/
.top
{
    width: 100%;
    height: 90px;
    margin-top: 0;
    overflow: hidden;
    display: block;
}

.logo_left
{
    width: 357px;
    height: 60px;
    float: left;
}

.logo
{
    width: 327px;
    margin-top: 10px;
    display: block;
    height: 40px;
    background: url(../Images/logo.gif);
}

.logo_right
{
    width: 646px;
    height: 60px;
    float: left;
    text-align: right;
}

    .logo_right .help
    {
        width: 250px;
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
        display: inline;
    }

    .logo_right .systemmanager
    {
        width: 250px;
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
        display: inline;
        color: #023F7E;
    }

.menu
{
    width: 1003px;
    height: 25px;
    float: left;
    text-align: center;
    padding: 0 0 0 0;
}

    .menu .menu_center
    {
        width: 560px;
        height: 25px;
        margin-left: auto;
        margin-right: auto;
    }

    .menu li
    {
        width: 70px;
        height: 25px;
        float: left;
        color: #000;
        line-height: 25px;
        text-align: center;
        font-size: 13px;
        display: block;
    }

        .menu li a
        {
            width: 70px;
            height: 25px;
            line-height: 25px;
            float: left;
            display: block;
            text-decoration: none;
            color: #000;
        }

            .menu li a :hover
            {
                color: #fff;
                text-decoration: none;
            }

    .menu .on
    {
        width: 70px;
        height: 25px;
        line-height: 25px;
        float: left;
        background-color: #023F7E;
        color: #fff;
    }

.top_line_blue
{
    width: 100%;
    height: 2px;
    border-top: solid 2px #023F7E;
    float: left;
}

.top_line_gray
{
    width: 100%;
    height: 4px;
    background-color: #E6E6EB;
    float: left;
}
/**************************************top end**************************************/


/**************************************banner start*********************************/
.banner
{
    margin-top: 4px;
    width: 886px;
    height: 131px;
    margin-left: auto;
    margin-right: auto;
}
/**************************************banner end***********************************/

/**************************************center start*********************************/
.center
{
    width: 886px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
    /*center left*/
    .center .center_left
    {
        width: 583px;
        height: auto;
        overflow: hidden;
        margin-top: 7px;
        float: left;
    }

        .center .center_left .left_info
        {
            width: 583px;
            height: 150px;
            overflow: hidden;
        }

.left_info_title
{
    background: url(../Images/leftbg.gif);
    width: 583px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
    text-align: left;
}

.left_info_content
{
    width: 583px;
    height: auto;
    overflow: hidden;
    background-color: #F5F5F7;
}

.left_info_img
{
    width: 133px;
    float: left;
    height: 136px;
    background: url(../Images/i_01.gif);
    background-repeat: no-repeat;
    background-position: 36px 20px;
}

.left_info_text
{
    width: 450px;
    float: left;
}

    .left_info_text .info_list
    {
        width: 225px;
        float: left;
        height: 25px;
        line-height: 25px;
        border-bottom: solid 1px #BFBFBF;
        text-align: left;
        color: #5c5c61;
    }
/*center 快速入口*/
.center .center_left .left_entrance
{
    width: 583px;
    height: auto;
    overflow: hidden;
}

.left_entrance_title
{
    background: url(../Images/leftbg.gif);
    width: 583px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
    text-align: left;
}

.left_entrance_content
{
    width: 583px;
    height: auto;
    overflow: hidden;
    background-color: #F5F5F7;
}

    .left_entrance_content img
    {
        margin-top: 13px;
    }
/*center right*/
.center .center_right
{
    width: 293px;
    height: auto;
    overflow: hidden;
    margin-top: 7px;
    margin-left: 10px;
    display: inline;
    float: left;
}
    /*right notes*/
    .center .center_right .right_notes
    {
        width: 293px;
        height: auto;
        overflow: hidden;
    }

.right_notes .right_notes_title
{
    width: 293px;
    height: 26px;
    background: url(../Images/rightbg.gif);
    line-height: 26px;
    color: #fff;
    text-align: left;
}

.rigth_notes_content
{
    width: 293px;
    height: 240px;
    background-color: #F5F5F7;
}

    .rigth_notes_content .list
    {
        width: 275px;
        float: left;
        /*height: 23px;*/
        line-height: 23px;
        color: #5c5c61;
        font-size: 13px;
    }

        .rigth_notes_content .list .list_img
        {
            width: 22px;
            height: 23px;
            background-image: url(../Images/dot.gif);
            background-repeat: no-repeat;
            background-position: 10px 8px;
            float: left;
        }

        .rigth_notes_content .list .list_text
        {
            text-align: left;
            width: 253px;
            overflow: hidden;
            float: left;
            /*height: 23px;
	line-height: 23px;*/
        }
/*right news*/
.center .center_right .right_news
{
    width: 293px;
    height: auto;
    overflow: hidden;
}

.right_news .right_news_title
{
    width: 293px;
    height: 26px;
    background: url(../Images/rightbg.gif);
    line-height: 26px;
    color: #fff;
    text-align: left;
}

.right_news_content
{
    width: 293px;
    /*height: 215px;
	background-color: #F5F5F7;*/
}

    .right_news_content .list
    {
        width: 293px;
        float: left;
        /*height: 23px;*/
        line-height: 23px;
        color: #5c5c61;
        font-size: 13px;
        background-color: #F5F5F7;
    }

        .right_news_content .list .list_img
        {
            width: 22px;
            height: 23px;
            background-image: url(../Images/dot.gif);
            background-repeat: no-repeat;
            background-position: 10px 8px;
            float: left;
        }

        .right_news_content .list .list_text
        {
            text-align: left;
            width: 271px;
            overflow: hidden;
            float: left;
            /*height: 23px;
	line-height: 23px;*/
        }

.list_more
{
    float: left;
    width: 293px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    color: #5c5c61;
    background-color: #F5F5F7;
}
/**************************************center end***********************************/

/**************************************center start*********************************/
.bottom
{
    width: 1003px;
    height: 52px;
    line-height: 52px;
    border-top: solid 2px #023F7E;
    text-align: left;
    color: #666666;
    margin-top: 14px;
    float: left;
}

.bottom_left
{
    /*
    margin-left: 10px;
    display: inline;
    width: 753px;
	float: left;
    */
    text-align: center;
    width: 100%;
}

.bottom_right
{
    width: 240px;
    float: left;
    display: none;
}
/**************************************center end***********************************/

