@charset "utf-8";

.main .mainLeft {
	height: auto;
	width: 210px;
	float: left;
}

.main .mainLeft .recommendHotContainer .recommend h2 {
	height: 27px;
	width: 210px;
	line-height: 27px;
	background-image: url(../images/article_list_h2_bg.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}

.main .mainLeft .recommendHotContainer .recommend .content {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BEE2F9;
	border-bottom-color: #BEE2F9;
	border-left-color: #BEE2F9;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-style: solid;
}

.main .mainLeft .recommendHotContainer .recommend .content ul li {
	height: 24px;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d8d8d8;
	background-image: url(../images/article_list_li_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 8px;
}

.main .mainLeft .recommendHotContainer .hot h2 {
	background-color: #e5f2fc;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	padding-left: 10px;
	font-size: 14px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BEE2F9;
	border-left-color: #BEE2F9;
	width: 198px;
}

.main .mainLeft .recommendHotContainer .hot .content {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BEE2F9;
	border-right-color: #BEE2F9;
	border-bottom-color: #BEE2F9;
	border-left-color: #BEE2F9;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-style: solid;
}

.main .mainLeft .recommendHotContainer .hot .content ul li {
	height: 24px;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d8d8d8;
	background-image: url(../images/article_list_li_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 8px;
}

.main .mainRight {
	float: right;
	width: 780px;
	height: auto;
}

.main .mainTop {
	height: 30px;
	border: 1px solid #b0c7dd;
	background-color: #e1effb;
	line-height: 30px;
	padding-left: 10px;
}

.main .mainTop .search {
	float: right;
	width: 300px;
	height: 30px;
	_height: 27px;
	line-height: 30px;
	_line-height: 27px;
	_padding-top: 3px;
}

.main .mainTop .path {
	float: left;
	height: 30px;
}

.main .mainTop .search .searchButton {
	background-image: url(../images/article_search_button.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 22px;
	width: 62px;
	color: #003300;
	cursor: pointer;
	border: 0px;
}

.main .mainTop .search .searchText {
	line-height: 20px;
	height: 20px;
	margin: 0px;
	width: 150px;
	border: 1px solid #6C92AD;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.main   .articleContent {
	border: 1px solid #99bbdd;
	background-color: #f5faff;
	padding: 20px;
}

.main  .articleContent h1 {
	font-weight: bold;
	text-align: center;
	margin: 20px;
}

.main   .articleContent .info {
	text-align: center;
	color: #666666;
}

.main  .articleContent .content {
	word-wrap: break-word;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e1e4e6;
	line-height: 25px;
	color: #2a2a2a;
	padding-top: 20px;
	padding-bottom: 20px;
}
