@media print {
	a:after {
		content:""!important;
   }
}


.detail-container {
    margin: 30px auto;
}

.detail {
    position: relative;
    height: 100%;
}

.detail-article img{
   /* margin-left: -2em;*/
}

.detail-content h4 {
    font-size: 3rem;
    color: #333;
    text-align: center;
    margin: 20px 0;
}

.title-exp {
    position: relative;
    font-size: 1.4rem;
    color: #666;
    height: 30px;
    padding-bottom: 10px;
    margin: 50px 0 30px 0;
    box-sizing: content-box;
    border-bottom: 1px solid #d9d9d9;
}

.exp-left {
    text-align: left;
}

.exp-left span {
    display: inline-block;
    padding: 4px 6px;
    cursor: pointer;
    margin: 0 5px;
}

.exp-left span:hover,
.exp-left .active {
    color: #fff;
    background-color: #0054A7;
}

.exp-right {
    line-height: 30px;
    text-align: right;
}

.detail-article {
    font-size: 1.6rem;
    color: #666;
    /* text-indent: 3rem; */
}

.detail-article .author {
  line-height: 2;
  
  }
.detail-article .photo {
  line-height: 30px;
  }


.sub-image img {
    display: block;
    margin: 0 auto;
}

.detail-article .sub-title {
    font-weight: 600;
}

.detail-article .author {
    text-indent: 0;
}

.article-footer .share {
    text-align: right;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 30px;
    position: relative;
    left: -10px;
}

.article-footer .share span {
    margin-left: 25px;
    color: #666;
}

.article-footer .share img {
    width: 24px;
    height: 24px;
}

.article-footer .share img:first-child {
    width: 30px;
    height: 30px;
}

.article-footer p {
    font-size: 1.4rem;
    color: #333;
    font-weight: 600;
}

.article-footer p a {
    cursor: pointer;
    font-size: 1.4rem;
    color: #333;
    font-weight: 500;
}

.article-footer a {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

.qrcode {
    top: -200px;
}

@media(max-width:1200px) {
	.jianti_title{
		text-align:left !important;
	}
	
	.biaoti_title{
		text-align:left !important;
	}
	
	.futi_title{
		text-align:left !important;
	}
	
    .detail-container {
        padding: 0 15px;
    }

}

@media(max-width:992px) {
    .detail .image-card {
        margin: 10px auto;
    }

	.exp-left {
    text-align: right;
	}

    .title-exp {
        padding-bottom: 30px;
    }

    .sub-image img {
        width: 100%;
    }
}
