/* 新闻 */
.news {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 15px;
    background: url(../images/data_header_bg.png);
    background-color: rgba(242, 242, 245, .5);
    box-sizing: border-box;
}

.newsreport {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;

}

.newsreport .zef0e7col-md4 {
    transition: all .3s ease;
}

.newsreport .zef0e7col-md4:hover {
    box-shadow: 0 0 13px #adadad;
}

.newsreport a {
    display: block;
}

.newsreport_pic {
    width: 100%;
    height: 241px;
    position: relative;
    overflow: hidden;
}



.newsreport_pic img {
    max-width: 100%;
    max-height: 100%;
    transition: all .3s ease;
}

.newsreport_pic_mask {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 78, 162, .6);
    text-align: center;
    line-height: 218px;
}

.newsreport_pic:hover .newsreport_pic_mask {
    display: block;
}

.newsreport_pic:hover .newsreport_pic_mask i {
    font-size: 30px;
    color: #fff;
}

.newsreport_pic:hover img {
    transform: scale(1.2);
}

.newsreport_title {
    width: 100%;
    padding: 22px;
    box-sizing: border-box;
    background-color: #fff;
}

.newsreport_title .lunchdata {
    font-size: 14px;
    color: #888;
    margin-bottom: 6px;
}

.newsreport_title h3 {
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.newsreport_icon {
    width: 100%;
    padding: 15px 22px;
    box-sizing: border-box;
    background-color: #fff;
    border-top: 1px solid #ccc;
    line-height: 35px;
}

.newsreport_icon i {
    display: inline-block;
    padding: 6px;
}

.newsreport_icon i:hover {
    color: red;
}

.newsreport_icon span {
    float: right;
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 50%;
}

.newsreport_icon span:hover {
    color: #004ea2;
    border-color: #004ea2;
}

@media screen and (max-width:1024px) {
    .newsreport_pic {
        height: 175px;
    }
}

@media screen and (max-width:768px) {
    .newsreport_pic img {
        width: 100%;
    }
}

@media screen and (max-width:650px) {
    .newsreport .zef0e7col-md4 {
        padding: 15px 0;
    }
}