﻿
/* CSS Document */

body 
{
    font-family: 宋体;
    font-size: 9pt;
    text-align: center;
    margin-top: 0px;
}
a
{
    text-decoration: none;
    }
#top
{
    width: 996px;
    margin: 0 auto 5px auto;
    height: 100px;
    }
#nav
{
    width: 998px;
    margin: 0 auto 5px auto;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align:left;
    }
#MainDiv
{
    width: 996px;
    margin: 0px auto 5px auto;
    height: auto;
    }
#Menu
{
    float: left;
    width: 206px;
    height: auto;
    min-height: 500px;
    vertical-align: top;
    text-align: left;
    margin-top: 5px;
    margin-right: 0px;
	background:#e6f4fc;
    }
#Content
{
    width: 790px;
    float: left;
    height: auto;
    vertical-align: top;
    margin-left: 0px;
    }
/*--------------------菜单项样式---------------------*/
#menutitle
{
    font-size: 9pt;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    width: 206px;
    text-align: left;
	text-indent:10px;
    
    }
.menucss
{
    cursor:pointer;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    }
.title1
{
    font-size: 9pt;
    padding-left: 20px;
    }
.menucss:hover
{
    background-color: #fff8bf;
    }
.visited 
{
    font-weight: bold;
    background-color: #fff8bf;
    }
.title2
{
    padding-left: 20px;
    margin-left: 9px;
    font-size: 9pt;
    }
.title3
{
    padding-left: 20px;
    margin-left: 15px;
    font-size: 9pt;
    }
.title4
{
    padding-left: 35px;
    font-size: 9pt;
    }
.title5
{
    padding-left: 45px;
    font-size: 9pt;
    }
.title6
{
    padding-left: 55px;
    font-size: 9pt;
    }
.openCss
{
    background: url('/images/close.gif') no-repeat;
    background-position: 0 4px;
    }
.closeCss
{
    background: url('/images/open.gif') no-repeat;
    background-position: 0 3px;
    }
/*---------------------------------------*/
#contentiframe
{
    width: 100%;
    height: 100%;
    min-height: 500px;
    border: 1px;
    text-align: left;
    }
/*----------------右侧列表样式----------------------*/
#TitleList
{
    width: 550px;
    height: auto;
    min-height: 500px;
    margin: 5px;
    }
.menulistcss
{
    width: 500px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border-bottom: 1px solid #cccccc;
    border-bottom-style: dashed;
    text-align: left;
    margin-top: 5px;
    padding-left: 20px;
    }
/*-------------------------------------------*/
#bottom
{
    width: 998px;
    margin: 5px auto 0px auto;
    height: 140px;
    }
/*-----------------------------------------------*/
#VideoTitle
{
    width: 996px;
    margin: 5px auto;
    font-size: 12pt;
    text-align: center;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    }
#VidoeDes
{
    width: 976px;
    text-align: left;
    font-size: 9pt;
    height: auto;
    line-height: 30px;
    vertical-align: middle;
    padding-left: 20px;
    margin: 10px auto;
    text-indent: 2em;
    }
#divContent
{
    width: 996px;
    height: 380px;
    line-height: 280px;
    text-align: center;
    margin: 5px auto 0px auto;
    }
#VideoDownLoad
{
    width: 966px;
    text-align: left;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    margin: 0px auto 20px auto;
    }
#VideoDownLoad a
{
    margin-left: 250px;
    font-size: 14px;
    }