/*分享 begin*/
.share-box{
    padding: 10px;
}
.share-box .module-title{
    margin: 0;
}
.share-box-button>span{
    display: inline-block;
    width: 23%;
    text-align: center;
}
.share-box-button>span:active{
    opacity: .5;
}
/*分享 end*/

/*相关阅读 begin*/
.relateread {
    padding: 10px;
}
.relateread .module-title {
    margin-left: 0;
    margin-right: 0;
}
.relateread .relateread-body li{
    display: block;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.relateread .relateread-body li:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.relateread .relateread-body .relateread-img {
    display: inline-block;
    width: 119px;
    height: 69px;
    background: #ccc;
    float: left;
}
.relateread .relateread-describe{
    display: inline-block;
    width: calc(100% - 119px);
    height: 69px;
    position: relative;
    word-break: break-all;
    font-size: 17px;
    color: #333333;
    line-height: 22px;
    padding-left: 10px;
}
.relateread .relateread-describe-link a{
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
    display: inline-block;
    height: 44px;
    overflow: hidden;
}
.relateread .relateread-describe-detail{
    width: 100%;
    position: absolute;
    bottom:0;
    font-size: 10px;
    color: #999999;
    line-height: normal;
}
.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: 16px;
}
.adanderlated .item{
    border: 1px solid #E8E8E8;
    padding: 13px;
    background: #fff;
}
.adanderlated .item .title{
    overflow: hidden;
    font-size: 15px;
    padding-bottom: 13px;
    line-height: 1.1em;
}
.adanderlated .item .title .icon{
    float: left;
    display: inline-block;
    font-size: 12px;
    border: 1px solid #CCDCFF;
    border-radius: 1px;
    padding: 1px 3px;
    color:#CCDCFF;
    margin-right: 1em;
}
.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: 12px;
    font-weight: 100;
}
.adanderlated .item img{
    width: 100%;
}