﻿#top
{
    width: 999px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
#msg
{
    background-image: url(/images/top_01.jpg);
    background-repeat: repeat-x;
    height: 27px;
    width: 999px;
    line-height: 27px;
}

#logo
{
    height: 128px;
    width: 999px; /*background-image: url(/images/logo.jpg);*/
    background-repeat: no-repeat;
}
#menu
{
    width: 999px;
    background-image: url(/images/menu_01.jpg);
    background-repeat: repeat-x;
    font-size: 14px;
    font-weight: bolder;
    height: 48px;
    line-height: 48px;
}
#menu table
{
    width: 999px;
    text-align: center;
}

#menu a
{
    text-decoration: none;
    color: Black;
}

.menuhover
{
    background-image: url(/images/menu_sel.png);
    background-position: center;
    background-repeat: no-repeat;
}

#container
{
    width: 999px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
#left
{
    float: left;
    width: 220px;
}
#left .subject_title
{
    background-image: url(/images/ztlm_01.jpg);
    background-repeat: no-repeat;
    height: 32px;
    width: 220px;
}
#left .subject_content
{
    border: 1px solid #dcdcdc;
    width: 218px;
    height: 472px;
    background-color: #efefef;
}
.subject_line
{
    background-color: #FFFFFF;
    width: 210px;
    height: 464px;
    margin: 4px;
    background-image: url(/images/ztlm_02.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    color: Black;
}

.email
{
    height: 41px;
    width: 220px;
    margin-top: 10px;
    background-repeat: no-repeat;
}
.phone
{
    background-repeat: no-repeat;
    height: 41px;
    width: 220px;
    margin-top: 7px;
}

#right
{
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #e0e0e0;
    border-bottom-color: #e0e0e0;
    width: 778px;
    height: 100%;
    float: left;
}

.weather_title
{
    height: 24px;
    background-color: #f5f5f5;
    font-family: "宋体";
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    color: #000000;
    padding-left: 10px;
}
.wf_title
{
    height: 32px;
    background-image: url(/images/wf_title.jpg);
    background-repeat: repeat-x;
    line-height: 32px;
    font-weight: bold;
}


