﻿html
{
    overflow: scroll;
    overflow-x: hidden;
    overflow-x: auto !important;
}
body
{
    margin: 0px;
    background: Gray;
    text-align: center; /*color: #333;*/
    color: #000000;
    font-size: 12px;
    font-family: 宋体,arial,verdana,sans-serif; /*font-family: "trebuchet ms" , helvetica, sans-serif; Microsoft Yahei,*/
}
#contain
{
    margin-right: auto;
    margin-left: auto;
    width: 1004px;
}
#header
{
    width: 1004px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    background: url(/images/cj_01.jpg);
    height: 223px;
    text-align: right;
}
#Menu
{
    width: 1004px;
    height: 41px;
    line-height: 41px;
    text-align: left;
    vertical-align: middle;
    background: url(/images/cj_03.jpg);
}
.nav
{
    margin: 0px 0px;
    margin-left: -20px;
}
.nav li
{
    display: inline;
    list-style-type: none;
    padding: 5px 0px;
    padding-right: 10px;
}
#banner
{
    width: 1004px;
    height: 150px;
    background: url(/images/cj-1_02.jpg);
    overflow: hidden;
}
#banner1
{
    width: 1004px;
    height: 150px;
    background: url(/images/cj-1_02.jpg);
    overflow: hidden;
}
#main
{
    margin-top: 0px;
    width: 1004px;
    padding: 0px;
    min-height: 400px;
    height: auto;
    background-color: White; /*background: url(/images/bg.jpg);*/
}
#footer
{
    display: block;
    clear: both;
    width: 1004px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    background: #FFF;
    height: 168px;
    background: url(/images/bgred.jpg);
}
.cateTitle
{
    font-family: 宋体, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin-top: 15px;
    text-align: left;
    padding-left: 10px;
    color: #ffffff;
    clear:both;
    background: url(/images/titlebg.jpg);
}
.dotLine
{
    border: 1px dashed;
    color: #dddddd;
    height: 1px;
    overflow: hidden;
    clear: both;
}
.clearLine
{
    height: 1px;
    overflow: hidden;
    clear: both;
}
img
{
    border: none;
}
a
{
    text-decoration: none;
    color: #000000; /*#535353;*/
}

a:hover
{
    text-decoration: none;
    color: #535353;
}

a.more:link
{
    font-size: 12px;
    color: #898989;
    text-decoration: none;
    line-height: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.more:visited
{
    font-size: 12px;
    color: #898989;
    text-decoration: none;
    line-height: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.more:hover
{
    font-size: 12px;
    color: #500046;
    line-height: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.button
{
    cursor: pointer;
    font-size: 9pt;
    height: 20px;
    background-color: #BF2E19;
    color: #000000;
    text-align: center;
    border: 1px solid #ABCEEA;
    padding: 2px 5px 2px 5px;
}

.buttonFocus
{
    cursor: pointer;
    font-size: 9pt;
    height: 20px;
    background-color: #790000;
    color: #294F76;
    text-align: center;
    border: 1px solid #ABCEEA;
    padding: 2px 5px 2px 5px;
}

.liList ul li
{
    /*padding-top: 5px;
    padding-bottom: 5px;
    text-indent: 2em;*/
    padding-top: 5px;
    padding-bottom: 5px;
    text-indent: 0em;
    list-style: none;
    border-bottom: #000000 1px dotted;
    text-align: left;
}
.liList ul li.t1
{
    background-color: #ffffff;
}
.liList ul li.t2
{
    background-color: #ffffff;
}
.liList ul li.t3
{
    background-color: #ffff99; /*790000*/
}

/*-----------------------------------------------------*/
#mainareacontentDialog
{
    padding: 10px 5px;
}
input.QueryButton
{
    cursor: pointer;
    font-size: 9pt;
    height: 20px;
    background-color: #E9F1FE;
    color: #294F76;
    text-align: center;
    border: 1px solid #ABCEEA;
    padding: 2px 5px;
    onmouseover: expression(onmouseover=function(){this.className='QueryButtonFocus'});
    onmouseout: expression(onmouseout=function(){this.className='QueryButton'});
}
input.QueryLongText
{
    height: 15px;
    width: 80%;
    font-size: 9pt;
}
input.QueryButtonFocus
{
    cursor: pointer;
    font-size: 9pt;
    height: 20px;
    background-color: #FEFE98;
    color: #294F76;
    text-align: center;
    border: 1px solid #ABCEEA;
    padding: 2px 5px;
}
/*-----------------------------------------------------*/

