.mobile>.container {
	background: #fff
}
.article-wrapper h1 {
	margin: 30px 0 0;
	font-size: 28px;
	font-weight: 700
}
.pics h1, .pics h2, .pics .article-info {
	text-align: center
}
.article-wrapper h2 {
	margin: 15px 0 0;
	font-size: 14px
}
.article-wrapper .article-info {
	margin: 20px 0 15px;
	padding: 0 0 5px;
	color: #666;
	border-bottom: 1px dashed #ccc;
	font-size: 12px
}
.article-content, .article-content p {
  line-height: 200%;
  word-wrap: break-word;
	font-size: 16px
}
.article-content p {
  text-indent: 2em;
	margin-bottom:25px
}
.article-content img {
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  display: block !important;
  margin: auto !important;
  max-width: 600px !important;
}
.article-content .article-info a {
	color: #666
}
.block-content {font-size:14px;}
.article-wrapper .article-description {
	margin: 10px 0;
	padding: 10px;
	border-left: 2px solid #00408b;
	background-color: #f5f5f5;
	line-height: 1.8em;
	font-size: 14px
}
.article-wrapper .article-description p:last-child {
	margin-bottom: 0
}
.article-wrapper .article-content-inner p {
	text-indent: 2em;
	line-height: 2em
}
.article-wrapper .article-content-inner p[style*=center] {
	text-indent: 0
}
.mobile .article-wrapper .article-content-inner p img {
	max-width: 100%
}
.mobile .article-wrapper .article-content-inner p iframe {
	max-width: 100%;
	height: auto
}
.article-wrapper .article-editor, .article-wrapper .source-title {
	font-size: 12px
}
.article-wrapper .article-related .article-related-title {
	padding: 5px 10px;
	border-left: 2px solid #00408b;
	background-color: #f5f5f5;
	font-size: 16px;
	font-weight: 700;
	line-height: 2em
}
.article-wrapper .article-related ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.article-wrapper .article-related ul li {
	overflow: hidden;
	height: 38px;
	margin-top: 0;
	padding-left: 15px;
	background: url(../images/all.png) no-repeat -75px 1px;
	line-height: 38px
}
.article-wrapper .article-related ul li .time {
	float: right;
	color: #999;
	font-size: 12px
}
.pics ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.pics .bd {
	position: relative;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc
}
.pics .bd .bPrev, .pics .bd .bNext {
	position: absolute;
	top: 0;
	height: 500px;
	width: 50%;
	text-align: center;
	z-index: 1000;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0
}
.pics .bd .bPrev:hover, .pics .bd .bNext:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1
}
.pics .bd .bPrev {
	left: 0;
	background: url(../images/bPrev.png) no-repeat left center
}
.pics .bd .bNext {
	right: 0;
	background: url(../images/bNext.png) no-repeat right center
}
.pics .bd li {
	position: relative;
	width: 1190px;
	height: 500px;
	text-align: center
}
.pics .bd li p {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,.5);
	margin: 0;
	color: #fff;
	z-index: 9999;
	text-align: left
}
.pics .bd img {
	position: absolute;
	max-width: 1190px;
	max-height: 500px;
	margin: auto;
	top: -50%;
	bottom: -50%;
	left: -50%;
	right: -50%
}
.pics .smallScroll {
	position: relative;
	border-bottom: 1px dashed #ccc
}
.pics .smallScroll .sPrev, .pics .smallScroll .sNext {
	position: absolute;
	height: 110px;
	line-height: 110px;
	width: 45px;
	top: 0;
	text-align: center
}
.pics .smallScroll .sPrev {
	left: 0;
	background: url(../images/sPrev.png) no-repeat center
}
.pics .smallScroll .sNext {
	right: 0;
	background: url(../images/sNext.png) no-repeat center
}
.pics .smallScroll .smallImg {
	width: 1100px;
	margin: 0 auto
}
.pics .smallScroll .smallImg li {
	float: left;
	border: 2px solid transparent;
	height: 100px;
	width: 100px;
	padding: 1px;
	margin: 5px
}
.pics .smallScroll .smallImg li.on {
	border-color: #00408b
}
.pics .smallScroll .smallImg li img {
	display: block;
	width: 100%
}
.mobile .pics .bd .bPrev, .mobile .pics .bd .bNext {
	display: none
}
.mobile .pics .bd li {
	position: static;
	width: auto;
	height: auto;
	margin-bottom: 15px
}
.mobile .pics .bd li p {
	border-bottom: 2px solid #00408b;
	padding: 5px;
	position: static;
	background: #f5f5f5;
	color: #666
}
.mobile .pics .bd img {
	position: static;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto
}

.relative_news {
    float: left;
	width: 100%;
	margin-top:25px;
    padding-bottom: 20px;
	color:#999;
}
.relative_news ul {
    border-left: #eee solid 0px;
	list-style: none;
	width: 100%;margin: 0;padding: 0;
    /* padding-left: 13px; */
}
.relative_news ul li {
    font-size: 14px;
    line-height: 28px;
}
.relative_news ul li a {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color:#999;
}