

.detail-content p img {
   width:100%;
}
@media (max-width: 990px) {
    .x-banner .owl-carousel .owl-nav button.owl-prev,
    .x-banner .owl-carousel .owl-nav button.owl-next {
        height: 40px;
        width: 30px;
        margin-top: -20px;
    }
    .x-banner .owl-carousel .owl-nav .iconfont {
        font-size: 20px;
    }
}

.fix-right {
    position: fixed;
    z-index: 1;
    right: 0;
    bottom: 100px;
}
.page-menu li {
    margin: 12px;
    width: 56px;
    height: 58px;
    background: #f7f7f7;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*border: 1px dotted #8b8d72;*/
}

.page-main {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-content {
    display: flex;
    margin: 20px;
    /*padding: 0 8%;*/
    width: 1200px;
}

.leftNav {
    width: 325px;
    min-width: 250px;
}

.rightPage {
    width: 100%;
}

@media (max-width: 990px) {

    .leftNav {
        width: 325px;
        min-width: 250px;
    }

    .x-banner .owl-carousel .owl-nav button.owl-prev,
    .x-banner .owl-carousel .owl-nav button.owl-next {
        height: 40px;
        width: 30px;
        margin-top: -20px;
    }

    .x-banner .owl-carousel .owl-nav .iconfont {
        font-size: 20px;
    }
}

.detail-title {
    font-size: 20px;
    color: #363636;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.7;
}

.detail-info-bar {
    font-size: 14px;
    font-family: Arial;
    color: #9e9e9e;
    line-height: 35px;
    border-bottom: 1px dashed #cfcfcf;
    margin-bottom: 20px;

    display: flex;

}

.detail-info-bar div {
    margin: 0 20px;
}

.detail-info-bar .detail-info-numbers i {
    position: relative;
    width: 20px;
    height: 20px;

    /*top: calc(50% - 10px);*/
    left: -10px;
}

.detail-info-bar .detail-info-numbers i:after {
    opacity: .5;
    background-position: 0 -330px;
}

.detail-info-bar .detail-info-time i {
    position: relative;
    width: 20px;
    height: 20px;
    top: calc(50% - 18px);
    left: -10px;
}

.detail-info-bar .detail-info-time i:after {
    opacity: .5;
    background-position: 0 -360px;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../image/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.detail-desc p {
    line-height: 3em;
    text-indent: 2em;
    font-weight: 800;
    padding-bottom: 6px;
    margin-bottom: 10px;
    border-bottom: 2px solid black;
}

.detail-content {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
}

.detail-content p {
    line-height: 3em;
}
.detail-content p a{
    color: #337ab7;
    text-decoration: none;
 }

.detail-url {
    margin-top: 15px;
}

.detail-url a {
    color: #337ab7;
    text-decoration: none;
}

.detail-pn {
    margin-top: 10px;
}

.detail-pn div {
    height: 40px;
    position: relative;
    border: 1px solid #dedede;
    line-height: 40px;
    padding: 0 10px;
}

.detail-pn div + div {
    margin-top: 8px;
}

.detail-pn div b {
    font-size: 14px;
    color: #347c4d;
    float: left;
    font-weight: normal;
}

.detail-pn div a {
    float: left;
    width: 75%;
    font-size: 14px;
    color: #666666;
}

.detail-pn div span {
    position: absolute;
    right: 20px;
    /*top: 11px;*/
    font-size: 14px;
    color: #666666;
}

.detail-box{
    border: 1px dotted #8b8d72;
    background-color: #fff;
    padding: 20px;
    color: #232323;
    font-size: 14px;
    line-height: 1.8;
}
.relate {
    margin-top: 20px;
}
.detail-tags {
    margin-top: 40px;
}
.detail-tags .tags-title {
    border-bottom: 1px solid #c3c3c3;
    position: relative;
}
.detail-tags .tags-title h3 {
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    color: #347c4d;
    line-height: 40px;
    border-bottom: 3px solid #347c4d;
    margin-bottom: -1px;
}
.detail-tags .tags-content {
    padding-top: 12px;
}
.detail-tags .tags-content a {
    font-size: 12px;
    color: #2f2f2f;
    display: inline-block;
    margin-right: 9px;
    background: #f4f4f4;
    line-height: 28px;
    padding: 0 15px;
}

.relate-title {
    border: 1px solid #eeeeee;
    font-size: 14px;
    line-height: 2.857;
}
.relate-title span {
    display: inline-block;
    color: #347c4d;
    padding: 0 1.4em;
    border-right: 1px solid #eeeeee;
}

.relate-news-list li {
    float: left;
    width: 48%;
    position: relative;
    line-height: 2.143;
    font-size: 14px;
    color: #347c4d;
}

.relate-news-list li a {
    display: block;
    padding-right: 125px;
    color: #666666;
}
.relate-news-list li a:before {
    content: '+';
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    margin-right: 5px;
}
.relate-news-list li span {
    position: absolute;
    right: 0;
    top: 2.5px;
    width: 125px;
    text-align: right;
    font-size: 12px;
    color: #666666;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}


.c_ad_block, .under-post-card {
    margin-top: 10px;
    line-height: 1.5;
}

.under-post-card a:link, .under-post-card a:active {
    color: #56b6e9!important;
}

/*文章页面推荐商品*/
@media (max-width: 1560px) {
    .ivu-col-span-8 {
        display: block;
        width: 50%;
    }
}

.saleItem {
    position: relative;
    display: inline-block;
    border: 1px solid #dbdbdb;
    border-top: 4px solid #6dc6c8;
    width: 100%;
    height: 158px!important;
    padding: 0 10px;
    cursor: pointer;
    background: #fff;
    font-size: 12px!important;
}

.saleItem .saleItem__intro {
    font-size: 12px!important;
}
.saleItem .saleItem__info {
    margin-top: 2px;
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    height: 54px!important;
    font-size: 12px!important;
}
.saleItem .saleItem__info dl {
    margin: 7px 0!important;
    display: inline-block;
    text-align: center;
    width: 25%;
}
.saleItem .saleItem__info dl dd {
    font-size: 12px;
}
.saleItem .saleItem__info dl dt span {
    font-size: 12px;
}
.saleItem .saleItem__footer {
    display: flex;
    justify-content: space-evenly;
}

.saleItem .saleItem__footer .saleItem__footer__button {
    margin-top: 8px;
}
.saleItem .saleItem__info dl dt {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 8px;
}

.relate-history{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.relate-history .item{
    width: 48%;
    height: 36px;
    line-height: 36px;
}.relate-history .item a{
    color: #666666;
}
.relate-history a{
    display: flex;
}.relate-history a:hover{
    color:#347c4d;
}
.relate-history a:before{
    content: '+';
}
.relate-history a .his-info{

    display: flex;justify-content: space-between;width: 100%;
}
.relate-history a .his-info{
    display: flex;justify-content: space-between;width: 100%;
}
.his-title{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc( 100% - 130px);

}