/*
Offical Style for Discuz!(R)
URL: https://discuz.dismall.com
(C) 2001-2007 Comsenz Inc.
<style type="text/css">
*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Common Style ~~~~ */
* { word-break: break-all; word-wrap: break-word; }
body { {BGCODE}; text-align: center; }
body, td, input, textarea, select, button { color: {TABLETEXT}; font: {FONTSIZE}/1.6em {FONT}; }
body, ul, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 1em; }
#menu li, .popupmenu_popup li, #announcement li, .portalbox li, .tabs li, .postmessage fieldset li, .side li, .formbox li, .notice li { list-style: none; }
a { color: {LINK}; text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: none; }
em, cite, strong, th { font-style: normal; font-weight: normal; }
table { empty-cells: show; border-collapse: collapse; }
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Layout & Block Style ~~~~ */
#wrapl{ padding-left:10px;background: url({IMGDIR}/bian.gif) repeat-y left}
#wrapr{ padding-right:10px; background: url({IMGDIR}/bian.gif) repeat-y right}
.wrap {
background:#fff;
text-align: left; margin: 0 auto; overflow: hidden; }
.notice { font-size: {MSGFONTSIZE}; border: 1px solid {NOTICEBORDER}; background: {NOTICEBG} url({IMGDIR}/notice.gif) no-repeat 1em 0.7em; padding: 0.5em 1em 0.3em 3em; margin-bottom: {BOXSPACE}; color: {NOTICETEXT}; }
.message { margin: 3em 10em 5em !important; padding: 0 0 2em !important; }
.message h1 { line-height: 26px; border: 1px solid; {PORTALBOXBGCODE}; background-repeat: repeat-x; background-position: 0 0; border-color: {TABLEBG} {TABLEBG} {CATBORDER} {TABLEBG}; padding-left: 1em; margin-bottom: 1em; }
.message p { margin: 1em; }
.message a { color: {HIGHLIGHTLINK}; }
#header { padding-right:10px;
height:120px;
background: url({IMGDIR}/bg_top.gif) repeat-x; }
#header h2 { float: left; padding:0px; margin:0px; }
#footer { border-top: 1px solid #acc8e4; background: {ALTBG2}; color: {TEXT}; padding:6px 0; }
#footlinks { float: right; margin-top: -3px; text-align: right; }
#footer img { float: left; margin: 0 10px 0 0; }
#copyright, #debuginfo { font: {SMFONTSIZE}/1.5em {SMFONT}; }
#copyright strong, #copyright em { font-weight: bold; }
#copyright strong a { color: #0954A6; }
#copyright em { color: #FF9D25; }
#debuginfo { color: {LIGHTTEXT}; }
.scrolltop { cursor: pointer; }
#menu {height: 33px; {HEADERMENUBGCODE}; background-repeat: repeat-x;}
#menu ul { float: right; padding: 4px 10px 0; }
#menu li { float: left; }
#menu li a { text-decoration: none; float: left; color: {HEADERMENUTEXT}; padding: 2px 8px 3px; background: url({IMGDIR}/menu_itemline.gif) no-repeat 0 1px; }
#menu li.hover, #menu li.current { background:#fff;
border-top:1px solid #a8b3c0;
border-left:1px solid #a8b3c0;
border-right:1px solid #afbfd0;
border-bottom:0px;}
#menu li.current { font-weight: bold; }
#menu li.hover a { padding:1px 7px 5px; background-image: none; }
#menu li.current a { padding-left:5px;
padding-right:5px;
padding-top:1px;
padding-bottom:5px; background-image: none; }
#menu cite a { font-weight: bold; background-image: none; }
.huadong{
border-bottom:1px solid #fdb939;
background:#fff8c5; |