@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; line-height:1em; background-image: url(../images/ico/ico05.gif); background-repeat: no-repeat; background-position: left center; }
.newsList .time { float:right; margin: 0px; color: #666666; }
.newsList .title { float:left; margin: 0 20px; }

.turnPage {text-align:center; margin:10px; color:#FEA7CF;}
.turnPage a, .turnPage a:visited{ border:1px solid #FEA7CF; padding:5px; color: #FEA7CF; }
/* site */
.list ul { margin: 3px 30px; }
.list ul li { border-bottom: 1px solid #FFD1E6; line-height: 1.5em; height:1.6em; color: #666666; background-image:none; }
.list ul li .title {margin:0 10px 0 0;}

.articleBox { margin:20px; }

.contentMain { margin: 0 60px 30px 30px; }
.contentMain .newsList { margin: 9px 30px; }

.contentMain .newsList li { border-bottom: 1px solid #FFD1E6; line-height: 3em; height:3em; color: #666666; }
.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; }
