@charset "utf-8";

/*
 * Copyright 2005-2017 jshop.com. All rights reserved.
 * Support: http://www.jshop.com
 * License: http://www.jshop.com/license
 * 
 * Style - Article
 * Version: 5.0
 */

/* ---------- HotArticleCategory ---------- */

.hotArticleCategory {
	margin-bottom: 10px;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	_zoom: 1;
	border: 1px solid #dddddd;
}

.hotArticleCategory dl {
	margin-bottom: -1px;
}

.hotArticleCategory dt {
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	background-color: #f35957;
}

.hotArticleCategory dd {
	height: 32px;
	line-height: 32px;
	margin: 0px 10px;
	border-bottom: 1px solid #efefef;
}

/* ---------- HotArticle ---------- */

.hotArticle {
	margin-bottom: 10px;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	_zoom: 1;
	border: 1px solid #dddddd;
}

.hotArticle dl {
	margin-bottom: -1px;
}

.hotArticle dt {
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	background-color: #f35957;
}

.hotArticle dd {
	height: 32px;
	line-height: 32px;
	margin: 0px 10px;
	border-bottom: 1px dotted #dddddd;
}

.hotArticle dd a {
	color: #888888;
}

.hotArticle dd a:hover {
	color: #f35957;
}

/* ---------- ArticleSearch ---------- */

.articleSearch {
	margin-bottom: 10px;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
	border: 1px solid #dddddd;
}

.articleSearch .title {
	height: 38px;
	line-height: 28px;
	padding-left: 30px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	background: url(../images/article.png) 0px 0px no-repeat;
}

.articleSearch .content {
	padding: 10px 0px 18px 0px;
}

.articleSearch .content div {
	width: 168px;
	height: 28px;
	margin: 0px auto;
	position: relative;
	background-color: #f35957;
}

.articleSearch input {
	width: 104px;
	height: 14px;
	line-height: 16px;
	padding: 4px;
	margin: 0px;
	position: absolute;
	top: 3px;
	left: 3px;
	color: #888888;
	outline: none;
	border: none;
}

.articleSearch button {
	width: 56px;
	height: 28px;
	line-height: 24px;
	margin: 0px;
	font-size: 12px;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #ffffff;
	cursor: pointer;
	outline: none;
	blr: expression(this.hideFocus = true);
	border: none;
	background: #f35957;
}

.articleSearch button:hover {
	background-color: #f67a79; 
}

/* ---------- ArticleList ---------- */

.articleList .result {
	padding: 0px 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	_zoom: 1;
	border: solid 1px #e4e4e4;
}

.articleList .result ul {
	margin-bottom: -1px;
}

.articleList .result li {
	border-bottom: 1px solid #f1f1f1;
}

.articleList .result a {
	line-height: 40px;
	color: #204e7d;
	font-size: 14px;
	font-weight: bold;
}

.articleList .result span {
	color: #787878;
}

.articleList .result p {
	line-height: 30px;
	color: #787878;
}

.articleList .result dl {
	line-height: 30px;
}

.articleList .result dt {
	color: #843d11;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	font-weight: bold;
}

.articleList .result dd {
	color: #666666;
}

/* ---------- ArticleDetail ---------- */

.articleDetail .main {
	line-height: 26px;
	padding: 20px;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #e4e4e4;
}

.articleDetail .main .title {
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.articleDetail .main .info {
	line-height: 30px;
	margin-bottom: 10px;
	color: #787878;
	text-align: center;
	border-bottom: solid 1px #f1f1f1;
}

.articleDetail .main .content {
	overflow: hidden;
}

.articleDetail .main .content strong {
	font-weight: bold;
}

.articleDetail .main .content em {
	font-style: italic;
}

/*文章图片最大宽度的调整*/
.articleDetail .main .content img{
	max-width: 100%;
}