/**!
 * 松视新闻
 * author: fxyue;
 * date:2019-10-9
 */
 
.ewb-white {
    min-height: 1030px;
    padding-bottom: 29px;
    position: relative;
}

/* 小屏 */
@media (max-width:1299px) {
    .ewb-white {
        min-height: 0;
    }
}


.ewb-news-hd {
    height: 56px;
    border: 1px solid #fb5f33;
}

.ewb-news-tt {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 56px;
    line-height: 56px;
    cursor: pointer;
    font-size: 0;
    color: #ef4837;
    font-weight: bold;
    text-align: center;
}

.ewb-news-sec {
    left: 50%;
}

.ewb-news-tt span {
    font-size: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 50px;
}
.news1{
    background-image: url("../images/news_icon_01.png");
}
.news2{
    background-image: url("../images/news_icon_02.png");
}
.ewb-news-tt.cur .news1{
    background-image: url("../images/news_icon_01h.png");
}
.ewb-news-tt.cur .news2{
    background-image: url("../images/news_icon_02h.png");
}
.ewb-news-tt.cur {
    color: #fff;
    background: url("../images/news_tt_bg.jpg");
    background-size: 100% 100%;
}

.ewb-news-box {
    padding: 10px 10px 0;
}

.ewb-news-list {
    float: left;
    width: 25%;
     border: 1px solid #fff;
    margin-top: 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.ewb-news-item {
    margin: 10px 9px;
    display: block;
   
}
.ewb-news-img{
    overflow: hidden;
}
.ewb-news-img img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -ms-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}

.ewb-news-node {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    line-height: 16px;
    margin-top: 15px;
}

.ewb-news-date {
    color: #666;
    margin-top: 9px;
    line-height: 14px;
    padding-bottom: 6px;
}
.ewb-news-list:hover,.ewb-news-list.accfocus{
    border: 1px solid #eee;
    box-shadow:0px 2px 10px 0px rgba(0,0,0,0.22);
     -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
}
.ewb-news-list:hover img,.ewb-news-list.accfocus img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.ewb-page{
    margin-top: 33px;
}

/* 手机端 */
@media (max-width:767px) {
    .ewb-news-tt span{
        font-size: 20px;
        padding-left: 44px;
    }
    .ewb-news-list {
        width: 50%;
        margin-top: 0;
    }
    .ewb-news-box{
        padding: 10px 5px 0;
    }
    .ewb-news-item{
        margin: 5px;
    }
    .ewb-page{
        margin-top: 20px;
    }
}

/* 20200615新增 */
.ewb-column-hd {
    padding: 20px;
    border-bottom: 1px solid #eee;
    overflow: auto;
}

.ewb-column-node {
    margin-left: -20px;
    font-size: 0;
    white-space: nowrap;
}

.ewb-column-tt {
    display: inline-block;
    vertical-align: middle;
    width: 186px;
    height: 46px;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 44px;
    margin-left: 20px;
    border-radius: 23px;
    font-size: 18px;
    cursor: pointer;
}

.ewb-column-tt>a {
    padding: 0 15px;
    display: block;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-column-tt.current1 {
    font-weight: bold;
    background: #df313e;
    border: 1px solid #df313e;
}

.ewb-column-tt.current1 a {
    color: #fff;
}

/* æ‰‹æœºç«¯ */
@media (max-width:480px) {
    .ewb-column-hd {
        padding-bottom: 15px;
    }

    /* .ewb-column {
        margin: 0 20px;
    } */

    .ewb-column-node {
        margin-left: -10px;
    }

    .ewb-column-tt {
        font-size: 16px;
        width: 140px;
        height: 36px;
        line-height: 36px;
        margin-left: 10px;
    }
}