@charset "utf-8";
/* dongWebSite main css */
/***************************************************************************
*
*	dws系统基本样式，一般无需修改
*
***************************************************************************/
/* 基本 */
html{}
html, body{}
body, td, th { font-size: 12px; color: #666666; font-family:Arial, Helvetica, sans-serif; }
body { margin: 0px; padding:0px;}
a:link { text-decoration: none; color: #666666; }
a:visited { text-decoration: none; color:#666666; }
a:hover { text-decoration: none; color:#aa0018;}
a:active { text-decoration: none; color: #aa0018; }
ul, li, dl, dt, dd { padding:0; margin:0; list-style-type:none; }
a 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; }
h1,h2,h3,h4{margin:0; padding:0;}
.clear { clear:both; line-height:0; font-size:0;}
/* 翻页 */
.turnPage { font-size:12px; clear: both; text-align:center; }
.turnPage a { padding:0 5px; }
.turnPage .thisPage{background:#ccc; color:#fff;}
/***************************************************************************/
/* 文章列表 */
.newsList { line-height:20px; }
.newsList li { height:20px; background-image:url(/Public/images/index/ico1.gif); background-repeat:no-repeat; background-position:0 6px; padding-left:8px; }
.newsList .title { float:left; margin:0; }
.newsList .time { float:right; margin: 0 0 0 5px;}
/***************************************************************************/
/*前台页面文章正文样式*/
.articleContent { font-size:13px; line-height:1.5em; color: #3c3c3c; font-family:Arial, Helvetica, sans-serif;}
.articleContent ul, .articleContent li, .articleContent dl, .articleContent dt, .articleContent dd { padding:5px; margin:5px; list-style-type:disc; }
.articleContent input, .articleContent select, .articleContent option, .articleContent optgroup, .articleContent textarea { font-size: 12px; margin: 0px; padding: 0px; }
.articleContent p { padding:0; margin:8px 0; text-indent: 2em; }
