.news {
   /* width: 1200px;*/
    display: flex;
    flex-direction: row;
}
.news-left {
    width:66%;
    margin-right: 4%;
}
.news-right {
    width:30%;
}
.news-text-right {
    margin-top: 10px;
    margin-right: 464px;
}
.news-text-red {
    width: 42px;
    font-size: 19px;
    font-weight: 400;
    color: rgba(223,48,51,1);
    line-height: 19px;
}
.news-right-tag {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    height:55px;
    background:rgba(244,244,246,1);
}
.news-line {
    margin-left: 10px;
    width: 3px;
    margin-top: 9px;
    height: 37px;
    line-height: 55px;
    background: rgba(255,138,0,1);
}
.news-tab-title {
    margin-left: 10px;
    font-size: 20px;
   /* width: 290%;*/
    font-weight: 500;
    color: rgba(13,13,13,1);
}
.news-text {
    font-weight: 400;
    margin-left: 3px;
    font-weight: 400;
    margin-left: 3px;
    width: 70px;
    width: 80px;
    top: 0;
    right: 0;
    position: relative;
}
.news-read {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 48px;
    width:770px;
    height:55px;
    line-height: 55px;
    background:rgba(244,244,246,1);
}
.news-read-line {
    margin-left: 8px;
    width:3px;
    height:37px;
    background:rgba(255,138,0,1);
}
.news-read-text {
    margin-left: 8px;
    font-size:20px;
    font-weight:400;
    color:rgba(41,41,41,1);
}
.news-content {
    display: flex;
    flex-direction: row;
    height: 121px;
    border-bottom: 2px rgba(195,195,195,1) solid;
    margin-top: 20px;
    width:770px;
}
.news-content-img {
    /*width: 175px;*/
    /*height: 98px;*/
    width: 100%;
    height: 100%;
    background: rgba(228,228,228,1);
    /*margin-right: 69px;*/
}
.news-detail {
    height: 98px;
}
.news-title {
    font-size: 17px;
    font-weight: bold;
    color: rgba(12,12,12,1);
    margin-bottom: 54px;
}
.news-date {
    bottom: 0px;
    display: flex;
    flex-direction: row;
}
.news-company {
    width: 83px;
    color: rgba(167,167,167,1);
}
.news-time {
    width: 365px;
    color: rgba(167,167,167,1);
}
.news-talk {
    padding-right: 10px;
}
.news-num {
    color: rgba(167,167,167,1);
}
.news-right {
    font-size: 18px;
    font-weight: 400;
    margin-right: -41px;
    line-height: 55px;
}
