﻿@import url("Base.css");

/*超链接*/
a:link
{
    color: #000000;
    text-decoration: none;
}
a:visited
{
    color: #000000;
    text-decoration: none;
}
a:hover
{
    color: #FF0000;
    text-decoration: underline;
}
a:active
{
    color: #000000;
    text-decoration: none;
}

#topimg, #topnav, #topsearch, #indexbase, #bottom, #catalog_nav
{
    width: 100%;
    clear: right;
}
/*顶图块*/
#topimg
{
    height: 15.6em;
}
/*左和右侧块-包含若干个小块*/
#indexleft, #indexright
{
    width: 20em;
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: none;
}
#indexleft
{
    float: left;
}

#indexright
{
    float: right;
}
/*中间大块-包含若干中间小块*/
#indexcenter
{
    margin: 0 0.5em 0 0.5em;
    padding: 0;
    width: 39em;
    float: left;
    list-style: none;
}
/*左中右小块-包含标题*/
.leftblock, .rightblock
{
    width: 19.8em;
    background: #E8F1F9;
    border: solid 0.1em #CCCCCC;
    margin-top: 0.5em;
}
/*中间块-包含中标题*/
.index_center_block
{
    width: 38.8em;
    border: solid 0.1em #CCCCCC;
    margin-top: 0.5em;
}
/*左中右catalog块标题*/
.lef_block_title, .right_block_title, .index_center_title, .catalog_right_block_title
{
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 1.2em;
    font-weight: bold;
    vertical-align: middle;
     margin-bottom:0.2em;
}
/*左标题*/
.lef_block_title
{
    background-image: url(  'images/video_hz_002.gif' );
}
/*中标题*/
.index_center_title
{
    background-image: url(  'images/hgw_middle.GIF' );
}
/*右标题*/
.right_block_title
{
    background-image: url(  'images/left.gif' );
}
/*块内容*/
.block_content
{
    width: auto;
    margin: 0 1em 0 1em;
}
/*分类左*/
.catalog_left
{
    border: solid 0.1em #CCCCCC;
    width: 19.8em;
    background-color: #E8F1F9;
    float: left;
    text-align: center;
    margin-top: 0.5em;
    height: 100%;
}
/*分类右*/
.catalog_right
{
    width: 59em;
    float: right;
    margin-left: 0.5em;
    height: 100%;
    border: solid 0.1em #CCCCCC;
    margin-top: 0.5em;
    text-align: left;
}
/*分类右导航*/
#catalog_nav
{
    height: 3em;
    line-height: 3em;
    background-color: #EFEFEF;
}
.index_rolling_img
{
    fixwidth: expression(this.width>100&&this.width>this.height?100:auto);
    fixheight: expresion(this.height>100?100:auto);
}
/*块新闻连接*/
.blocknews
{
    height: 1.8em;
    line-height: 1.8em;
    font-size: 1.1em;
    vertical-align: middle;
    width: 15em;
}
/*更多*/
.moren
{
    float: left;
    font-weight: normal;
    font-size: 1.1em;
}
.normalword
{
    font-size: 1.1em;
    line-height: 1.5em;
}
.newsititle
{
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}
.newsdate
{
    font-size: 1.1em;
    text-align: center;
}
.newscontext
{
    font-size: 1.2em;
    line-height: 1.5em;
}
.floatleft
{
    float: left;
    clear: right;
}
.floatright
{
    float: right;
    clear: left;
}

