@charset "gb2312";
/* CSS Document */


/* ==========================================================================
   文章-列表页
   ========================================================================== */
.newsList{ overflow:hidden; padding-bottom:20px; display:block;}
.newsList li{height:30px; line-height:30px; overflow:hidden; padding-left: 12px; font-size: 14px; background: url(imagesdot02.png) left center no-repeat; }
.newsList li font{font-size:14px;}
.newsList li a{color: #666;}
.newsList li .date{float:right; font-size: 12px; color:#999;}
.newsList li.split{height:15px; border-top:1px dotted #ccc; margin-top:15px; background:none;}
.newsList li.noData{background:none; color:#999;}

/* ==========================================================================
   文章-内容页
   ========================================================================== */
.articleCon {margin: 20px 30px 0; overflow: hidden;}
.articleCon .title {font-size:30px; line-height: 160%; color: #c81207;  text-align:center;}
.articleCon .subTitle{ display:none; height:18px; line-height:18px;  text-align:right; padding:10px 0 5px;}
.articleCon .property{ height:40px; line-height:40px; text-align:center;  margin:20px 0 0; color: #333; background-color: #f1f1f1;}
.articleCon .property span{font-size:12px; color:#333; margin:0 5px;}
.articleCon .property .small,.articleCon .property .big{ height:24px; line-height:24px; padding-right:8px;}
.articleCon .property2{height:32px; line-height:32px; text-align:left; margin:20px 0 0; color: #333; border-bottom: 1px dotted #e5e5e5;}
.articleCon .property2 a{color: #333;}
.articleCon .property2 .fxBox{float: right;}
.articleCon .property2 .fxBox div{width: auto; float: left;}
.articleCon .conTxt {padding:30px 0 10px;overflow:hidden; color:#333; font-size:14px; line-height:250%; }
.articleCon .conTxt font{font-size: 14px;}
.articleCon .page { padding:0 10px 0 0; text-align:center; }
.articleCon .others{ padding-top:22px; overflow:hidden; font-size:14px; color: #999;}
.articleCon .others font{font-size:14px; color: #333;}
.articleCon .others span{color:#333;}
.articleCon .others a{margin-right:5px; color: #333;}
.articleCon .others a:hover{color: #c81207;}
.articleCon .others .prev,.articleCon .others .next { padding-left:5px; height:32px; line-height:32px; }

/* ==========================================================================
   通用-单页
   ========================================================================== */
#singleBox .articleCon{margin: 0;}
#singleBox .articleCon .conTxt{padding: 0; border-top: none;}
