
/* 左边导航 */
.as-navbar{
	padding: 25px 0;
	background-color: #007be8;
	color: #FFFFFF;
}
.as-navbar li{
	position: relative;
}
.as-navbar li::after{
	border-bottom: 1px dashed #40a5ff;
	display: block;
	position: absolute;
	left: 10px;
	right: 10px;
	content: '';
	bottom: 0;
}
.as-navbar li:last-child{
	border-bottom: 0;
}
.as-navbar li a{
	position: relative;
	display: block;
	line-height: 20px;
	font-size: 16px;
	color: #FFFFFF;
	padding-left: 90px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.as-navbar li a::after{
	width: 4px;
	height: 15px;
	content: '';
	background-color: #dddddd;
	position: absolute;
	left: 60px;
	top: 50%;
	margin-top: -7px;
}
.as-navbar li.active a{
	background-color: #3897ed;
	color: #ffcc00;
}
.as-navbar li.active a::after{
	background-color: #ffcc00;
}
/* 图文列表 */
.pic-text-lists li{
	padding: 25px 0;
	border-bottom: 1px dashed #e0e0e0;
}
.pic-text-lists li:first-child{
	padding-top: 0;
}
.pic-text-lists .photo{
	margin-right: 25px;
	text-align: center;
	display: block;
}
.pic-text-lists .photo img{
	width: 276px;
	height: 200px;
}
.pic-text-lists .title{
	margin-bottom: 30px;
}
.pic-text-lists .list-intro{
	line-height: 2;
	color: #929292;
	margin-bottom: 30px;
}
.pic-text-lists .list-attr{
	color: #929292;
	font-size: 12px;
}
.pic-text-lists .list-attr span{
	display: inline-block;
	margin-right: 20px;
}
.pic-text-lists .list-attr span:last-child{
	margin-right: 0;
}


.as-hot-list{
	padding: 10px 25px;
}
.as-hot-list li{
	position: relative;
	padding: 10px 0;
	padding-left: 28px;
	border-bottom: 1px solid #e0e0e0;
}
.as-hot-list li .title{
	margin-bottom: 10px;
}
.as-hot-list .n{
	position: absolute;
	left: 0;
	top: 12px;
	width: 21px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/common/n4.png);
}
.as-hot-list li .time{
	color: #999999;
	font-size: 12px;
}
.as-hot-list li:nth-child(1) .n{
	background-image: url(../img/common/n1.png);
}
.as-hot-list li:nth-child(2) .n{
	background-image: url(../img/common/n2.png);
}
.as-hot-list li:nth-child(3) .n{
	background-image: url(../img/common/n3.png);
}
@media (max-width:640px) {
	.pic-text-lists li{
		display: block;
	}
	.pic-text-lists .photo{
		margin-right: 0;
		margin-bottom: 25px;
	}
	.pic-text-lists .title{
		margin-bottom: 15px;
	}
	.pic-text-lists .list-intro{
		margin-bottom: 15px;
	}
	.pic-text-lists .list-attr span{
		font-size: 12px;
	}
	.page-cell{
		margin-left: -10px;
		margin-right: -10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.page-cell .item{
		margin: 0 1px;
	}
}


/* 文章内容 */
.article-head{
	text-align: center;
	margin-bottom: 15px;
}
.article-head .title{
	margin: 0;
	line-height: 1.5;
	margin-bottom: 10px;
}
.article-attr{
	color: #9d9d9d;
}
.article-attr span{
	display: inline-block;
	padding: 0 6px;
}
.article-body{
	line-height: 2;
	color: #010101;
}
.article-body p{
	margin-bottom: 20px;
}

@media (min-width:1200px) {
	.article-body p{
		margin-bottom:30px;
	}
	
}

/* 文字列表 */
.text-list li a{
	display: inline-block;
}
.text-list li{
	background: url(../img/common/list-dot.png) 0 20px no-repeat;
	position: relative;
	padding: 15px 0;
	padding-right: 80px;
	padding-left: 12px;
	line-height: 18px;
	border-bottom: 1px dashed #ececec;
}
.text-list li .time{
	position: absolute;
	color: #999999;
	right: 0;
	top: 15px;
}
@media (min-width:1200px) {
	.text-list li a{
		width:95%;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
}
@media (max-width:1200px) {
	.text-list li a{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;   
	}
}
.bs-panel_foot{
	border-top: 1px solid #f3f3f3;
	padding: 30px 0;
}
.bs-panel_foot .page-cell{
	margin-top: 0;
}
.bs-panel_body>.text-list:first-child{
	margin-top: -20px;
}

.article-has-line{
	border-bottom: 1px dashed #EEEEEE;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.article-has-line .title{
	margin-bottom: 0;
}

.news-con {
	word-break: break-all;
}







