.detail-container .body-inner {
	width: 1060px;
	margin: 0 auto;
	background-color: #fff;
	padding: 20px;
}

.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 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;
}
.detail-container .body-inner  .topbox {
    border: 1px solid #cdcdcd;
    padding: 10px 0 11px 0;
	margin-top: 21px;
}
.detail-container .body-inner .topbox li {
    font-size: 14px;
    float: left;
    width: 31.6%;
   white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 22px;
    line-height: 42px;
    line-height: 40px;
    /* padding-top: 16px; */
    box-sizing: border-box;
}
.detail-container .body-inner .topbox li:nth-child(3){
 width: 36% !important;
}
.detail-container .body-inner .topbox li span {
    padding-left: 10px;
}
.detail-container .body-inner .body-container{
    display: flex;
    /* width: 1100px; */
    justify-content: space-around;
    margin-top: 20px;
    border: 1px solid #cdcdcd; 
}
.artright{
	width: 20%;
    border-left: 1px solid #cdcdcd;
}
.artright #artrightbox{
	margin-top: 50px;
}
.rightTitle {
    padding-left: 15px;
    position: relative;
	font-family: "";
    font-size: 18px;
    color: #f15403;
    line-height: 40px;
}
 .rightTitle::after {
    width: 3px;
    height: 18px;
    background: #f15403;
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
}
.zfwj_jdList a {
	padding: 0px 6px;
    display: block;

}
.zc-title{
	font-size:20px !important;
        margin:40px 0 0 0 !important;
}
.fr-view table td{
  white-space: inherit;
}
