﻿.main
{
    width: 900px;
    margin: 0px auto;
}

.menu
{
    width: 880px;
    height: 30px;
    background: url(../images/top_pic5.gif);
    color: #333;
    padding: 0px 0px 0px 20px;
	overflow:hidden;
}

    .menu LI
    {
        font-size: 13px;
        float: left;
        width: 100px;
        cursor: pointer;
        color: #FFFFFF;
        padding-top: 5px;
        height: 25px;
        text-align: center;
        list-style-type: none;
        background: url(../images/bg_r3.gif) no-repeat;
		margin-top:5px;
		
		
    }

        .menu LI.cur
        {
            font-size: 14px;
            color: #FF0000;
            font-weight: bold;
            background: url(../images/bg_w3.gif) no-repeat;
        }

.news a
{
    color: #000;
}

.content
{
    background: #FFF;
    overflow: hidden;
    clear: both;
}

.news
{
    overflow: hidden;
    color: #333;
    font-size: 12px;
    line-height: 150%;
    height: auto;
}

    .news ul
    {
        list-style-type: none;
    }

.photo
{
    height: 96px;
    width: 96px;
    border: 1px;
}

.photo2
{
    height: 50px;
    width: 50px;
    border: 1px;
}