
/*._mode_news {*/
    /*width: 100%;*/
    /*background: #fff;*/
    /*margin-top: 10px;*/
/*}*/

/*._mode_news .Media_person {*/
    /*padding: 20px 0 0 20px*/

/*}*/

/*._mode_news .Media_person .say_1 {*/
    /*float: left;*/
    /*width: 24px;*/
    /*height: 24px;*/
    /*background: #b84c6c;*/
    /*border-radius: 50%;*/
/*}*/

/*._mode_news .Media_person .Say_car {*/
    /*font-size: 16px;*/
    /*padding-left: 10px;*/
    /*padding-top: 1px;*/
    /*float: left;*/
    /*color: #333;*/
/*}*/

/*._mode_news .Media_person .Say_car span {*/
    /*font-size: 14px;*/
    /*color: #999*/
/*}*/
/*._mode_news .Media_person .Say_car span:nth-child(2) {*/
    /*display: inline-block;*/
    /*margin-left: 10px;*/
/*}*/

/*._mode_news .content_car {*/
    /*width: 100%;*/
    /*padding: 20px;*/
    /*display: flex;*/
    /*box-sizing: border-box;*/
/*}*/

/*._mode_news .content_car .content_car1 {*/
    /*width: 100%;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
    /*margin-right: 36px;*/
/*}*/


/*._mode_news .substance {*/
    /*font-size: 22px;*/
/*}*/

/*._mode_news .content_car1 .Review1 {*/
    /*!*width: 40px;*!*/
    /*height: 24px;*/
    /*line-height: 26px;*/
    /*text-align: center;*/
    /*background-color: #e6f3ff;*/
    /*font-size: 12px;*/
    /*float: left;*/
    /*color: #1c86f5;*/
    /*padding: 0 10px;*/
    /*border-radius: 12px;*/
/*}*/

/*._mode_news .content_car1 .Review2 {*/
    /*padding-left: 10px;*/
    /*color: #999;*/
    /*float: left;*/
    /*padding-top: 2px;*/
    /*font-size: 14px;*/
/*}*/

/*._mode_news .content_car1 .Review3 {*/
    /*float: left;*/
    /*padding-top: 2px;*/
    /*padding-left: 10px;*/
    /*color: #999;*/
    /*font-size: 14px;*/
/*}*/

/*._mode_news .content_car .content_car2 {*/
    /*float: right;*/
    /*width: 234px;*/
    /*height: 156px;*/
/*}*/

/*._mode_news .content_car .content_car2 img {*/
    /*width: 234px;*/
    /*height: 156px;*/
/*}*/


.mode_news_wrap{
    display: inline-block;
}
.mode_news_wrap a {
    text-decoration: none;
}
/*正常的未被访问过的链接*/
.mode_news_wrap a:link {
    text-decoration: none;
}
/*已经访问过的链接*/
.mode_news_wrap a:visited {
    text-decoration: none;
}
/*鼠标划过(停留)的链接*/
.mode_news_wrap a:hover {
    text-decoration: none;
}
/* 正在点击的链接*/
a:active {
    text-decoration: none;
}
.mode_news_wrap ._mode_news123{
    width: 678px;
    height: 176px;
    display: flex;
    margin-bottom: 10px;
}
.mode_news_wrap ._mode_news123:hover{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border-radius: 3px;
    background-color: white;
}
.mode_news_wrap ._mode_news123 .news_right p:hover{
    color: #1C86F5;
}
.mode_news_wrap ._mode_news123 .leftimg{
    display: inline-block;
}
.mode_news_wrap ._mode_news123 .leftimg img{
    width: 234px;
    height: 156px;
    padding: 10px;
    border-radius: 15px;
}
._mode_news123 .news_right{
    display: inline-block;
    width: 384px;
    position: relative;
    margin-left: 20px;
}
.mode_news_wrap ._mode_news123 .news_right p{
    margin-top: 19px;
    font-size: 18px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: rgba(36,49,64,1);
}
.mode_news_wrap ._mode_news123 .news_right .bottom{
    font-size: 12px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: rgba(153,153,153,1);
    position: absolute;
    width: 384px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mode_news_wrap ._mode_news123 .news_right .bottom .one{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 5px;
}
.mode_news_wrap ._mode_news123 .news_right .bottom .two{
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.mode_news_wrap ._mode_news123 .news_right .bottom div{
    display: flex;
    align-items: center;
}
.mode_news_wrap .news_cate {
    position: absolute;
    background: rgba(0,0,0,0.3);
    border-radius: 6px 0px 6px 0px;
    top: 20px;
    left: 20px;
    font-size: 12px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    padding: 2px 9px;
}