.information-list{
    background-color: #fff;
    width: 1300px;
    margin: auto;
}
.information-head{
    height: 75px;
    border-bottom: 1px solid #EDEDED;
}
.wbody{
    width: 100%;
    background-color: #F5F8FB;
}
.information-head ul{
    margin: 0 114px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.information-head ul li{
    width: 130px;
    height: 75px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
}
.information-head ul li a{
    color: #666;
}
.information-head ul li:hover{
    color: #0084FF;
}
.information-head ul .Acticve{
    border-bottom: 3px solid #0084FF;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #0084FF;
    line-height: 18px;
}

.information-head ul .Acticve a{
    color: #0084FF;
}
.pubulicUse ul li{
    height: 230px;
    border-bottom: 1px solid #EDEDED;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.pubulicUse ul li:hover{
    background: #F1F9FD;
}
.pubulicUse ul li img{
    width: 280px;
    height: 140px;
    margin-left: 24px;
}
.pubulicUse ul li .pubulicUse-riht{
    height: 140px;
    margin-right: 24px;
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    flex: 1;
    justify-content: space-between;
}
.pubulicUse ul li .pubulicUse-riht h4 a{
    color: #333;
    font-size: 19px;
}
.pubulicUse ul li div div{
    display: flex;
    flex-direction: row;
    margin-left: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pubulicUse ul li div div span{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #C2C2C2;
    line-height: 19px;
}
.pubulicUse ul li div div span span{
    margin: 0 12px;
}.pubulicUse ul li div div .pubulicUse-time{
    margin-left: 65px;
}
.pubulicUse ul li p{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #959393;
    line-height: 19px;
}
.pubulicUse ul li div h4{
    margin-top: -5px;
    height: 26px;
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
}
.pubulicUse-foot a{
    color: #0084ff;
}