
body { 
    font-family: "微软雅黑","宋体","Consolas","Courier New","Coruier","mono","serif";
}

div.section.spacer_before {
    padding-top: 8px;
    margin-top: 12px;
}
div.section.spacer_after {
    margin-bottom: 20px;
}
div.section.spacer_both {
    padding-top: 8px;
    margin-bottom: 20px;
    margin-top: 12px;
}

p.wcm-redirect-notice {
    margin: 20px 0 20px 0;
    border: 1px solid #dddddd;
    text-align: center;
    padding: 40px;
}

/* text component */
div.text p {
    padding-bottom: 10px;
}
div.text {
    color: #666;
}

p.link {
    color: #006699 !important;
}

p.link a {
    text-decoration: none;
    color: #006699 !important;
}

p.link a:hover {
    text-decoration: underline;
}

div.text.text_large p {
    font-size: 15px;
    line-height: 19px;
    font-family: "Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

div.text.text_quote p {
    font-style: italic;
}
div.text.text_quote {
    background-color: #e9ecec;
}

img.icon_facebook {
    width: 16px;
    height: 16px;
    background: url(images/icons/facebook.gif) no-repeat
}
img.icon_twitter {
    width: 16px;
    height: 16px;
    background: url(images/icons/twitter.gif) no-repeat
}
img.icon_mobile {
    width: 16px;
    height: 16px;
    background: url(images/icons/mobile.gif) no-repeat
}

/* parsys component */
div.par, div.rightpar {
    clear: both;
}
div.parsys_column {
    height: 100%;
    width: 100%;
    float: left;
    border: 0;
    vertical-align:top;
    padding: 0;
    margin: 0;
}

div.section {
    zoom: 1;
}

div.parsys_column .section {
    overflow:hidden;
    width: 100%;
}

/* text component */
div.text ul li {
    background:url("images/gl.gif") repeat-x scroll center bottom transparent;
    list-style-image:url("images/bullet.gif");
    list-style-position:outside;
    margin-left:28px;
    margin-top:2px;
    padding-bottom:4px;
}

div.text ol li {
    background:url("images/gl.gif") repeat-x scroll center bottom transparent;
    list-style-position:outside;
    margin-left:28px;
    margin-top:2px;
    padding-bottom:4px;
}

div.text li a {
}

/* table component */
div.table  {
    margin-bottom:30px;
}
div.table table {
    border-collapse: collapse;
    border: none;
    width: 100%;
}
div.table table td {
    padding: 4px 3em 4px 4px;
    border:none;
    border-bottom: 1px solid #dddddd;
    color: #666;
}
div.table table th {
    padding: 4px;
    border:none;
    border-bottom: 1px solid #dddddd;
    text-align: left;
    color: #069;
    font-size: 12px;
}
