@charset "utf-8";

/*
 * Copyright 2013 partnersoft.cn. All rights reserved.
 * Support: http://www.partnersoft.cn
 * License: http://www.partnersoft.cn/license
 * 
 * Style - Article
 * Version: 3.0
 */

/* ---------- HotArticleCategory ---------- */

div.articleList{
	width:1200px;
	margin:0px auto;
}

div.hotArticleCategory {
	width: 250px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.hotArticleCategory .articleCategory{
	height: 350px;
	width: 250px;
	padding-top: 20px;
}
div.hotArticleCategory dl {
	width: 250px;
	line-height: 40px;
	height:40px;
	float: left;
	_float: none;
	/*border-bottom: 1px solid #353a4c;*/
}

div.hotArticleCategory dl.childrenDl dt{
	padding-left: 55px;
}
div.hotArticleCategory dl.childrenDl dt a{
	font-size: 14px;
}

div.hotArticleCategory dl.last {
	border-bottom: none;
}

div.hotArticleCategory dt span.point {
	display: block;
	width: 30px;
	height: 30px;
	background: url("../images/logoPic.png") -15px -105px;
	float: left;
	margin-left: 20px;
	margin-top: 6px;
}


div.hotArticleCategory dt a {
	font-family: "Microsoft YaHei";
	font-size: 16px;
}


div.hotArticleCategory ul li{
	text-indent: 90px;	
}

div.hotArticleCategory ul li a {
	font-family: "Microsoft YaHei";
	color: #f5f5f5;
	font-size: 12px;
}

div.hotArticleCategory dd {
	width: 108px;
	float: left;
}

/* ---------- HotArticle ---------- */

div.hotArticle {
	width: 228px;
	margin-bottom: 10px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #e4e4e4;
}

div.hotArticle .title {
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	color: #d31c31;
	font-size: 14px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	background-color: #f1f1f1;
}

div.hotArticle li {
	line-height: 26px;
	padding: 0px 6px;
}

/* ---------- ArticleSearch ---------- */

div.articleSearch {
	width: 228px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float:right;
	height:67px;
}

div.articleSearch .title {
	height: 38px;
	line-height: 30px;
	padding-left: 30px;
	margin-bottom: 10px;
	color: #a37955;
	font-size: 14px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	background: url(../images/article.gif) 0px 0px no-repeat;
}

div.articleSearch .content {
	width: 203px;
	height: 40px;
	line-height: 23px;
	position: relative;
	padding: 14px 0px;
	margin: 0px auto;
	background: url(../images/logoPic.png) -122px -5px no-repeat;
}

div.articleSearch input {
	width: 152px;
	height: 38px;
	line-height: 38px;
	padding-left:18px;
	margin: 0px;
	position: absolute;
	color: #888888;
	outline: none;
	border: none;
	background: none;
}

div.articleSearch button {
	width: 35px;
	height: 38px;
	line-height: 38px;
	float: right;
	margin: 0px;
	font-size: 12px;
	position: relative;
	color: #ffffff;
	cursor: pointer;
	outline: none;
	blr: expression(this.hideFocus = true);
	border: none;
	background: none;
}

/* ---------- ArticleList ---------- */

div.articleList .result li {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 30px auto;
	background-color: #fff;
	width: 910px;
}

div.articleList .result li.last {
	border-bottom: none;
}

div.articleList .result a {
	line-height: 64px;
	font-size: 24px;
	height:64px;
	display: block;
	border-bottom: 1px solid #aaa;
	text-indent: 10px;
}

div.articleList .result .put_image {
	padding:10px 0px;
	min-height:208px;
}

div.articleList .result dl {
	min-height:800px;
	line-height: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 10px auto;
	background-color: #fff;
	width: 910px;
}

div.articleList .result dt {
	color: #843d11;
	font-size: 14px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
}

div.articleList .result dd {
	color: #666666;
}

/* ---------- ArticleContent ---------- */

div.articleContent{
	width:1200px;
	margin:15px auto;
}
div.articleContent .main {
	line-height: 26px;
	padding: 20px;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #e4e4e4;
}

div.articleContent .main .title {
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

div.articleContent .main .info {
	line-height: 30px;
	margin-bottom: 10px;
	color: #787878;
	text-align: center;
	border-bottom: solid 1px #f1f1f1;
}

div.articleContent .main .content {
	overflow: hidden;
}

div.articleContent .main .content strong {
	font-weight: bold;
}

div.articleContent .main .content em {
	font-style: italic;
}

div.articlePictrue{
	margin:15px auto;
	width:1200px;
	height:500px;
}

div.articleTitleContent{
	margin:40px auto;
	width:1200px;
	overflow: hidden;
}
div.articleTitleContent dl{
	width:399px;
	height:400px;
	float: left;
	border-right: 1px solid #ddd;
	margin-bottom: 50px;
}
div.articleTitleContent dl.last{
	border: none;
}
div.articleTitleContent dl dt{
	width:399px;
	text-align: center;
	font-size: 23px;
}

div.articleTitleContent dl dd{
	width:319px;
	height:80px;
	font-size: 14px;
	padding:10px 40px;
	color:#9e9e9e;
}
div.articleTitleContent dl dd.img{
	text-align: center;
}
div.articleTitleContent dl dd img{
	width:238px;
	height:238px;
}

.backAndSearch{
	width:950px;
	height:67px;
}
.backAndSearchCon{
	width:910px;
	height:67px;
	margin: 0 auto;
	border-bottom: 1px solid #dcdbe2;
}

.goBack{
	float:left;
	height:67px;
	line-height: 67px;
	font-size:16px;
	width:200px;
	text-indent: 30px;
}

.left_top_image{
	width:130px;
	height:67px;
	padding: 0 60px;
	margin-bottom: 20px;
}

.left_top_image_logo{
	width: 115px;
	height:67px;
	background: url("../images/logoPic.png") no-repeat;
}

.articleList_leftCeng{
	width:250px;
	float:left;
}

.articleList_rightCeng{
	background-color:#f7f7f7;
	float:right;
	width:950px;
}

.rightCeng_right{
	width:950px;
}

