/*面包屑地址栏开始
-------------------------------------------------- */
.breadcrumbs {
	height: 35px;
	line-height: 35px;
}
.breadcrumbs span {
	color: #ff6d00;
}

/*左侧栏
-------------------------------------------------- */
.article-left {
	width: 208px;
	margin-top: 10px;
    /*margin-left: 10px;*/
}
.article-left .side {
	border: solid 1px #e8e8e8;
}
.article-left .article-left-wrap {
	padding-bottom: 10px;
}
.article-right {
	width: 955px;
}
.article-left p {
	position: relative;
	height: 36px;
	padding-left: 54px;
	line-height: 36px;
	font-size: 16px;
	border: 1px solid #e8e8e8;
	border-bottom: none;
	font-family: Microsoft Yahei;
}
.article-left p::after {
	position: absolute;
	top: 10px;
    left: 32px;
	content: '';
	width: 16px;
	height: 16px;
	background: url(/assets/member/img/help-icon.png);) center center no-repeat;
}
.article-left h2 {
	position: relative;
	height: 30px;
	padding-left: 35px;
	padding-top: 10px;
	line-height: 30px;
	font-size: 14px;
}
.article-left h2::after {
	position: absolute;
	top: 22px;
	left: 18px;
	content: '';
	width: 4px;
	height: 4px;
	background-color: #ff6d00;
}
.article-left ul li {
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	padding-left: 38px;
	text-align: left;
	cursor: pointer;
}
.article-left ul li a{
	display: inline-block;
	width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.article-left ul li.inow{
	background-color: #ff6d00;
	color: #fff;
}
.article-left ul li.inow a{
	color:#fff;
	text-decoration: none;
}
.article-left ul li.curr{
	background-color: #ff6d00;
	color: #fff;
}
.article-left ul li.curr a{
	color:#fff;
	text-decoration: none;
}
.article-left ul {
	overflow: hidden;
	max-height: 180px;
	margin-bottom: 10px;
	/*border-bottom: solid 1px #e8e8e8;*/
}
.article-left .article-more {
	display: block;
	height: 30px;
	margin-top: -10px;
	margin-bottom: 10px;
	padding-left: 38px;
	font-size: 12px;
	line-height: 30px;
	text-align: left;
}
.article-left .article-more:hover {
	background-color: #ff6d00;
	color: #fff;
	text-decoration: none;
}

/*右侧栏
-------------------------------------------------- */
.company-inner {
	border: solid 1px #e8e8e8;
	margin-right: 10px;
}
.company-title {
	height: 42px;
	margin: 0 6px;
	padding: 0 10px;
	line-height: 42px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px #e8e8e8;
}
.company-title .company-time {
	float: right;
	font-weight: normal;
	font-size: 12px;
}
.inner-in {
	padding: 0 30px 60px 30px;
	line-height: 22px;
	word-wrap: break-word;
}
/*.inner-in p,*/
.inner-in h2 {
	padding-top: 20px;
}
.tjdown .tjshow {
	width: 830px;
}
.footer-item {
	width: 188px;
	padding-left: 12px;
}
.contact {
	width: 200px;
	float: right;
}
.footer-item02 {
	padding-left: 20px;
}
.tjdown .tjshow {
	width: 845px;
}
.tjdown .tjshow ul li {
	width: 170px;
}

/*990 浏览记录
-------------------------------------------------- */
.detail-foot-b {
	width: 875px;
}
.detail-foot-b .detail-foot-list-scroll {
	width: 875px;
}
.contact dd {
	width: 150px;
}
/*文章列表
-------------------------------------------------- */
.article-list{
	width: 100%;
	border: 1px solid #f1f1f1;
	margin-bottom: 20px;
}
.article-list .articleList-title{
	font-weight: normal;
	font-size: 12px;
	height:30px;
	line-height: 30px;
	font-family: "Microsoft Yahei";
	background: #f7f7f7;
	padding-left: 10px;
}
.article-list .articleList-title span{
	float: right;
	margin-right: 10px;
	text-align: right;
}
.article-list ul{
	margin-top: 10px;
	margin-bottom: 10px;
}
.article-list ul li{
	margin:0 10px;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
}
.article-list ul li a{
	color:#005aaa;
}
.article-list ul li span{
	float: right;
}
.article-wrap{
	min-height: 500px;
	background-color: #fff;
}
