@charset "utf-8";
/* dongWebSite main css */
/***********************************/
/* base */
body, td, th { font-size: 12px; color: #000000; font-family: Arial, Helvetica, sans-serif; }
body { margin: 0px; background-color: #FFFFFF; }
a:link { color: #333333; text-decoration: none; }
a:visited { text-decoration: none; color: #333333; }
a:hover { text-decoration: underline; color: #DD2179; }
a:active { text-decoration: none; color: #DD2179; }
ul, li, dl, dt, dd { padding:0; margin:0; list-style-type:none; list-style-image: none; }
img { border:0; }
form { padding:0; margin:0; }
input, select, option, optgroup, textarea { font-size: 12px; margin: 0px; padding: 0px; }
optgroup { font-style: normal; font-weight: normal; color: #000000; text-decoration: none; }
p { padding:0; margin:5px; }
.clear { clear:both; }
/***********************************/
/* data */
.newsList { }
.newsList li { clear:both; background-image: url(../images/ico/ico05.png); background-repeat: no-repeat; background-position: left center; }
.newsList .time { float:right; margin: 0px; color: #666666; }
.newsList .title { float:left; margin: 0 10px; }
.newsList .new { display:block; background-image: url(../images/ico/new3.png); background-repeat: no-repeat; background-position: left center; width:13px; }
.turnPage { text-align:center; margin:10px; color:#8AC7EF; }
.turnPage a, .turnPage a:visited { border:1px solid #8AC7EF; padding:5px; color: #8AC7EF; }
/***********************************/
/* site */
.list ul { margin: 3px 30px; }
.list ul li { line-height: 2em; height:1.6em; color: #666666; border-bottom: 1px dashed #CCCCCC; }
/* site */
.articleBox {
}
.contentMain { color: #000000; }
.contentMain .newsList { }
.contentMain .newsList li { line-height: 3em; height:3em; color: #666666; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #CCCCCC; }
.contentMain .newsList .new { display:block; padding:10px; }
.contentMain .articelTitle { font-size:24px; text-align:center; margin:10px; font-weight: bold; }
.contentMain .articelTime { color:#999999; text-align:center; }
.contentMain .articelContent { margin:10px; }
.articleBox .subPageTitle { background-image: url(../images/subPageTitleBg.gif); background-repeat: no-repeat; height: 40px; padding-left: 130px; padding-top: 15px; color: #000000; font-size: 12px; }
.articleBox .subPageTitle a { color: #000000; }
.leftBottom { background-image: url(../images/leftBottom.gif); background-repeat: no-repeat; background-position: center bottom; }
