﻿.article-content {
	display: flex;
	justify-content: space-between;
}
.article-content .article-detail {
	width: 70%;
	border-radius: 10px;
	height:fit-content;
}
.article-content .article-detail .article-detail-wz {
	background: #fff;
	border-radius: 10px;
}
.article-content .article-detail .article-detail-wz .article-detail-from {
	padding: 20px 10px 0;
}
.article-content .article-detail .article-detail-wz .article-detail-from h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
.article-content .article-detail .article-detail-wz .article-detail-from ul {
	display: flex;
	color: #999999;
	font-size: 14px;
}
.article-content .article-detail .article-detail-wz .article-detail-from ul li:nth-child(1) {
margin-right: 30px;
}
.article-content .article-detail .article-detail-wz .article-detail-zhengwen {
	font-size: 16px;
	line-height: 30px;
	clear: both;
	padding: 30px 10px 40px;
	user-select: none;
}


.article-detail-zhengwen a{
 color: #0000f1;
}

.article-content .article-detail .article-detail-wz .article-detail-zhengwen .tags {color:#000;font-size:15px;font-weight:bold;}

.article-content .article-detail .article-detail-wz .article-detail-zhengwen .tags a{
    color: #666;
    height: 44px;
    background: #f5f5f5;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
    margin: 5px 10px 15px 0;
}
.article-detail .news-nav {
	background: #fff;
	margin-top: 20px;
	border-radius: 10px;
}
.article-detail .news-nav div {
	display: flex;
}
.article-detail .news-nav div a {
	color: #333333;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	margin: 20px 10px;
	border: solid 1px #eee;
	border-radius: 10px;
	padding: 15px;
	width: 400px;
	height: 100px;
}
.article-detail .news-nav div a span:nth-child(1) {
margin-bottom: 20px;
color: #459ADD;
}
.article-detail .news-nav div a span:nth-child(2) {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.article-detail .news-nav div a:hover {
	color: #459ADD;
	font-weight: 500;
}
.article-content .article-detail-news {
	width: 28%;
	border-radius: 10px;
	height:fit-content;
}
.guanyu-zixun, .zuixin-luxiang {
	background: #FFFFFF;
	border-radius: 10px;
	margin-bottom: 20px;
}
.guanyu-zixun-list ul {
	padding: 20px 10px;
}
.guanyu-zixun-list ul li {
	font-size: 13px;
	padding: 10px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.guanyu-zixun-list ul li span {
	color: #999999;
}
.guanyu-zixun-list ul li a {
	color: #666666;
}
.zq-lx-bt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: solid 1px #459ADD;
	margin-left: 10px;
}
.zq-lx-bt a {
	color: #999999;
	font-size: 12px;
	margin-right: 20px;
}
.zq-lx-bt .zq-lx-header {
	margin-left:0!important;
}
.zq-lx-header {
	border-bottom: solid 1px #459ADD;
	padding-top: 10px;
	margin-left: 10px;
}
.zq-lx-header div {
	font-size: 18px;
	color: #FFFFFF;
	background: #459ADD;
	width: 134px;
	padding: 6px 5px;
}
.zq-lx-header img {
	width: 20px;
	height: 18px;
	vertical-align: middle;
}
a:hover {
	font-weight: 700;
}









.shipin_bf {
    width: 100%;
    height: 618px;
    background: #000;
    text-align: center;
}

.jumpone {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

.djgksp_c {
    font-size: 28px;
    color: #fff;
}

.djgksp_e {
    font-size: 18px;
    color: #999;
    padding-top: 15px;
}



.bsshuming{overflow:hidden;background:#fff;border-radius:4px;margin-top:12px;padding:17px 12px}
.bssm_bt{font-size:20px;font-weight:500;padding-bottom:20px}
.bssm_xx{color:#666;font-size:14px;line-height:26px}
.bssm_xx span{color:#333;font-weight:700}
.bssm_xx a{color:#e60640}
.bssm_xx a:hover{color:#ff003c}
.bssm_xx cite{color:#333;padding:0 5px}


.spgjc{ overflow:hidden}
.spgjc li{float:left;height:30px;line-height:30px; margin-bottom:5px;}
.spgjc a{padding:0 15px;background:#ededed;margin:0 10px;display:inline-block;border-radius:30px;min-width:40px;text-align:center;color:#333}
/* 文章页点击观看按钮 */
div#article_sig {
    text-align: center;
}
div#article_sig a {
    display: inline-block;
    background: #459ADD;
    padding: 2px 8px;
    border-radius: 5px;
    color: #fff;
}
div#article_sig a:hover {
	background: #3e8ac6;
}