/* PUBLIC PAGE ALL USE [START]*/
@CHARSET "UTF-8";
body {
    margin: 0;
    color: #333333;
    font-size: 14px;
    font-family: 'Microsoft Yahei', Tahoma, Helvetica, Arial, SimSun, sans-serif, '宋体';
    background: #EEEEEE;
    background: url("../images/bg_universal1299eb.png") fixed;
}

a {
    color: #202002;
    text-decoration: none;
    blr: expression(this.hideFocus=true);
    outline: none;
}

a:hover {
    text-decoration: underline;
    color: #A60000;
}

a img {
    border: 0;
}

img {
    text-align: left;
}

/*div,p{word-wrap: break-word; word-break:break-all;}*/
dl {
    margin: 0;
}

dl dd {
    margin: 0;
}

/*ul{margin: 0;padding: 0;list-style-type: none;}*/
/*ul li{float: left;}*/
ul.ddTree {
    list-style-type: decimal;
    line-height: 22px;
    padding: 0 0 5px 20px;
}

ul.ddTree a {
    color: #000;


    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

ul.ddTree li.node_level_1 a {
    color: #0077BB;
}

ul.ddTree li.node_level_2 a {
    color: #558d68;
}

ul.ddTree li.node_level_3 a {
    color: #999;
}

ul.ddTree a.active {
    font-weight: bold;
    color: #1d3a4b;
}

ul.dddTree {
    list-style-type: decimal;
    line-height: 26px;
    padding: 0 0 5px 20px;
}

ul.dddTree a {
    color: #0077BB;

    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

ul.dddTree a.active {
    font-weight: bold;
    color: #1d3a4b;
}

p {
    margin: 0;
}

label {
    display: block;
}

form {
    margin: 0;
}

form.custom input {
    margin: 0;
    border: 0;
    padding: 0;
}

form.custom input.custom {
    background: #F2F2F2;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}

h4 {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    border-bottom: 1px solid #999;
}

h5 {
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #e0e0e0;
}

/******************************************************************************************/
.default dl, dl.default {
    margin: 16px 0;
}

.default dl dd, dl.default dd {
    margin-left: 40px;
}

.default ul, ul.default {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 40px;
    list-style-type: disc;
}

.default ul li, ul.default li {
    float: none;
}

.default p, p.default {
    margin: 16PX 0;
}

.default label, label.default {
    display: inline;
}

/******************************************************************************************/
.left {
    float: left;
}

.right {
    float: right;
}

.clearfix {
    clear: both;
    float: none;
}

.tar {
    text-align: right;
}

.center {
    text-align: center;
    text-indent: 0PX !important;
}

.tal {
    text-align: left;
}

.big {
    font-weight: bold;
}

.small {
    font-weight: lighter;
}

.cd {
    cursor: default;
}

.cp {
    cursor: pointer;
}

.cm {
    cursor: move;
}

.ch {
    cursor: help;
}

.dn {
    display: none;
}

.db {
    display: block;
}

.oh {
    overflow: hidden;
}

.ov {
    overflow: visible;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.m30 {
    margin: 30px;
}

.mt20 {
    margin-top: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mr20 {
    margin-right: 20px;
}

.h10 {
    height: 10px;
}

.h20 {
    height: 20px;
}

.h33 {
    height: 33px;
}

.w600 {
    width: 600px;
}

.w300 {
    width: 300px;
}

.w220 {
    width: 220px;
}

.w200 {
    width: 200px;
}

.w30 {
    width: 30px;
}

.iw100 {
    min-width: 100px;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f32 {
    font-size: 32px;
}

/******************************************************************************************/
.btn {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.ipt {

    font-size: 14px;
    line-height: 20px;
    color: #393939;
    padding: 4px 6px;
    margin-bottom: 0;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    background-image: -moz-linear-gradient(top, #F4F4F4, #FFFFFF);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F4F4F4), to(#FFFFFF));
    background-image: -webkit-linear-gradient(top, #F4F4F4, #FFFFFF);
    background-image: -o-linear-gradient(top, #F4F4F4, #FFFFFF);
    background-image: linear-gradient(to bottom, #F4F4F4, #FFFFFF);
}

.context {
    /*line-height: 22px;*/
    /*padding: 10px 0;*/
    /*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
    /*overflow: hidden;*/
    word-wrap: break-word;
    word-break: break-all;
}

.context p {
    margin-bottom: 18px;
}
.context img {
    max-width: 100%;
}

/******************************************************************************************/
.headerWrap {
    width: 960px;
    height: 100px;
    margin: 0 auto 0 auto;
}

.headerWrap dl.logo {
    width: 100%;
    height: 60px;
}

.headerWrap dl.logo dt {
    height: 50px;
    line-height: 45px;
    font-size: 30px;
    font-weight: bold;
    padding-top: 10px;
    float: left;
    text-shadow: 0 0 5px #333333;
}

.headerWrap .logo dt a {
    color: #CCCCCC;
    text-decoration: none;
}

.headerWrap .logo dd {
    height: 20px;
    line-height: 20px;
    float: left;
    text-indent: 30px;
    color: #999999;
    font-style: italic;
    margin-top: 20px;
}

.headerWrap .logo dd a {
    color: #CCCCCC;
    font-style: normal;
}

/******************************************************************************************/
.mainNav {
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.mainNav li {
    float: none;
    display: inline-block;
    margin-right: 40px;
    text-shadow: 0 0 2px #000;
}

.mainNav li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

/******************************************************************************************/
.pageTitleWrap {
    width: 100%;
    display: block;
}

.pageTitleWrap p {
    /*height: 40PX;*/
    padding: 5px 0;
}

.pageTitleWrap p strong {
    /*height: 40PX;*/
    line-height: 40PX;
    font-size: 28px;
    display: block;
    float: left;
    color: #333;
}

.pageTitleWrap p span {
    width: 500PX;
    float: right;
    height: 40PX;
    line-height: 50PX;
    display: block;
    text-align: right;
    font-style: italic;
    color: #909090;
    margin-right: 20PX;
}

/******************************************************************************************/
.mainWrap {
    width: 1200px;
    min-height: 500px;
    margin: 20px auto 20px auto;
    padding: 10px 30px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 8px #666666;
}

/******************************************************************************************/
.footerWrap {
    height: 100px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    padding-top: 20PX;
    color: #888888;
}

.footerWrap dt span {
    margin: 0 5px;
}

.footerWrap dt span a {
    color: #888888;
}

/******************************************************************************************/
.leftWrap {
    width: 840px;
    float: left;
    padding-top: 20px;
}

/******************************************************************************************/
.rightWrap {
    width: 300px;
    float: right;
}

/******************************************************************************************/
