/*分享 begin*/
.share-box{
    padding: 50px 15px;
    background: white;
}
.share-box .module-title{
    margin: 0;
    text-align: center;
    font-family: pingfangsc-regular;
    font-size: 0.14rem;
    color: #333333;
    line-height: 15px;
}
.share-box .module-title i{
    display: inline-block;
    height: 1px;
    width: 20px;
    background: #dedede;
    margin-right: 0 10px;
    vertical-align: middle;
}
.share-box .share-box-button{
    margin-top: 25px;
    padding-bottom: 20px;
    font-size: 0.24rem;
}
.share-box-button>span{
    display: block;
    width: 25%;
    text-align: center;
    float: left;
}
.share-box-button>span:active{
    opacity: .5;
}
.share-box .praise{
    width: 100%;
    height: 30px;
    font-size: 12px;
    margin-bottom: 30px;
}
.share-box .praise .btn{
    height: 32px;
    line-height: 29px;
    width: 100px;
    margin: 0px auto;
    text-align: center;
    border: 1px solid #dedede;
    border-radius: 50px;
    color: #333333;
    font-size: 14px;
    font-family: pingfangsc-regular;
}
.share-box .praise .btn span i{
    font-size: 19px;
    font-style: inherit;
}
.share-box .praise .onck{
    color: #f5964f;
    border: 1px solid #f5964f;
}
.share-box .praise dl{
    width: 100px;
    height: 50px;
    margin: 0px auto;
    color: white;
    text-align: center;
    background: linear-gradient(to right,#f5964f,#fa7842 );
    border-radius: 50px;
    cursor: pointer;
}
.share-box .praise dl dt{
    padding-top: 9px;
}
.share-box .praise dl dt i{
    font-size: 0.16rem;
}
/*分享 end*/

/*相关阅读 begin*/
.relateread {
    padding: 5px 15px 10px;
    background: white;
    border-top: 5px solid #f5f5f5;
}
.relateread .module-title {
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    position: relative;
    text-align: center;
    font-size: .15rem;
    padding: 10px 0px 0px;
}
.relateread .module-title img{
    width: 20px;
    position: absolute;
    left: 0px;
    top: 5px;
}
.relateread .relateread-body li{
    display: block;
    margin: 0;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f4f4f4;
}
.relateread .relateread-body li:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.relateread .relateread-body .relateread-img {
    display: inline-block;
    width: 1.12rem;
    height: 0.84rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 2px;
    float: right;
}
.relateread .relateread-body .relateread-img img{
    width: 120px;
    height: 90px;
}
.relateread .relateread-body .relateread-item-link{
    display: block;
    width: 100%;
    height: 100%;
}
.relateread .relateread-describe{
    display: inline-block;
    width: calc(100% - 1.12rem);
    height: 0.84rem;
    position: relative;
    word-break: break-all;
    font-size: 0.17rem;
    color: #333333;
    line-height: 0.24rem;
    float: left;
}
.relateread .relateread-describe-link{
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    margin-right: 17px;
}
.relateread .relateread-describe-detail{
    width: 100%;
    position: absolute;
    bottom:0;
    font-size: 0.10rem;
    color: #999999;
    line-height: normal;
}
.relateread .relateread-describe-detail span{
    float: left;
    margin-right: 2px;
    height: 0.14rem;
    line-height: 0.14rem;
}
.relateread .relateread-describe-detail span.soucres{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: calc( 100% - 150px);
}
.relateread .relateread-describe-detail>span:first-child{
    /* display: inline-block;
    width: 50%;
    padding-right: 5%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}
/*相关阅读 end*/

/*广告相关*/
.adanderlated{
    padding: 5px 0;
}
.adanderlated .item{
    border: 1px solid #e8e8e8;
    padding: 15px;
    position: relative;
    background: #fff;
}
.adanderlated .item .title{
    overflow: hidden;
    position: absolute;
    left: 15px;
    top: 15px;
}
.adanderlated .item .title .icon{
    float: left;
    display: inline-block;
    font-size: 0.12rem;
    border-bottom-right-radius: 5px;
    background: linear-gradient( to right,#9f9e9e, #4b4a4a);
    width: 30px;
    height: 18px;
    text-align: center;
    line-height: 19px;
    color:white;
}
.adanderlated .item .title h3{
    float: left;
    color:#4a4a4a;
    font-weight: normal;
    margin-top: 3px;
}
.adanderlated .item .title .iconfont{
    float: right;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);      /* ie 9 */
    -webkit-transform: rotate(180deg);  /* safari and chrome */
    -o-transform: rotate(180deg);       /* opera */
    -moz-transform: rotate(180deg);     /* firefox */
    color:#999;
    font-size: 0.12rem;
    font-weight: 100;
}
.adanderlated .adanderlated-img-container{
    width: 100%;
    height: 50vw;
    text-align: center;
    vertical-align: middle;
}
.adanderlated .adanderlated-img-container img {
    max-width: 100%;
    max-height: 100%;
}

 .praise{
    width: 100%;
    height: 55px;
    font-size: 12px;
}
 .praise .btn{
    height: 32px;
    line-height: 29px;
    width: 100px;
    margin: 0px auto;
    text-align: center;
    /* border: 1px solid #dedede; */
    border-radius: 50px;
    color: #333333;
    margin-top: 55px;
    font-size: 14px;
    font-family: pingfangsc-regular;
}
.praise .btn span i{
    font-size: 19px;
    font-style: inherit;
}
 .praise .onck{
    color: #f5964f;
    border: 1px solid #f5964f;
}
 .praise dl{
    width: 100px;
    height: 50px;
    margin: 0px auto;
    color: white;
    text-align: center;
    background: linear-gradient(to right,#f5964f,#fa7842 );
    border-radius: 50px;
    cursor: pointer;
}
 .praise dl dt{
    padding-top: 9px;
}
 .praise dl dt i{
    font-size: 0.16rem;
}

