﻿/*详情页样式=========================================== */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* 位置导航 */
#navigation ul {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#navigation ul li {
	margin-left: 5px;
}

#navigation ul li.location_icon img {
	height: 25px;
	width: 25px;
}

#navigation ul li p span {
	margin-right: 5px;
}

/* 标题 */
.article-top {
	border-bottom: 1px #EEE solid;
}

.title {
	text-align: center;
	margin-top: 50px;
}

.title p {
	font-size: 27px;
}

.other {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 30px 0 20px;
}

.other p {
	font-size: 14px;
	color: #999;
	margin-right: 35px;
}

.print_icon img {
	height: 20px;
	width: 20px;
	margin-right: 3px;
}

/* 内容 */
.article-bottom {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px #EEE solid;
}

.article-content {
	width: 95%;
	margin: 30px auto;
}

.article-content p {
	letter-spacing: 1px;
	line-height: 30px;
	font-size: 16px;
	color: #303030;
	/* text-align: justify; */
}
.article-content p img{
	max-width: 100%;
}

.article-files ul {
	margin-top: 10px;
}

.article-files ul li {
	margin-top: 3px;
}

.article-files ul li p a {
	color: #0052C8;
}
#fontset span{
	cursor: pointer;
	margin: 0 3px;
}

/* 分享 */
.share {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
.share.show{
	opacity: 1;
	visibility: visible;
}

.share img {
	height: 30px;
	width: 30px;
	margin-left: 10px;
}

/* 相关推荐 */
.tj-artcle ul li {
	padding: 25px 0;
	border-bottom: 1px #EEE solid;
}

.tj-artcle ul li:last-child {
	border-bottom: none;
}

.w_95 {
	width: 95%;
	margin: 0 auto;
}

.tj-nav {
	width: 95%;
	margin: 30px auto;
	margin-bottom: 0px;
	color: #666;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.tj-nav img {
	height: 25px;
	width: 25px;
	margin-right: 10px;
}

.tj-nav p {
	font-size: 25px;
}

.tj-art-title {
	font-size: 18px;
	margin-bottom: 15px;
}

.tj-art-content {
	color: #929292;
	line-height: 26px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align: justify;
}

.tj-art-bottom {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.tj-art-bottom p {
	color: #999;
	font-size: 12px;
	margin-right: 15px;
}

.tj-art-bottom .tag {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.tj-art-img{
	width: 190px;
	height: 110px;
	margin: 20px 0;
}
.tj-art-img img{
	width: 100%;
	height: 100%;
}


/* 显示更多 */
.showmore {
	width: 100%;
	text-align: center;
}

.showmore p {
	width: 260px;
	height: 40px;
	line-height: 40px;
	background-color: #F7F7F7;
	color: #0052C8;
	margin: 30px auto;
	font-size: 16px;
	cursor: pointer;
}



/* 分享图标 */
.bshare-custom a {
	position: relative;
	height: 30px !important;
	width: 3px !important;
}
.bshare-custom a img{
	position: absolute;
	pointer-events: none;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
.bshare-custom a img.one{
	opacity: 1;
	visibility: visible;
}
.bshare-custom a:hover img.one{
	opacity: 0;
	visibility: hidden;
}
.bshare-custom a:hover img.two{
	opacity: 1;
	visibility: visible;
}

.bshare-weixin,.bshare-sinaminiblog,
.bshare-qqim,.bshare-qzone{
	background: url("") !important;
}

a .fa {
	font-size: 18px !important;
}

.fa-fw {
	width: 1.1rem !important;
	margin-top: 0px !important;
	text-align: center;
	margin-right: 7px !important;
}

/* 相关稿件 */
.article-xggj{padding: 10px 25px 20px 25px;border: 1px dashed #ddd;}
.xggjTit{font-size:22px;line-height: 50px;}
.article-xggj ul li{line-height: 30px;color: #036eb5;padding-left: 5px;height: 30px;overflow:hidden}
.article-xggj ul li i{display:block;float:left;margin-top: 3px;box-sizing:border-box;}
.article-xggj ul li a{margin-left: 5px;display:block;float:left}
