div,
img,
p,
img,
span {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
}





#mediaCenter {
    font-family: PingFang SC;
    background-color: #F5F7FD;
}

.dataCenter {
    display: flex;
    line-height: 87px;
}

.dataCenter>div {
    font-size: 24px;
    font-weight: bold;
    color: #232323;
    margin-right: 36px;

}



.dataCenter .dataNew .toggle {
    margin-right: 60px;
    position: relative;
    cursor: pointer;
}

.dataCenter .dataNew .toggle i {
    position: absolute;
    bottom: 24px;
    width: 10px;
    height: 3px;
    left: 50%;
    border-radius: 10px;
    margin-left: -5px;
}

.dataCenter .dataNew .active {
    color: #1C8EFF;
}

.dataCenter .dataNew .active i {
    background-color: #1C8EFF;
}

.medios {
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 30px;
}

.medios>div {
    display: flex;
    cursor: pointer;
    padding: 20px 0;
    border-bottom: 1px solid #F5F7FD;
}
.medios>div:last-child{
    border-bottom: none;
}
.medios>div .news_img {
    width: 236px;
    height: 143px;
    /* background-color: rgba(0, 0, 0, .3); */
}

.medios>div .news_contents {
    font-size: 12px;
    margin-left: 20px;
    width: 75%;
}

.medios>div .news_contents .title {
    font-size: 17px;
    font-weight: bold;
    color: #232323;
    margin-top: 9px;
    margin-bottom: 25px;
    height: 80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;/*显示几行*/
    overflow: hidden;
    
}
/* .medios>div .news_contents .title>p{
    display: contents;
} */
.medios>div .news_contents p {
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.medios>div .news_contents .news_litter {
    display: flex;
    color: #CCCCCC;
    line-height: 20px;
}

.medios>div .news_contents .news_litter>span {
    margin-left: 0;
}

.medios>div .news_contents .news_litter>div {
    flex: 50%;
    color: #999999;
    /* text-align: right; */
    margin-left: 50%;
}

.medios>div .news_contents .news_litter>div img {
    height: 14px;

}

.medios>div .news_contents .news_litter>div span {
    margin-right: 20px;
    margin-left: 7px;
}

.medios>div .news_contents .news_litter>div span:last-child {
    margin-right: 0;
}

.paging {
    text-align: center;
    /* background-color: #FFFFFF; */
    padding-bottom: 20px;
}
@media screen and (min-width:751px){
    #mediaCenter .w {
        min-width: 1000px;
        max-width: 1200px;
        margin: auto;
    }
    .w>img {
        height: 280px;
    }
    .dataCenter .dataNew {
        font-size: 16px;
        font-weight: bold;
        color: #999999;
        display: flex;
    }
    #mediaCenter  .news_litter .times{
        width: 30%;
    }
    .w>img {
        height: 280px;
    }
}
@media screen and (max-width:750px){
    html,body{
        overflow-x: hidden;
    }
    #mediaCenter .w {
        width: 100%;
        max-width: 750px;
        min-width: 320px;
        /* margin: auto; */
    }
    .w>img {
        width: 100%;
        height: 280px;
    }
    #mediaCenter .dataCenter {
        margin-left:20px;
        display: flex;
        flex-wrap: wrap;
    }
    #mediaCenter  .news_litter .times {
        width: 60%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;

    }
    .dataCenter .dataNew {
        width: 100%;
        font-size: 12px;
        font-weight: bold;
        color: #999999;
        display: flex;
    }
    .dataCenter .dataNew .toggle{
        margin-right: 20px;
       
    }
    .dataCenter>div{
        margin-right: 0;
    }
    .medios>div .news_contents .news_litter>div{
        display: flex;
        width: 20%;
    }
    .w>img {
        height: 100%;
    }
    
}