/**!
 * 专项公告详情
 * author: fxyue;
 * date:2019-10-9
 */

.ewb-white {
    /*min-height: 1224px;*/
    padding: 35px 100px 40px;
}
.ewb-pic-img {
    display: block;
    margin: 0 auto;
}
/* 小屏 */
@media (max-width:1299px) {
    .ewb-white {
        padding: 35px 50px 40px;
    }
}

/* pad */
@media (max-width:979px) {
    .ewb-white {
        min-height: 0;
        padding: 30px;
    }
}

/* 手机端 */
@media (max-width:767px) {
    .ewb-white {
        padding: 20px 10px;
    }
}

/* 当前信息的标题名称 */
.ewb-article-tt {
    font-size: 24px;
    color: #666;
    font-weight: bold;
    text-align: center;
    line-height: 34px;
}

/* 来源 */
.ewb-article-source {
    color: #999;
    font-size: 0;
    margin: 10px 0 0 -30px;
    text-align: center;
}

.ewb-article-source span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    margin-left: 30px;
}

.ewb-article-detail {
    margin-top: 26px;
    border-top: 1px dashed #eee;
    border-bottom: 1px solid #eee;
    padding: 25px 0 40px;
    min-height: 300px;
}

/*.ewb-article-detail img {*/
/*    display: block;*/
/*}*/

.ewb-article-p {
    color: #666;
    line-height: 28px;
    text-indent: 28px;
    font-size: 16px;
    text-align: justify;
    letter-spacing: -0.1px;
}

.ewb-mt23 {
    margin-top: 23px;
}

.ewb-mt32 {
    margin-top: 32px;
}

/* 附件 */
.ewb-file {
    min-height: 118px;
    margin-top: 52px;
    background: #f9f9f9;
    padding: 15px 26px;
}

.ewb-file-tt {
    margin-bottom: 4px;
    line-height: 28px;
    font-weight: bold;
    font-size: 16px;
    padding-left: 28px;
    background: url("../../xwzx/images/file_icon.png") left center no-repeat;
}

.ewb-file-box {
    padding-left: 25px;
}

.ewb-file-box a {
    line-height: 28px;
    color: #2391d7;
}

/* 收藏打印 */
.ewb-share {
    margin-top: 30px;
}

.ewb-share-btn {
    float: left;
    width: 88px;
    height: 36px;
    border: 1px solid #e5e5e5;
    margin-left: 20px;
    padding-left: 42px;
    line-height: 34px;
    color: #999;
    border-radius: 5px;
    background-position: 14px 50%;
    background-repeat: no-repeat;
}

.share1 {
    background-image: url("../../xwzx/images/share_icon_01.png");
}

.share2 {
    background-image: url("../../xwzx/images/share_icon_02.png");
}


/* 手机端 */
@media (max-width:767px) {
    .ewb-article-tt {
        font-size: 22px;
    }

    .ewb-article-detail {
        padding: 20px 0;
        margin-top: 20px;
    }

    .ewb-share {
        margin-top: 20px;
    }
}

/* 我的办事、我的查询 */
body.useOldFixed .maya-root-container-pc .pc-containerBox .maya-wd .maya-wdbs .maya-wdbs-item{
    width:auto;
    text-align: center;
}

body.useOldFixed .maya-wdcx>.row{
    display: flex;
    justify-content: space-around;
}

body.useOldFixed .maya-root-container-pc .pc-containerBox .maya-wd .maya-wdcx .maya-wdcx-item{
    width: auto;
    margin: 0 15px;
    margin-top: 15px;
}

body.useOldFixed .maya-root-container-pc .pc-containerBox .maya-title:before {
    height: 50%;
    top: 50%;
    transform: translate(0, -50%);
}

/* 热门推荐 */

body.useOldFixed .maya-root-container-pc .pc-containerBox .maya-hot-suggest .hot-suggest-list {

}

body.useOldFixed .maya-root-container-pc .pc-containerBox .maya-hot-suggest .hot-suggest-list>a,
body.hasOldFixed .maya-root-container-pc .pc-containerBox .maya-hot-suggest .hot-suggest-list>a{
    display: block !important;!i;!;
}

/* 新闻推荐、政策推荐、办事推荐、便民推荐 */

body.useOldFixed .maya-root-container-pc .maya-zntj .zntj-box .recommendItem .row{
    display: flex;
}

body.useOldFixed .maya-root-container-pc .maya-zntj .zntj-box .recommendItem .row>div:nth-child(1){
    float: left;
}

body.useOldFixed .maya-root-container-pc .maya-zntj .zntj-box .recommendItem .row>div:nth-child(2){
    float: right;
    width: 230px;
    flex-shrink: 0;
}
body.useOldFixed .maya-root-container-pc .maya-zntj .zntj-box .recommendItem .row>div:nth-child(2) span{
    width: 100%;
}

/* 专栏推荐 */
body.useOldFixed .maya-root-container-pc .pc-containerBox .rightBox .right2 .garbage_sorting,
body.hasOldFixed .maya-root-container-pc .pc-containerBox .rightBox .right2 .garbage_sorting{
    height: auto;
    overflow-y: auto;
}

body.useOldFixed .maya-root-container-pc .pc-containerBox .rightBox .right2,
body.hasOldFixed .maya-root-container-pc .pc-containerBox .rightBox .right2{
    height: auto;
}

/* 修改父容器 */
.ewb-article-source {
    display: flex;        /* 启用 Flex 布局 */
    flex-wrap: nowrap;    /* 禁止换行 */
    align-items: center;  /* 垂直居中 */
    gap: 30px;            /* 控制子元素间距（替代 margin-left）*/
    margin-left: 250px;       /* 移除负边距 */
    font-size: 14px;      /* 恢复字体大小 */
}

/* 子元素统一为行内块 */
.ewb-article-source span {
    display: inline-block;
    margin-left: 0 !important; /* 强制清除旧间距 */
    white-space: nowrap;       /* 禁止自身换行 */
}

/* 修改 .share 样式 */
.ewb-article-source .share {
    display: inline-flex;  /* 行内 Flex 容器 */
    width: auto;           /* 自动宽度 */
    align-items: center;   /* 垂直居中 */
    gap: 0px;             /* 分享按钮间距 */
}

.ewb-article-source .share-link {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.ewb-article-source .share-link.icon-qzone {
    background-image: url("/Template/images/news/qzone.png");
}
.ewb-article-source .share-link.icon-qzone:hover {
    background-image: url("/Template/images/news/qzoneh.png");
}
.ewb-article-source .share-link.icon-weibo {
    margin-left: 13px;
    background-image: url("/Template/images/news/weibo.png");
}
.ewb-article-source .share-link.icon-weibo:hover {
    background-image: url("/Template/images/news/weiboh.png");
}
.ewb-article-source .share-link.icon-wechat {
    position: relative;
    margin-left: 13px;
    background-image: url("/Template/images/news/wechat.png");
}
.ewb-article-source .share-link.icon-wechat:hover {
    background-image: url("/Template/images/news/wechath.png");
}
.ewb-article-source .share-link.icon-wechat:hover .wechat-code {
    display: block;
}
.wechat-code {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 210px;
    height: 195px;
    padding: 10px 0;
    border-radius: 2px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    background: rgba(255, 255, 255, 0.92);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(23, 59, 117, 0.2);
    box-shadow: 0px 2px 10px 0px rgba(23, 59, 117, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1;
}
.wechat-code .code-img {
    display: block;
    width: 105px;
    height: 105px;
    margin: 6px auto 0;
}
.wechat-code .help > p {
    padding-top: 6px;
    letter-spacing: -0.5px;
}
.wechat-code:after {
    position: absolute;
    content: "";
    top: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #fff transparent;
}