/**!
 * 新闻发布会
 * author: lucw;
 * date:2017-09-13
 */

.mod-pc-hei02 {
    background-color: #fff;
}



/* news */

.ewb-news-hd {
    height: 55px;
    border-bottom: 1px solid #c8dff1;
}

.ewb-news-items {
    padding-top: 6px;
}

.ewb-news-item>a {
    display: block;
    padding: 0 28px;
    height: 46px;
    line-height: 46px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
    font-size: 18px;
    border-bottom: 4px solid transparent;
}

.ewb-news-item.current>a {
    color: #333;
    border-bottom: 4px solid #0063b8;
}


/* veo */

.ewb-veo {
    overflow: hidden;
    text-align: center;
	min-height:500px;
	padding-bottom:20px
}

.ewb-veo-items {
    display: inline-block;
    padding-top: 20px;
    padding-left: 32px;
    margin-right: -32px;
    margin-top: -40px;
    *padding-left: 0;
}

.ewb-veo-items {
    *display: inline;
}

.ewb-veo-items>li {
    position: relative;
    margin-top: 40px;
    margin-right: 32px;
    float: left;
    *width: 260px;
    *height: 220px;
}

.ewb-veo-box{
    position: relative;
}

.ewb-veo-msg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: url(imagesmask-bg.png) repeat;
}

.ewb-veo-msg a {
    padding-top: 5px;
    color: #fff;
    display: inline-block;
    max-width: 80%;
}

.ewb-veo-link span{
    display: block;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* hover */

.ewb-veo-show {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: url(imagessubimagesvideo_bg.png) repeat;
}

.ewb-veo-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
}

.ewb-veo-items>li:hover .ewb-veo-show {
    display: block;
}

/* look */
.ewb-look{
    margin-right: 30px;
    margin-top: 12px;
    position: relative;
    padding-right: 74px;
    width: 200px;
    height: 30px;
    border: 1px solid #0063b8;
    background-color: #fff;
    border-radius: 4px;
}

.ewb-look-inp{
    display: block;
    width: 100%;
    height: 100%;
    *height: 29px;
    line-height: 29px;
    border: 0;
    outline: 0;
    text-indent: 10px;
    font-size: 16px;
    color: #999;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.ewb-look-btn{
    position: absolute;
    right: -1px;
    top: 0;
    width: 64px;
    height: 100%;
    cursor: pointer;
    border: 0;
    outline: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #0063b8;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(imagessubimageslook_btn.png);
}

/* 分页 */
.ewb-page {
    text-align: center;
}

.ewb-page-items {
    margin-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 36px;
    *width: 36px;
    margin-right: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
    float: left;
}

.ewb-page-li>a {
    display: block;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
}

.ewb-page-li.current>a {
    border: 0;
    color: #0063b8;
    font-weight: bold;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border: 0;
    color: #666;
    font-family: "Simsun";
}

.ewb-page-num {
    *width: 60px;
}

.ewb-page-li.ewb-page-num>span {
    padding: 0 5px;
    font-weight: bold;
}

.ewb-page-input {
    width: 38px;
    height: 24px;
    text-align: center;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.ewb-page-hover {
    *width: 60px;
}

.ewb-page-hover>a {
    font-family: "Simsun";
}

.ewb-page-go {
    margin-left: 2px;
}

.ewb-page-hover:hover>a,
.ewb-page-go:hover>a {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.ewb-page-go>a {
    font-size: 12px;
    padding: 0 6px;
}

.ewb-page-goto {
    margin-right: 0;
}

.ewb-page-li.ewb-page-goto>span {
    padding: 0 6px 0 0;
    text-align: right;
}

.ewb-page-inpt {
    margin-left: -2px;
}

.ewb-page-li.ewb-page-ellipsis>span {
    padding: 0 17px 0 16px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #555;
}


/* 大屏幕 */

@media (min-width: 980px) {
    body {
        min-width: 1200px;
    }
}


/* 平板电脑和小屏电脑之间的分辨率 */

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-veo-items{
        margin-right: -15px;
        padding-left: 17px;
    }

    .ewb-veo-items>li{
        margin-right: 15px;
    }

    .ewb-veo-box>img{
        width: 172px;
    }

    .mod-pc-hei02{
        height: auto;
    }

    .ewb-veo-play{
        margin-top: -20px;
        margin-left: -20px;
    }

    .ewb-veo-play>img{
        width: 40px;
        height: 40px;
    }

}


/* 横向放置的手机和竖向放置的平板之间的分辨率 */

@media (max-width: 767px) {
   
     /* 政务新闻 */

    .mod-pc-hei02{
        height: auto;
    }

    .ewb-veo-items{
        margin-right: 0;
    }

    .ewb-veo-items>li{
        margin-right: 0;
        width: 49.8%;
    }
    
    .ewb-veo-box{
        margin: 0 auto;
        width: 96%;
    }

    .ewb-veo-box>img{
        width: 100%;
    }

    .ewb-veo-items{
        margin-top: -10px;
        padding:10px;
        padding-bottom: 0;
    }

    .ewb-veo-items>li{
        margin-top: 10px;
    }

    .ewb-page{
        padding: 0 15px;
    }

    .ewb-page-li{
        display: none;
    }

    .ewb-page-items{
        margin-right: -20px;
    }

    .ewb-page-li.ewb-page-hover{
        margin-right: 20px;
        display: block;
    }
}


/* 横向放置的手机及分辨率更小的设备 */

@media (max-width: 480px) {

    .ewb-news-item>a{
        padding: 0 25px;
    }

    .ewb-veo-play{
        margin-top: -20px;
        margin-left: -20px;
    }

    .ewb-veo-play>img{
        width: 40px;
        height: 40px;
    }

    .ewb-look{
        margin-right: 10px;
        width: 110px;
        padding-right: 50px;
    }

    .ewb-look-btn{
        width: 40px;
        background-size: 50%;
    }

    .ewb-look-inp{
        font-size: 12px;
    }
}