html,
body {
  padding: 0px;
  margin: 0px;
  font-family: '微软雅黑';
    background: #f8f9fa;
}
ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  cursor: pointer;
  color: #186ca8;
}
.detail-container{
margin-top: 20px;
}
.detail-container .body-inner {
	width: 1060px;
	margin: 0 auto;
	background-color: #fff;
    padding: 20px;
    box-shadow: 0px 8px 28px #888888;
}

.detail-container .body-inner .nav {
	padding: 0 20px;
	height: 50px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666;
}

.detail-container .body-inner .nav ul{
    display:flex;
   }
   .detail-container .body-inner .nav ul li{
    display:flex;
   }
   .detail-container .body-inner .nav ul li:last-child::after{
     content:none;
   }
   .detail-container .body-inner .nav ul li::after{
     content:'>';
   }
   .detail-container .body-inner .nav a:last-child:after {
       display: none;
   }
   

.detail-container .body-inner .nav a:last-child:after {
	display: none;
}

.detail-container .body-inner .title {
	text-align: center;
	margin: 40px 0;
	color: #333;
	font-size: 24px;
}

.detail-container .body-inner .info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	margin: 1em;
}

.detail-container .body-inner .info .items {
	display: flex;
	align-items: center;
	color: #666;
}

.detail-container .body-inner .info .items li {
	display: flex;
	align-items: center;
}
.detail-container .body-inner .info .items li .bds_weixin {
    background-image: url(../../img/wechat.png);
    width: 28px;
    height: 24px;
    background-repeat: no-repeat;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}
.detail-container .body-inner .info .items li .bds_tsina {
    background-image: url(../../img/sina-weibo.png);
    width: 28px;
    height: 24px;
    background-repeat: no-repeat;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}
.detail-container .body-inner .info .items li .source {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 160px;
}

.detail-container .body-inner .info .items li:after {
	content: "|";
	padding: 0 1em;
}

.detail-container .body-inner .info .items li:last-child:after {
	content: "";
	padding: 0;
}

.detail-container .body-inner .info .items .font-change {
	padding: 0 5px;
	cursor: pointer;
}

.detail-container .body-inner .info .items .font-change.active {
	color: #2660d8;
}

.detail-container .body-inner .info .items .font-change:hover {
	color: #2660d8;
}

.detail-container .body-inner .info .items .big {
	font-size: 24px;
}

.detail-container .body-inner .info .items .middle {
	font-size: 14px;
}

.detail-container .body-inner .info .items .small {
	font-size: 12px;
}

.detail-container .body-inner .info .items .fa-print {
	cursor: pointer;
}

.detail-container .body-inner .video-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: 2em;
}

.detail-container .body-inner .content {
	padding: 2em;
	font-size: 16px;
}

.detail-container .body-inner .content p {
	color: #333;
          
}

.detail-container .body-inner .old-anjian-web-site {
	width: 100%;
	height: 100%;
	min-height: 500px;
	border: none;
}

.detail-container .body-inner .attachment-list {
	margin: 2em;
}

.detail-container .body-inner .attachment-list .attachment-head {
	font-size: 16px;
	font-weight: bold;
}

.detail-container .body-inner .attachment-list ol {
	margin-top: 20px;
}

.detail-container .body-inner .attachment-list ol li {
	padding: 5px 0;
	list-style: decimal-leading-zero;
}

.detail-container .body-inner .attachment-list ol li a {
	color: #00f;
	margin-right: 2em;
	color: #27597e;
}

.detail-container .body-inner .attachment-list ol li a:hover {
	color: #a7b0c4;
}
.detail-container .body-inner .relation{
padding:0 2em;
}
.detail-container .body-inner .editor {
  
	text-align: right;
	clear: both;
	margin: 2em 0 2em 2em;
}

.detail-container .body-inner .foot-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	padding: 0 20px;
	font-size: 14px;
}

.detail-container .body-inner .foot-nav li {
	max-width: 40%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.print-flag .top-bar-container,
.print-flag .header-wrapper,
.print-flag .nav-container,
.print-flag #nav2,
.print-flag .float-menu,
.print-flag .info .items:nth-child(2),
.print-flag .foot-container {
	display: none;
}

.print-flag .detail-container {
	background: #fff;
}

.print-flag .detail-container .body-inner {
	width: 1000px;
}

.print-flag .detail-container .body-inner .info {
	justify-content: center;
}

.print-flag .detail-container .body-inner .foot-nav {
	display: none;
}
