@charset "UTF-8";
.text-desc {
	color: #333;
	line-height: 35px;
}

.news_list {
	width: 100%;
	overflow: hidden;
	clear: both;
}

.news_list li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px dashed #dcdcdc;
}

.news_list li a {
	max-width: 580px;
	display: inline-block;
	color:#000;
	padding-left: 10px;
	background: url(/assets/images/ico_01.png)
		no-repeat left -4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;text-decoration:none;font-size:16px;
}

.news_list li a:hover {
	background-position: left -52px;text-decoration:none;
	color:#1D82D0;
}

.news_list li em {
	float: right;
	padding-right: 2px;
	text-decoration: none;
	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.pages {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-top: 15px;
	text-align: right;
}

.pages a, .pages strong {
	display: inline-block;
	margin-left: 10px;
	padding: 0 13px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #EFEFEF;
	color: #B2B2B2;
	overflow: hidden;
	text-decoration: none;
	background-color: #F7F7F7;
}

.pages a:hover, .pages a:hover, .pages strong {
	border-color: #1D82D0;
	color: #fff;
	background-color: #1D82D0;
}

.pages a.prev em, .pages a.next em {
	width: 8px;
	height: 13px;
	display: block;
	background-image:
		url(https://www.theuploadpro.com/bslab/Public/images/ico_page.png);
	float: left;
	margin-top: 11px;
}

.pages a.prev em {
	background-position: left top;
}

.pages a.next em {
	background-position: right top;
}

.pages a.prev:hover em {
	background-position: left bottom;
}

.pages a.next:hover em {
	background-position: right bottom;
}

.show_name {
	padding: 10px 0;
	line-height: 160%;
	text-align: center;
	font-size: 20px;
	color: #333;
	font-weight: 400;
	clear: both;
}

.show_line {
	border-bottom: 1px dashed #ccc;
}

.show_info {
	height: 30px;
	border-bottom: 1px dashed #ccc;
	clear: both;
	text-align: center;
	clear: both;
}

.show_info span {
	padding: 0 6px;
	color: #777;
	font-size:14px;
}

.show_info a {
	display: inline-block;
	margin-right: 5px;
}

.show_info span.time {
	margin-left: 35px;
}

.show_info a img {
	display: inline;
	vertical-align: middle;
	_padding-bottom: 1px;
}

.show_content {
	padding: 20px 0px;
	clear: both;
	line-height: 22px;
	min-height: 200px;
}

.show_content p {
	margin-bottom: 15px;font-size: 16px;line-height:30px;margin-bottom:8px;
}

.show_content img {
	max-width: 100%;
	margin: o auto;
	text-align: center;
}
.show_more{ width:85px; height:32px; line-height:32px; text-align:center;background:#1D82D0; float:right; margin-top:20px;}
.show_more a{ width:100%; height:100%; display:block;font-size:14px; color:#fff;text-decoration:none;text-decoration:none;blr:expression(this.onFocus=this.blur());}
.show_more a:hover{color:#ffff;text-decoration:none;}
.list-group .list-group-item{font-size:16px;}
.img-box{width:100%;margin:0px auto 15px auto;padding:0;}
.img-box img{width:100%;}
