﻿@charset "utf-8";

#bbsbody { margin:2px 0; overflow: hidden; }
#sideleftbbs {float: left; width:585px; position: relative; z-index: 1; }
#sideleftbbslist {float: left; width:750px; position: relative; z-index: 1; }
#siderightbbs {float: right; width:400px; position: relative; z-index:1; valign:top}
#siderightbbslist {float: right; width:235px; position: relative; z-index:1; valign:top}
.bbsclass { border: solid 1px #ccc; }
.bbsclass h2 { height: 24px; text-align: center; font-size: 14px; font-weight: bold; background-color: #ccc; }
.bbsclass li { height: 20px; margin: 1px 1px; }

/*帮助分类*/
.bbsclassright {border:solid 1px #ccc;word-wrap:break-word;word-break:normal;}
.bbsclassright h2 { height: 24px; text-align: center; font-size: 14px; font-weight: bold; background-color:#6699CC; }
.bbsclassright ul {
	padding-left: 1px;
	list-style-type: none;
}
.bbsclassright li { margin:1px 1px;font-size:14px;}
.bbsclassright li a{
	height:20px;
	margin:1px 1px;
	font-size:14px;
	font-weight: bold;
	text-decoration: underline;
}
/*最新新闻*/
.newbbslist { margin: 10px 0 0 0; border: solid 1px #ccc; }
.newbbslist h2 { height: 16px; line-height: 16px; text-align: center; background-color: #ccc; }
.newbbslist ul {  list-style: disc; padding-left: 15px; }
.newbbslist li {  margin: 0 5px; line-height: 20px; }
.newbbslist li span { float: right; margin: 0 0 20px 0; }
.newbbslist li a { color: #336699; }

/*热点新闻*/
.hotbbslist { border: solid 1px #ccc; }
.hotbbslist h2 { height: 16px; line-height: 16px; text-align: center; background-color: #ccc; }
.hotbbslist ul {  list-style: disc; padding-left: 15px; }
.hotbbslist li { margin: 0 5px; line-height: 20px; }
.hotnewslist li span { float: right; margin: 0 0 20px 0; }
.hotbbslist li a { color: #336699; }

/*帮助列表*/
.bbslist { border: solid 1px #ccc; padding: 8px; }
.bbslist h2 { width: 150px; height: 16px; line-height: 16px; text-align: center; background-color: #ccc; }
.bbslist ul { margin-bottom: 20px; }
.bbslist li { height: 25px; line-height: 25px; border-bottom: dashed 1px #ccc; text-indent: 10px; }
.bbslist li a { color: #336699; }

/*帮助内容*/
.bbsview { margin: 0 auto; width: 510px; }
.bbsview h2 { font-size: 16px; text-align: center; border-bottom: solid 1px #000; }
.bbsview h5 { float: right; font-size: 10px; }
.bbsview .text { margin: 15px 0 0 0; clear: both; }

