/**!
 * 中国航空油料集团有限公司采购管理平台详情页
 * author: tfx;
 * date:2020-02-12
 */
 /* main */
 
 
 .infodetailbig {
    font-size: 16px
}

.infodetailmiddle {
    font-size: 14px
}

.infodetailsmall {
    font-size: 12px
}
 
 .bigger{cursor:pointer}
 .medium{cursor:pointer}
 .smaller{cursor:pointer}
 
 
/* 当前位置 */
.address{
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    padding-left: 23px;
    color: #666666;
    box-sizing: border-box;
    background: url("../images/icon_address.png") 0 center no-repeat;
}
.address>a{
    color: #666666;
}
.address>span{
    color: #1f79e8;
}


.ewb-article {
    padding: 10px 40px;
    border: 1px solid #e0e0e0;
    margin-bottom: 50px;
}

.ewb-article2 {
    padding: 10px 40px;
    margin-bottom: 50px;
}


.ewb-article h3,.ewb-article2 h3 {
    line-height: 42px;
    text-align: center;
    font-size: 28px;
    color: #000;
}

.ewb-article-sources {
    margin-top: 20px;
    line-height: 36px;
    text-align: center;
    color: #999;
    background-color: #f7f7f7;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.ewb-article-sources p {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 14px;
}

.ewb-article-sources a {
    color: #999;
}

.ewb-article-info {
    word-break: break-all;
}

.ewb-article-p {
    margin-top: 14px;
    line-height: 32px;
    font-size: 14px;
    text-indent: 2em;
    color: #4e4e4e;
    text-align: justify;
    text-justify: inter-ideograph;
}

.ewb-article-img {
    display: block;
    margin: 18px auto 0;
    padding-bottom: 4px;
}

/* 分享 */
.ewb-share {
    position: relative;
    display: inline-block;
}

.ewb-share-hidebox {
    position: absolute;
    top: 100%;
    z-index: 9;
    left: -68px;
    padding-top: 10px;
    display: none;
}

.ewb-share i {
    width: 25px;
    height: 25px;
    background: url("../images/content_icon.png") 0 -201px no-repeat;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

.ewb-share-hidebox dl {
    border: #e5e5e5 1px solid;
    background: #fff;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border-radius: 0 0 5px 5px;
    width: 170px;
    text-align: center;
    position: relative;
}

.ewb-share-hidebox a {
    display: inline-block;
    float: none;
    margin: 0 2px;
    text-indent: 0;
}

.ewb-share-hidebox dt {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #626262;
    background: #f6f6f6;
}

.ewb-share-hidebox dd {
    padding: 5px;
}

.ewb-share-hidebox dl:after {
    content: '';
    display: block;
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 8px solid transparent;
    border-bottom-color: #e5e5e5;
    position: absolute;
    left: 50%;
    top: -16px;
    margin-left: -8px;
}

.ewb-share:hover .ewb-share-hidebox {
    display: block;
}


.bdshare-button-style0-32 a {
    display: inline-block !important;
    float: none !important;
    vertical-align: middle !important;
    margin: 6px 0 6px 6px !important;
}

.bdshare-button-style0-32 a:first-child {
    margin-left: 0 !important;
}

.bd_weixin_popup .bd_weixin_popup_main {
    padding: 5px 0 !important;
}

.bd_weixin_popup .bd_weixin_popup_foot {
    margin: 0 -5px !important;
}


/* 0325 */

html,
body{
    height: 100%;
}

.main-content{
    box-sizing: border-box;
    min-height: 100%;
    padding-bottom: 154px;
    position: relative;
}

#footer{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
