@charset "utf-8";

/*
 * Copyright 2017 voilavoile.com. All rights reserved.
 * Support: http://www.voilavoile.com
 * License: http://www.voilavoile.com/license
 * 
 * Style - Article
 * Version: 4.0
 */

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

.hotArticleCategory {
	margin-bottom: 10px;
	-webkit-box-shadow: 2px 2px 8px #dddddd;
	-moz-box-shadow: 2px 2px 8px #dddddd;
	box-shadow: 2px 2px 8px #dddddd;
	overflow: hidden;
	_zoom: 1;
	border: 1px solid #cccccc;
}

.hotArticleCategory dl {
	margin-bottom: -1px;
}

.hotArticleCategory dt {
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	/*color: #ff7300;*/
	font-size: 14px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	background-color: #fff2e2;
}

.hotArticleCategory dd {
	height: 32px;
	line-height: 32px;
	margin: 0px 10px;
	border-bottom: 1px solid #efefef;
}

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

.hotArticle {
	margin-bottom: 10px;
	-webkit-box-shadow: 2px 2px 8px #dddddd;
	-moz-box-shadow: 2px 2px 8px #dddddd;
	box-shadow: 2px 2px 8px #dddddd;
	overflow: hidden;
	_zoom: 1;
	border: 1px solid #cccccc;
}

.hotArticle dl {
	margin-bottom: -1px;
}

.hotArticle dt {
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	/*color: #ff7300;*/
	font-size: 14px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	background-color: #fff2e2;
}

.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: #ff6600;
}

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

.articleSearch {
	margin-bottom: 10px;
	-webkit-box-shadow: 2px 2px 8px #dddddd;
	-moz-box-shadow: 2px 2px 8px #dddddd;
	box-shadow: 2px 2px 8px #dddddd;
	border: 1px solid #cccccc;
}

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

.articleSearch .content {
	padding: 10px 0px 18px 0px;
}

.articleSearch .content div {
	width: 168px;
	height: 28px;
	margin: 0px auto;
	position: relative;
	/*background: url(../images/article.gif) 0px -60px no-repeat;*/
}

.articleSearch input {
	width: 104px;
	height: 18px;
	line-height: 16px;
	padding: 4px;
	margin: 0px;
	/*position: absolute;*/
	/*top: 0px;*/
	/*left: 0px;*/
	/*color: #888888;*/
	/*outline: none;*/
	/*border: none;*/
	/*background: none;*/
}

/*.articleSearch button {*/
	/*width: 56px;*/
	/*height: 26px;*/
	/*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: none;*/
/*}*/

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

.articleList .result {
	padding-right: 10px;
	/*margin-bottom: 10px;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	_zoom: 1;
	border: solid 1px #efefef;
}

.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;
}

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

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

.articleContent .title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #555;
}

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

.articleContent .content {
	/*overflow: scroll !important;*/
	width: 100%;
	text-wrap: normal !important;
	font-size: 16px;
}
.articleContent .content p {
	font-size: 16px;
}

.articleContent .content p, .articleContent .content div, .articleContent .content span,
.articleContent .content table, .articleContent .content img,  .articleContent .content table img,
.articleContent .content ol, .articleContent .content ul, .articleContent .content li{
	max-width: 100% !important;
}

.articleContent .content .slider img{
	height: auto !important;
}

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

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

.articleList img {
	width: 160px;
	height: auto;
    float: right;
    margin: 0 0 10px 10px;
}

.articleList .row:hover, .articleList .row:focus {
    background-color: #eee;
}

.articleList .title {
	display: inline-block;
	font-weight: 600;
	font-size: 20px;
	margin-top: 5px;
}

.articleContent a {
	text-decoration: underline;
	font-weight: 600;
}

.articleContent a:hover, .articleContent a:focus {
	color: #000;
	text-decoration: none;
}

.articleContent blockquote {
	border-left: 0px solid #eee;
}

.articleContent *[data-toggle="collapse"] {
	/*text-decoration: none;*/
	border-bottom: none;
	font-weight: normal;
	font-size: 16px;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px
}

.articleContent *[data-toggle="collapse"].collapsed {
	/*text-decoration: underline;*/
	border-bottom: 1px solid #ccc;
	/*word-break: break-all;*/
	/*word-wrap: break-word;*/
}

.articleContent h3[data-toggle="collapse"]:before {
	font-family: 'Line Awesome Free';
	content: "\f068";
	float: left;
	margin-right: 5px;
	color: #555;
	clear: both;
	font-weight: bold;
	/*transition: background-color 200ms ease 0s, border-color 200ms ease 0s, color 200ms ease 0s;*/
}
.articleContent *[data-toggle="collapse"].collapsed:before {
	content: "\f067";
	/*transition: background-color 200ms ease 0s, border-color 200ms ease 0s, color 200ms ease 0s;*/
}

@media screen and (max-width: 768px) {
	.articleList img {
		width: 100px;
		height: auto;
	}
}