/* 内容样式 */
.content{
    width: 80%;
    min-width: 1200px;
    margin: 30px auto;
    /* flex: 1 0 auto;    */
}
.div-newsInformation{
    padding: 5px 0;
    display: flex;
    align-items: center;
    padding-left: 50px;
    border-bottom: solid 3px #327ccc;;
}
.div-newsInformation .div-newsInformation-img{
    width: 39px;
    height: 38px;
}
.div-newsInformation .div-newsInformation-img img{
    width: 100%;
    height: 100%;
}
.div-newsInformation span{
    font-size: 22px;
    color: #327ccc;
    margin-left: 10px;
}
.div-newsInformation-text{
    width: 94%;
    margin: 40px auto;
}
.list-box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: dashed 2px #f5f5f5;
}
.list-box-top .list-box-top-title{
    font-size: 18px;
    color: #333;
    display: flex;
}
/* .list-box-top .list-box-top-title::before{
    content:"";
    display: block;
    width: 10px;
    height: 10px;
    background: url("../img/list_ico01.png");
    background-size: cover;
    margin-right: 10px;
} */
.list-box-top .list-box-top-title div{
    width: 10px;
    height: 10px;
}
.list-box-top .list-box-top-title div img{
    width: 100%;
    height: 100%;
}
.list-box-top .list-box-top-title p{
    display: inline-block;
    width: 700px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 10px;
}
.list-box-top .list-box-top-time{
    font-size: 14px;
    color: #999999;
    padding-right: 20px;
    display: flex;
    align-items: center;
}
.list-box-top .list-box-top-time::before{
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background: url("../img/time.png");
    background-size: cover;
    margin-right: 10px;
}
.list-box-top + .list-box-top{
    margin-top: 30px;
}