﻿.content {
    width: 1200px;
    height: 100%;
    z-index: 9;
    font-size: 14px;
    /* border:1px solid red; */
}
.t{
    width: 100%;
    height: 50px;
    border:1px solid #999;
    background: #fff;
}
 .t div{
    width: 25%;
    border-right: 1px solid #999;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    cursor: pointer;
}
 .t .this{
    background: #de1f20;
    color: #fff;
}
.query{
    width:100%;
    height:100px;
    background: #fff;
    position: relative;
    border:1px solid #bbb;
    display: flex;
    align-items: center;
}


.query input{
    width: calc(50% - 50px);
    margin-left: 30px;
    height: 35px;
    border:1px solid #999;
    padding-left: 10px;
    line-height: 35px;
}
.query img{
    width: 25px;
    position: absolute;
    left:555px;
    top: 38px;
    cursor: pointer;
}
.mid{
    border:1px solid #bbb;
    padding: 20px;
}
.headlines{
    width: 100%;
    height: 65px;
    border-bottom: 1px dashed  #999; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column; 
    margin-top: 20px; 
}

.headlines .ht{
    
    font-size: 16px;
    font-weight: 500;
    /* border:1px solid red; */
    transition: 0.6s  all ease;
    /* display: initial; */
    color: #333;
    

}
.headlines .t:hover{
color: #de1f20;
cursor: pointer;
}
.headlines .time{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
    font-size: 14px;
    /* border:1px solid red; */
    margin-top:10px;
    
}

