.t_news{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font: 400 1rem/1 '微软雅黑';
}
.t_news-box{
    display: flex;
    justify-content: space-between;
}
.t_news_more{
    margin-top:5px;
    text-align: right;
}
.t_news-title{
    text-decoration: none;
    color: #333;
    width: 80%;
    display: block;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.t_news-title:hover{
    color: #0e60aa;
    font-weight: bold;
}
.t_news-date{
     color: #7f7f7f;
}
/*------------------------------------------------------*/
.mbox{
    box-shadow: 0px 0px 3px 0px #C5CDD9;
    border-radius: 8px;
    padding: 16px 26px 0;
    box-sizing: border-box;
}
.mbox__head{
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
    align-items: flex-end;
}
.mbox__head>span{
    font-family: Alibaba PuHuiTi;
    font-weight: 600;
    font-size: 20px;
    color: #151515;
    line-height: 28px;
}
.mbox__head>img{
    cursor: pointer;
}
.mbox__content{
    min-height: 264px;
}

.mbox__content__box{
    border-top: 1px solid #EAEAEA;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 20px 0 10px;
    justify-content: space-around;
}
.mbox__imgnews__box{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /*justify-content: space-between;*/
}
.mbox__video__content{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.mbox__video__box{
    position: relative;
    width: 400px;
    height: 260px;
    border-radius: 8px;
    box-sizing: border-box;
    /*padding-top: 10px;*/
    margin: 5px 5px;
}
.mbox__video__box:hover {
    border: 1px solid;
    border-color: #0064af; /* 鼠标悬停时边框颜色 */
}
.mbox__video__box_span{
    font: 400 1rem/1 '微软雅黑';
     color: black;
    /* text-align: center;
    position: absolute;
    top: 97%;
    left: 60%;
    transform: translate(-97%, -60%); */
}
.mbox__video__box>a>p{
    width: 100%;
    height: 100%;
}
.mbox__video__box>a>ideo{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.mbox__video__box>a>img{
    margin: 1px;
    width: 99%;
    height: 90%;
    border-radius: 8px;
}
.mbox__content__box-img{
    box-sizing: border-box;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
}
.mbox__img{
    width: 154px;
    height: 87px;
    margin: 0 20px 0 0;
    border-radius: 8px;
}
.mbox__title{
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 16px;
    color: #252525;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
}

.mbox__title:hover { 
    color: #0E60AA;
    cursor: pointer;
}

.mbox__news{
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 14px;
    color: #5A6875;
    line-height: 24px;
    width: 95%;
}
.mbox__title-dqjs{
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 16px;
    color: #252525;
    margin-bottom: 12px;
    width: 95%;
}


.mbox__news-dqjs{
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 14px;
    color: #5A6875;
    line-height: 24px;
    width: 100%;
    text-align: justify;
}
