﻿/*公用样式*/
*
{
    margin: 0;
    padding: 0;
}
body
{
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 12px;
}
ul, ol
{
    list-style-type: none;
}
a:link, a:visited
{
    color: #666;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
    color: #993300;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.more
{
    float: right;
    color: #666;
    font-weight: normal;
    font-size: 11px;
}
img
{
    border: 0;
}
.tit
{
    background: #224c8a;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    color: #FFFFFF;
}
.loginput
{
    border: solid 1px #cccccc;
    width: 120px;
    height: 15px;
}
/*表头样式*/
.title
{
    background: url(/images/head_bg.gif) repeat-x;
    height: 106px;
    width: 100%;
}
.head
{
    width: 980px;
    height: 106px;
    float: left;
}
.head h1
{
    float: left;
    margin: 20px 0 0 20px;
}
.head h1 a
{
    background: url(/images/logo.gif) no-repeat;
    height: 60px;
    width: 164px;
    display: block;
}
.input
{
    float: right;
    margin-top: 35px;
}
.button
{
    width: 50px;
    height: 22px;
    line-height: 18px;
}
.tab
{
    width: 980px;
}

/*导航*/
.nav
{
    height: 25px;
    line-height: 25px;
    background: url(/images/nav_bg.gif) repeat-x;
    width: 100%;
    color: #fff;
    float: left;
}

/*banner*/
.topban
{
    background: #e5e5e5;
    padding: 1px;
    margin: 10px 0;
}

/*首页内容部份*/
.base
{
    width: 980px;
    background: url(/images/right_bg.gif) repeat-y right 0;
    float: left;
}

/*左侧内容部份*/
.leftbar
{
    width: 760px;
    margin: 10px;
    float: left;
    overflow: hidden;
    padding-left: 10px;
}
.con1
{
    width: 760px;
    line-height: 24px;
}
.con1 dt
{
    color: #023eb0;
    font-size: 14px;
    font-weight: bold;
    background: url(/images/aarow01.gif) no-repeat 0 center;
    padding-left: 20px;
    border-bottom: 1px dashed #e5e5e5;
    height: 25px;
}
.text
{
    text-indent: 2em;
    margin: 5px 10px;
}
.con2
{
    width: 760px;
    margin: 20px 10px;
    line-height: 24px;
}
.con2 .list
{
    width: 230px;
    float: left;
    border: 1px solid #e5e5e5;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.con2 .list dd
{
    padding-left: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 210px;
}
.con2 .list dd span
{
    color: #993300;
    padding-right: 5px;
}
.con3
{
    width: 350px;
    border: 1px solid #e5e5e5;
    float: left;
    padding: 10px;
    overflow: hidden;
    height: 160px;
}
.line
{
    color: #023eb0;
    font-size: 14px;
    font-weight: bold;
    background: url(/images/aarow01.gif) no-repeat 0 center;
    padding-left: 20px;
    border-bottom: 1px dashed #e5e5e5;
    height: 25px;
    margin-bottom: 10px;
}
.con3 dd
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
}
.con4
{
    width: 330px;
    margin: 0 0 0 20px;
    border: 1px solid #e5e5e5;
    float: left;
    padding: 10px;
    overflow: hidden;
    height: 160px;
}
.con4 dd.pic1
{
    width: 150px;
    float: left;
    margin: 3px;
    border: 1px solid #e5e5e5;
}

/*左图右文*/
.con3 dd.pic
{
    padding: 2px;
    border: 1px solid #e5e5e5;
    margin-right: 5px;
    width: 120px;
    float: left;
}

/*右侧样式*/
.right
{
    width: 168px;
    overflow: hidden;
}
.rightbar
{
    margin: 0;
    padding: 0;
    text-align: center;
}
.rightbar dt, .rightbar dd
{
    margin: 0;
    padding: 0;
}
.rightbar img
{
    padding: 2px;
    border: 1px solid #e5e5e5;
    margin: 5px;
}

/*底部样式*/
.bottom
{
    background: url(/images/head_bg.gif) repeat-x;
    width: 100%;
    float: left;
    border-top: 1px solid #e5e5e5;
    margin: 0; text-align:center;
}
.bottom p
{
    margin-left: 20px;

    line-height: 20px;
}

.feedback
{
    border: solid 1px #cccccc;
}
.feedback tr
{
    line-height: 25px;
    height: 25px;
}

.feedback tr td input
{
    border: solid 1px #cccccc;
}
.feedback tr td textarea
{
    border: solid 1px #cccccc;
}
.feedbackbut
{
}

.tabreg tr td
{
    height: 28px; border-bottom:dotted 1px #ededed;   
} 
.reginput
{
    border: solid 1px #cccccc; margin-left:10px;  width:250px; height:22px;
}
.tabreg tr select, .tabreg tr img
{
       border: solid 1px #cccccc; margin-left:10px; 
}

.tabreg tr span
{
   padding-right:5px; color:Red; font-weight:bold;
}

