.news{
    display: flex;
    justify-content: space-between;
    width: 80%;
    height: 1200px;
    margin: 0 auto;
    
}
.news_left{
    width: 58%;
    height: 1050px;
    padding-right: 30px;
    border-right: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news_right{
    width: 38%;
    height: 1050px;
}
.news_title{
    font-size: 1.8em;
    color:rgba(51,51,51,1);
}
.news_time{
    font-size: .8em;
    color:rgba(153,153,153,1);
}
.news_head{
    width: 100%;
    height: 440px;
}
.news_head img{
    width: 100%;
    height: 100%;
}
.new_content{
    height: 500px;
    margin-top: 20px;
    text-indent: 2em;
    font-size: 1em;
    line-height: 26px;
    color:rgba(102,102,102,1);
    overflow: hidden;
}
.news_right_top{
    width: 100%;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.item{
    width: 100%;
    height: 220px;
    
}
.item span{
    display: block;
    height: 60%;
}
.item p{
    display: none;
    color: #fff;
    width: 88%;
    height: 40%;
    font-size: 1.2em;
    line-height: 90px;
    padding-left: 6%;
    padding-right: 6%;
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
    background-color: rgba(0, 0, 0, .5)
}
.detail_right{
    padding-top: 20px;
    width: 100%;
    height: 650px;
}
.t_title{
    font-size: 1.3em;
    margin-top: 10px;
    color:rgba(51,51,51,1);
}
.detail_list{
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;
}
.detail_list_item{
    width: 100%;
    height: 120px;
    display: flex;
}
.small_content{
    width: 60%;
}
.small_head{
    width: 40%;
    height: 120px;
}
.small_head img{
    width: 90%;
    height: 120px;
}
.small_name{
    width: 90%;
    font-size: 1.3em;
    line-height: 100px;
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.small_time{
    font-size: .8em;
    color:rgba(153,153,153,1);
}
.top_bottom{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 80%;
    height: 40px;
    margin: -80px auto;
    margin-bottom: 120px;
}
.top_bottom{
    color:rgba(102,102,102,1);
}
.top_bottom p:first-child{
    padding-right: 100px;
}